ac7722d3b4b69d82f6db7bf76f0a79aeda5dace6
[gnulib.git] / ChangeLog
1 2007-01-10  Jim Meyering  <jim@meyering.net>
2
3         fts.c: a small readability/maintainability improvement
4         * lib/fts.c (fts_read): Make this code slightly more readable and
5         maintainable by hoisting the "sp->fts_cur = p" assignments to
6         immediately follow the statements that set P.  Derived from
7         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8
9 2007-01-10  Eric Blake  <ebb9@byu.net>
10
11         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
12         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
13         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15         Reported by Chris McGuire.
16
17 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18
19         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
20         in sed script.
21
22 2007-01-09  Bruno Haible  <bruno@clisp.org>
23
24         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
26         variables.
27         (func_module): Use them.
28
29 2007-01-09  Bruno Haible  <bruno@clisp.org>
30
31         * modules/unistr/base: New file.
32         * lib/unistr.h: New file.
33
34         * modules/unistr/u8-to-u16: New file.
35         * lib/unistr/u8-to-u16.c: New file.
36
37         * modules/unistr/u8-to-u32: New file.
38         * lib/unistr/u8-to-u32.c: New file.
39
40         * modules/unistr/u16-to-u8: New file.
41         * lib/unistr/u16-to-u8.c: New file.
42
43         * modules/unistr/u16-to-u32: New file.
44         * lib/unistr/u16-to-u32.c: New file.
45
46         * modules/unistr/u32-to-u8: New file.
47         * lib/unistr/u32-to-u8.c: New file.
48
49         * modules/unistr/u32-to-u16: New file.
50         * lib/unistr/u32-to-u16.c: New file.
51
52         * modules/unistr/u8-check: New file.
53         * modules/unistr/u16-check: New file.
54         * modules/unistr/u32-check: New file.
55         * lib/unistr/u8-check.c: New file.
56         * lib/unistr/u16-check.c: New file.
57         * lib/unistr/u32-check.c: New file.
58
59         * modules/unistr/u8-chr: New file.
60         * modules/unistr/u16-chr: New file.
61         * modules/unistr/u32-chr: New file.
62         * lib/unistr/u8-chr.c: New file.
63         * lib/unistr/u16-chr.c: New file.
64         * lib/unistr/u32-chr.c: New file.
65
66         * modules/unistr/u8-cmp: New file.
67         * modules/unistr/u16-cmp: New file.
68         * modules/unistr/u32-cmp: New file.
69         * lib/unistr/u8-cmp.c: New file.
70         * lib/unistr/u16-cmp.c: New file.
71         * lib/unistr/u32-cmp.c: New file.
72
73         * modules/unistr/u8-cpy: New file.
74         * modules/unistr/u16-cpy: New file.
75         * modules/unistr/u32-cpy: New file.
76         * lib/unistr/u8-cpy.c: New file.
77         * lib/unistr/u16-cpy.c: New file.
78         * lib/unistr/u32-cpy.c: New file.
79         * lib/unistr/u-cpy.h: New file.
80
81         * modules/unistr/u8-cpy-alloc: New file.
82         * modules/unistr/u16-cpy-alloc: New file.
83         * modules/unistr/u32-cpy-alloc: New file.
84         * lib/unistr/u8-cpy-alloc.c: New file.
85         * lib/unistr/u16-cpy-alloc.c: New file.
86         * lib/unistr/u32-cpy-alloc.c: New file.
87         * lib/unistr/u-cpy-alloc.h: New file.
88
89         * modules/unistr/u8-endswith: New file.
90         * modules/unistr/u16-endswith: New file.
91         * modules/unistr/u32-endswith: New file.
92         * lib/unistr/u8-endswith.c: New file.
93         * lib/unistr/u16-endswith.c: New file.
94         * lib/unistr/u32-endswith.c: New file.
95         * lib/unistr/u-endswith.h: New file.
96
97         * modules/unistr/u8-mblen: New file.
98         * modules/unistr/u16-mblen: New file.
99         * modules/unistr/u32-mblen: New file.
100         * lib/unistr/u8-mblen.c: New file.
101         * lib/unistr/u16-mblen.c: New file.
102         * lib/unistr/u32-mblen.c: New file.
103
104         * modules/unistr/u8-mbtouc: New file.
105         * modules/unistr/u16-mbtouc: New file.
106         * modules/unistr/u32-mbtouc: New file.
107         * lib/unistr/u8-mbtouc.c: New file.
108         * lib/unistr/u16-mbtouc.c: New file.
109         * lib/unistr/u32-mbtouc.c: New file.
110
111         * modules/unistr/u8-mbtouc-safe: New file.
112         * modules/unistr/u16-mbtouc-safe: New file.
113         * modules/unistr/u32-mbtouc-safe: New file.
114         * lib/unistr/u8-mbtouc-safe.c: New file.
115         * lib/unistr/u16-mbtouc-safe.c: New file.
116         * lib/unistr/u32-mbtouc-safe.c: New file.
117
118         * modules/unistr/u8-move: New file.
119         * modules/unistr/u16-move: New file.
120         * modules/unistr/u32-move: New file.
121         * lib/unistr/u8-move.c: New file.
122         * lib/unistr/u16-move.c: New file.
123         * lib/unistr/u32-move.c: New file.
124         * lib/unistr/u-move.h: New file.
125
126         * modules/unistr/u8-next: New file.
127         * modules/unistr/u16-next: New file.
128         * modules/unistr/u32-next: New file.
129         * lib/unistr/u8-next.c: New file.
130         * lib/unistr/u16-next.c: New file.
131         * lib/unistr/u32-next.c: New file.
132
133         * modules/unistr/u8-prev: New file.
134         * modules/unistr/u16-prev: New file.
135         * modules/unistr/u32-prev: New file.
136         * lib/unistr/u8-prev.c: New file.
137         * lib/unistr/u16-prev.c: New file.
138         * lib/unistr/u32-prev.c: New file.
139
140         * modules/unistr/u8-set: New file.
141         * modules/unistr/u16-set: New file.
142         * modules/unistr/u32-set: New file.
143         * lib/unistr/u8-set.c: New file.
144         * lib/unistr/u16-set.c: New file.
145         * lib/unistr/u32-set.c: New file.
146         * lib/unistr/u-set.h: New file.
147
148         * modules/unistr/u8-startswith: New file.
149         * modules/unistr/u16-startswith: New file.
150         * modules/unistr/u32-startswith: New file.
151         * lib/unistr/u8-startswith.c: New file.
152         * lib/unistr/u16-startswith.c: New file.
153         * lib/unistr/u32-startswith.c: New file.
154         * lib/unistr/u-startswith.h: New file.
155
156         * modules/unistr/u8-stpcpy: New file.
157         * modules/unistr/u16-stpcpy: New file.
158         * modules/unistr/u32-stpcpy: New file.
159         * lib/unistr/u8-stpcpy.c: New file.
160         * lib/unistr/u16-stpcpy.c: New file.
161         * lib/unistr/u32-stpcpy.c: New file.
162         * lib/unistr/u-stpcpy.h: New file.
163
164         * modules/unistr/u8-stpncpy: New file.
165         * modules/unistr/u16-stpncpy: New file.
166         * modules/unistr/u32-stpncpy: New file.
167         * lib/unistr/u8-stpncpy.c: New file.
168         * lib/unistr/u16-stpncpy.c: New file.
169         * lib/unistr/u32-stpncpy.c: New file.
170         * lib/unistr/u-stpncpy.h: New file.
171
172         * modules/unistr/u8-strcat: New file.
173         * modules/unistr/u16-strcat: New file.
174         * modules/unistr/u32-strcat: New file.
175         * lib/unistr/u8-strcat.c: New file.
176         * lib/unistr/u16-strcat.c: New file.
177         * lib/unistr/u32-strcat.c: New file.
178         * lib/unistr/u-strcat.h: New file.
179
180         * modules/unistr/u8-strchr: New file.
181         * modules/unistr/u16-strchr: New file.
182         * modules/unistr/u32-strchr: New file.
183         * lib/unistr/u8-strchr.c: New file.
184         * lib/unistr/u16-strchr.c: New file.
185         * lib/unistr/u32-strchr.c: New file.
186
187         * modules/unistr/u8-strcmp: New file.
188         * modules/unistr/u16-strcmp: New file.
189         * modules/unistr/u32-strcmp: New file.
190         * lib/unistr/u8-strcmp.c: New file.
191         * lib/unistr/u16-strcmp.c: New file.
192         * lib/unistr/u32-strcmp.c: New file.
193
194         * modules/unistr/u8-strcpy: New file.
195         * modules/unistr/u16-strcpy: New file.
196         * modules/unistr/u32-strcpy: New file.
197         * lib/unistr/u8-strcpy.c: New file.
198         * lib/unistr/u16-strcpy.c: New file.
199         * lib/unistr/u32-strcpy.c: New file.
200         * lib/unistr/u-strcpy.h: New file.
201
202         * modules/unistr/u8-strcspn: New file.
203         * modules/unistr/u16-strcspn: New file.
204         * modules/unistr/u32-strcspn: New file.
205         * lib/unistr/u8-strcspn.c: New file.
206         * lib/unistr/u16-strcspn.c: New file.
207         * lib/unistr/u32-strcspn.c: New file.
208         * lib/unistr/u-strcspn.h: New file.
209
210         * modules/unistr/u8-strdup: New file.
211         * modules/unistr/u16-strdup: New file.
212         * modules/unistr/u32-strdup: New file.
213         * lib/unistr/u8-strdup.c: New file.
214         * lib/unistr/u16-strdup.c: New file.
215         * lib/unistr/u32-strdup.c: New file.
216         * lib/unistr/u-strdup.h: New file.
217
218         * modules/unistr/u8-strlen: New file.
219         * modules/unistr/u16-strlen: New file.
220         * modules/unistr/u32-strlen: New file.
221         * lib/unistr/u8-strlen.c: New file.
222         * lib/unistr/u16-strlen.c: New file.
223         * lib/unistr/u32-strlen.c: New file.
224         * lib/unistr/u-strlen.h: New file.
225
226         * modules/unistr/u8-strmblen: New file.
227         * modules/unistr/u16-strmblen: New file.
228         * modules/unistr/u32-strmblen: New file.
229         * lib/unistr/u8-strmblen.c: New file.
230         * lib/unistr/u16-strmblen.c: New file.
231         * lib/unistr/u32-strmblen.c: New file.
232
233         * modules/unistr/u8-strmbtouc: New file.
234         * modules/unistr/u16-strmbtouc: New file.
235         * modules/unistr/u32-strmbtouc: New file.
236         * lib/unistr/u8-strmbtouc.c: New file.
237         * lib/unistr/u16-strmbtouc.c: New file.
238         * lib/unistr/u32-strmbtouc.c: New file.
239
240         * modules/unistr/u8-strncat: New file.
241         * modules/unistr/u16-strncat: New file.
242         * modules/unistr/u32-strncat: New file.
243         * lib/unistr/u8-strncat.c: New file.
244         * lib/unistr/u16-strncat.c: New file.
245         * lib/unistr/u32-strncat.c: New file.
246         * lib/unistr/u-strncat.h: New file.
247
248         * modules/unistr/u8-strncmp: New file.
249         * modules/unistr/u16-strncmp: New file.
250         * modules/unistr/u32-strncmp: New file.
251         * lib/unistr/u8-strncmp.c: New file.
252         * lib/unistr/u16-strncmp.c: New file.
253         * lib/unistr/u32-strncmp.c: New file.
254
255         * modules/unistr/u8-strncpy: New file.
256         * modules/unistr/u16-strncpy: New file.
257         * modules/unistr/u32-strncpy: New file.
258         * lib/unistr/u8-strncpy.c: New file.
259         * lib/unistr/u16-strncpy.c: New file.
260         * lib/unistr/u32-strncpy.c: New file.
261         * lib/unistr/u-strncpy.h: New file.
262
263         * modules/unistr/u8-strnlen: New file.
264         * modules/unistr/u16-strnlen: New file.
265         * modules/unistr/u32-strnlen: New file.
266         * lib/unistr/u8-strnlen.c: New file.
267         * lib/unistr/u16-strnlen.c: New file.
268         * lib/unistr/u32-strnlen.c: New file.
269         * lib/unistr/u-strnlen.h: New file.
270
271         * modules/unistr/u8-strpbrk: New file.
272         * modules/unistr/u16-strpbrk: New file.
273         * modules/unistr/u32-strpbrk: New file.
274         * lib/unistr/u8-strpbrk.c: New file.
275         * lib/unistr/u16-strpbrk.c: New file.
276         * lib/unistr/u32-strpbrk.c: New file.
277         * lib/unistr/u-strpbrk.h: New file.
278
279         * modules/unistr/u8-strrchr: New file.
280         * modules/unistr/u16-strrchr: New file.
281         * modules/unistr/u32-strrchr: New file.
282         * lib/unistr/u8-strrchr.c: New file.
283         * lib/unistr/u16-strrchr.c: New file.
284         * lib/unistr/u32-strrchr.c: New file.
285
286         * modules/unistr/u8-strspn: New file.
287         * modules/unistr/u16-strspn: New file.
288         * modules/unistr/u32-strspn: New file.
289         * lib/unistr/u8-strspn.c: New file.
290         * lib/unistr/u16-strspn.c: New file.
291         * lib/unistr/u32-strspn.c: New file.
292         * lib/unistr/u-strspn.h: New file.
293
294         * modules/unistr/u8-strstr: New file.
295         * modules/unistr/u16-strstr: New file.
296         * modules/unistr/u32-strstr: New file.
297         * lib/unistr/u8-strstr.c: New file.
298         * lib/unistr/u16-strstr.c: New file.
299         * lib/unistr/u32-strstr.c: New file.
300         * lib/unistr/u-strstr.h: New file.
301
302         * modules/unistr/u8-strtok: New file.
303         * modules/unistr/u16-strtok: New file.
304         * modules/unistr/u32-strtok: New file.
305         * lib/unistr/u8-strtok.c: New file.
306         * lib/unistr/u16-strtok.c: New file.
307         * lib/unistr/u32-strtok.c: New file.
308         * lib/unistr/u-strtok.h: New file.
309
310         * modules/unistr/u8-uctomb: New file.
311         * modules/unistr/u16-uctomb: New file.
312         * modules/unistr/u32-uctomb: New file.
313         * lib/unistr/u8-uctomb.c: New file.
314         * lib/unistr/u16-uctomb.c: New file.
315         * lib/unistr/u32-uctomb.c: New file.
316
317         * MODULES.html.sh (Unicode string functions): Add the new modules.
318
319 2007-01-08  Bruno Haible  <bruno@clisp.org>
320
321         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
322         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
323         subdirectories.
324
325 2007-01-08  Karl Berry  <karl@gnu.org>
326
327         * doc/error.texi: mention that main() fns must set program_name
328         when progname is used.
329
330 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
331
332         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
333         WCTYPE_H is empty, for the benefit of builds from non-distclean
334         directories.  Problem reported by Eric Blake in
335         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
336
337 2007-01-08  Bruno Haible  <bruno@clisp.org>
338
339         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
340         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
341         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
342         PROVIDE_CANONICALIZE_FILENAME_MODE.
343         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
344
345 2007-01-08  Bruno Haible  <bruno@clisp.org>
346
347         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
348         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
349         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
350         * lib/fts.c: Likewise.
351         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
352
353 2006-12-25  Bruno Haible  <bruno@clisp.org>
354
355         * modules/utf8-ucs4-safe: New file.
356         * lib/utf8-ucs4-safe.h: New file.
357         * lib/unistr/utf8-ucs4-safe.c: New file.
358
359         * modules/utf16-ucs4-safe: New file.
360         * lib/utf16-ucs4-safe.h: New file.
361         * lib/unistr/utf16-ucs4-safe.c: New file.
362
363         * MODULES.html.sh (Unicode string functions): Add the new modules.
364
365 2007-01-08  Bruno Haible  <bruno@clisp.org>
366
367         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
368         (Depends-on): Add unitypes.
369         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
370         (u8_mbtouc_aux): Move out to separate file.
371         (u8_mbtouc): Use ucs4_t, uint8_t types.
372         * lib/unistr/utf8-ucs4.c: New file.
373
374         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
375         (Depends-on): Add unitypes.
376         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
377         (u16_mbtouc_aux): Move out to separate file.
378         (u16_mbtouc): Use ucs4_t, uint16_t types.
379         * lib/unistr/utf16-ucs4.c: New file.
380
381         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
382         (Depends-on): Add unitypes.
383         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
384         (u8_uctomb_aux): Move out to separate file.
385         (u8_uctomb): Use ucs4_t, uint8_t types.
386         * lib/unistr/ucs4-utf8.c: New file.
387
388         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
389         (Depends-on): Add unitypes.
390         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
391         (u16_uctomb_aux): Move out to separate file.
392         (u16_uctomb): Use ucs4_t, uint16_t types.
393         * lib/unistr/ucs4-utf16.c: New file.
394
395 2006-12-25  Bruno Haible  <bruno@clisp.org>
396
397         * modules/unitypes: New file.
398         * lib/unitypes.h: New file.
399         * MODULES.html.sh (func_all_modules): New section "Unicode string
400         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
401         this section. Add unitypes.
402
403 2007-01-08  Bruno Haible  <bruno@clisp.org>
404
405         Avoid variable names that conflict with those from libtool.
406         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
407         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
408         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
409         library_names_spec to acl_library_names_spec, hardcode_* to
410         acl_hardcode_*.
411         Reported by Ralf Wildenhues.
412
413 2007-01-08  Bruno Haible  <bruno@clisp.org>
414
415         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
416         definition.
417         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
418         definition.
419         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
420         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
421         definition.
422         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
423         definition.
424         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
425         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
426         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
427         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
428         definition.
429         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
430         definition.
431         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
432         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
433         GC_USE_<algorithm>.
434         * lib/gc-libgcrypt.c: Likewise.
435         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
436         * modules/gc-arctwo (configure.ac): Likewise.
437         * modules/gc-des (configure.ac): Likewise.
438         * modules/gc-hmac-md5 (configure.ac): Likewise.
439         * modules/gc-hmac-sha1 (configure.ac): Likewise.
440         * modules/gc-md2 (configure.ac): Likewise.
441         * modules/gc-md4 (configure.ac): Likewise.
442         * modules/gc-md5 (configure.ac): Likewise.
443         * modules/gc-random (configure.ac): Likewise.
444         * modules/gc-rijndael (configure.ac): Likewise.
445         * modules/gc-sha1 (configure.ac): Likewise.
446
447 2007-01-08  Bruno Haible  <bruno@clisp.org>
448
449         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
450         macro definition.
451         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
452         definition.
453         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
454         definition.
455         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
456         * modules/fcntl-safer (configure.ac): Likewise.
457         * modules/fopen-safer (configure.ac): Likewise.
458         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
459         GNULIB_FWRITEERROR macro definition.
460
461 2007-01-08  Bruno Haible  <bruno@clisp.org>
462
463         * m4/gnulib-common.m4: New file.
464         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
465         (func_get_filelist): Add m4/gnulib-common.m4.
466
467 2007-01-08  Bruno Haible  <bruno@clisp.org>
468
469         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
470         command.
471
472 2007-01-08  Jim Meyering  <jim@meyering.net>
473
474         Use a more robust test for a "can't happen" condition.
475         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
476         narrowed the st_size value.  Presuming the "can't happen" condition
477         is true, that narrowing could conceivably convert an invalid st_size
478         value into a valid one.  Instead, use a change based on Matthew
479         Woehlke's original patch.
480
481         Slight readability improvement: use an assert-like macro
482         in place of literal "abort ()" uses.
483         * lib/fts.c (fts_assert): Define.
484         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
485         Use this macro instead of a bare 'abort'.
486
487 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
488
489         Don't worry about using IRIX 5.3's wctype.h broken definitions;
490         simply work around them.
491         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
492         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
493         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
494         Don't bother to define as macros, since the standard doesn't require it.
495         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
496         longer worry about IRIX 5.3.
497         (HAVE_WCTYPE_CTMP_BUG): Remove.
498
499 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
500
501         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
502         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
503         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
504         Problems reported by Georg Schwarz for IRIX 5.3.
505
506         * gnulib-tool (autoconf_minversion): Take the maximum version number
507         found, not the minimum.  Problem reported by James Youngman.
508
509 2007-01-03  Karl Berry  <karl@gnu.org>
510
511         * doc/error.texi: new file, explaining interaction with progname.
512         * doc/gnulib.texi: include it.  Update copyright.
513
514 2007-01-03  Simon Josefsson  <simon@josefsson.org>
515
516         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
517         AC_CANONICAL_HOST, to improve autobuild outputs.
518
519 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
520             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
521
522         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
523         sockets, server sockets, and other file descriptors.  Count errors
524         to compute the return value.  Reorder the code a bit to be easier
525         to follow.  Don't set event bits that were not requested (except
526         POLLERR and POLLHUP).
527
528 2007-01-01  Bruno Haible  <bruno@clisp.org>
529
530         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
531
532 2007-01-03  Jim Meyering  <jim@meyering.net>
533
534         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
535
536 2007-01-02  Bruno Haible  <bruno@clisp.org>
537
538         * modules/settime (Include): Require timespec.h.
539         * modules/nanosleep (Include): Likewise.
540
541 2007-01-01  Bruno Haible  <bruno@clisp.org>
542
543         * gnulib-tool (func_emit_copyright_notice): Bump year.
544         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
545
546 2007-01-01  Bruno Haible  <bruno@clisp.org>
547
548         Improve support for OpenBSD.
549         * build-aux/config.rpath (libname_spec): Export.
550         (library_names_spec): New variable. Export.
551         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
552         library_names_spec from the config.rpath output. Locate shared library
553         through the name pattern in library_names_spec.
554
555 2007-01-01  Eric Blake  <ebb9@byu.net>
556
557         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
558
559 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
560
561         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
562         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
563         assume the C locale, and avoid an "eval" that could cause trouble.
564         Problem with SORT reported by Bob Proulx.
565
566         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
567         Define.  Trivial patch from Henning Nielsen Lund, originally
568         sent to bug-grep@gnu.org today.
569
570 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
571
572         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
573         struct stat.  Problem reported by Henning Nielsen Lund.
574         * lib/acl.c: Include acl.h first, to check interface.  Don't
575         bother to include sys/types.h and sys/stat.h again.
576
577 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
578
579         Import the following change from libc; problem reported by
580         Sven Verdoolaege.
581
582         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
583
584         [BZ #1373]
585         * lib/argp.h: Remove __NTH for __argp_usage inline function.
586
587 2006-12-28  Jim Meyering  <jim@meyering.net>
588
589         * build-aux/announce-gen: Do not assume that the package
590         builds any of tar.gz, tar.bz2, and .xdelta files.
591         Suggestion from Simon Josefsson.
592
593 2006-12-28  Simon Josefsson  <simon@josefsson.org>
594
595         * modules/announce-gen: New file.
596
597 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
598
599         * lib/mbchar.h: Just include <wctype.h>; the wctype module
600         handles its gotchas now.
601         * lib/mbswidth.c: Likewise.
602         * lib/wcwidth.h: Likewise.
603         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
604         and iswcntrl; the wctype module does this stuff now.
605         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
606         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
607         * modules/mbchar (Depends-on): Add wctype.
608         * modules/mbswidth (Depends-on): Likewise.
609         * modules/wcwidth (Depends-on): Likewise.
610
611 2006-12-27  Eric Blake  <ebb9@byu.net>
612
613         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
614         module uses more than what <wctype.h> is required to provide.
615
616 2006-12-26  Eric Blake  <ebb9@byu.net>
617
618         * gnulib-tool (sed_extract_prog): Avoid space-tab.
619
620 2006-12-26  Eric Blake  <ebb9@byu.net>
621
622         * modules/absolute-header: New module.
623         * modules/fcntl (Depends-on): Depend on it.
624         * modules/inttypes (Depends-on): Likewise.
625         * modules/stdint (Depends-on): Likewise.
626         * modules/sys_stat (Depends-on): Likewise.
627         * modules/wctype (Depends-on): Likewise.
628         * MODULES.html.sh (Support for building libraries and
629         executables): Document it.
630
631 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
632
633         * gnulib-tool (SED): Remove, undoing previous change.
634         The problem was that it broke coreutils on Solaris, because
635         "sed --posix" leaked into a makefile.
636         (sed): New alias, if 'alias' and GNU sed.
637
638 2006-12-24  Jim Meyering  <jim@meyering.net>
639
640         Work around an fchownat bug in glibc-2.4:
641         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
642         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
643         in spite of the -P option.
644         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
645         New macros.
646         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
647         * modules/openat (Files): Add lib/fchownat.c.
648         * lib/openat.c (fchownat): Don't define here.  Move to...
649         * lib/fchownat.c: ...this new file.
650
651 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
652
653         Fix bug reported by Bruno Haible in
654         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
655         where quotearg.c didn't compile on Mac OS X 10.2 because it
656         lacks <wchar.h> and wint_t.
657         * lib/wctype_.h (__wctype_wint_t): New type.
658         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
659         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
660         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
661         Arg is now of type __wctype_wint_t, not wint_t.
662         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
663         substitute HAVE_WINT_T.
664         * modules/wctype (Files): Add m4/wint_t.m4.
665         (wctype.h): Substitute HAVE_WINT_T.
666
667 2006-12-23  Bruno Haible  <bruno@clisp.org>
668
669         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
670
671 2006-12-23  Bruno Haible  <bruno@clisp.org>
672
673         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
674         S_ISLNK.
675         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
676         mingw.
677
678 2006-12-22  Bruno Haible  <bruno@clisp.org>
679
680         * lib/copy-file.c: Include acl.h.
681         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
682         Close the file descriptors only after being done with copy_acl.
683         * modules/copy-file (Depends-on): Add acl.
684
685 2006-12-22  Bruno Haible  <bruno@clisp.org>
686
687         * gnulib-tool (SED): New variable.
688         Use $SED instead of sed everywhere.
689
690 2006-12-22  Bruno Haible  <bruno@clisp.org>
691
692         * modules/no-c++: New file.
693         * m4/no-c++.m4: New file.
694         * MODULES.html.sh (Support for building libraries and executables):
695         Add no-c++.
696
697 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
698
699         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
700         Include <limits.h>, and use its INT_MAX to rewrite the
701         j loop so that it does not overflow 'int'.  Problem reported by
702         Ralf Wildenhues in
703         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
704         Play it safe by shifting left by 1 rather than multiplying by 2,
705         as GCC is less likely to optimize this away when the value
706         is signed (when it assumes overflow leads to undefined behavior).
707         Also, don't assume time_t uses two's complement.
708
709 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
710
711         * MODULES.html.sh: New module wctype.
712         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
713         * lib/fnmatch.c: Don't bother to include <wchar.h> before
714         <wctype.h>, since the new wctype module should fix this.
715         * lib/quotearg.c: Include <wctype.h> unconditionally, since
716         the wctype module should arrange for it.
717         * lib/regex_internal.h: Likewise.
718         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
719         since the wctype module should handle this now.
720         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
721         * modules/fnmatch (Depends-on): Add wctype.
722         * modules/quotearg (Depends-on): Likewise.
723         * modules/regex (Depends-on): Likewise.
724
725 2006-12-19  Bruno Haible  <bruno@clisp.org>
726
727         * lib/strdup.h [C++]: Wrap definitions in extern "C".
728         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
729
730 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
731
732         * modules/savewd (Depends-on): Fix dependency on fcntl.
733
734 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
735
736         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
737         conforms to C99, rather than relying on the user's environment
738         setting of STDINT_H.
739
740 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
741         and Eric Blake  <ebb9@byu.net>
742
743         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
744         This is more consistent with the other defines here.
745         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
746         Port to z/OS.  Problem reported by Paul Gilmartin.
747         Change local vars to use gl_ prefix rather than ac_.
748         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
749         with other defines.
750         * modules/double-slash-root: New module.
751         * modules/dirname (Files): Remove m4/double-slash-root.m4.
752         (Depends-on): Add double-slash-root.
753         * MODULES.html.sh (File system functions): Mention new module.
754
755 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
756
757         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
758         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
759         This is for the benefit of gzip, which doesn't do i18n.
760
761 2006-12-12  Jim Meyering  <jim@meyering.net>
762
763         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
764         Reported by Andreas Schwab <schwab@suse.de>.
765
766 2006-12-12  Bruno Haible  <bruno@clisp.org>
767
768         Merge these changes.
769         2006-09-05  Bruno Haible  <bruno@clisp.org>
770         * lib/iconvme.c (iconv_string): No need to save and restore errno when
771         iconv_alloc succeeded.
772         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
773         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
774         test for " && dest " at the end - dest is always != NULL there. Call
775         iconv with 4xNULL arguments initially, to reset the state. Call iconv
776         with 2xNULL arguments, also to flush the state storage. Handle the
777         IRIX iconv behaviour. Realloc the final result, to throw away unused
778         memory.
779
780 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
781
782         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
783         and fchmodat unconditionally, since glibc 2.4 has them.
784         Problem reported by Arkadiusz Miskiewicz.
785
786 2006-12-10  Bruno Haible  <bruno@clisp.org>
787
788         * gnulib-tool (func_import): Show the include files only for those
789         modules that are copied and specified.
790         Reported by Karl Berry.
791
792 2006-12-08  Jim Meyering  <jim@meyering.net>
793
794         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
795         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
796
797         * build-aux/announce-gen: Add two new options, both optional:
798         --bootstrap-tools=TOOL_LIST
799               a comma-separated list of tools, e.g.,
800               autoconf,automake,bison,gnulib
801         --gnulib-snapshot-date=DATE
802               if gnulib is in the bootstrap tool list,
803               then report this as the snapshot date.
804               If not specified, use the current date/time.
805               If you specify a date here, be sure it's UTC.
806
807 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
808
809         * tests/test-argp-2.sh: Fix test to match actual output.
810         (func_compare): Fix sed script to be portable.
811
812 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
813
814         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
815         workaround for this case.  It is not autoconfigured now; offhand
816         it's hard to see how to autoconfigure it.
817
818 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
819
820         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
821         a directory that is about to be chowned.  Such a directory's
822         initial file permissions should permit the owner only and this
823         should not be changed until after the chown, since the group and
824         other bits would be incorrect if they granted permission before
825         the chown.
826
827         Fix porting problem for iswctype reported by Georg Schwarz in:
828         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
829         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
830         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
831         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
832         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
833
834 2006-12-03  Jim Meyering  <jim@meyering.net>
835
836         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
837         p->fts_statp may not yet be defined.
838         (fts_read): Instead, set it in the caller, once p->fts_statp is
839         sure to be defined, and corresponds to a top-level directory.
840         This bug made du -x fail.  Here's the coreutils test case:
841         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
842         Reported by Mike Frysinger.
843
844 2006-12-01  Jim Meyering  <jim@meyering.net>
845
846         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
847         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
848         Reported by Simon Josefsson.
849
850 2006-11-30  Jim Meyering  <jim@meyering.net>
851
852         * m4/warning.m4: Use the all-permissive copyright notice
853         recommended by RMS (rather than LGPL).
854         * m4/vararrays.m4: Likewise.
855         * m4/flexmember.m4: Likewise.
856
857 2006-11-29  Bruno Haible  <bruno@clisp.org>
858
859         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
860         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
861         using +=.
862         Reported by Simon Josefsson <simon@josefsson.org>.
863
864 2006-11-28  James Youngman <jay@gnu.org>
865
866         * README: Advise users that they might find the bug-gnulib@gnu.org
867         and autotools-announce@gnu.org mailing lists useful.
868
869 2006-11-28  Bruno Haible  <bruno@clisp.org>
870
871         * m4/ptrdiff_max.m4: Remove file.
872
873 2006-11-21  Bruno Haible  <bruno@clisp.org>
874
875         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
876         _AC_COMPUTE_INT.
877         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
878         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
879         _AC_COMPUTE_INT.
880         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
881         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
882         _AC_COMPUTE_INT.
883         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
884
885 2006-11-28  Jim Meyering  <jim@meyering.net>
886
887         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
888         warning from "gcc -Wshadow" about shadowing the builtin.
889
890 2006-11-27  Bruno Haible  <bruno@clisp.org>
891
892         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
893         _AC_COMPUTE_INT.
894         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
895
896 2006-11-27  Bruno Haible  <bruno@clisp.org>
897             Paul Eggert  <eggert@cs.ucla.edu>
898
899         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
900
901 2006-11-26  Bruno Haible  <bruno@clisp.org>
902
903         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
904         noinst_LTLIBRARIES.
905
906 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
907             Bruno Haible  <bruno@clisp.org>
908
909         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
910         if compiling with "gcc -ansi".
911
912 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
913
914         Fix some incompatibilities with gcc -ansi -pedantic.
915         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
916         if compiling pedantically with GCC, unless it's C99 or later.
917         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
918         it mishandles gcc -ansi -pedantic as well.
919         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
920         if gcc -pedantic.
921         * lib/regexec.c (check_node_accept_bytes): Don't use auto
922         initializers for struct if -pedantic, unless it's C99 or later.
923
924 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
925
926         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
927         Don't close an fd more than once. Identical atimes indicate
928         success, not failure.
929
930 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
931
932         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
933
934 2006-11-23  Jim Meyering  <jim@meyering.net>
935
936         * build-aux/announce-gen: New file.  From coreutils.
937
938 2006-11-22  Jim Meyering  <jim@meyering.net>
939
940         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
941         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
942         (fts_read): Use a temporary to narrow the overused st_size member
943         before using it in a switch statement.  Reported by Matthew Woehlke.
944
945         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
946         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
947
948 2006-11-20  Bruno Haible  <bruno@clisp.org>
949
950         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
951         changequote instead of pairs of brackets.
952         Reported by Andreas Schwab <schwab@suse.de>.
953
954 2006-11-21  Jim Meyering  <jim@meyering.net>
955
956         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
957         so as to remain compatible with older compilers.
958         Patch from Michael Deutschmann.
959
960 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
961
962         * MODULES.html.sh (File system functions): Add openat.
963
964         * lib/openat.h (rpl_fstatat): New macro, if
965         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
966         (fstatat): Define to rpl_fstatat under the same conditions,
967         unless COMPILING_FSTATAT.
968         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
969         seems to have the bug.
970         * lib/fstatat.c: New file.
971         * modules/openat (Files): Add it.
972
973 2006-11-20  Bruno Haible  <bruno@clisp.org>
974
975         * Makefile: New file.
976
977 2006-11-20  Jim Meyering  <jim@meyering.net>
978
979         The beginnings of syntax-related checks for gnulib.
980         * lib/Makefile: New file.
981         * lib/t-idcache: New script.  Ensure that the two halves of
982         idcache.c stay in sync.
983
984         * lib/idcache.c: Adjust comments in user- and group- portions to
985         be more accurate, and to be consistent with one another.
986
987 2006-11-20  Jim Meyering  <jim@meyering.net>
988
989         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
990         continue using the flexible array member (thus, this module performs
991         half as many malloc calls), with the addition that...
992         (getgroup, getuser): Consistently record a non-match via an empty
993         "name" string, and map an empty string match to a NULL return value.
994         * modules/idcache (Depends-on): Re-add flexmember.
995
996         * lib/idcache.c (getuser): Remove all uses of the register keyword.
997         (getuidbyname, getgroup, getgidbyname): Likewise.
998
999         Use cleaner syntax: NULL rather than 0.
1000         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1001
1002 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1003
1004         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1005         It mishandled the case where the group was missing.
1006         Problem reported by Greg Schafer.
1007         * modules/idcache: Likewise.
1008
1009 2006-11-18  Jim Meyering  <jim@meyering.net>
1010
1011         * check-module (%exempt_header): Add exception for some
1012         conditionally-included headers.
1013
1014         * modules/i-ring (Depends-on): Add verify.
1015         (License): Change to LGPL.
1016
1017 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1018
1019         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1020         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1021         and inttostr.h.  Use snprintf rather than uinttostr, so that
1022         LGPLed code doesn't depend on GPLed.
1023
1024 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1025
1026         * modules/inline (License): Change from GPL to LGPL.
1027
1028 2006-11-17  Jim Meyering  <jim@meyering.net>
1029
1030         * modules/d-type (License): Switch to LGPL.
1031
1032 2006-11-15  Bruno Haible  <bruno@clisp.org>
1033
1034         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1035
1036 2006-11-15  Eric Blake  <ebb9@byu.net>
1037
1038         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1039         the module dependency.
1040
1041 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1042             Bruno Haible  <bruno@clisp.org>
1043
1044         * gnulib-tool (func_create_testdir): Add license consistency check.
1045
1046 2006-11-15  Eric Blake  <ebb9@byu.net>
1047
1048         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1049         random "(cached)" in configure output.
1050
1051 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1052
1053         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1054         test for conforming inttypes.h is both announced and cached.
1055
1056         * MODULES.html.sh (seen_modules, seen_files): New variables.
1057         (func_module): Rewrite to use a few less gnulib-tool and sed
1058         invocations.  Avoid a couple of quadratic algorithms for ...
1059         (missed_modules, missed_files): ... these, with ...
1060         (func_append, func_tmpdir): ... these new functions, from
1061         gnulib-tool.  Analogously, install traps for cleanup.
1062
1063         * tests/test-gc.c (main): Remove unused variables.
1064         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1065
1066 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1067
1068         * modules/inttostr (License): Change to LGPL.
1069
1070 2006-11-14  Eric Blake  <ebb9@byu.net>
1071
1072         * modules/tempname (License): Change to LGPL.
1073
1074 2006-11-14  Eric Blake  <ebb9@byu.net>
1075
1076         * doc/functions.texi (Function Portability): *printf functions on
1077         Cygwin now understand all POSIX size specifiers.
1078
1079 2006-11-14  Bruno Haible  <bruno@clisp.org>
1080
1081         * modules/c-ctype (License): Change to LGPL.
1082
1083 2006-11-12  Bruno Haible  <bruno@clisp.org>
1084
1085         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1086         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1087         for GNOME libraries, for which the include files are installed in
1088         subdirectories of $prefix/include.
1089
1090 2006-11-12  Bruno Haible  <bruno@clisp.org>
1091
1092         * m4/lib-link.m4: Require at least autoconf-2.54.
1093         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1094         name to underscores for the --with option.
1095
1096 2006-11-13  Bruno Haible  <bruno@clisp.org>
1097
1098         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1099         the tests directory.
1100         Reported by Ralf Wildenhues.
1101
1102 2006-11-13  Bruno Haible  <bruno@clisp.org>
1103
1104         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1105         (func_emit_initmacro_end): Undo the override here.
1106         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1107         Works around the famous automake error in coreutils.
1108
1109 2006-11-13  Eric Blake  <ebb9@byu.net>
1110
1111         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1112         element, not its node.
1113
1114 2006-11-12  Bruno Haible  <bruno@clisp.org>
1115
1116         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1117         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1118
1119 2006-11-12  Bruno Haible  <bruno@clisp.org>
1120
1121         * gnulib-tool: New option --local-symlink.
1122         (func_usage): Document it.
1123         (lsymbolic): New variable.
1124         (func_import, func_create_testdir): If --symlink was not specified,
1125         test whether --local-symlink was specified and the file comes from
1126         the local_gnulib_dir.
1127
1128 2006-11-12  Bruno Haible  <bruno@clisp.org>
1129
1130         * gnulib-tool (func_ln): New function.
1131         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1132
1133 2006-11-12  Bruno Haible  <bruno@clisp.org>
1134
1135         Finish support for source files in subdirectories.
1136         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1137         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1138         AUTOMAKE_OPTIONS.
1139         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1140
1141 2006-11-12  Bruno Haible  <bruno@clisp.org>
1142
1143         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1144         EXTRA_lib_SOURCES augmentation.
1145         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1146
1147 2006-11-12  Jim Meyering  <jim@meyering.net>
1148
1149         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1150         file descriptors.  This also averts a failure on systems with
1151         native openat support when a traversed directory lacks "x" access.
1152         * lib/fts_.h: Include "i-ring.h"
1153         (struct FTS) [fts_fd_ring]: New member.
1154         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1155         (FCHDIR): Add parentheses.
1156         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1157         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1158         When descending, rather than simply closing the previous
1159         fts_cwd_fd value, push that file descriptor onto the ring.
1160         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1161         (fts_open): Initialize the new fd_ring member.
1162         (fts_close): Clear the ring.
1163         (fts_safe_changedir): When possible, use our new fd_ring to skip
1164         the diropen and fstat and dev/ino comparison that would normally
1165         accompany a virtual `chdir ("..")'.
1166
1167         * modules/fts (Depends-on): Add i-ring.
1168         * modules/i-ring: New module.
1169         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1170         * m4/i-ring.m4: New file.
1171
1172 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173
1174         * gnulib-tool (func_create_testdir): Fix replacement of
1175         `build-aux' in configure.ac.  Run autotools in gltests
1176         subdirectory.
1177         (func_create_testdir, func_create_megatestdir, test): There is
1178         no need for '--force' in most autotool invocations in a new
1179         tree.  Actually fail the whole test if any of the tools, or the
1180         configure or make stages fail.
1181
1182         Sync from Automake.
1183         * build-aux/gnupload: Revert last change.  Add pointer to upload
1184         instructions of the GNU Maintenance Instructions.
1185         Suggestion by Karl Berry.
1186
1187 2006-11-10  Jim Meyering  <jim@meyering.net>
1188
1189         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1190
1191 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1192
1193         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1194         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1195         (bind_textdomain_codeset) [! ENABLE_NLS]:
1196         Evaluate all the arguments.  That way, callers get compatible behavior
1197         if the arguments have side effects.  Also, it avoids some GCC
1198         diagnostics in some cases; Joel E. Denny reported problems when Bison
1199         was configured with --enable-gcc-warnigs.
1200
1201 2006-11-10  Jim Meyering  <jim@meyering.net>
1202
1203         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1204         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1205         account.
1206
1207 2006-11-10  Jim Meyering  <jim@meyering.net>
1208
1209         * modules/inline: New file/module.
1210         * modules/xalloc (Files): Remove m4/inline.m4.
1211         (Depends-on): Add inline, instead.
1212         * modules/oset: Likewise.
1213         * modules/list: Likewise.
1214
1215 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1216
1217         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1218         Problem reported by Matthew Woehlke.
1219
1220 2006-11-09  Bruno Haible  <bruno@clisp.org>
1221
1222         * lib/tempname.c (gen_tempname): Remove variant that invokes
1223         __gen_tempname.
1224         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1225         __gen_tempname.
1226
1227 2006-11-08  Bruno Haible  <bruno@clisp.org>
1228
1229         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1230         to 'yes' instead of 'cross-compiling'.
1231
1232 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1233
1234         * lib/quotearg.h (quotearg_free): New decl.
1235         * lib/quotearg.c (quotearg_free): New function.
1236         (slot0, nslots, slotvec0, slotvec):
1237         Now file-scope so that quotearg_free can get at them.
1238
1239 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1240
1241         Sync from Automake.
1242         * build-aux/gnupload: Add missing 'gnu' to example URL.
1243         Report by Karl Berry.
1244
1245 2006-11-08  Bruno Haible  <bruno@clisp.org>
1246
1247         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1248         Suggested by Paul Eggert.
1249
1250 2006-11-08  Jim Meyering  <jim@meyering.net>
1251
1252         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1253         It's already included if !_LIBC.
1254         (fts_safe_changedir): Add a comment.
1255
1256 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1257
1258         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1259         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1260         Matthew Woehlke.
1261
1262         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1263         definitions up, to avoid colliding with change below.
1264         (static_inline) [HAVE_INLINE]: New macro.
1265         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1266         Provide extern decls when !HAVE_INLINE.  Do not define unless
1267         static_inline is defined, either by us or by xmalloc.c.  Use
1268         static_inline rather than static inline.
1269         (XCALLOC): Optimize sizeof(T) = 1 case.
1270         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1271
1272 2006-11-07  Bruno Haible  <bruno@clisp.org>
1273
1274         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1275         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1276         AC_C_INLINE.
1277         * modules/xalloc (Files): Add m4/inline.m4.
1278
1279 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1280
1281         * README: Fix typo.
1282         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1283         (Miscellanous Notes): ...from this.
1284
1285 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1286
1287         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1288         Mention that offsetof should be used instead of sizeof.
1289         From Bruno Haible.
1290
1291 2006-11-07  Bruno Haible  <bruno@clisp.org>
1292
1293         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1294
1295 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1296
1297         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1298         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1299         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1300         (gl_tree_add_before, gl_tree_add_after):
1301         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1302         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1303         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1304         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1305         (gl_linked_add_after, gl_linked_add_at): Likewise.
1306         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1307         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1308         (gl_tree_add_before, gl_tree_add_after): Likewise.
1309         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1310         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1311         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1312
1313 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1314
1315         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1316
1317 2006-11-06  Bruno Haible  <bruno@clisp.org>
1318
1319         * m4/inline.m4: New file.
1320         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1321         * modules/list (Files): Add m4/inline.m4.
1322         * modules/oset (Files): Likewise.
1323
1324 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1325
1326         * lib/idcache.c: Include <stddef.h>, for offsetof.
1327         (struct userid.name): Change from char * to a flexible array member.
1328         All uses changed.
1329         * modules/idcache (Depends-on): Add flexmember.
1330
1331         * MODULES.html.sh (Core language properties): New module flexmember.
1332         * modules/flexmember, m4/flexmember.m4: New files.
1333
1334         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1335         inline functions that are identical with the old xnmalloc_inline,
1336         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1337         that we can avoid some unnecessary integer multiplications and
1338         divisions in the common case where the element size is known at
1339         compile time.
1340         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1341         needed.
1342         (xnboundedmalloc): Remove.
1343         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1344         arguments, for consistency with rest of this header.
1345         (xcharalloc): Rewrite using XNMALLOC.
1346         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1347         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1348         versions have been moved to lib/xalloc.h and renamed to be the
1349         non-*_inline versions.
1350         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1351         and xnrealloc functions, since those functions are now inline and
1352         now call us.
1353         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1354         renaming described above.
1355         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1356         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1357         captures the dependency in AC_C_INLINE.
1358
1359         New module canonicalize-lgpl, proposed by Charles Wilson in
1360         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1361         with a few small changes afterwards.
1362         * MODULES.html.sh (File system functions): New module
1363         canonicalize-lgpl.
1364         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1365         and canonicalize_file_name.
1366         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1367         * modules/canonicalize-lgpl: New files.
1368
1369 2006-11-05  Bruno Haible  <bruno@clisp.org>
1370
1371         * gnulib-tool (func_import, func_create_testdir): Create directories
1372         also for files in subdirectories of lib/.
1373
1374 2006-11-05  Bruno Haible  <bruno@clisp.org>
1375
1376         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1377         ANSI C compliant.
1378
1379 2006-11-03  Bruno Haible  <bruno@clisp.org>
1380
1381         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1382         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1383         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1384         (xnboundedmalloc): New inline function.
1385         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1386         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1387         xmalloc.
1388         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1389         xmalloc.
1390         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1391         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1392         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1393         xmalloc.
1394         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1395         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1396         xmalloc.
1397         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1398         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1399         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1400         xmalloc.
1401         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1402         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1403         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1404         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1405         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1406         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1407         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1408
1409 2006-11-03  Bruno Haible  <bruno@clisp.org>
1410
1411         * lib/c-ctype.h [C++]: Define functions without name mangling.
1412         * lib/fwriteerror.h [C++]: Likewise.
1413         * lib/gcd.h [C++]: Likewise.
1414         * lib/linebreak.h [C++]: Likewise.
1415
1416 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1417
1418         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1419         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1420         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1421         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1422         Check for functions and headers just once.
1423         Check for declaration of canonicalize_file_name.
1424         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1425
1426 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1427
1428         * gnulib-tool (func_import): Fix typo in actioncmd.
1429
1430 2006-11-02  Bruno Haible  <bruno@clisp.org>
1431
1432         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1433         newline sequence in the Makefile.am snippet as a space, like "make"
1434         does.
1435         Reported by Roger Persson <perrog@gmail.com>.
1436
1437 2006-11-01  Bruno Haible  <bruno@clisp.org>
1438
1439         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1440         already declared in <string.h>.
1441         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1442
1443 2006-11-01  Bruno Haible  <bruno@clisp.org>
1444
1445         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1446         * lib/strcase.h: Include <string.h>.
1447         (strcasecmp): Define to rpl_strcasecmp here.
1448
1449 2006-11-01  Bruno Haible  <bruno@clisp.org>
1450
1451         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1452
1453 2006-11-01  Eric Blake  <ebb9@byu.net>
1454
1455         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1456
1457         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1458
1459 2006-10-29  Bruno Haible  <bruno@clisp.org>
1460
1461         Make it compile in C++ mode.
1462         * lib/full-write.c (full_rw): Add a cast.
1463
1464 2006-11-01  Bruno Haible  <bruno@clisp.org>
1465
1466         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1467         be POSIX compliant.
1468         Reported by Roger Persson <perrog@gmail.com>.
1469
1470 2006-11-01  Eric Blake  <ebb9@byu.net>
1471
1472         * lib/getopt_.h: Fix comments.
1473
1474 2006-10-31  Eric Blake  <ebb9@byu.net>
1475
1476         * modules/tmpdir (Depends-on): Add sys_stat.
1477         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1478         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1479         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1480         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1481         tempname.
1482
1483 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1484
1485         Avoid some C++ diagnostics reported by Bruno Haible.
1486         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1487         xmalloc.
1488         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1489         (struct slotvec): Move to top level.
1490         (quotearg_n_options): Rewrite to avoid xmalloc.
1491         * lib/xalloc.h (xcharalloc): New function.
1492         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1493         [defined __cplusplus]: Add function template that provides result
1494         type propagation.  This part of the change is from Bruno Haible.
1495
1496 2006-10-29  Bruno Haible  <bruno@clisp.org>
1497
1498         Make it compile in C++ mode.
1499         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1500         * lib/strnlen1.c (strnlen1): Cast memchr result.
1501         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1502         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1503         (create_temp_dir): Rename local variable 'template'.
1504         (compile_csharp_using_sscli): Add cast.
1505         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1506         * lib/findprog.c (find_in_path): Likewise.
1507         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1508         * lib/wait-process.c (register_slave_subprocess): Likewise.
1509
1510 2006-10-22  Bruno Haible  <bruno@clisp.org>
1511
1512         * modules/tsearch: New file.
1513         * lib/tsearch.h: New file.
1514         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1515         * m4/tsearch.m4: New file.
1516         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1517
1518 2006-10-29  Eric Blake  <ebb9@byu.net>
1519
1520         * lib/arcfour.c: Assume config.h.
1521         * lib/arctwo.c: Likewise.
1522         * lib/base64.c: Likewise.
1523         * lib/check-version.c: Likewise.
1524         * lib/crc.c: Likewise.
1525         * lib/des.c: Likewise.
1526         * lib/gc-gnulib.c: Likewise.
1527         * lib/gc-libgcrypt.c: Likewise.
1528         * lib/gc-pbkdf2-sha1.c: Likewise.
1529         * lib/getaddrinfo.c: Likewise.
1530         * lib/getdelim.c: Likewise.
1531         * lib/getline.c: Likewise.
1532         * lib/hmac-md5.c: Likewise.
1533         * lib/hmac-sha1.c: Likewise.
1534         * lib/iconvme.c: Likewise.
1535         * lib/md2.c: Likewise.
1536         * lib/md4.c: Likewise.
1537         * lib/memxor.c: Likewise.
1538         * lib/read-file.c: Likewise.
1539         * lib/readline.c: Likewise.
1540         * lib/rijndael-alg-fst.c: Likewise.
1541         * lib/rijndael-api-fst.c: Likewise.
1542         * lib/xgetdomainname.c: Likewise.
1543
1544 2006-10-28  Eric Blake  <ebb9@byu.net>
1545
1546         * lib/xstrndup.c: Assume config.h.
1547
1548 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1549
1550         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1551         stat-macros.h is now for our own macros, whereas stat_h is for
1552         macros in the <sys/stat.h> name space.
1553         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1554         (STAT_MACROS_H): Remove.
1555         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1556         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1557         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1558         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1559         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1560         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1561         Move these macros to ...
1562         * lib/stat_.h: here.  Don't include stat-macros.h.
1563         * lib/canonicalize.c: Don't include stat-macros.h.
1564         * lib/chown.c: Likewise.
1565         * lib/euidaccess.c: Likewise.
1566         * lib/file-type.c: Likewise.
1567         * lib/filemode.c: Likewise.
1568         * lib/glob.c: Likewise.
1569         * lib/isapipe.c: Likewise.
1570         * lib/lchown.c: Likewise.
1571         * lib/lstat.c: Likewise.
1572         * lib/mkdir-p.c: Likewise.
1573         * lib/rmdir.c: Likewise.
1574         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1575         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1576         unless mkdir isn't declared, to speed up 'configure'.
1577         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1578         would define all the S_* symbols.
1579         * modules/canonicalize (Depends-on):
1580         Depend on sys_stat, not stat-macros.
1581         * modules/chown: Likewise.
1582         * modules/euidaccess: Likewise.
1583         * modules/filemode: Likewise.
1584         * modules/file-type: Likewise.
1585         * modules/glob: Likewise.
1586         * modules/isapipe: Likewise.
1587         * modules/lchown: Likewise.
1588         * modules/lstat: Likewise.
1589         * modules/mkancesdirs: Likewise.
1590         * modules/rmdir: Likewise.
1591         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1592         * modules/modechange: Likewise.
1593         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1594         (configure.ac): Remove gl_STAT_MACROS.
1595         * modules/sys_stat (Depends-on): Remove stat-macros.
1596
1597 2006-10-27  Bruno Haible  <bruno@clisp.org>
1598
1599         * m4/signed.m4: Remove file.
1600         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1601         invocation.
1602         * modules/vasnprintf (Files): Remove m4/signed.m4.
1603
1604 2006-10-27  Bruno Haible  <bruno@clisp.org>
1605
1606         Update to GNU gettext 0.16.
1607         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1608         m4/inttypes-h.m4, m4/signed.m4.
1609         * m4/gettext.m4: Update to GNU gettext 0.16.
1610         * m4/intl.m4: New file, from GNU gettext.
1611         * m4/intldir.m4: New file, from GNU gettext.
1612         * config/srclist.txt: Update
1613
1614 2006-10-27  Eric Blake  <ebb9@byu.net>
1615
1616         * MODULES.html.sh: Document tempname.
1617         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1618         dependencies.
1619         (Files): Move lib/tempname.c...
1620         * modules/tempname: ...to this new module.
1621         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1622         (gl_PREREQ_TEMPNAME): Move...
1623         * m4/tempname.m4: ...to this new file.
1624         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1625         * modules/sys_stat (Depends-on): Add stat-macros.
1626         * lib/stat_.h (includes): Pick up stat macros.
1627         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1628         if stat macros are broken.
1629         * lib/tempname.c (includes): No need to include "stat-macros.h".
1630         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1631         (direxists, __path_search) [!_LIBC]: Don't compile these in
1632         gnulib; the tmpdir module covers that.
1633         * lib/tempname.h: New file.
1634
1635 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1636
1637         * COPYING: Explain how gnulib-tool converts licence headers.
1638         Almost all wording by Eric Blake.
1639
1640 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1641
1642         * lib/mbchar.h (is_basic_table): Make read-only.
1643         * lib/mbchar.c (is_basic_table): Likewise.
1644         Reported by John Darrington.
1645
1646 2006-10-25  Bruno Haible  <bruno@clisp.org>
1647
1648         * lib/progname.h (set_program_name): Undefine before defining.
1649
1650 2006-10-25  Bruno Haible  <bruno@clisp.org>
1651
1652         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1653         false for non-gcc C++ compilers.
1654         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1655
1656 2006-10-24  Bruno Haible  <bruno@clisp.org>
1657
1658         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1659         iconv implementations like Irix iconv.
1660
1661 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1662
1663         * modules/vararrays: New file.
1664         * m4/vararrays.m4: New file, taken from diffutils.
1665         * MODULES.html.sh: New module vararrays.
1666
1667 2006-10-24  Karl Berry  <karl@gnu.org>
1668
1669         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1670         Don't call GNU Unix.
1671
1672 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1673
1674         * users.txt: Add Libtool.
1675
1676         Sync from Libtool:
1677
1678         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1679
1680         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1681         to gnulib's policy of including config.h unconditionally.
1682
1683 2006-10-24  Bruno Haible  <bruno@clisp.org>
1684
1685         * modules/wcwidth (Files): Add m4/wint_t.m4.
1686         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1687         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1688
1689 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1690
1691         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1692         to pacify GCC with some -W flags enabled.  Problem reported by
1693         Bruno Haible.
1694
1695 2006-10-24  Jim Meyering  <jim@meyering.net>
1696
1697         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1698         Reported by Karl Berry.
1699
1700 2006-10-23  Bruno Haible  <bruno@clisp.org>
1701
1702         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1703
1704 2006-10-24  Bruno Haible  <bruno@clisp.org>
1705
1706         * lib/gl_list.h: Use C comment style, not C++ comment style.
1707
1708 2006-10-23  Eric Blake  <ebb9@byu.net>
1709
1710         * lib/getaddrinfo.c (includes): Add missing include.
1711
1712 2006-10-23  Bruno Haible  <bruno@clisp.org>
1713             Paul Eggert  <eggert@cs.ucla.edu>
1714
1715         Ability to rename obstack_free.
1716         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1717         obstack_free.
1718         (obstack_free): Invoke the __obstack_free macro.
1719         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1720
1721 2006-10-23  Bruno Haible  <bruno@clisp.org>
1722             Paul Eggert  <eggert@cs.ucla.edu>
1723
1724         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1725         __argc, __argv from the declaration. (They are defined as macros on
1726         mingw.)
1727
1728 2006-10-22  Bruno Haible  <bruno@clisp.org>
1729
1730         * doc/gnulib-intro.texi: New file.
1731         * doc/gnulib.texi: Include it.
1732
1733 2006-10-21  Bruno Haible  <bruno@clisp.org>
1734
1735         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1736         "Introduction", "Miscellanous Notes", "Particular Modules".
1737
1738 2006-10-21  Bruno Haible  <bruno@clisp.org>
1739
1740         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1741         Change mostlyclean-local rule to avoid sh syntax error from bash
1742         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1743
1744 2006-10-23  Jim Meyering  <jim@meyering.net>
1745
1746         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1747         in place of snprintf.
1748
1749         * modules/inttostr (Files): Add lib/uinttostr.c.
1750         * lib/uinttostr.c (inttostr): New file/function.
1751         * lib/inttostr.h (uinttostr): Declare.
1752         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1753         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1754         Add uinttostr.
1755         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1756
1757 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1758
1759         * lib/canonicalize.c (ELOOP): Define if not already defined.
1760         Problem reported by Bruno Haible in
1761         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1762
1763 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1764
1765         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1766         Problem reported by Perry Smith and Ville Laurikari.
1767
1768         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1769         uses.
1770
1771 2006-10-19  Bruno Haible  <bruno@clisp.org>
1772
1773         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1774         for mingw.
1775
1776 2006-10-19  Bruno Haible  <bruno@clisp.org>
1777
1778         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1779         Needed for mingw.
1780
1781 2006-10-19  Bruno Haible  <bruno@clisp.org>
1782
1783         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1784
1785 2006-10-19  Bruno Haible  <bruno@clisp.org>
1786
1787         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1788         it.
1789
1790 2006-10-19  Bruno Haible  <bruno@clisp.org>
1791
1792         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1793         invocation.
1794
1795 2006-10-19  Bruno Haible  <bruno@clisp.org>
1796
1797         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1798         mountlist by default.
1799
1800 2006-10-16  Bruno Haible  <bruno@clisp.org>
1801
1802         * lib/c-strstr.c: Include c-strstr.h.
1803
1804 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1805
1806         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1807         in a slash.
1808
1809 2006-10-18  Bruno Haible  <bruno@clisp.org>
1810
1811         * lib/lock.h [C++]: Wrap definitions in extern "C".
1812
1813 2006-10-18  Bruno Haible  <bruno@clisp.org>
1814
1815         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1816         gl_LIBOBJS list.
1817
1818 2006-10-18  Bruno Haible  <bruno@clisp.org>
1819
1820         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1821
1822 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1823
1824         * lib/xstrtol.h: Include gettext.h.
1825         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1826         Problem reported by Eric Blake.
1827         * modules/xstrtol (Depends-on): Add gettext-h.
1828
1829 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1830
1831         * lib/strftime.c (advance): New macro.
1832         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1833         incomplete type, so you can't add 0 to it.  Problem and patch
1834         reported by Eelco Dolstra for dietlibc.
1835
1836 2006-10-18  Jim Meyering  <jim@meyering.net>
1837
1838         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1839         type for a local, and rename it: s/up/user_proc/.
1840
1841 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1842
1843         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1844         READ_UTMP_USER_PROCESS.
1845         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1846
1847 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1848
1849         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1850         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1851
1852 2006-10-17  Eric Blake  <ebb9@byu.net>
1853
1854         * lib/sigprocmask.c (sigprocmask): Fix typo.
1855
1856         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1857
1858         * modules/clean-temp (Makefile.am): Don't add to make output...
1859         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1860         config.h.
1861
1862 2006-10-17  Bruno Haible  <bruno@clisp.org>
1863
1864         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1865         differently if DEFAULT_TEXT_DOMAIN is set.
1866
1867 2006-10-16  Bruno Haible  <bruno@clisp.org>
1868
1869         * lib/clean-temp.c: Include fwriteerror.h.
1870
1871 2006-10-16  Bruno Haible  <bruno@clisp.org>
1872
1873         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1874
1875 2006-10-16  Bruno Haible  <bruno@clisp.org>
1876
1877         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1878         * lib/sigprocmask.h: Include <sys/types.h>.
1879         (sigset_t): Use the system's definition if present.
1880
1881 2006-10-17  Eric Blake  <ebb9@byu.net>
1882
1883         * lib/xvasprintf.c (includes): Assume config.h.
1884         * lib/xasprintf.c (includes): Likewise.
1885
1886 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1887
1888         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1889         at least as wide as intmax_t.
1890
1891 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1892
1893         (Imported from Automake.)
1894         * build-aux/gnupload: Update to version 1.1 of directive file.
1895
1896 2006-10-16  Eric Blake  <ebb9@byu.net>
1897
1898         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1899         match Automake 1.10a.
1900
1901 2006-10-14  Bruno Haible  <bruno@clisp.org>
1902
1903         * modules/sigprocmask: New file.
1904         * lib/sigprocmask.h: New file.
1905         * lib/sigprocmask.c: New file.
1906         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
1907         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
1908         request sigprocmask.o.
1909         (gl_PREREQ_SIGPROCMASK): New macro.
1910         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
1911         (Depends-on): Add sigprocmask.
1912         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
1913         gt_SIGNALBLOCKING. Test for 'raise' only once.
1914         * lib/fatal-signal.c: Include sigprocmask.h.
1915         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
1916         unblock_fatal_signals): Define always.
1917         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1918         sigprocmask.
1919
1920 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1921
1922         Sync from Automake.
1923         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1924         which incorrectly sets the mode of an existing destination
1925         directory.  In some cases the unpatched install-sh could do the
1926         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1927         system.  We hope this is rare in practice, but it's clearly worth
1928         fixing.  Problem reported by Alex Unleashed in
1929         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1930         Also, don't bother to check for -m bugs unless we're using -m;
1931         suggested by Stepan Kasal.
1932
1933 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1934
1935         Sync from Automake.
1936         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
1937         `-c' flag, so they appear at the same position as in %FASTDEP%
1938         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1939         which ignores unknown options only after the first non-option.
1940         Bug report against M4 by Nelson H. F. Beebe.
1941
1942 2006-10-13  Jim Meyering  <jim@meyering.net>
1943
1944         Fix a bug in yesterday's change.
1945         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
1946         p->fts_statp->st_dev would be used uninitialized.
1947         Ensures that we always call fts_stat on the very first entry.
1948         Miklos Szeredi reported that find -xdev stopped working.
1949
1950 2006-10-12  Bruno Haible  <bruno@clisp.org>
1951
1952         * gnulib-tool (func_get_automake_snippet): Append an automatically
1953         computed EXTRA_DIST augmentation.
1954         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
1955         * modules/alloca-opt (Makefile.am): Likewise.
1956         * modules/allocsa (Makefile.am): Likewise.
1957         * modules/arcfour (Makefile.am): Likewise.
1958         * modules/arctwo (Makefile.am): Likewise.
1959         * modules/argmatch (Makefile.am): Likewise.
1960         * modules/argz (Makefile.am): Likewise.
1961         * modules/atexit (Makefile.am): Likewise.
1962         * modules/backupfile (Makefile.am): Likewise.
1963         * modules/byteswap (Makefile.am): Likewise.
1964         * modules/c-strtod (Makefile.am): Likewise.
1965         * modules/c-strtold (Makefile.am): Likewise.
1966         * modules/calloc (Makefile.am): Likewise.
1967         * modules/canon-host (Makefile.am): Likewise.
1968         * modules/canonicalize (Makefile.am): Likewise.
1969         * modules/chdir-long (Makefile.am): Likewise.
1970         * modules/chdir-safer (Makefile.am): Likewise.
1971         * modules/check-version (Makefile.am): Likewise.
1972         * modules/chown (Makefile.am): Likewise.
1973         * modules/cloexec (Makefile.am): Likewise.
1974         * modules/close-stream (Makefile.am): Likewise.
1975         * modules/closeout (Makefile.am): Likewise.
1976         * modules/crc (Makefile.am): Likewise.
1977         * modules/csharpexec (Makefile.am): Likewise.
1978         * modules/cycle-check (Makefile.am): Likewise.
1979         * modules/des (Makefile.am): Likewise.
1980         * modules/dev-ino (Makefile.am): Likewise.
1981         * modules/dirfd (Makefile.am): Likewise.
1982         * modules/dirname (Makefile.am): Likewise.
1983         * modules/dup2 (Makefile.am): Likewise.
1984         * modules/eealloc (Makefile.am): Likewise.
1985         * modules/error (Makefile.am): Likewise.
1986         * modules/euidaccess (Makefile.am): Likewise.
1987         * modules/exclude (Makefile.am): Likewise.
1988         * modules/exitfail (Makefile.am): Likewise.
1989         * modules/fcntl-safer (Makefile.am): Likewise.
1990         * modules/fcntl (Makefile.am): Likewise.
1991         * modules/file-type (Makefile.am): Likewise.
1992         * modules/fileblocks (Makefile.am): Likewise.
1993         * modules/filemode (Makefile.am): Likewise.
1994         * modules/filenamecat (Makefile.am): Likewise.
1995         * modules/fnmatch (Makefile.am): Likewise.
1996         * modules/fopen-safer (Makefile.am): Likewise.
1997         * modules/fpending (Makefile.am): Likewise.
1998         * modules/fprintftime (Makefile.am): Likewise.
1999         * modules/free (Makefile.am): Likewise.
2000         * modules/fsusage (Makefile.am): Likewise.
2001         * modules/ftruncate (Makefile.am): Likewise.
2002         * modules/fts (Makefile.am): Likewise.
2003         * modules/gc-arcfour (Makefile.am): Likewise.
2004         * modules/gc-des (Makefile.am): Likewise.
2005         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2006         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2007         * modules/gc-md4 (Makefile.am): Likewise.
2008         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2009         * modules/gc-sha1 (Makefile.am): Likewise.
2010         * modules/gc (Makefile.am): Likewise.
2011         * modules/getaddrinfo (Makefile.am): Likewise.
2012         * modules/getcwd (Makefile.am): Likewise.
2013         * modules/getdelim (Makefile.am): Likewise.
2014         * modules/getdomainname (Makefile.am): Likewise.
2015         * modules/getgroups (Makefile.am): Likewise.
2016         * modules/gethostname (Makefile.am): Likewise.
2017         * modules/gethrxtime (Makefile.am): Likewise.
2018         * modules/getline (Makefile.am): Likewise.
2019         * modules/getloadavg (Makefile.am): Likewise.
2020         * modules/getlogin_r (Makefile.am): Likewise.
2021         * modules/getndelim2 (Makefile.am): Likewise.
2022         * modules/getopt (Makefile.am): Likewise.
2023         * modules/getpagesize (Makefile.am): Likewise.
2024         * modules/getpass-gnu (Makefile.am): Likewise.
2025         * modules/getpass (Makefile.am): Likewise.
2026         * modules/getsubopt (Makefile.am): Likewise.
2027         * modules/gettime (Makefile.am): Likewise.
2028         * modules/gettimeofday (Makefile.am): Likewise.
2029         * modules/getugroups (Makefile.am): Likewise.
2030         * modules/getusershell (Makefile.am): Likewise.
2031         * modules/glob (Makefile.am): Likewise.
2032         * modules/group-member (Makefile.am): Likewise.
2033         * modules/hard-locale (Makefile.am): Likewise.
2034         * modules/hash (Makefile.am): Likewise.
2035         * modules/hmac-md5 (Makefile.am): Likewise.
2036         * modules/hmac-sha1 (Makefile.am): Likewise.
2037         * modules/human (Makefile.am): Likewise.
2038         * modules/idcache (Makefile.am): Likewise.
2039         * modules/imaxabs (Makefile.am): Likewise.
2040         * modules/imaxdiv (Makefile.am): Likewise.
2041         * modules/inet_ntop (Makefile.am): Likewise.
2042         * modules/inet_pton (Makefile.am): Likewise.
2043         * modules/intprops (Makefile.am): Likewise.
2044         * modules/inttostr (Makefile.am): Likewise.
2045         * modules/inttypes (Makefile.am): Likewise.
2046         * modules/isapipe (Makefile.am): Likewise.
2047         * modules/javaversion (Makefile.am): Likewise.
2048         * modules/lchmod (Makefile.am): Likewise.
2049         * modules/lchown (Makefile.am): Likewise.
2050         * modules/localcharset (Makefile.am): Likewise.
2051         * modules/long-options (Makefile.am): Likewise.
2052         * modules/lstat (Makefile.am): Likewise.
2053         * modules/malloc (Makefile.am): Likewise.
2054         * modules/mathl (Makefile.am): Likewise.
2055         * modules/mbchar (Makefile.am): Likewise.
2056         * modules/md2 (Makefile.am): Likewise.
2057         * modules/md4 (Makefile.am): Likewise.
2058         * modules/md5 (Makefile.am): Likewise.
2059         * modules/memcasecmp (Makefile.am): Likewise.
2060         * modules/memchr (Makefile.am): Likewise.
2061         * modules/memcmp (Makefile.am): Likewise.
2062         * modules/memcoll (Makefile.am): Likewise.
2063         * modules/memcpy (Makefile.am): Likewise.
2064         * modules/memmem (Makefile.am): Likewise.
2065         * modules/memmove (Makefile.am): Likewise.
2066         * modules/mempcpy (Makefile.am): Likewise.
2067         * modules/memrchr (Makefile.am): Likewise.
2068         * modules/memset (Makefile.am): Likewise.
2069         * modules/memxor (Makefile.am): Likewise.
2070         * modules/mkancesdirs (Makefile.am): Likewise.
2071         * modules/mkdir-p (Makefile.am): Likewise.
2072         * modules/mkdir (Makefile.am): Likewise.
2073         * modules/mkdtemp (Makefile.am): Likewise.
2074         * modules/mkstemp (Makefile.am): Likewise.
2075         * modules/mktime (Makefile.am): Likewise.
2076         * modules/modechange (Makefile.am): Likewise.
2077         * modules/mountlist (Makefile.am): Likewise.
2078         * modules/nanosleep (Makefile.am): Likewise.
2079         * modules/obstack (Makefile.am): Likewise.
2080         * modules/openat (Makefile.am): Likewise.
2081         * modules/pagealign_alloc (Makefile.am): Likewise.
2082         * modules/pathmax (Makefile.am): Likewise.
2083         * modules/physmem (Makefile.am): Likewise.
2084         * modules/poll (Makefile.am): Likewise.
2085         * modules/posixtm (Makefile.am): Likewise.
2086         * modules/posixver (Makefile.am): Likewise.
2087         * modules/putenv (Makefile.am): Likewise.
2088         * modules/quote (Makefile.am): Likewise.
2089         * modules/quotearg (Makefile.am): Likewise.
2090         * modules/raise (Makefile.am): Likewise.
2091         * modules/read-file (Makefile.am): Likewise.
2092         * modules/readline (Makefile.am): Likewise.
2093         * modules/readlink (Makefile.am): Likewise.
2094         * modules/readtokens (Makefile.am): Likewise.
2095         * modules/readutmp (Makefile.am): Likewise.
2096         * modules/realloc (Makefile.am): Likewise.
2097         * modules/regex (Makefile.am): Likewise.
2098         * modules/rename-dest-slash (Makefile.am): Likewise.
2099         * modules/rename (Makefile.am): Likewise.
2100         * modules/rijndael (Makefile.am): Likewise.
2101         * modules/rmdir (Makefile.am): Likewise.
2102         * modules/rpmatch (Makefile.am): Likewise.
2103         * modules/safe-read (Makefile.am): Likewise.
2104         * modules/safe-write (Makefile.am): Likewise.
2105         * modules/same-inode (Makefile.am): Likewise.
2106         * modules/same (Makefile.am): Likewise.
2107         * modules/save-cwd (Makefile.am): Likewise.
2108         * modules/savedir (Makefile.am): Likewise.
2109         * modules/setenv (Makefile.am): Likewise.
2110         * modules/settime (Makefile.am): Likewise.
2111         * modules/sha1 (Makefile.am): Likewise.
2112         * modules/sig2str (Makefile.am): Likewise.
2113         * modules/snprintf (Makefile.am): Likewise.
2114         * modules/stat-macros (Makefile.am): Likewise.
2115         * modules/stat-time (Makefile.am): Likewise.
2116         * modules/stdbool (Makefile.am): Likewise.
2117         * modules/stdint (Makefile.am): Likewise.
2118         * modules/stdlib-safer (Makefile.am): Likewise.
2119         * modules/stpcpy (Makefile.am): Likewise.
2120         * modules/stpncpy (Makefile.am): Likewise.
2121         * modules/strcase (Makefile.am): Likewise.
2122         * modules/strcasestr (Makefile.am): Likewise.
2123         * modules/strchrnul (Makefile.am): Likewise.
2124         * modules/strcspn (Makefile.am): Likewise.
2125         * modules/strdup (Makefile.am): Likewise.
2126         * modules/strerror (Makefile.am): Likewise.
2127         * modules/strftime (Makefile.am): Likewise.
2128         * modules/strndup (Makefile.am): Likewise.
2129         * modules/strnlen (Makefile.am): Likewise.
2130         * modules/strpbrk (Makefile.am): Likewise.
2131         * modules/strsep (Makefile.am): Likewise.
2132         * modules/strstr (Makefile.am): Likewise.
2133         * modules/strtod (Makefile.am): Likewise.
2134         * modules/strtoimax (Makefile.am): Likewise.
2135         * modules/strtok_r (Makefile.am): Likewise.
2136         * modules/strtol (Makefile.am): Likewise.
2137         * modules/strtoll (Makefile.am): Likewise.
2138         * modules/strtoul (Makefile.am): Likewise.
2139         * modules/strtoull (Makefile.am): Likewise.
2140         * modules/strtoumax (Makefile.am): Likewise.
2141         * modules/strverscmp (Makefile.am): Likewise.
2142         * modules/sys_socket (Makefile.am): Likewise.
2143         * modules/sys_stat (Makefile.am): Likewise.
2144         * modules/sysexits (Makefile.am): Likewise.
2145         * modules/time_r (Makefile.am): Likewise.
2146         * modules/timegm (Makefile.am): Likewise.
2147         * modules/timespec (Makefile.am): Likewise.
2148         * modules/tmpfile-safer (Makefile.am): Likewise.
2149         * modules/trim (Makefile.am): Likewise.
2150         * modules/unistd-safer (Makefile.am): Likewise.
2151         * modules/unlinkdir (Makefile.am): Likewise.
2152         * modules/unlocked-io (Makefile.am): Likewise.
2153         * modules/userspec (Makefile.am): Likewise.
2154         * modules/utime (Makefile.am): Likewise.
2155         * modules/utimecmp (Makefile.am): Likewise.
2156         * modules/utimens (Makefile.am): Likewise.
2157         * modules/vasnprintf (Makefile.am): Likewise.
2158         * modules/vasprintf (Makefile.am): Likewise.
2159         * modules/vsnprintf (Makefile.am): Likewise.
2160         * modules/xalloc (Makefile.am): Likewise.
2161         * modules/xgetcwd (Makefile.am): Likewise.
2162         * modules/xnanosleep (Makefile.am): Likewise.
2163         * modules/xreadlink (Makefile.am): Likewise.
2164         * modules/xstrtod (Makefile.am): Likewise.
2165         * modules/xstrtol (Makefile.am): Likewise.
2166         * modules/xstrtold (Makefile.am): Likewise.
2167         * modules/yesno (Makefile.am): Likewise.
2168         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2169
2170 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2171
2172         * modules/error (Makefile.am): Distribute files through
2173         EXTRA_DIST, not lib_SOURCES.
2174
2175 2006-10-12  Eric Blake  <ebb9@byu.net>
2176
2177         * modules/error (Makefile.am): Distribute files in /lib.
2178         * modules/obstack (Makefile.am): Likewise.
2179
2180 2006-10-12  Bruno Haible  <bruno@clisp.org>
2181
2182         * modules/acl (Makefile.am): Distribute all files in lib/ through
2183         EXTRA_DIST.
2184         * modules/arcfour (Makefile.am): Likewise.
2185         * modules/arctwo (Makefile.am): Likewise.
2186         * modules/argmatch (Makefile.am): Likewise.
2187         * modules/argz (Makefile.am): Likewise.
2188         * modules/atexit (Makefile.am): Likewise.
2189         * modules/backupfile (Makefile.am): Likewise.
2190         * modules/c-strtod (Makefile.am): Likewise.
2191         * modules/c-strtold (Makefile.am): Likewise.
2192         * modules/calloc (Makefile.am): Likewise.
2193         * modules/canon-host (Makefile.am): Likewise.
2194         * modules/canonicalize (Makefile.am): Likewise.
2195         * modules/chdir-long (Makefile.am): Likewise.
2196         * modules/chdir-safer (Makefile.am): Likewise.
2197         * modules/check-version (Makefile.am): Likewise.
2198         * modules/chown (Makefile.am): Likewise.
2199         * modules/cloexec (Makefile.am): Likewise.
2200         * modules/close-stream (Makefile.am): Likewise.
2201         * modules/closeout (Makefile.am): Likewise.
2202         * modules/crc (Makefile.am): Likewise.
2203         * modules/cycle-check (Makefile.am): Likewise.
2204         * modules/des (Makefile.am): Likewise.
2205         * modules/dirfd (Makefile.am): Likewise.
2206         * modules/dirname (Makefile.am): Likewise.
2207         * modules/dup2 (Makefile.am): Likewise.
2208         * modules/euidaccess (Makefile.am): Likewise.
2209         * modules/exclude (Makefile.am): Likewise.
2210         * modules/exitfail (Makefile.am): Likewise.
2211         * modules/fcntl-safer (Makefile.am): Likewise.
2212         * modules/file-type (Makefile.am): Likewise.
2213         * modules/fileblocks (Makefile.am): Likewise.
2214         * modules/filemode (Makefile.am): Likewise.
2215         * modules/filenamecat (Makefile.am): Likewise.
2216         * modules/fnmatch (Makefile.am): Likewise.
2217         * modules/fopen-safer (Makefile.am): Likewise.
2218         * modules/fpending (Makefile.am): Likewise.
2219         * modules/fprintftime (Makefile.am): Likewise.
2220         * modules/free (Makefile.am): Likewise.
2221         * modules/fsusage (Makefile.am): Likewise.
2222         * modules/ftruncate (Makefile.am): Likewise.
2223         * modules/fts (Makefile.am): Likewise.
2224         * modules/gc (Makefile.am): Likewise.
2225         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2226         * modules/getaddrinfo (Makefile.am): Likewise.
2227         * modules/getcwd (Makefile.am): Likewise.
2228         * modules/getdelim (Makefile.am): Likewise.
2229         * modules/getdomainname (Makefile.am): Likewise.
2230         * modules/getgroups (Makefile.am): Likewise.
2231         * modules/gethostname (Makefile.am): Likewise.
2232         * modules/gethrxtime (Makefile.am): Likewise.
2233         * modules/getline (Makefile.am): Likewise.
2234         * modules/getloadavg (Makefile.am): Likewise.
2235         * modules/getlogin_r (Makefile.am): Likewise.
2236         * modules/getopt (Makefile.am): Likewise.
2237         * modules/getpass (Makefile.am): Likewise.
2238         * modules/getpass-gnu (Makefile.am): Likewise.
2239         * modules/getsubopt (Makefile.am): Likewise.
2240         * modules/gettime (Makefile.am): Likewise.
2241         * modules/gettimeofday (Makefile.am): Likewise.
2242         * modules/getugroups (Makefile.am): Likewise.
2243         * modules/getusershell (Makefile.am): Likewise.
2244         * modules/glob (Makefile.am): Likewise.
2245         * modules/group-member (Makefile.am): Likewise.
2246         * modules/hard-locale (Makefile.am): Likewise.
2247         * modules/hash (Makefile.am): Likewise.
2248         * modules/hmac-md5 (Makefile.am): Likewise.
2249         * modules/hmac-sha1 (Makefile.am): Likewise.
2250         * modules/human (Makefile.am): Likewise.
2251         * modules/idcache (Makefile.am): Likewise.
2252         * modules/imaxabs (Makefile.am): Likewise.
2253         * modules/imaxdiv (Makefile.am): Likewise.
2254         * modules/inet_ntop (Makefile.am): Likewise.
2255         * modules/inet_pton (Makefile.am): Likewise.
2256         * modules/inttostr (Makefile.am): Likewise.
2257         * modules/isapipe (Makefile.am): Likewise.
2258         * modules/lchown (Makefile.am): Likewise.
2259         * modules/long-options (Makefile.am): Likewise.
2260         * modules/lstat (Makefile.am): Likewise.
2261         * modules/malloc (Makefile.am): Likewise.
2262         * modules/mathl (Makefile.am): Likewise.
2263         * modules/mbchar (Makefile.am): Likewise.
2264         * modules/md2 (Makefile.am): Likewise.
2265         * modules/md4 (Makefile.am): Likewise.
2266         * modules/md5 (Makefile.am): Likewise.
2267         * modules/memcasecmp (Makefile.am): Likewise.
2268         * modules/memchr (Makefile.am): Likewise.
2269         * modules/memcmp (Makefile.am): Likewise.
2270         * modules/memcoll (Makefile.am): Likewise.
2271         * modules/memcpy (Makefile.am): Likewise.
2272         * modules/memmem (Makefile.am): Likewise.
2273         * modules/memmove (Makefile.am): Likewise.
2274         * modules/mempcpy (Makefile.am): Likewise.
2275         * modules/memrchr (Makefile.am): Likewise.
2276         * modules/memset (Makefile.am): Likewise.
2277         * modules/memxor (Makefile.am): Likewise.
2278         * modules/mkancesdirs (Makefile.am): Likewise.
2279         * modules/mkdir (Makefile.am): Likewise.
2280         * modules/mkdir-p (Makefile.am): Likewise.
2281         * modules/mkdtemp (Makefile.am): Likewise.
2282         * modules/mkstemp (Makefile.am): Likewise.
2283         * modules/mktime (Makefile.am): Likewise.
2284         * modules/modechange (Makefile.am): Likewise.
2285         * modules/mountlist (Makefile.am): Likewise.
2286         * modules/nanosleep (Makefile.am): Likewise.
2287         * modules/openat (Makefile.am): Likewise.
2288         * modules/pagealign_alloc (Makefile.am): Likewise.
2289         * modules/physmem (Makefile.am): Likewise.
2290         * modules/poll (Makefile.am): Likewise.
2291         * modules/posixtm (Makefile.am): Likewise.
2292         * modules/posixver (Makefile.am): Likewise.
2293         * modules/putenv (Makefile.am): Likewise.
2294         * modules/quote (Makefile.am): Likewise.
2295         * modules/quotearg (Makefile.am): Likewise.
2296         * modules/raise (Makefile.am): Likewise.
2297         * modules/read-file (Makefile.am): Likewise.
2298         * modules/readline (Makefile.am): Likewise.
2299         * modules/readlink (Makefile.am): Likewise.
2300         * modules/readtokens (Makefile.am): Likewise.
2301         * modules/readutmp (Makefile.am): Likewise.
2302         * modules/realloc (Makefile.am): Likewise.
2303         * modules/regex (Makefile.am): Likewise.
2304         * modules/rename (Makefile.am): Likewise.
2305         * modules/rename-dest-slash (Makefile.am): Likewise.
2306         * modules/rijndael (Makefile.am): Likewise.
2307         * modules/rmdir (Makefile.am): Likewise.
2308         * modules/rpmatch (Makefile.am): Likewise.
2309         * modules/safe-read (Makefile.am): Likewise.
2310         * modules/safe-write (Makefile.am): Likewise.
2311         * modules/same (Makefile.am): Likewise.
2312         * modules/save-cwd (Makefile.am): Likewise.
2313         * modules/savedir (Makefile.am): Likewise.
2314         * modules/setenv (Makefile.am): Likewise.
2315         * modules/settime (Makefile.am): Likewise.
2316         * modules/sha1 (Makefile.am): Likewise.
2317         * modules/sig2str (Makefile.am): Likewise.
2318         * modules/snprintf (Makefile.am): Likewise.
2319         * modules/stdlib-safer (Makefile.am): Likewise.
2320         * modules/stpcpy (Makefile.am): Likewise.
2321         * modules/stpncpy (Makefile.am): Likewise.
2322         * modules/strcase (Makefile.am): Likewise.
2323         * modules/strcasestr (Makefile.am): Likewise.
2324         * modules/strchrnul (Makefile.am): Likewise.
2325         * modules/strcspn (Makefile.am): Likewise.
2326         * modules/strdup (Makefile.am): Likewise.
2327         * modules/strerror (Makefile.am): Likewise.
2328         * modules/strftime (Makefile.am): Likewise.
2329         * modules/strndup (Makefile.am): Likewise.
2330         * modules/strnlen (Makefile.am): Likewise.
2331         * modules/strpbrk (Makefile.am): Likewise.
2332         * modules/strsep (Makefile.am): Likewise.
2333         * modules/strstr (Makefile.am): Likewise.
2334         * modules/strtod (Makefile.am): Likewise.
2335         * modules/strtoimax (Makefile.am): Likewise.
2336         * modules/strtok_r (Makefile.am): Likewise.
2337         * modules/strtol (Makefile.am): Likewise.
2338         * modules/strtoll (Makefile.am): Likewise.
2339         * modules/strtoul (Makefile.am): Likewise.
2340         * modules/strtoull (Makefile.am): Likewise.
2341         * modules/strtoumax (Makefile.am): Likewise.
2342         * modules/strverscmp (Makefile.am): Likewise.
2343         * modules/time_r (Makefile.am): Likewise.
2344         * modules/timegm (Makefile.am): Likewise.
2345         * modules/tmpfile-safer (Makefile.am): Likewise.
2346         * modules/unistd-safer (Makefile.am): Likewise.
2347         * modules/unlinkdir (Makefile.am): Likewise.
2348         * modules/userspec (Makefile.am): Likewise.
2349         * modules/utime (Makefile.am): Likewise.
2350         * modules/utimecmp (Makefile.am): Likewise.
2351         * modules/utimens (Makefile.am): Likewise.
2352         * modules/vasnprintf (Makefile.am): Likewise.
2353         * modules/vasprintf (Makefile.am): Likewise.
2354         * modules/vsnprintf (Makefile.am): Likewise.
2355         * modules/xalloc (Makefile.am): Likewise.
2356         * modules/xgetcwd (Makefile.am): Likewise.
2357         * modules/xnanosleep (Makefile.am): Likewise.
2358         * modules/xreadlink (Makefile.am): Likewise.
2359         * modules/xstrtod (Makefile.am): Likewise.
2360         * modules/xstrtol (Makefile.am): Likewise.
2361         * modules/xstrtold (Makefile.am): Likewise.
2362         * modules/yesno (Makefile.am): Likewise.
2363
2364 2006-10-12  Jim Meyering  <jim@meyering.net>
2365
2366         * m4/getloadavg.m4: Revert the change below.
2367
2368         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2369         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2370         fail with a symlink, which is what coreutils' ./bootstrap now
2371         creates by default.
2372
2373 2006-10-12  Bruno Haible  <bruno@clisp.org>
2374
2375         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2376         mingw.
2377         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2378         MSVC and mingw explicitly.
2379
2380 2006-10-11  Simon Josefsson  <jas@extundo.com>
2381             Bruno Haible  <bruno@clisp.org>
2382
2383         Add support for multiple gnulib-tool invocations in the scope of a
2384         single configure.ac file.
2385         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2386         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2387         with the same contents as the _LIBADD variable.
2388         (func_emit_initmacro_start, func_emit_initmacro_end,
2389         func_emit_initmacro_done): New functions.
2390         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2391         gl_LIBOBJS and gl_LTLIBOBJS.
2392
2393 2006-10-11  Bruno Haible  <bruno@clisp.org>
2394
2395         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2396         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2397         autoreconf. Instead, invoke autopoint explicitly but move back the
2398         *.m4 files from gnulib.
2399
2400 2006-10-11  Bruno Haible  <bruno@clisp.org>
2401
2402         * gnulib-tool (func_usage): Make module names after --create-testdir
2403         optional.
2404         (func_create_testdir): If no module was specified, use nearly all
2405         modules.
2406
2407 2006-10-12  Jim Meyering  <jim@meyering.net>
2408
2409         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2410         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2411         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2412         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2413         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2414         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2415         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2416         (fts_set_stat_required): New function.
2417         (fts_open): Defer the calls to fts_stat, if possible or requested.
2418         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2419         into fts_stat itself.
2420         (fts_read): Perform any required (deferred) fts_stat call.
2421         (fts_build): Likewise, for the directory we're about to open and read.
2422         In the readdir loop, carefully decide whether each entry will require
2423         an eventual call to fts_stat, using dirent.d_type info if available.
2424         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2425         a command line argument into this function.  Update all callers.
2426         Map a return value of FTS_DOT to FTS_D for a command line argument.
2427         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2428         Thanks to Miklos Szeredi for his tenacity and for the initial
2429         bug report about "find" failing on a FUSE-based file system.
2430
2431         * lib/fts.c (fts_open): Use consistent indentation.
2432
2433 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2434
2435         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2436         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2437         reported by Jim Meyering.  All uses of cache variables renamed
2438         to match Autoconf's.
2439         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2440         the other one.
2441
2442         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2443         Fix misspelling in diagnostic.
2444
2445 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2446
2447         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2448         defined.  Problem reported by Matthew Woehlke.
2449
2450         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2451         Add support for Tandem NonStop R series.
2452         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2453         Use new macro.
2454
2455         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2456         (has_trailing_slash): Omit size arg; all callers changed.
2457         Omit 'inline', since it doesn't help performance and we'd
2458         need to configure it.
2459         Don't count //, ///, etc. as having a trailing slash.
2460         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2461         (rpl_rename_dest_slash): On failure, use rename's errno rather
2462         than (in some cases) an incorrect or junk errno.
2463         Simplify code by removing need to compute length; this does
2464         cause it to make two passes instead of one over the file name,
2465         but it's worth it.
2466
2467         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2468         change, since Autoconf's version may no longer be appropriate now
2469         that we are using CVS Autoconf's version.  Add support for Tandem.
2470
2471 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2472             Bruno Haible  <bruno@clisp.org>
2473
2474         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2475         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2476         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2477         gl_AC_TYPE_LONG_LONG.
2478
2479         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2480         instead of HAVE_LONG_LONG.
2481         * lib/printf-args.c (printf_fetchargs): Likewise.
2482         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2483         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2484         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2485         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2486         gl_AC_TYPE_LONG_LONG.
2487
2488 2006-10-11  Bruno Haible  <bruno@clisp.org>
2489
2490         * m4/longlong.m4: Add comments.
2491         * m4/ulonglong.m4: Likewise.
2492
2493 2006-10-10  Bruno Haible  <bruno@clisp.org>
2494
2495         Make it possible to #define stpcpy, strdup to aliases.
2496         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2497         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2498
2499 2006-10-10  Bruno Haible  <bruno@clisp.org>
2500
2501         Make it possible to #define gcd to an alias.
2502         * lib/gcd.c: Include config.h.
2503
2504 2006-10-10  Bruno Haible  <bruno@clisp.org>
2505
2506         Make it possible to #define c_isascii to an alias.
2507         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2508         defined. Undefine the macros before defining them, to avoid gcc
2509         warnings.
2510         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2511         define NO_C_CTYPE_MACROS early.
2512
2513 2006-10-10  Bruno Haible  <bruno@clisp.org>
2514
2515         Make it possible to #define set_program_name to an alias.
2516         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2517         ENABLE_RELOCATABLE early.
2518
2519 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2520
2521         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2522         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2523         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2524         More generally, don't assume that 64-bit signed int is available
2525         if unsigned int is, and vice versa.
2526         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2527         unsigned symbols, not on their signed counterparts.
2528         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2529         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2530         (UINT64_C, UINTMAX_C):
2531         Likewise.
2532         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2533         unsigned counterparts.
2534         (Have_long_long, Unsigned): New macros.
2535         (Int): Renamed from INT.
2536         (strtoimax): Use the new macros.
2537         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2538         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2539         * modules/inttypes (inttypes.h): Substitute
2540         HAVE_UNSIGNED_LONG_LONG_INT.
2541         * modules/stdint (stdint.h): Likewise.
2542         (Files): Add m4/ulonglong.m4.
2543
2544 2006-10-10  Bruno Haible  <bruno@clisp.org>
2545
2546         Fix a gcc -Wshadow warning.
2547         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2548         to 'bucket'.
2549         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2550         gl_linked_indexof_from_to): Likewise.
2551         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2552         Likewise.
2553         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2554         Likewise.
2555         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2556         Reported by Eric Blake.
2557
2558 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2559
2560         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2561         for NetBSD.  Problem reported by Bruno Haible.
2562
2563 2006-10-09  Jim Meyering  <jim@meyering.net>
2564
2565         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2566         Patch from Bruno Haible.
2567
2568 2006-10-09  Jim Meyering  <jim@meyering.net>
2569
2570         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2571         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2572         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2573
2574 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2575
2576         Don't include <config.h> twice; this doesn't work in some cases,
2577         e.g., when config.h has "#define intmax_t long long int" and
2578         we include <config.h>, <inttypes.h>, <config.h> in that order.
2579         Problem reported by Matthew Woehlke in:
2580         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2581         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2582         * lib/fts-cycle.c: Don't include config.h.
2583         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2584         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2585         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2586         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2587         inttypes.h.
2588         * lib/xstrtoumax.c: Likewise.
2589         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2590         __strtol and the like, so that this module is more like its siblings.
2591         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2592         Remove; no longer needed now that we assume gnulib inttypes.h.
2593
2594 2006-10-08  Bruno Haible  <bruno@clisp.org>
2595
2596         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2597         option.
2598
2599 2006-10-07  Jim Meyering  <jim@meyering.net>
2600
2601         * modules/inttypes (inttypes.h): Revert what seems to have been
2602         an inadvertent part of today's change: use "|", not "/" in the
2603         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2604
2605 2006-10-07  Bruno Haible  <bruno@clisp.org>
2606
2607         * modules/sublist: New file.
2608
2609 2006-10-07  Bruno Haible  <bruno@clisp.org>
2610
2611         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2612         * modules/argz (argz.h): Likewise.
2613         * modules/arpa_inet (arpa/inet.h): Likewise.
2614         * modules/byteswap (byteswap.h): Likewise.
2615         * modules/configmake (configmake.h): Likewise.
2616         * modules/fcntl (fcntl.h): Likewise.
2617         * modules/fnmatch (fnmatch.h): Likewise.
2618         * modules/getopt (getopt.h): Likewise.
2619         * modules/glob (glob.h): Likewise.
2620         * modules/inttypes (inttypes.h): Likewise.
2621         * modules/netinet_in (netinet/in.h): Likewise.
2622         * modules/poll (poll.h): Likewise.
2623         * modules/stdbool (stdbool.h): Likewise.
2624         * modules/stdint (stdint.h): Likewise.
2625         * modules/sys_select (sys/select.h): Likewise.
2626         * modules/sys_socket (sys/socket.h): Likewise.
2627         * modules/sys_stat (sys/stat.h): Likewise.
2628         * modules/sysexits (sysexits.h): Likewise.
2629         * modules/unistd (unistd.h): Likewise.
2630         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2631         Add a "DO NOT EDIT" comment to the generated file.
2632         (func_import): Likewise for gnulib-comp.m4.
2633
2634 2006-10-07  Bruno Haible  <bruno@clisp.org>
2635
2636         * lib/gl_sublist.h: New file.
2637         * lib/gl_sublist.c: New file.
2638
2639 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2640
2641         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2642         name (relative to the original working directory) and the file
2643         name component (relative to the temporary working directory).  All
2644         callers changed.
2645         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2646         * lib/mkdir-p.c (make_dir_parents): Likewise.
2647         * lib/mkdir-p.h (make_dir_parents): Likewise.
2648
2649 2006-10-06  Eric Blake  <ebb9@byu.net>
2650
2651         Define several macros for use by the clean-temp module.
2652         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2653         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2654         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2655
2656         * lib/clean-temp.h (close_stream_temp): New declaration.
2657         * lib/clean-temp.c (includes): Pull in headers according to what
2658         other modules are in use.
2659         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2660
2661 2006-10-06  Bruno Haible  <bruno@clisp.org>
2662
2663         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2664         instead of fopen, fwriteerror.
2665
2666 2006-10-06  Bruno Haible  <bruno@clisp.org>
2667
2668         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2669         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2670         int.
2671         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2672         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2673         Return an error indicator.
2674         Suggested by Eric Blake.
2675
2676 2006-10-06  Bruno Haible  <bruno@clisp.org>
2677
2678         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2679         Reported by Eric Blake.
2680
2681 2006-10-06  Bruno Haible  <bruno@clisp.org>
2682
2683         * modules/closeout (Description): Mention stderr too.
2684
2685 2006-10-06  Bruno Haible  <bruno@clisp.org>
2686         and Paul Eggert  <eggert@cs.ucla.edu>
2687
2688         * lib/closeout.c (close_stdout): Also close stderr.
2689         * lib/closeout.h: Update comment.
2690
2691 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2692
2693         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2694         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2695         * lib/dirchownmod.c: Include lchown.h.
2696         * lib/lchown.c: Don't include files that lchown.h now includes.
2697         Don't declare chown, since lchown.h now does that.
2698         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2699         (lchown): Define to rpl_chown if lchown is declared but
2700         does not exist.  Declare using a prototype if lchown is not
2701         declared.  Add a copyright notice.
2702         * lib/mkstemp.h: Include <unistd.h>.
2703         * lib/openat.c: Include lchown.h.
2704
2705         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2706         we now test for that separately.
2707         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2708         rather than O_NOFOLLOW, when testing whether it's possible to
2709         avoid a race condition reliably.
2710         * lib/savewd.c (savewd_chdir): Likewise.
2711
2712         Remove macros that are no longer needed now that stdint.h is
2713         reliable.
2714         * lib/fsusage.c (UINTMAX_MAX): Remove.
2715         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2716         * lib/utimecmp.c (SIZE_MAX): Remove.
2717
2718         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2719
2720         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2721         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2722         O_NOATIME works.
2723
2724 2006-10-05  Bruno Haible  <bruno@clisp.org>
2725
2726         * lib/gl_list.h (gl_sortedlist_search_from_to,
2727         gl_sortedlist_indexof_from_to): New declarations.
2728         (gl_list_implementation): New fields sortedlist_search_from_to,
2729         sortedlist_indexof_from_to.
2730         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2731         inline functions.
2732         * lib/gl_list.c (gl_sortedlist_search_from_to,
2733         gl_sortedlist_indexof_from_to): New functions.
2734         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2735         function.
2736         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2737         (gl_array_sortedlist_search_from_to): New function.
2738         (gl_array_list_implementation): Update.
2739         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2740         function.
2741         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2742         (gl_carray_sortedlist_search_from_to): New function.
2743         (gl_carray_list_implementation): Update.
2744         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2745         gl_linked_sortedlist_indexof_from_to): New functions.
2746         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2747         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2748         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2749         gl_tree_sortedlist_indexof_from_to): New functions.
2750         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2751         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2752         Update.
2753         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2754         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2755         Update.
2756
2757 2006-10-05  Bruno Haible  <bruno@clisp.org>
2758
2759         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2760         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2761         (struct gl_list_implementation): Add fields search_from_to,
2762         indexof_from_to. Remove fields search, indexof.
2763         (gl_list_search): Use the search_from_to method.
2764         (gl_list_search_from, gl_list_search_from_to): New functions.
2765         (gl_list_indexof): Use the indexof_from_to method.
2766         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2767         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2768         (gl_list_search_from, gl_list_search_from_to): New functions.
2769         (gl_list_indexof): Use the indexof_from_to method.
2770         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2771         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2772         gl_array_indexof. Add start_index, end_index arguments.
2773         (gl_array_search_from_to): Renamed from gl_array_search. Add
2774         start_index, end_index arguments.
2775         (gl_array_remove, gl_array_list_implementation): Update.
2776         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2777         gl_carray_indexof. Add start_index, end_index arguments.
2778         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2779         start_index, end_index arguments.
2780         (gl_carray_remove, gl_carray_list_implementation): Update.
2781         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2782         gl_linked_search. Add start_index, end_index arguments.
2783         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2784         start_index, end_index arguments.
2785         (gl_linked_remove): Update.
2786         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2787         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2788         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2789         field to 'size_t'.
2790         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2791         gl_tree_search. Add start_index, end_index arguments.
2792         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2793         start_index, end_index arguments.
2794         (gl_tree_remove): Update.
2795         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2796         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2797         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2798         function.
2799         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2800         gl_tree_search. Add start_index, end_index arguments.
2801         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2802         start_index, end_index arguments.
2803         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2804         Update.
2805         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2806
2807 2006-10-05  Bruno Haible  <bruno@clisp.org>
2808
2809         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2810
2811         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2812         fwriteerror_temp): New declarations.
2813         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2814         (descriptors): New variable.
2815         (cleanup): First, close the descriptors.
2816         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2817         fclose_temp, fwriteerror_temp): New functions.
2818
2819 2006-10-04  Jim Meyering  <jim@meyering.net>
2820
2821         * lib/fts.c (fts_open): Tiny comment change.
2822
2823 2006-10-04  Bruno Haible  <bruno@clisp.org>
2824
2825         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2826         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2827         gl_LOCK_BODY.
2828         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2829         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2830         gl_LOCK_EARLY_BODY.
2831         (gl_LOCK): Require gl_LOCK_BODY.
2832
2833 2006-10-04  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2836         (gl_oset_search_atleast): New declaration.
2837         (struct gl_oset_implementation): Add field 'search_atleast'.
2838         (gl_oset_search_atleast): New inline function.
2839         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2840         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2841         (gl_array_oset_implementation): Update.
2842         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2843         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2844         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2845
2846 2006-10-04  Bruno Haible  <bruno@clisp.org>
2847
2848         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2849
2850 2006-10-03  Bruno Haible  <bruno@clisp.org>
2851
2852         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2853         from gl_avltreehash_list_implementation.
2854
2855 2006-10-03  Bruno Haible  <bruno@clisp.org>
2856
2857         * lib/gl_oset.c (gl_oset_add): Fix return type.
2858
2859 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2860
2861         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2862
2863 2006-10-02  Eric Blake  <ebb9@byu.net>
2864
2865         * modules/strnlen (Depends-on): Add extensions.
2866
2867 2006-10-02  Eric Blake  <ebb9@byu.net>
2868
2869         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2870         definition in 2.60+.
2871
2872 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2873
2874         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2875         checks.
2876
2877 2006-10-02  Bruno Haible  <bruno@clisp.org>
2878
2879         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2880         to the AUTOMAKE_OPTIONS.
2881         Reported by Jim Meyering.
2882
2883 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2884
2885         Work around bug in Solaris 10 /proc file system:
2886         /proc/self/fd/NNN/.. isn't the parent directory of
2887         the directory whose file descriptor is NNN.  This needs to
2888         be worked around at run time, not compile time, since a
2889         program might be built on Solaris 8, where things work, and
2890         run on Solaris 10.
2891         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2892         to use the following interface instead:
2893         (OPENAT_BUFFER_SIZE): New macro.
2894         (openat_proc_name): New function.
2895         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2896         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2897         Likewise.
2898         * lib/openat-proc.c: New file.
2899         * modules/openat (Files): Add lib/openat-proc.c.
2900         (Depends-on): Add same-inode, stdbool.
2901         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2902
2903 2006-09-29  Bruno Haible  <bruno@clisp.org>
2904
2905         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2906         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
2907         argument. Set stdout_closed before testing for ferror, not after.
2908         (fwriteerror, fwriteerror_no_ebadf): New functions.
2909
2910 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2911
2912         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
2913
2914 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
2915
2916         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
2917         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
2918
2919 2006-09-28  Jim Meyering  <jim@meyering.net>
2920
2921         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
2922         Include <unistd.h>.
2923
2924 2006-09-28  Bruno Haible  <bruno@clisp.org>
2925
2926         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
2927         * modules/linkedhash-list (Depends-on): Likewise.
2928         * modules/rbtreehash-list (Depends-on): Likewise.
2929
2930 2006-09-28  Bruno Haible  <bruno@clisp.org>
2931
2932         * lib/strndup.h: Simplify the redefinition of strndup.
2933         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
2934         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
2935
2936 2006-09-28  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
2939         * lib/gl_linkedhash_list.c: Likewise.
2940         * lib/gl_rbtreehash_list.c: Likewise.
2941
2942 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
2943
2944         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
2945         getaddrinfo.
2946
2947         * lib/__fpending.h: Don't include <stdio_ext.h> unless
2948         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
2949         it causes <stdio_ext.h> to cause a compile-time error.
2950         Problem reported by Nelson H. F. Beebe.
2951         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
2952         of HAVE_DECL___PENDING.
2953
2954         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
2955         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
2956         declaration.
2957
2958 2006-09-27  Jim Meyering  <jim@meyering.net>
2959
2960         This file could end up with a definition for a function
2961         named __strndup, rather than rpl_strndup on a system with
2962         incomplete weak_alias support.
2963         * lib/strndup.c (strndup): Rename from __strndup.
2964         Remove #defines that used to map __strndup to strndup.
2965         Don't use K&R prototypes.
2966         Remove LIBC-related code, since this file is not sync'd with glibc.
2967         * lib/strndup.h: Revamp, accordingly.
2968         * m4/strndup.m4: Modernize.
2969
2970 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2971
2972         * modules/savewd (Depends-on): Add 'raise'.
2973         * lib/savewd.c: Include <signal.h>, for 'raise'.
2974
2975 2006-09-26  Jim Meyering  <jim@meyering.net>
2976
2977         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
2978         when we detect Darwin 8.7.0's acl_get_file bug.
2979         Rearrange to perform the new (below) run-test while $LIBS
2980         contains any acl-related library.  Set USE_ACL at the end.
2981         (gl_ACL_GET_FILE): New function.
2982
2983 2006-09-26  Eric Blake  <ebb9@byu.net>
2984
2985         * lib/verror.c: Include <config.h> unconditionally.
2986
2987 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
2988
2989         * modules/clock-time (Maintainer): Add self.
2990         * modules/getlogin_r (Depends-on): Add extensions.
2991
2992 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2993
2994         * modules/clock-time: New module.
2995         * modules/nanosleep (Depends-on): Add clock-time.
2996         * modules/gethrxtime (Depends-on): Likewise.
2997         * modules/gettime (Depends-on): Likewise.
2998         * modules/settime (Depends-on): Likewise.
2999
3000         * modules/fts-lgpl: Depend on openat.
3001         * modules/mkancesdirs: Depend on savewd.
3002         * modules/mkdir-p: Likewise.
3003
3004 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3005
3006         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3007
3008         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3009         `gl_have_arbitrary_file_name_length_limit' to
3010         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3011         actually works between configure runs.
3012
3013 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3014             Bruno Haible  <bruno@clisp.org>
3015
3016         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3017
3018 2006-09-25  Jim Meyering  <jim@meyering.net>
3019
3020         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3021         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3022
3023 2006-09-25  Eric Blake  <ebb9@byu.net>
3024
3025         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3026         exec's in 2006-09-18 patch when shuffling fds.
3027
3028 2006-09-25  Bruno Haible  <bruno@clisp.org>
3029
3030         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3031         Reported by Jim Meyering.
3032
3033 2006-09-24  Jim Meyering  <jim@meyering.net>
3034
3035         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3036         compare a pointer against a literal "0".  That caused failures with
3037         at least HP-UX's hpcc.
3038
3039 2006-09-22  Simon Josefsson  <jas@extundo.com>
3040
3041         * modules/gc-sha1:
3042         * modules/gc-md4:
3043         * modules/gc-hmac-sha1:
3044         * modules/gc-hmac-md5:
3045         * modules/gc-des:
3046         * modules/gc-arcfour: Distribute more files.
3047
3048 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3049
3050         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3051         (gl_linked_iterator_from_to): Initialize struct completely.
3052         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3053         (gl_tree_iterator_from_to): Likewise
3054         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3055         * lib/gl_array_list.c [lint] (gl_array_iterator)
3056         (gl_array_iterator_from_to): Likewise.
3057         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3058         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3059         (gl_carray_iterator_from_to): Likewise.
3060
3061         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3062         * lib/md4.c (md4_process_block): Remove unused variable.
3063         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3064         parentheses for clarity.
3065
3066 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3067
3068         * modules/bison-i18n (Depends-on): Add gettext.
3069
3070 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3071
3072         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3073         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3074         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3075         also add missing comma that caused broken test.
3076         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3077         stdlib.h, for `abort'.
3078         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3079         variables.
3080         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3081         include unistd.h if present, for `rmdir'.
3082         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3083         variables.
3084         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3085         in the process include standard headers for prototypes.
3086         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3087         gets declared on GNU/Linux.
3088         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3089         unistd.h, for `rmdir'.
3090         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3091
3092         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3093         always true.
3094         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3095
3096         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3097
3098 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3099
3100         * gnulib-tool (func_version): Create output all at once.  This
3101         may help avoid triggering unnecessary SIGPIPEs, and at any
3102         rate it doesn't hurt.
3103
3104 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3105             Bruno Haible  <bruno@clisp.org>
3106
3107         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3108         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3109         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3110
3111         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3112         (gl_FUNC_VASPRINTF): Invoke it.
3113
3114 2006-09-22  Bruno Haible  <bruno@clisp.org>
3115
3116         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3117         getloadavg.c as first argument.
3118
3119 2006-09-22  Bruno Haible  <bruno@clisp.org>
3120
3121         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3122         at the beginning of the gl_INIT macro.
3123         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3124         gl_GETLOADAVG.
3125
3126 2006-09-22  Bruno Haible  <bruno@clisp.org>
3127
3128         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3129         module.
3130         Suggested by Ralf Wildenhues.
3131
3132 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3133
3134         Import this patch from libc:
3135
3136         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3137
3138         * lib/regex_internal.c (re_string_reconstruct): Handle
3139         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3140         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3141         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3142         re_string_context_at.
3143
3144         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3145         now requires it.
3146         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3147         gl_REGEX now does it for us.
3148         (gl_REGEX): Add test taken from
3149         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3150
3151         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3152         Check that large offsets work.  Modernize Autoconf usages.
3153         Prefer "yes" to mean a good thing rather than a bad.
3154         Don't put "#define mkstemp" in config.h, as this might interfere
3155         with standard system headers that "#define mkstemp mkstemp64".
3156
3157         * modules/mkstemp (Depends-on): Add extensions, so that
3158         mkstemp is visible on some platforms.
3159         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3160         (Include): Change to "mkstemp.h" from <stdlib.h>.
3161         (Files): Add mkstemp.h.
3162
3163         * lib/mkstemp.h: New file, since some standard headers
3164         #define mkstemp.
3165         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3166         Include "mkstemp.h".
3167         Make the _LIBC code resemble glibc original more,
3168         e.g., use K&R style.
3169         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3170         (mkstemp): Remove, since mkstemp.h does this for us.
3171         * lib/stdlib--.h: Include mkstemp.h.
3172
3173         Import this patch from libc:
3174
3175         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3176
3177         * lib/tempname.c (__gen_tempname): Change attempts_min
3178         into a macro.  Use preprocessor to decide how to initialize
3179         attempts [Coverity CID 67].
3180
3181 2006-09-20  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/mkdtemp.c: Import from libc.
3184         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3185                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3186                 attempts_min into a macro.  Use preprocessor to decide how to
3187                 initialize attempts [Coverity CID 67].
3188         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3189                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3190                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3191
3192 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3193
3194         * gnulib-tool (func_exit): New function, to allow to pass the
3195         exit status portably through the trap.  Use everywhere.
3196         (--help, --version): Signal a write error.
3197         (trap): catch SIGPIPE, for write errors.
3198         Exit at the end of the trap, with the correct exit status.
3199
3200 2006-09-19  Karl Berry  <karl@gnu.org>
3201
3202         * doc/gnulib.texi: note about the license texinfo files.
3203
3204 2006-09-19  Eric Blake  <ebb9@byu.net>
3205
3206         * gnulib-tool: Avoid space-tab.
3207
3208 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3209
3210         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3211         that prevented coreutils 6.1 from building.  Problem reported
3212         by Petter Reinholdtsen.
3213
3214 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3215
3216         * gnulib-tool (avoidlist): Fix typo that broke options like
3217         --avoid=lock that are used by coreutils bootstrap.
3218
3219 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3220
3221         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3222         more systematically.
3223
3224 2006-09-18  Jim Meyering  <jim@meyering.net>
3225
3226         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3227
3228 2006-09-18  Bruno Haible  <bruno@clisp.org>
3229
3230         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3231
3232 2006-09-18  Bruno Haible  <bruno@clisp.org>
3233
3234         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3235         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3236         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3237         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3238         * m4/gettext.m4: Require autoconf >= 2.52.
3239         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3240         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3241         of gl_cv_header_inttypes_h.
3242
3243 2006-09-18  Bruno Haible  <bruno@clisp.org>
3244
3245         * lib/javaversion.c: Include configmake.h.
3246
3247 2006-09-18  Bruno Haible  <bruno@clisp.org>
3248
3249         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3250         avoid that the while loops be executed in a subshell.
3251
3252 2006-09-18  Bruno Haible  <bruno@clisp.org>
3253
3254         * MODULES.html.sh (func_module): Break long lines.
3255         Suggested by Bruce Korb <bkorb@gnu.org>.
3256
3257 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3258
3259         Speed up by a factor of 1.12.
3260         * gnulib-tool (nl): New variable.
3261         (func_import): Rewrite include directive extraction to only read each
3262         directive once.
3263
3264 2006-09-17  Bruno Haible  <bruno@clisp.org>
3265
3266         * modules/javaversion (Makefile.am): Remove DEFS setting.
3267         (Depends-on): Add configmake, for PKGDATADIR definition.
3268
3269 2006-09-17  Bruno Haible  <bruno@clisp.org>
3270
3271         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3272
3273 2006-09-17  Bruno Haible  <bruno@clisp.org>
3274
3275         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3276         (func_modules_transitive_closure, func_modules_add_dummy,
3277         func_modules_to_filelist, func_import, func_create_testdir,
3278         func_create_megatestdir, ...): Use it wherever possible.
3279         Suggested by Ralf Wildenhues.
3280
3281 2006-09-16  Karl Berry  <karl@gnu.org>
3282
3283         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3284         to avoid sectioning errors.
3285         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3286         [ifinfo]: blank line after @center-ed titles.
3287         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3288         Spell FSF address consistently with others.
3289         (These changes approved by rms.)
3290
3291 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3292
3293         Speed up by a factor of 1.61.
3294         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3295         already checked module names again.
3296
3297 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3298
3299         Speed up by a factor of 1.13.
3300         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3301         for new_files, and the input to func_add_or_update.
3302
3303 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3304
3305         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3306         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3307
3308 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3309
3310         * modules/mkancesdirs (Depends-on): Add fcntl.
3311         * modules/savewd: New file.
3312         * MODULES.html.sh (File system functions): Add savewd.
3313
3314         * modules/configmake (Makefile.am): Add support for the
3315         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3316
3317 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3318
3319         * m4/savewd.m4: New file.
3320
3321 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3322
3323         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3324         (dirchownmod): New arg FD.  All callers changed.
3325         Use FD rather than opening the directory ourself, as opening is
3326         now the caller's responsibility.
3327         * lib/dirchownmod.h: Likewise.
3328         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3329         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3330         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3331         (test_dir): Remove.
3332         (mkancesdirs): Return length of prefix of FILE that has already
3333         been made, or -2 if there is a child doing the work.  Redo
3334         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3335         ".", and treat ".." specially since it might stray back into
3336         already-created areas.  Use a subprocess if necessary.  New arg
3337         WD; all users changed.  MAKE_DIR function should now return 1
3338         if it creates a directory that is not readable.  Return -2 if
3339         a child process is spun off.
3340         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3341         Adjust signature to match code.
3342         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3343         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3344         all users changed.
3345         * lib/savewd.c, lib/savewd.h: New files.
3346
3347 2006-09-15  Jim Meyering  <jim@meyering.net>
3348
3349         * modules/rename-dest-slash: New module.
3350         * MODULES.html.sh (posix_compat): Add it here.
3351
3352         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3353
3354 2006-09-15  Jim Meyering  <jim@meyering.net>
3355
3356         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3357         file.
3358
3359         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3360
3361 2006-09-15  Jim Meyering  <jim@meyering.net>
3362
3363         * lib/rename-dest-slash.c (has_trailing_slash): Use
3364         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3365         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3366         test before testing whether SRC is a directory.
3367         Suggestions from Bruno Haible.
3368
3369         Avoid a warning about an unused variable.
3370         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3371         into the #ifdef block where it's used.
3372
3373         * lib/rename-dest-slash.c: New file.
3374
3375 2006-09-14  Bruno Haible  <bruno@clisp.org>
3376
3377         * lib/allocsa.c: Include <config.h> unconditionally.
3378         * lib/asnprintf.c: Likewise.
3379         * lib/asprintf.c: Likewise.
3380         * lib/c-strcasecmp.c: Likewise.
3381         * lib/c-strcasestr.c: Likewise.
3382         * lib/c-strncasecmp.c: Likewise.
3383         * lib/c-strstr.c: Likewise.
3384         * lib/classpath.c: Likewise.
3385         * lib/clean-temp.c: Likewise.
3386         * lib/concatpath.c: Likewise.
3387         * lib/copy-file.c: Likewise.
3388         * lib/csharpcomp.c: Likewise.
3389         * lib/csharpexec.c: Likewise.
3390         * lib/execute.c: Likewise.
3391         * lib/fatal-signal.c: Likewise.
3392         * lib/findprog.c: Likewise.
3393         * lib/fwriteerror.c: Likewise.
3394         * lib/gl_array_list.c: Likewise.
3395         * lib/gl_array_oset.c: Likewise.
3396         * lib/gl_avltree_list.c: Likewise.
3397         * lib/gl_avltree_oset.c: Likewise.
3398         * lib/gl_avltreehash_list.c: Likewise.
3399         * lib/gl_carray_list.c: Likewise.
3400         * lib/gl_linked_list.c: Likewise.
3401         * lib/gl_linkedhash_list.c: Likewise.
3402         * lib/gl_list.c: Likewise.
3403         * lib/gl_oset.c: Likewise.
3404         * lib/gl_rbtree_list.c: Likewise.
3405         * lib/gl_rbtree_oset.c: Likewise.
3406         * lib/gl_rbtreehash_list.c: Likewise.
3407         * lib/imaxabs.c: Likewise.
3408         * lib/imaxdiv.c: Likewise.
3409         * lib/javacomp.c: Likewise.
3410         * lib/javaexec.c: Likewise.
3411         * lib/javaversion.c: Likewise.
3412         * lib/linebreak.c: Likewise.
3413         * lib/localcharset.c: Likewise.
3414         * lib/lock.c: Likewise.
3415         * lib/mbchar.c: Likewise.
3416         * lib/mbswidth.c: Likewise.
3417         * lib/mkdtemp.c: Likewise.
3418         * lib/pipe.c: Likewise.
3419         * lib/printf-args.c: Likewise.
3420         * lib/printf-parse.c: Likewise.
3421         * lib/progname.c: Likewise.
3422         * lib/progreloc.c: Likewise.
3423         * lib/readlink.c: Likewise.
3424         * lib/sh-quote.c: Likewise.
3425         * lib/stpcpy.c: Likewise.
3426         * lib/stpncpy.c: Likewise.
3427         * lib/strcasecmp.c: Likewise.
3428         * lib/strcasestr.c: Likewise.
3429         * lib/strcspn.c: Likewise.
3430         * lib/striconv.c: Likewise.
3431         * lib/strncasecmp.c: Likewise.
3432         * lib/strnlen1.c: Likewise.
3433         * lib/strstr.c: Likewise.
3434         * lib/strtok_r.c: Likewise.
3435         * lib/tls.c: Likewise.
3436         * lib/tmpdir.c: Likewise.
3437         * lib/unicodeio.c: Likewise.
3438         * lib/unsetenv.c: Likewise.
3439         * lib/vasnprintf.c: Likewise.
3440         * lib/vasprintf.c: Likewise.
3441         * lib/wait-process.c: Likewise.
3442         * lib/xallocsa.c: Likewise.
3443         * lib/xsetenv.c: Likewise.
3444         * lib/xstriconv.c: Likewise.
3445
3446 2006-09-13  Simon Josefsson  <jas@extundo.com>
3447
3448         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3449         that internally, suggested by Ralf Wildenhues
3450         <Ralf.Wildenhues@gmx.de>.
3451
3452 2006-09-13  Simon Josefsson  <jas@extundo.com>
3453
3454         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3455         @LIBOBJS@.
3456         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3457
3458 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3459
3460         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3461         longer worry about uses that don't define HAVE_CONFIG_H.
3462         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3463         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3464         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3465         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3466         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3467         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3468         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3469         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3470         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3471         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3472         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3473         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3474         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3475         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3476         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3477         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3478         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3479         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3480         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3481         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3482         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3483         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3484         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3485         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3486         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3487         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3488         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3489         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3490         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3491         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3492         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3493         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3494         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3495         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3496         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3497         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3498         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3499         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3500         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3501         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3502         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3503         Likewise.
3504
3505 2006-09-13  Eric Blake  <ebb9@byu.net>
3506
3507         * lib/getopt.c: Fix typo in last commit.
3508
3509 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3510
3511         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3512         dgettext.
3513
3514 2006-09-12  Jim Meyering  <jim@meyering.net>
3515
3516         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3517         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3518         Reported by Nelson H. F. Beebe.
3519
3520 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3521
3522         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3523         program_invocation_name and program_invocation_short_name are
3524         initialized.
3525         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3526         and program_invocation_short_name to argp.h, so they are visible
3527         to user programs.
3528         * lib/argp.h: Likewise
3529
3530 2006-09-10  Bruno Haible  <bruno@clisp.org>
3531
3532         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3533         m4/inttypes_h.m4, m4/uintmax_t.m4.
3534
3535 2006-09-10  Bruno Haible  <bruno@clisp.org>
3536
3537         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3538         gl_AC_TYPE_UINTMAX_T.
3539
3540 2006-09-10  Bruno Haible  <bruno@clisp.org>
3541
3542         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3543
3544 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3545
3546         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3547         convention.  Text proposed by Bruno Haible.
3548         (struct argp_option): Document the use of N_() wrappers.
3549
3550         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3551         '\v', and translate the two parts separately, instead of feeding
3552         the whole string to gettext.  This allows to exclude
3553         '\v' from the strings visible to the translator by writing doc
3554         strings as N_("..") "\v" N_("..").
3555
3556 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3557
3558         * config/srclist.txt: Undo latest change; the bug was fixed.
3559
3560 2006-09-09  Bruno Haible  <bruno@clisp.org>
3561
3562         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3563         assignments if building a library without libtool.
3564         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3565         in func_emit_lib_Makefile_am.
3566         (func_import): When building a static library libfoo.a, arrange to
3567         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3568         (func_create_testdir): Likewise.
3569         * modules/gc (configure.ac, Makefile.am): If building statically,
3570         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3571         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3572         * modules/striconv (configure.ac, Makefile.am): Likewise.
3573         Based on a suggestion by Ralf Wildenhues.
3574
3575 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3576
3577         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3578         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3579         Also:
3580
3581         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3582         Add year_2050_test to catch glibc bug 2821
3583         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3584
3585         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3586         Prefer #ifdef to #if.
3587
3588         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3589         Return from 'main' instead of calling 'exit'.
3590
3591 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3592
3593         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3594         returned the maximum time_t value rather than (time_t) -1.
3595         Problem originally reported by William Bardwell
3596         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3597
3598         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3599         Moved to here ...
3600         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3601         ... from here.
3602
3603 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3604
3605         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3606         2821 is fixed.
3607
3608 2006-09-08  Jim Meyering  <jim@meyering.net>
3609
3610         Don't make generated files read-only.  That would bother too many
3611         people.  However, do retain the ability to work when targets are
3612         read-only: remove the destination and temporary files before writing
3613         them (when generated via sed or echo), or by using the -f option for
3614         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3615         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3616         * modules/byteswap, modules/configmake, modules/fcntl:
3617         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3618         * modules/localcharset, modules/netinet_in, modules/poll:
3619         * modules/stdbool, modules/stdint, modules/sys_select:
3620         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3621
3622 2006-09-08  Jim Meyering  <jim@meyering.net>
3623
3624         Avoid new build failure on FreeBSD 6.0.
3625         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3626         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3627         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3628
3629 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3630
3631         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3632
3633 2006-09-07  Jim Meyering  <jim@meyering.net>
3634
3635         Fix global typo in last change: use chmod u-w, not chmod u-x.
3636         Spotted by Paul Eggert and Bruce Korb.
3637         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3638         * modules/byteswap, modules/configmake, modules/fcntl:
3639         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3640         * modules/localcharset, modules/netinet_in, modules/poll:
3641         * modules/stdbool, modules/stdint, modules/sys_select:
3642         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3643
3644 2006-09-06  Jim Meyering  <jim@meyering.net>
3645
3646         Make generated files be read-only.
3647         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3648         Ensure that each generated file is now read-only.
3649         * modules/argz: Likewise.
3650         * modules/arpa_inet: Likewise.
3651         * modules/byteswap: Likewise.
3652         * modules/configmake: Likewise.
3653         * modules/fcntl: Likewise.
3654         * modules/fnmatch: Likewise.
3655         * modules/getopt: Likewise.
3656         * modules/glob: Likewise.
3657         * modules/inttypes: Likewise.
3658         * modules/netinet_in: Likewise.
3659         * modules/poll: Likewise.
3660         * modules/stdbool: Likewise.
3661         * modules/stdint: Likewise.
3662         * modules/sys_select: Likewise.
3663         * modules/sys_socket: Likewise.
3664         * modules/sys_stat: Likewise.
3665         * modules/sysexits: Likewise.
3666         * modules/localcharset: Same as above, but continue using temporary
3667         file named "t-$@" (why different?) rather than the "$@-t" used
3668         everywhere else.
3669
3670         * modules/sysexits (Makefile.am): Replace literal occurrences
3671         of "sysexit.h" more readable, and more consistent, "$@".
3672
3673 2006-09-06  Bruno Haible  <bruno@clisp.org>
3674
3675         * modules/striconv: New file.
3676         * modules/xstriconv: New file.
3677         * MODULES.html.sh (Internationalization functions): Add striconv,
3678         xstriconv.
3679
3680 2006-09-06  Bruno Haible  <bruno@clisp.org>
3681
3682         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3683         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3684         not using libtool correctly.
3685
3686 2006-09-06  Bruno Haible  <bruno@clisp.org>
3687
3688         * lib/striconv.h: New file.
3689         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3690         iconvstring.c.
3691         * lib/xstriconv.h: New file.
3692         * lib/xstriconv.c: New file.
3693
3694 2006-09-06  Bruno Haible  <bruno@clisp.org>
3695
3696         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3697         lib_..._LDFLAGS.
3698
3699 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3700
3701         * lib/argz_.h: Sync from Libtool.
3702
3703         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3704                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3705
3706         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3707
3708 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3709
3710         * modules/trim: New file.
3711
3712 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3713
3714         * lib/trim.h: New file.
3715         * lib/trim.c: New file.
3716
3717 2006-09-05  Bruno Haible  <bruno@clisp.org>
3718
3719         * MODULES.html.sh (String handling): Add trim.
3720
3721 2006-09-04  Karl Berry  <karl@gnu.org>
3722
3723         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3724         until next release.
3725
3726 2006-09-03  Bruno Haible  <bruno@clisp.org>
3727
3728         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3729         correctly.
3730
3731 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3732
3733         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3734         not gl_GETLOADAVG.  Omit unneeded semicolons.
3735         Problems reported by Ralf Wildenhues in
3736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3737         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3738         at the end, which is the usual gnulib style.
3739
3740         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3741         of doing all the work ourselves.
3742         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3743         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3744
3745 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3746
3747         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3748         Problem reported by Ralf Wildenhues in
3749         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3750
3751         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3752         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3753
3754 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3755
3756         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3757         yesterday's patch by changing test -n to test -z.
3758
3759 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3760
3761         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3762         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3763         the former is now obsolescent.
3764
3765         * modules/chdir-long (Depends-on): Add fcntl.
3766
3767 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3768
3769         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3770         obsolescent, and programs should use gnulib instead.
3771         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3772         but with prefixes changed.
3773
3774 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3775
3776         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3777         or stdbool.h, because they might not exist while configuring.
3778
3779         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3780         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3781         does that for us.
3782         (O_DIRECTORY): Remove.
3783
3784 2006-08-31  Eric Blake  <ebb9@byu.net>
3785
3786         * gnulib-tool: Don't let emacs change spaces to TAB.
3787
3788 2006-08-31  Bruno Haible  <bruno@clisp.org>
3789
3790         * gnulib-tool: When calling func_import more than once, do it in a
3791         subshell.
3792         Reported by Eric Blake <ebb9@byu.net>.
3793
3794 2006-08-31  Bruno Haible  <bruno@clisp.org>
3795
3796         * gnulib-tool (nl): Remove variable.
3797         (sed_transform_lib_file): Use more robust test for config-h module.
3798         (func_import): Fix typo in 2006-08-25 patch.
3799
3800 2006-08-31  Bruno Haible  <bruno@clisp.org>
3801
3802         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3803         specified, augment Makefile.am variables instead of assigning them.
3804
3805 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3806
3807         Work around a bug in both the Linux and SunOS 64-bit kernels:
3808         nanosleep mishandles sleeps for longer than 2**31 seconds.
3809         Problem reported by Frank v Waveren in
3810         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3811         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3812         Check for nanosleep bug.
3813         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3814
3815 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3816
3817         Work around a bug in both the Linux and SunOS 64-bit kernels:
3818         nanosleep mishandles sleeps for longer than 2**31 seconds.
3819         Problem reported by Frank v Waveren in
3820         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3821         * lib/nanosleep.c (BILLION): New constant.
3822         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3823         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3824         implementation.
3825
3826 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3827
3828         * modules/nanosleep (Depends-on): Add gettime.
3829
3830 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3831         and Simon Josefsson  <jas@extundo.com>
3832         and Oskar Liljeblad  <oskar@osk.mine.nu>
3833
3834         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3835         * gnulib-tool (func_import): New license type 'unmodifiable license
3836         text'.
3837         * modules/fdl: Use it.  Longer description.
3838         * module/gpl, module/lgpl: New files.
3839
3840 2006-08-30  Jim Meyering  <jim@meyering.net>
3841
3842         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3843         shadowing the parameter.
3844
3845 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3846
3847         Sync from Libtool:
3848
3849         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3850
3851         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3852         sharing with gnulib.  Report by Eric Blake.
3853
3854 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3855
3856         * modules/isapipe: New file.
3857         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3858
3859 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3860
3861         * modules/configmake (Makefile.am): Add a comment, and omit
3862         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3863         by Bruno Haible.
3864
3865 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3866
3867         * m4/isapipe.m4: New file.
3868
3869 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3870
3871         * lib/isapipe.c, lib/isapipe.h: New files.
3872
3873 2006-08-29  Jim Meyering  <jim@meyering.net>
3874
3875         * modules/configmake (Makefile.am): Make configmake.h depend on
3876         Makefile.  Otherwise, a stale configmake.h could hang around.
3877
3878 2006-08-29  Eric Blake  <ebb9@byu.net>
3879
3880         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3881         resolution of upstream bug 3044.
3882
3883 2006-08-29  Bruno Haible  <bruno@clisp.org>
3884
3885         * modules/localcharset (Depends-on): Add configmake.
3886         (Makefile.am): Remove setting of LIBDIR through DEFS.
3887
3888 2006-08-29  Bruno Haible  <bruno@clisp.org>
3889
3890         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3891         defined.
3892
3893 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3894
3895         * modules/fcntl: New file.
3896         * modules/chdir-safer (Depends-on): Add fcntl.
3897         * modules/fts: Likewise.
3898         * modules/mkdir-p: Likewise.
3899
3900         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3901         This undoes the most recent change, since we're now addressing the
3902         problem in a different way.
3903
3904         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3905         into output, since the output might be called Makefile.am even
3906         if $makefile_name is something different.
3907         (func_import): Use $makefile_am rather than
3908         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
3909         empty.
3910
3911         * modules/inttypes (Files): Add m4/inttypes-h.m4.
3912
3913 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3914
3915         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
3916         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
3917         recent change to stdint.m4, since we're now addressing the problem in a
3918         different way.
3919
3920 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3921
3922         * m4/fcntl_h.m4: New file.
3923
3924 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3925
3926         * lib/fcntl_.h: New file.
3927         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
3928         the fcntl module.
3929         * lib/dirchownmod.c: Likewise.
3930         * lib/fts.c: Likewise.
3931
3932         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
3933         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
3934         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
3935         just before including <inttypes.h>, to avoid circular inclusion.
3936
3937 2006-08-28  Jim Meyering  <jim@meyering.net>
3938
3939         * doc/visibility.texi: Actually read and correct the grammar of the
3940         sentence affected by yesterday's change.
3941
3942 2006-08-28  Eric Blake  <ebb9@byu.net>
3943
3944         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
3945         needs wrapper.
3946
3947 2006-08-28  Eric Blake  <ebb9@byu.net>
3948
3949         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
3950
3951 2006-08-28  Eric Blake  <ebb9@byu.net>
3952
3953         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
3954
3955 2006-08-28  Bruno Haible  <bruno@clisp.org>
3956
3957         * modules/c-strstr: New file, from GNU gettext.
3958         * MODULES.html.sh (String handling): Add c-strstr.
3959
3960 2006-08-28  Bruno Haible  <bruno@clisp.org>
3961
3962         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
3963         macros.
3964         Reported by Eric Blake.
3965
3966 2006-08-28  Bruno Haible  <bruno@clisp.org>
3967
3968         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
3969         (VASNPRINTF): Return a string of length > INT_MAX without failing.
3970         * lib/vasprintf.c: Include errno.h, limits.h.
3971         (EOVERFLOW): New fallback definition.
3972         (vasprintf): Test here whether the string length is > INT_MAX.
3973         * lib/vsnprintf.c: Include errno.h, limits.h.
3974         (EOVERFLOW): New fallback definition.
3975         (vsnprintf): Fix bug when generated string was too long for the buffer.
3976         Test here whether the string length is > INT_MAX.
3977
3978 2006-08-28  Bruno Haible  <bruno@clisp.org>
3979
3980         * lib/inttypes_.h (SCNX*): Remove definitions.
3981         Reported by Eric Blake.
3982
3983 2006-08-28  Bruno Haible  <bruno@clisp.org>
3984
3985         * lib/c-strstr.h: New file, from GNU gettext.
3986         * lib/c-strstr.c: New file, from GNU gettext.
3987
3988 2006-08-28  Bruno Haible  <bruno@clisp.org>
3989
3990         * gnulib-tool: Reorder some statements.
3991
3992 2006-08-28  Bruno Haible  <bruno@clisp.org>
3993
3994         * gnulib-tool: New option --makefile-name.
3995         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3996         $makefile_name.
3997         (func_import): Write $makefile_name to the cache file, and read it from
3998         there unless explicitly specified. Use $makefile_name as file name
3999         instead of Makefile.am. Adjust the recommendations accordingly.
4000
4001 2006-08-28  Bruno Haible  <bruno@clisp.org>
4002
4003         * gnulib-tool (func_verify_module): Check against misapplying patch.
4004
4005 2006-08-28  Bruno Haible  <bruno@clisp.org>
4006
4007         * gnulib-tool (func_relativize, func_relconcat): New functions.
4008         Give an error if --local-dir is given with --update.
4009         Remove trailing slashes from $local_gnulib_dir.
4010         (func_import): Store the relativized $local_gnulib_dir in
4011         gnulib-cache.m4, and read it from there if not specified explicitly.
4012
4013 2006-08-28  Bruno Haible  <bruno@clisp.org>
4014
4015         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4016         is the current directory. Respect also $local_gnulib_dir.
4017
4018 2006-08-28  Bruno Haible  <bruno@clisp.org>
4019             Simon Josefsson  <jas@extundo.com>
4020
4021         BeOS portability.
4022         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4023
4024 2006-08-27  Jim Meyering  <jim@meyering.net>
4025
4026         * doc/visibility.texi: Remove duplicate word: "pointer".
4027
4028 2006-08-26  Bruno Haible  <bruno@clisp.org>
4029
4030         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4031         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4032         (Makefile.am): Create inttypes.h from inttypes_.h.
4033         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4034
4035         * modules/imaxabs: New file.
4036
4037         * modules/imaxdiv: New file.
4038
4039 2006-08-26  Bruno Haible  <bruno@clisp.org>
4040
4041         * m4/inttypes.m4: New file.
4042         * m4/_inttypes_h.m4: Remove file.
4043         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4044         PRI_MACROS_BROKEN.
4045         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4046
4047         * m4/imaxabs.m4: New file.
4048
4049         * m4/imaxdiv.m4: New file.
4050
4051 2006-08-26  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/inttypes_.h: New file.
4054         * lib/inttypes.h: Remove file.
4055         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4056
4057         * lib/imaxabs.c: New file.
4058
4059         * lib/imaxdiv.c: New file.
4060
4061 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4062
4063         New config-h module, so that "make" output needn't be cluttered
4064         by -DHAVE_CONFIG_H.
4065         * MODULES.html.sh (Support for building libraries and executables):
4066         Add config-h.
4067         * modules/config-h: New file.
4068         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4069         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4070         the config-h module is used.
4071
4072         New configmake module, so that "make" output needn't be cluttered
4073         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4074         * MODULES.html.sh (Support for building libraries and executables):
4075         Add configmake.
4076         * modules/configmake: New file.
4077
4078 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4079
4080         * m4/config-h.m4: New file.
4081
4082 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4083
4084         * config/srclist.txt: Add elisp-comp.
4085
4086 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4087
4088         * MODULES.html.sh (Support for building libraries and executables):
4089         Add elisp-comp.
4090         * build-aux/elisp-comp: New file.
4091         * modules/elisp-comp: New file.
4092
4093 2006-08-24  Bruno Haible  <bruno@clisp.org>
4094
4095         * gnulib-tool (func_create_testdir): Use non-default values of
4096         sourcebase and m4base.
4097
4098 2006-08-24  Bruno Haible  <bruno@clisp.org>
4099
4100         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4101         HTML structure.
4102
4103 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         * modules/openat (Depends-on): Add lchown.
4106
4107 2006-08-23  Bruno Haible  <bruno@clisp.org>
4108
4109         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4110         of gl_LOCK_EARLY instead of gl_LOCK.
4111
4112 2006-08-23  Bruno Haible  <bruno@clisp.org>
4113
4114         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4115         on OSF/1 to no.
4116         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4117
4118 2006-08-23  Bruno Haible  <bruno@clisp.org>
4119
4120         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4121         as unusable.
4122
4123         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4124         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4125         (gl_LOCK): New macro.
4126
4127 2006-08-22  Simon Josefsson  <jas@extundo.com>
4128
4129         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4130         to md5 module.
4131
4132 2006-08-22  Simon Josefsson  <jas@extundo.com>
4133
4134         * MODULES.html.sh: Add "Support for maintaining and release
4135         projects".
4136
4137         * build-aux/gnupload: New file, from coreutils.
4138
4139 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         Avoid the need for AC_LIBSOURCES in m4 macros.
4142         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4143         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4144         * modules/check-version (EXTRA_DIST): Add check-version.h.
4145         * modules/crc (EXTRA_DIST): Add crc.h.
4146         * modules/des (EXTRA_DIST): Add des.h.
4147         * modules/gc (EXTRA_DIST): Add gc.h.
4148         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4149         * modules/getline (EXTRA_DIST): Add getline.h.
4150         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4151         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4152         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4153         * modules/md2 (EXTRA_DIST): Add md2.h.
4154         * modules/md4 (EXTRA_DIST): Add md4.h.
4155         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4156         * modules/read-file (EXTRA_DIST): Add read-file.h.
4157         * modules/readline (EXTRA_DIST): Add readline.h.
4158         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4159         rijndael-api-fst.h.
4160
4161 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4162
4163         * m4/rijndael.m4 (gl_ARCFOUR):
4164         * m4/arctwo.m4 (gl_ARCTWO):
4165         * m4/check-version.m4 (gl_CHECK_VERSION):
4166         * m4/crc.m4 (gl_CRC):
4167         * m4/des.m4 (gl_DES):
4168         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4169         * m4/gc.m4 (gl_GC):
4170         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4171         * m4/getline.m4 (gl_FUNC_GETLINE):
4172         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4173         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4174         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4175         * m4/md2.m4 (gl_MD2):
4176         * m4/md4.m4 (gl_MD4):
4177         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4178         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4179         * m4/readline.m4 (gl_FUNC_READLINE):
4180         * m4/rijndael.m4 (gl_RIJNDAEL):
4181         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4182         to get the necessary .h files and whatnot.
4183
4184 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4185
4186         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4187         gnulib rather than the other way around.
4188         * config/srclistvars.sh (COREUTILS): Remove.
4189
4190 2006-08-22  Jim Meyering  <jim@meyering.net>
4191
4192         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4193
4194         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4195
4196 2006-08-22  Eric Blake  <ebb9@byu.net>
4197
4198         * modules/regexprops-generic: New file.
4199         * MODULES.html.sh (Support for building documentation): List it.
4200
4201 2006-08-22  Eric Blake  <ebb9@byu.net>
4202
4203         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4204         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4205         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4206         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4207
4208 2006-08-22  Bruno Haible  <bruno@clisp.org>
4209
4210         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4211         and lib_LTLIBRARIES like the other lib_* variables.
4212
4213 2006-08-22  Bruno Haible  <bruno@clisp.org>
4214
4215         * build-aux/x-to-1.in: New file, from GNU gettext.
4216
4217 2006-08-22  Bruno Haible  <bruno@clisp.org>
4218
4219         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4220         <utmpx.h> exists.
4221
4222 2006-08-22  Bruno Haible  <bruno@clisp.org>
4223
4224         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4225         <utmpx.h> exists.
4226
4227 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4228
4229         BeOS portability.
4230         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4231         exist.
4232         Problem reported by Bruno Haible.
4233
4234 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4235
4236         Avoid the need for AC_LIBSOURCES in m4 macros.
4237         * modules/acl (EXTRA_DIST): Add acl.h.
4238         * modules/argmatch (Files): Add m4/argmatch.m4.
4239         (configure.ac): Add gl_ARGMATCH.
4240         (EXTRA_DIST): Renamed from lib_SOURCES, for
4241         consistency with the other modules.  Remove argmatch.c.
4242         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4243         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4244         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4245         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4246         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4247         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4248         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4249         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4250         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4251         * modules/closeout (EXTRA_DIST): Add closeout.h.
4252         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4253         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4254         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4255         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4256         dirname.h; remove basename.c and stripslash.c.
4257         * modules/exclude (EXTRA_DIST): Add exclude.h.
4258         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4259         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4260         * modules/file-type (EXTRA_DIST): Add file-type.h.
4261         * modules/filemode (EXTRA_DIST): Add filemode.h.
4262         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4263         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4264         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4265         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4266         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4267         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4268         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4269         * modules/getdate (EXTRA_DIST): Add getdate.c.
4270         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4271         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4272         * modules/getpass (EXTRA_DIST): Add getpass.h.
4273         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4274         * modules/group-member (EXTRA_DIST): Add group-member.h.
4275         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4276         * modules/hash (EXTRA_DIST): Add hash.h.
4277         * modules/human (EXTRA_DIST): Add human.h.
4278         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4279         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4280         * modules/lchown (EXTRA_DIST): Add lchown.h.
4281         * modules/long-options (EXTRA_DIST): Add long-options.h.
4282         * modules/lstat (EXTRA_DIST): Add lstat.h.
4283         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4284         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4285         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4286         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4287         * modules/memxor (EXTRA_DIST): Add memxor.h.
4288         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4289         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4290         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4291         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4292         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4293         * modules/physmem (EXTRA_DIST): Add physmem.h.
4294         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4295         * modules/posixver (EXTRA_DIST): Add posixver.h.
4296         * modules/quote (EXTRA_DIST): Add quote.h.
4297         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4298         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4299         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4300         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4301         regex_internal.h regexec.c.
4302         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4303         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4304         * modules/same (EXTRA_DIST): Add same.h.
4305         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4306         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4307         * modules/savedir (EXTRA_DIST): Add savedir.h.
4308         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4309         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4310         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4311         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4312         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4313         * modules/strdup (EXTRA_DIST): Add strdup.h.
4314         * modules/strftime (EXTRA_DIST): Add strftime.h.
4315         * modules/strndup (EXTRA_DIST): Add strndup.h.
4316         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4317         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4318         * modules/time_r (EXTRA_DIST): Add time_r.h.
4319         * modules/timespec (EXTRA_DIST): Add timespec.h.
4320         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4321         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4322         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4323         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4324         * modules/userspec (EXTRA_DIST): Add userspec.h.
4325         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4326         * modules/utimens (EXTRA_DIST): Add utimens.h.
4327         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4328         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4329         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4330         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4331         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4332         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4333         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4334         * modules/yesno (EXTRA_DIST): Add yesno.h.
4335
4336 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4337
4338         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4339
4340         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4341         * m4/dev-ino.m4, same-inode.m4: Remove.
4342
4343         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4344         * m4/acl.m4 (AC_FUNC_ACL):
4345         * m4/backupfile.m4 (gl_BACKUPFILE):
4346         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4347         * m4/canon-host.m4 (gl_CANON_HOST):
4348         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4349         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4350         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4351         * m4/cloexec.m4 (gl_CLOEXEC):
4352         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4353         * m4/closeout.m4 (gl_CLOSEOUT):
4354         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4355         * m4/dirname.m4 (gl_DIRNAME):
4356         * m4/exclude.m4 (gl_EXCLUDE):
4357         * m4/exitfail.m4 (gl_EXITFAIL):
4358         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4359         * m4/file-type.m4 (gl_FILE_TYPE):
4360         * m4/filemode.m4 (gl_FILEMODE):
4361         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4362         * m4/fpending.m4 (gl_FUNC_FPENDING):
4363         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4364         * m4/fts.m4 (gl_FUNC_FTS):
4365         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4366         * m4/getdate.m4 (gl_GETDATE):
4367         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4368         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4369         * m4/getpass.m4 (gl_FUNC_GETPASS):
4370         * m4/gettime.m4 (gl_GETTIME):
4371         * m4/getugroups.m4 (gl_GETUGROUPS):
4372         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4373         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4374         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4375         * m4/hash.m4 (gl_HASH):
4376         * m4/idcache.m4 (gl_IDCACHE):
4377         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4378         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4379         * m4/long-options.m4 (gl_LONG_OPTIONS):
4380         * m4/lstat.m4 (gl_FUNC_LSTAT):
4381         * m4/md5.m4 (gl_MD5):
4382         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4383         * m4/memcoll.m4 (gl_MEMCOLL):
4384         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4385         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4386         * m4/memxor.m4 (gl_MEMXOR):
4387         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4388         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4389         * m4/modechange.m4 (gl_MODECHANGE):
4390         * m4/mountlist.m4 (gl_MOUNTLIST):
4391         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4392         * m4/openat.m4 (gl_FUNC_OPENAT):
4393         * m4/pathmax.m4 (gl_PATHMAX):
4394         * m4/physmem.m4 (gl_PHYSMEM):
4395         * m4/posixtm.m4 (gl_POSIXTM):
4396         * m4/posixver.m4 (gl_POSIXVER):
4397         * m4/quote.m4 (gl_QUOTE):
4398         * m4/quotearg.m4 (gl_QUOTEARG):
4399         * m4/readtokens.m4 (gl_READTOKENS):
4400         * m4/readutmp.m4 (gl_READUTMP):
4401         * m4/regex.m4 (gl_REGEX):
4402         * m4/safe-read.m4 (gl_SAFE_READ):
4403         * m4/safe-write.m4 (gl_SAFE_WRITE):
4404         * m4/same.m4 (gl_SAME):
4405         * m4/save-cwd.m4 (gl_SAVE_CWD):
4406         * m4/savedir.m4 (gl_SAVEDIR):
4407         * m4/settime.m4 (gl_SETTIME):
4408         * m4/sha1.m4 (gl_SHA1):
4409         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4410         * m4/stat-macros.m4 (gl_STAT_MACROS):
4411         * m4/stat-time.m4 (gl_STAT_TIME):
4412         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4413         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4414         * m4/strdup.m4 (gl_FUNC_STRDUP):
4415         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4416         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4417         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4418         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4419         * m4/time_r.m4 (gl_TIME_R):
4420         * m4/timespec.m4 (gl_TIMESPEC):
4421         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4422         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4423         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4424         * m4/userspec.m4 (gl_USERSPEC):
4425         * m4/utimecmp.m4 (gl_UTIMECMP):
4426         * m4/utimens.m4 (gl_UTIMENS):
4427         * m4/xalloc.m4 (gl_XALLOC):
4428         * m4/xgetcwd.m4 (gl_XGETCWD):
4429         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4430         * m4/xreadlink.m4 (gl_XREADLINK):
4431         * m4/xstrtod.m4 (gl_XSTRTOD):
4432         * m4/yesno.m4 (gl_YESNO):
4433         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4434         to get the necessary .h files and whatnot.
4435
4436 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4437             Bruno Haible  <bruno@clisp.org>
4438
4439         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4440         /bin/sh understanding of '!' conditional negation.
4441
4442 2006-08-21  Jim Meyering  <jim@meyering.net>
4443
4444         * modules/openat (Depends-on): Really alphabetize.
4445
4446         * modules/acl (Depends-on): Add error and quote.
4447
4448         * check-module (find_included_lib_files): Add at-func.c to the
4449         ok-to-include-more-than-once white list.
4450
4451         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4452
4453 2006-08-21  Bruno Haible  <bruno@clisp.org>
4454
4455         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4456         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4457         Reported by Martin Lambers <marlam@marlam.de>.
4458
4459 2006-08-21  Bruno Haible  <bruno@clisp.org>
4460
4461         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4462         specify an installation location, don't emit a noinst_LIBRARIES or
4463         noinst_LTLIBRARIES assignment.
4464
4465 2006-08-21  Bruno Haible  <bruno@clisp.org>
4466
4467         BeOS portability.
4468         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4469         BeOS has mbrtowc() but no <wctype.h>.
4470
4471 2006-08-21  Bruno Haible  <bruno@clisp.org>
4472
4473         BeOS portability.
4474         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4475         exist.
4476
4477 2006-08-21  Bruno Haible  <bruno@clisp.org>
4478
4479         BeOS portability.
4480         * lib/mbchar.h: Include <wctype.h> only if it exists.
4481
4482 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4483
4484         Remove files that are no longer needed by their respective modules.
4485         * m4/obstack.m4: Remove.
4486         * m4/strerror_r.m4: Remove.
4487         * m4/uint32_t.m4: Remove.
4488         * m4/uintptr_t.m4: Remove.
4489         * m4/ullong_max.m4: Remove.
4490         * m4/xstrtoimax.m4: Remove.
4491         * m4/xstrtoumax.m4: Remove.
4492
4493         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4494         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4495         dependencies now capture this.
4496
4497         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4498         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4499         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4500         * m4/human.m4 (gl_HUMAN): Likewise.
4501         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4502         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4503
4504         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4505
4506         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4507         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4508         stdint.
4509         * m4/human.m4 (gl_HUMAN): Likewise.
4510         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4511         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4512         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4513         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4514         * m4/xstrtol (gl_XSTRTOL): Likewise.
4515
4516         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4517         AC_TYPE_LONG_LONG_INT.
4518         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4519         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4520         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4521         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4522
4523         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4524         on stdbool.
4525
4526         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4527         (gl_PREREQ_XSTRTOUL): Remove.
4528
4529         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4530
4531         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4532         mode.
4533
4534 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4535
4536         Add and change modules to make it easier for coreutils to use
4537         gnulib-tool.
4538         * modules/backupfile (Files): Remove m4/d-ino.m4.
4539         (Depends-on): Add d-ino.
4540         * modules/cycle-check (Depends-on): Add stdint.
4541         (lib_SOURCES): Add cycle-check.h.
4542         * modules/d-ino: New module.
4543         * modules/d-type: New module.
4544         * modules/error (Files): Remove m4/strerror_r.m4.
4545         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4546         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4547         m4/inttypes_h.m4, m4/uintmax_t.m4.
4548         (Depends-on): Add stdint.
4549         (lib_SOURCES): Add fsusage.h.
4550         * modules/getcwd (Files): Remove d-ino.m4.
4551         (Depends-on): Add d-ino.
4552         * modules/getndelim2 (Depends-on): Add stdint.
4553         * modules/glob (Files): Remove m4/d-type.m4.
4554         (Depends-on): Add d-type.
4555         * modules/host-os: New module.
4556         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4557         m4/inttypes_h.m4, m4/uintmax_t.m4.
4558         * Depends-on: Add stdint.
4559         (lib_SOURCES): Add human.h.
4560         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4561         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4562         m4/uintmax_t.m4, m4/ulonglong.m4.
4563         (Depends-on): Add stdint.
4564         (EXTRA_DIST): Add inttostr.h.
4565         * modules/lchmod: New module.
4566         * modules/link-follow: New module.
4567         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4568         (Depends-on): Add lchmod.
4569         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4570         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4571         (Depends-on): Add stdint.
4572         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4573         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4574         (Depends-on): Add stdint.
4575         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4576         * modules/perl: New module.
4577         * modules/regex (Depends-on): Add stdint.
4578         * modules/rmdir-errno: New module.
4579         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4580         m4/intmax_t.m4.
4581         (Depends-on): Add stdint.
4582         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4583         m4/uintmax_t.m4.
4584         (Depends-on): Add stdint.
4585         * modules/unlink-busy: New module.
4586         * modules/utimecmp (Depends-on): Add stdint.
4587         * modules/uptime: New module.
4588         * modules/winsz-ioctl: New module.
4589         * modules/winsz-termios: New module.
4590         * modules/xnanosleep (Depends-on): Add nanosleep.
4591         * modules/ullong_max: Remove.
4592         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4593         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4594         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4595         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4596         (Depends-on): Add inttypes.
4597         (lib_SOURCES): Add xstrtol.h.
4598         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4599         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4600         * MODULES.html.sh: Move 'assert' into the assert section.
4601         Move 'dummy' into the linking section.
4602         Remove ullong_max.
4603         Add section for compatibility checks for POSIX:2001 functions,
4604         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4605         winsz-ioctl, and winsz-termios into it.
4606         Add lchmod.
4607         Add top-level Misc section and put host-os, perl, and uptime
4608         into it.
4609
4610 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4611
4612         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4613         now assume the stdint module.  Do not include inttypes.h.
4614         * lib/fsusage.h: Likewise.
4615         * lib/getndelim2.c: Likewise.
4616         * lib/human.h: Likewise.
4617         * lib/inttostr.h: Likewise.
4618         * lib/obstack.c: Likewise.
4619         * lib/regex_internal.h: Likewise.
4620         * lib/tempname.c: Likewise.
4621         * lib/utimecmp.c: Likewise.
4622         * lib/xstrtol.h: Likewise.
4623
4624         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4625
4626         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4627         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4628         * lib/xtime.h: Likewise.
4629
4630 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         * modules/openat (Files): Add lib/fchmodat.c.
4633         Fixes problem reported by Jay Youngman.
4634
4635 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4636
4637         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4638         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4639
4640 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4641             Bruno Haible  <bruno@clisp.org>
4642
4643         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4644         and is a script that invokes bison. Tighten the code. Add comments.
4645
4646 2006-08-18  Jim Meyering  <jim@meyering.net>
4647
4648         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4649         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4650         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4651         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4652
4653 2006-08-18  Bruno Haible  <bruno@clisp.org>
4654
4655         * modules/bison-i18n: New file.
4656         * MODULES.html.sh (Internationalization functions): Add it.
4657
4658 2006-08-18  Bruno Haible  <bruno@clisp.org>
4659
4660         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4661         sys/statvfs.h. When getmntinfo was found, check its declaration and
4662         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4663
4664 2006-08-18  Bruno Haible  <bruno@clisp.org>
4665
4666         * m4/bison-i18n.m4: New file, from bison.
4667
4668 2006-08-18  Bruno Haible  <bruno@clisp.org>
4669
4670         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4671         (ME_DUMMY): Treat "kernfs" as a dummy.
4672         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4673
4674 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4675
4676         Update from coreutils.
4677
4678         2006-08-15  Jim Meyering  <jim@meyering.net>
4679
4680         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4681
4682         2006-01-17  Jim Meyering  <jim@meyering.net>
4683
4684         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4685
4686         2006-01-11  Jim Meyering  <jim@meyering.net>
4687
4688         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4689         Check for the lchmod function.
4690
4691 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4692
4693         Update from coreutils.
4694
4695         * lib/__fpending.h: Add copyright notice.
4696         * lib/fprintftime.h: Likewise.
4697         * lib/savedir.c: Use (C) in copyright notice.
4698         * lib/savedir.h: Likewise.
4699
4700         2006-08-15  Jim Meyering  <jim@meyering.net>
4701
4702         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4703         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4704         in support of the EXPECTED_ERRNO macro.
4705         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4706         definitions.  Instead, define the appropriate symbols and include
4707         "at-func.c".
4708         * lib/mkdirat.c (mkdirat): Likewise.
4709         * lib/fchmodat.c (fchmodat): Likewise.
4710         (ENOSYS): Remove definition.
4711         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4712         it.  Don't include "unistd--.h" -- it wasn't ever used.
4713
4714         2006-01-17  Jim Meyering  <jim@meyering.net>
4715
4716         Rewrite fts.c not to change the current working directory,
4717         by using openat, fstatat, fdopendir, etc..
4718
4719         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4720         (HAVE_OPENAT_SUPPORT): Define.
4721         [_LIBC] (fchdir): Don't undef or define; no longer used.
4722         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4723         Now, this `function' always succeeds, and consumes its file descriptor
4724         parameter -- so callers must not close such FDs.  Update callers.
4725         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4726         (diropen): Add parameter, SP.  Adjust all callers.
4727         Implement using diropen_fd, rather than open.
4728         (fts_open): Initialize new member, fts_cwd_fd.
4729         Remove fts_rft-setting code.
4730         (fts_close): Close fts_cwd_fd, if necessary.
4731         (__opendir2): Define in terms of opendir or opendirat,
4732         depending on whether the FST_NOCHDIR flag is set.
4733         (fts_build): Since fts_safe_changedir consumes its FD, and since
4734         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4735         and close the dup'd file descriptor upon failure.
4736         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4737         (fts_safe_changedir): Tweak semantics to reflect that this function
4738         now calls cwd_advance_fd and hence consumes its FD argument.
4739         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4740         [struct FTS] (fts_rft): Remove now-unused member.
4741         [struct FTS] (fts_cycle.state): Improve comment.
4742
4743         * lib/openat.c (openat_needs_fchdir): New function.
4744         * lib/openat.h (openat_needs_fchdir): Declare it.
4745
4746 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4747
4748         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4749         Problem and fix reported by Pádraig Brady in
4750         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4751
4752 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4753
4754         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4755
4756 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4757
4758         * lib/memcoll.c (memcoll): Optimize for the common case where the
4759         arguments are bytewise equal.
4760
4761 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4762
4763         * doc/regexprops-generic.texi: Add a copyright notice.
4764
4765 2006-08-15  Bruno Haible  <bruno@clisp.org>
4766
4767         * modules/tmpdir (License): Change to LGPL.
4768
4769 2006-08-15  Bruno Haible  <bruno@clisp.org>
4770
4771         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4772         module.
4773
4774 2006-08-14  Simon Josefsson  <jas@extundo.com>
4775
4776         * config/srclist.txt: Add gnupload.
4777
4778 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4779
4780         Change copyright notice from LGPL 2 to GPL 2, since that's the
4781         standard form used in the gnulib repository.
4782         * tests/test-lock.c: Likewise.
4783         * tests/test-stdint.c: Likewise.
4784         * tests/test-tls.c: Likewise.
4785
4786         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4787         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4788         Add copyright notice.
4789
4790         * check-module: Add copyright notice.  Output a copyright
4791         notice if "--version" is specified.
4792         * modules/COPYING: New file.
4793         * tests/test-getaddrinfo.c: Add copyright notice.
4794         * tests/test-verify.c: Likewise.
4795
4796 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4797
4798         Change copyright notice from LGPL 2 to GPL 2, since that's the
4799         standard form used in the gnulib repository.
4800         * lib/lock.c: LGPL -> GPL.
4801         * lib/lock.h: Likewise.
4802         * lib/strnlen1.c: Likewise.
4803         * lib/strnlen1.h: Likewise.
4804         * lib/tls.c: Likewise.
4805         * lib/tls.h: Likewise.
4806         * lib/tmpdir.c: Likewise.
4807
4808         * lib/TODO: Remove; this belongs only in coreutils.
4809
4810 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4811
4812         Add copyright notices to long-enough files that lack them, since
4813         otherwise the files aren't clearly free.  Use the same notice that
4814         getdate.texi already uses.
4815         * doc/alloca-opt.texi: Add copyright notice.
4816         * doc/alloca.texi: Likewise.
4817         * doc/ctime.texi: Likewise.
4818         * doc/functions.texi: Likewise.
4819         * doc/gcd.texi: Likewise.
4820         * doc/gnulib-tool.texi: Likewise.
4821         * doc/inet_ntoa.texi: Likewise.
4822         * doc/visibility.texi: Likewise.
4823
4824         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4825         * doc/quote.texi: Add copyright notice.
4826
4827         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4828         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4829         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4830         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4831         is now obsolete, and give a pointer to the Sun list.
4832         Add copyright notice.
4833
4834 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4835
4836         * config/srclistvars.sh: Add copyright notice.
4837
4838 2006-08-14  Eric Blake  <ebb9@byu.net>
4839
4840         Import the following change from libc:
4841
4842         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4843
4844         Upstream bug 2997.
4845         * lib/misc/error.c: Add space between program name and message if file
4846         name is missing.
4847
4848 2006-08-12  Karl Berry  <karl@gnu.org>
4849
4850         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4851         remove, these originate in gnulib now.
4852
4853 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4854
4855         * doc/Makefile (standards.info standards.html standards.dvi):
4856         Also depend on make-stds.texi.
4857
4858 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4859
4860         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4861         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4862
4863         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4864         in wchar_t.  Problem reported by Eric Blake.
4865
4866         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4867         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4868         Also, help the compiler to keep LEN in a register.
4869
4870 2006-08-11  Eric Blake  <ebb9@byu.net>
4871
4872         * users.txt: Sort.  Add tar.
4873
4874 2006-08-11  Bruno Haible  <bruno@clisp.org>
4875
4876         * users.txt: New file.
4877
4878 2006-08-11  Bruno Haible  <bruno@clisp.org>
4879
4880         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4881         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4882
4883 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4884
4885         * modules/snprintf (Depends-on): Remove minmax.
4886         (Maintainer): Add self and Bruno.
4887
4888 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4889
4890         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4891         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4892         (EOVERFLOW): Define if the system does not.
4893         Do not include "minmax.h"; it wasn't used.
4894         (snprintf): Don't assume size_t promotes to an unsigned type.
4895         Fix bug when generated string was too long for the buffer: the
4896         buffer's contents are supposed to be the initial prefix of the
4897         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4898         exceeds INT_MAX; do the check ourselves.
4899
4900         Import the following changes from libc:
4901
4902         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4903
4904         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4905         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4906         set wc to the byte which couldn't be converted.
4907         (re_string_reconstruct): Don't clear valid_raw_len before calling
4908         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4909         tip_context using re_string_context_at.
4910
4911         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
4912
4913         * lib/posix/regex.h: g++ still cannot handled [restrict].
4914
4915         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
4916
4917         * lib/posix/regex.h: Remove special handling for VMS.
4918
4919 2006-08-10  Jim Meyering  <jim@meyering.net>
4920
4921         * modules/same-inode: New module.
4922         * modules/dev-ino: New module.
4923         * modules/cycle-check: Depend on these modules, rather than simply
4924         including their .h files.
4925         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
4926         required via m4/cycle-check.m4.
4927         * modules/same: Depend on new same-inode module, rather than
4928         including same-inode.h.
4929         * modules/chdir-safer: New file.
4930
4931         * modules/chown (Depends-on): Add stat-macros.
4932
4933 2006-08-10  Jim Meyering  <jim@meyering.net>
4934
4935         * m4/cycle-check.m4: New file.
4936         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
4937         * m4/dev-ino.m4, m4/same-inode.m4: New files.
4938
4939 2006-08-10  Eric Blake  <ebb9@byu.net>
4940
4941         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
4942         in from original proposal.
4943
4944 2006-08-10  Eric Blake  <ebb9@byu.net>
4945         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4946
4947         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
4948         namespace.
4949
4950 2006-08-10  Bruno Haible  <bruno@clisp.org>
4951
4952         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
4953         as well.
4954
4955 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4956
4957         Sync from coreutils.
4958
4959         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
4960
4961         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
4962         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
4963
4964 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4965
4966         * modules/restrict: Remove; no longer needed now that we assume
4967         Autoconf 2.59 or later.
4968         * MODULES.html.sh: Remove 'restrict'.
4969         * modules/argp (Depends-on): Remove 'restrict'.
4970         * modules/base64 (Depends-on): Likewise.
4971         * modules/gc (Depends-on): Likewise.
4972         * modules/getaddrinfo (Depends-on): Likewise.
4973         * modules/glob (Depends-on): Likewise.
4974         * modules/inet_ntop (Depends-on): Likewise.
4975         * modules/inet_pton (Depends-on): Likewise.
4976         * modules/memxor (Depends-on): Likewise.
4977         * modules/regex (Depends-on): Likewise.
4978         * modules/strtok_r (Depends-on): Likewise.
4979         * modules/time_r (Depends-on): Likewise.
4980
4981 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4984         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
4985         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4986         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
4987         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
4988         * m4/memxor.m4 (gl_MEMXOR): Likewise.
4989         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
4990         gl_C_RESTRICT replaced by AC_C_RESTRICT.
4991
4992         Merge from coreutils.
4993         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4994         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4995         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4996         * m4/time_r.m4 (gl_TIME_R): Likewise.
4997
4998 2006-08-09  Karl Berry  <karl@gnu.org>
4999
5000         * config/srclist.txt: no more gettext-tools, per Bruno.
5001
5002 2006-08-08  Eric Blake  <ebb9@byu.net>
5003
5004         * modules/verror: New module.
5005         * MODULES.html.sh: Document it.
5006
5007 2006-08-08  Eric Blake  <ebb9@byu.net>
5008
5009         * lib/verror.h, lib/verror.c: New files.
5010
5011 2006-08-08  Eric Blake  <ebb9@byu.net>
5012
5013         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5014         verror_at_line output complies with GNU Coding Standards even when
5015         file is NULL.
5016
5017 2006-08-07  Bruno Haible  <bruno@clisp.org>
5018
5019         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5020         versions of AIX.
5021         Reported by Ralf Wildenhues.
5022
5023 2006-08-07  Bruno Haible  <bruno@clisp.org>
5024
5025         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5026         in an AC_DEFUN. Needed so that the autoconf snippets can use
5027         AC_REQUIRE.
5028
5029 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5030
5031         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5032         Initialize pkgdata_DATA.
5033         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5034         overriding it.
5035
5036 2006-08-06  Eric Blake  <ebb9@byu.net>
5037
5038         * lib/error.h: Fold in some upstream changes from glibc.
5039         * lib/error.c: Likewise.
5040
5041 2006-08-04  Bruno Haible  <bruno@clisp.org>
5042
5043         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5044         Make the mostlyclean-local rule depend on mostlyclean-generic.
5045         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5046
5047 2006-07-31  Bruno Haible  <bruno@clisp.org>
5048
5049         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5050         <stdlib.h>, <string.h>.
5051
5052 2006-07-30  Bruno Haible  <bruno@clisp.org>
5053
5054         * modules/readlink (License): Change to LGPL.
5055
5056 2006-07-30  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5059         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5060         set PKGDATADIR to point to it.
5061
5062 2006-07-30  Bruno Haible  <bruno@clisp.org>
5063
5064         * modules/csharpexec (configure.ac): Comment out macro invocation.
5065         * modules/javaexec (configure.ac): Likewise.
5066         * modules/javacomp-script (configure.ac): Likewise.
5067
5068         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5069
5070 2006-07-30  Bruno Haible  <bruno@clisp.org>
5071
5072         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5073         linked-list.
5074
5075 2006-07-30  Bruno Haible  <bruno@clisp.org>
5076
5077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5078
5079 2006-07-30  Bruno Haible  <bruno@clisp.org>
5080
5081         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5082         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5083         get removed.
5084
5085 2006-07-29  Bruno Haible  <bruno@clisp.org>
5086
5087         Make it possible for gnulib-tool to work with locally modified or
5088         augmented gnulib repositories.
5089         * gnulib-tool (func_usage): Document --local-dir option.
5090         (local_gnulib_dir): New variable.
5091         Handle --local-dir option.
5092         (func_lookup_file): New function.
5093         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5094         (func_get_description, func_get_filelist, func_get_description,
5095         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5096         func_get_automake_snippet, func_get_include_directive,
5097         func_get_license, func_get_maintainer): Use func_lookup_file.
5098         (func_import, func_create_testdir): Use func_lookup_file.
5099
5100 2006-07-29  Bruno Haible  <bruno@clisp.org>
5101
5102         * modules/setenv (Depends-on): Add unistd.
5103
5104 2006-07-29  Bruno Haible  <bruno@clisp.org>
5105
5106         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5107
5108 2006-07-29  Bruno Haible  <bruno@clisp.org>
5109
5110         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5111
5112 2006-07-29  Bruno Haible  <bruno@clisp.org>
5113
5114         * gnulib-tool (import, update): If there is no Makefile.am, look at
5115         aclocal.m4, instead of bailing out.
5116
5117 2006-07-29  Bruno Haible  <bruno@clisp.org>
5118
5119         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5120         Categorize the options by when they are useful.
5121
5122 2006-07-29  Bruno Haible  <bruno@clisp.org>
5123
5124         * gnulib-tool (func_usage): Document option --no-libtool.
5125         Handle option --no-libtool.
5126         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5127         for changed semantics of $libtool variable.
5128         (func_import): Likewise. If libtool is not used, show this through
5129         an option --no-libtool.
5130         (func_create_testdir): Update.
5131
5132 2006-07-29  Bruno Haible  <bruno@clisp.org>
5133
5134         * gnulib-tool (func_import): Extend error message about missing
5135         --doc-base.
5136
5137 2006-07-29  Bruno Haible  <bruno@clisp.org>
5138
5139         * gnulib-tool (func_import): Don't create the $docbase directory if
5140         there is no file to store there.
5141
5142 2006-07-29  Bruno Haible  <bruno@clisp.org>
5143
5144         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5145         relevant, look for configure.ac there, not in the current directory.
5146         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5147
5148 2006-07-29  Bruno Haible  <bruno@clisp.org>
5149
5150         * gnulib-tool (SORT): New variable.
5151         (func_usage): Undocument --assume-autoconf option.
5152         Remove --assume-autoconf option handling.
5153         (autoconf_minversion): Determine from the contents of configure.ac.
5154         (func_import): Remove autoconf_minversion handling.
5155         Suggested by Eric Blake.
5156
5157 2006-07-29  Bruno Haible  <bruno@clisp.org>
5158
5159         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5160
5161 2006-07-29  Bruno Haible  <bruno@clisp.org>
5162
5163         * config/srclist.txt (*setenv.[ch]): Remove rules.
5164
5165 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5166
5167         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5168
5169 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5170
5171         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5172         arpa/inet.h.
5173
5174 2006-07-28  Simon Josefsson  <jas@extundo.com>
5175
5176         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5177         * modules/inet_pton (Depends-on): Likewise.
5178
5179 2006-07-28  Simon Josefsson  <jas@extundo.com>
5180
5181         * m4/netinet_in_h.m4: New file.
5182
5183 2006-07-28  Simon Josefsson  <jas@extundo.com>
5184
5185         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5186         #include's.
5187
5188 2006-07-28  Simon Josefsson  <jas@extundo.com>
5189
5190         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5191         #include's.
5192
5193 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5194
5195         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5196         setgid on directories only if they set these bits.
5197         * lib/modechange.h: Remove obsolete comment about masks.
5198
5199 2006-07-28  Eric Blake  <ebb9@byu.net>
5200
5201         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5202         macro expansion.
5203
5204 2006-07-28  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5207
5208 2006-07-28  Bruno Haible  <bruno@clisp.org>
5209
5210         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5211
5212 2006-07-28  Bruno Haible  <bruno@clisp.org>
5213
5214         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5215         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5216         Define fallbacks.
5217         Avoids link error on FreeBSD 4.x.
5218         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5219
5220         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5221         encoding.
5222         * lib/mbswidth.c (iswcntrl): Likewise.
5223
5224 2006-07-27  Bruno Haible  <bruno@clisp.org>
5225
5226         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5227         test.
5228
5229 2006-07-27  Bruno Haible  <bruno@clisp.org>
5230
5231         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5232         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5233         defined.
5234
5235 2006-07-26  Eric Blake  <ebb9@byu.net>
5236
5237         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5238
5239 2006-07-26  Eric Blake  <ebb9@byu.net>
5240
5241         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5242         like mingw that lack mkstemp.
5243         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5244         avoid compilation warning on mingw.
5245
5246 2006-07-26  Bruno Haible  <bruno@clisp.org>
5247
5248         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5249         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5250         INT_FAST*_MIN, INTPTR_MIN.
5251
5252 2006-07-25  Bruno Haible  <bruno@clisp.org>
5253
5254         * modules/version-etc (Depends-on): Add stdarg.
5255
5256 2006-07-25  Bruno Haible  <bruno@clisp.org>
5257
5258         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5259         complex commands.
5260
5261 2006-07-25  Bruno Haible  <bruno@clisp.org>
5262
5263         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5264         defined in <stdarg.h> or config.h.
5265
5266 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5267
5268         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5269         (gl_STDIO_SAFER): Remove.
5270
5271 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5272
5273         * MODULES.html.sh (File stream based Input/Output):
5274         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5275         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5276         * modules/fopen-safer, modules/tmpfile-safer: New files.
5277         * modules/stdio-safer: Remove.
5278
5279 2006-07-24  Bruno Haible  <bruno@clisp.org>
5280
5281         * modules/tmpdir: New file.
5282         * MODULES.html.sh (File system functions): Add it.
5283
5284 2006-07-24  Bruno Haible  <bruno@clisp.org>
5285
5286         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5287         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5288
5289 2006-07-24  Bruno Haible  <bruno@clisp.org>
5290
5291         * modules/clean-temp: New file.
5292
5293 2006-07-24  Bruno Haible  <bruno@clisp.org>
5294
5295         * m4/tmpdir.m4: New file, from GNU gettext.
5296
5297 2006-07-24  Bruno Haible  <bruno@clisp.org>
5298
5299         * lib/tmpdir.h: New file, from GNU gettext.
5300         * lib/tmpdir.c: New file, from GNU gettext.
5301
5302 2006-07-24  Bruno Haible  <bruno@clisp.org>
5303
5304         * lib/clean-temp.h: New file, from GNU gettext.
5305         * lib/clean-temp.c: New file, from GNU gettext.
5306
5307 2006-07-23  Eric Blake  <ebb9@byu.net>
5308
5309         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5310         (Depends-on): Add binary-io.
5311
5312 2006-07-23  Eric Blake  <ebb9@byu.net>
5313
5314         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5315
5316 2006-07-23  Eric Blake  <ebb9@byu.net>
5317
5318         * lib/tmpfile-safer.c: New file.
5319         * lib/stdio-safer.h (fopen_safer): Add prototype.
5320         * lib/stdio--.h (tmpfile): Make safer.
5321
5322 2006-07-23  Bruno Haible  <bruno@clisp.org>
5323
5324         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5325         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5326         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5327         gl_linked_remove_at): Use it.
5328
5329 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5330         and Simon Josefsson <jas@extundo.com>
5331
5332         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5333
5334         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5335
5336 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5337
5338         * modules/close-stream: New file.
5339         * modules/closeout (Description): Make it clear that it exits
5340         with a diagnostic on error.
5341         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5342         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5343
5344 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5345
5346         * m4/close-stream.m4: New file.
5347
5348 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5349
5350         * lib/close-stream.c, lib/close-stream.h: New files.
5351
5352 2006-07-22  Bruno Haible  <bruno@clisp.org>
5353
5354         Merge from GNU gettext 0.15.
5355
5356         2006-05-01  Bruno Haible  <bruno@clisp.org>
5357
5358                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5359
5360         2006-07-22  Bruno Haible  <bruno@clisp.org>
5361
5362                 * modules/javaversion: New file.
5363                 * MODULES.html.sh (Java): Add javaversion.
5364
5365         2006-03-12  Bruno Haible  <bruno@clisp.org>
5366
5367                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5368
5369         2005-12-04  Bruno Haible  <bruno@clisp.org>
5370
5371                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5372                 (untested).
5373
5374         2006-06-21  Bruno Haible  <bruno@clisp.org>
5375
5376                 Avoid warnings from recent versions of mcs.
5377                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5378                 -o, -L, -r any more. Use options documented since mcs-1.0
5379                 instead. Similarly for -g.
5380
5381         2005-12-04  Bruno Haible  <bruno@clisp.org>
5382
5383                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5384                 .resources, not .resource.
5385
5386         2005-07-09  Bruno Haible  <bruno@clisp.org>
5387
5388                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5389                 add a .dll suffix.
5390                 Reported by Mark Junker <mjscod@gmx.de>.
5391
5392         2006-07-22  Bruno Haible  <bruno@clisp.org>
5393
5394                 * modules/gettext: Upgrade to gettext-0.15.
5395                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5396                 m4/visibility.m4.
5397                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5398
5399 2006-07-22  Bruno Haible  <bruno@clisp.org>
5400
5401         Merge from GNU gettext 0.15.
5402
5403         2006-03-25  Bruno Haible  <bruno@clisp.org>
5404
5405                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5406
5407         2006-07-21  Bruno Haible  <bruno@clisp.org>
5408
5409                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5410                 "1.1".
5411
5412         2006-05-09  Bruno Haible  <bruno@clisp.org>
5413
5414                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5415                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5416                 for the conftestver execution.
5417
5418         2006-05-01  Bruno Haible  <bruno@clisp.org>
5419
5420                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5421                 optional target-version argument. Verify that the compiler
5422                 groks source of the specified source-version, or add -source
5423                 option as necessary. Verify that the compiler produces
5424                 bytecode in the specified target-version, or add -target and
5425                 -source options as necessary. Make the result of the test
5426                 available as variable CONF_JAVAC. Also log error output in
5427                 config.log.
5428
5429         2006-03-11  Bruno Haible  <bruno@clisp.org>
5430
5431                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5432
5433         2006-05-09  Bruno Haible  <bruno@clisp.org>
5434
5435                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5436                 CLASSPATH_SEPARATOR to a semicolon.
5437
5438         2006-03-12  Bruno Haible  <bruno@clisp.org>
5439
5440                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5441                 available as variable CONF_JAVA, for subsequent autoconf
5442                 tests. Also log error output in config.log.
5443
5444         2006-07-19  Bruno Haible  <bruno@clisp.org>
5445
5446                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5447                 that getline works on glibc2 systems. Needed to avoid trouble
5448                 in relocatable.c.
5449                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5450
5451         2005-12-04  Bruno Haible  <bruno@clisp.org>
5452
5453                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5454                 launcher (untested).
5455
5456         2005-12-04  Bruno Haible  <bruno@clisp.org>
5457
5458                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5459
5460         2006-07-22  Bruno Haible  <bruno@clisp.org>
5461
5462                 * gettext.m4: Update from GNU gettext-0.15.
5463                 * nls.m4: Likewise.
5464                 * po.m4: Likewise.
5465                 * inttypes-pri.m4: Likewise.
5466                 * inttypes-h.m4: Renamed from inttypes.m4.
5467                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5468
5469 2006-07-22  Bruno Haible  <bruno@clisp.org>
5470
5471         Merge from GNU gettext 0.15.
5472
5473         2005-07-05  Bruno Haible  <bruno@clisp.org>
5474
5475                 * printf-args.c (printf_fetchargs): Work around broken
5476                 definition of wint_t on mingw.
5477
5478         2005-02-12  Bruno Haible  <bruno@clisp.org>
5479
5480                 * xallocsa.h: Add extern "C" for C++.
5481
5482         2006-05-17  Bruno Haible  <bruno@clisp.org>
5483
5484                 Cygwin portability.
5485                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5486
5487         2006-04-30  Bruno Haible  <bruno@clisp.org>
5488
5489                 * progreloc.c: Include <mach-o/dyld.h> if available.
5490                 (find_executable): Use _NSGetExecutablePath when possible.
5491
5492         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5493
5494                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5495                 function.
5496
5497         2005-12-29  Bruno Haible  <bruno@clisp.org>
5498
5499                 * progreloc.c (set_program_name_and_installdir): Fix
5500                 compilation error.
5501
5502         2005-12-04  Bruno Haible  <bruno@clisp.org>
5503
5504                 Cygwin portability.
5505                 * progreloc.c: Include <windows.h> also on Cygwin.
5506                 (find_executable): Add support for Cygwin.
5507                 (set_program_name_and_installdir): Handle also platforms with
5508                 nonempty EXEEXT.
5509
5510         2006-07-11  Bruno Haible  <bruno@clisp.org>
5511
5512                 * javacomp.c: Fix a comment.
5513                 Reported by Jim Meyering.
5514
5515         2006-04-30  Bruno Haible  <bruno@clisp.org>
5516
5517                 * javacomp.h (compile_java_class): Add source_version,
5518                 target_version arguments.
5519                 * javacomp.c: Rewritten to choose only a compiler that
5520                 respects the specified source_version and target_version.
5521
5522         2006-06-27  Bruno Haible  <bruno@clisp.org>
5523
5524                 Assume correct S_ISDIR macro.
5525                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5526
5527         2006-07-22  Bruno Haible  <bruno@clisp.org>
5528
5529                 * javaversion.h: New file, from GNU gettext.
5530                 * javaversion.c: New file, from GNU gettext.
5531                 * javaversion.java: New file, from GNU gettext.
5532                 * javaversion.class: New file, from GNU gettext.
5533
5534         2006-05-17  Bruno Haible  <bruno@clisp.org>
5535
5536                 Cygwin portability.
5537                 * javaexec.c (execute_java_class): Test for jview program
5538                 also on Cygwin.
5539
5540         2006-04-09  Bruno Haible  <bruno@clisp.org>
5541
5542                 * fatal-signal.c: Don't include string.h.
5543                 (at_fatal_signal): Use a copying loop instead of memcpy.
5544
5545         2005-12-04  Bruno Haible  <bruno@clisp.org>
5546
5547                 * csharpexec.c: Add support for 'clix' launcher (untested).
5548                 (execute_csharp_using_sscli): New function.
5549                 (execute_csharp_program): Call it.
5550
5551         2006-06-21  Bruno Haible  <bruno@clisp.org>
5552
5553                 Avoid warnings from recent versions of mcs.
5554                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5555                 -o, -L, -r any more. Use options documented since mcs-1.0
5556                 instead. Similarly for -g.
5557
5558         2005-07-09  Bruno Haible  <bruno@clisp.org>
5559
5560                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5561                 add a .dll suffix.
5562                 Reported by Mark Junker <mjscod@gmx.de>.
5563
5564         2006-06-17  Bruno Haible  <bruno@clisp.org>
5565
5566                 * config.charset: Update for NetBSD 3.0.
5567
5568         2006-05-17  Bruno Haible  <bruno@clisp.org>
5569
5570                 Cygwin portability.
5571                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5572
5573         2006-05-16  Bruno Haible  <bruno@clisp.org>
5574
5575                 * localcharset.c [CYGWIN]: Include <windows.h>.
5576                 (get_charset_aliases): For Cygwin, return the same CPxxx
5577                 aliases list as under WIN32.
5578                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5579                 the environment variables. Fall back to GetACP().
5580
5581         2006-04-05  Bruno Haible  <bruno@clisp.org>
5582
5583                 * config.charset: Update Juan Manuel Guerrero's address.
5584
5585         2005-02-12  Bruno Haible  <bruno@clisp.org>
5586
5587                 * allocsa.h: Add extern "C" for C++.
5588
5589         2005-02-10  Bruno Haible  <bruno@clisp.org>
5590
5591                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5592                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5593
5594         2006-07-22  Bruno Haible  <bruno@clisp.org>
5595
5596                 * gettext.h: Update to GNU gettext-0.15.
5597
5598 2006-07-22  Bruno Haible  <bruno@clisp.org>
5599
5600         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5601         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5602         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5603
5604 2006-07-21  Eric Blake  <ebb9@byu.net>
5605
5606         * modules/stdlib-safer: New file.
5607         * MODULES.html.sh (File stream based Input/Output): Add
5608         stdlib-safer.
5609
5610 2006-07-21  Eric Blake  <ebb9@byu.net>
5611
5612         * lib/stdlib-safer.h: New file from coreutils, required by
5613         stdlib--.h.
5614
5615 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5616
5617         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5618
5619 2006-07-20  Bruno Haible  <bruno@clisp.org>
5620
5621         * gnulib-tool: Recognize new option --assume-autoconf.
5622         (autoconf_minversion): New variable.
5623         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5624
5625 2006-07-20  Bruno Haible  <bruno@clisp.org>
5626
5627         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5628
5629 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5630
5631         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5632         Reindent and repaginate.
5633
5634 2006-07-19  Derek Price  <derek@ximbiot.com>
5635
5636         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5637         Correct grammar.
5638
5639 2006-07-17  Bruno Haible  <bruno@clisp.org>
5640
5641         * modules/list: New file.
5642         * modules/array-list: New file.
5643         * modules/carray-list, modules/carray-list-tests: New files.
5644         * modules/linked-list, modules/linked-list-tests: New files.
5645         * modules/avltree-list, modules/avltree-list-tests: New files.
5646         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5647         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5648         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5649         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5650         * modules/oset: New file.
5651         * modules/array-oset: New file.
5652         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5653         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5654         * tests/test-carray_list.c: New file.
5655         * tests/test-linked_list.c: New file.
5656         * tests/test-avltree_list.c: New file.
5657         * tests/test-rbtree_list.c: New file.
5658         * tests/test-linkedhash_list.c: New file.
5659         * tests/test-avltreehash_list.c: New file.
5660         * tests/test-rbtreehash_list.c: New file.
5661         * tests/test-avltree_oset.c: New file.
5662         * tests/test-rbtree_oset.c: New file.
5663         * MODULES.html.sh (Container data structures): New section.
5664
5665 2006-07-17  Bruno Haible  <bruno@clisp.org>
5666
5667         * m4/gl_list.m4: New file.
5668
5669 2006-07-17  Bruno Haible  <bruno@clisp.org>
5670
5671         * lib/gl_list.h: New file.
5672         * lib/gl_list.c: New file.
5673         * lib/gl_array_list.h: New file.
5674         * lib/gl_array_list.c: New file.
5675         * lib/gl_carray_list.h: New file.
5676         * lib/gl_carray_list.c: New file.
5677         * lib/gl_linked_list.h: New file.
5678         * lib/gl_linked_list.c: New file.
5679         * lib/gl_anylinked_list1.h: New file.
5680         * lib/gl_anylinked_list2.h: New file.
5681         * lib/gl_avltree_list.h: New file.
5682         * lib/gl_avltree_list.c: New file.
5683         * lib/gl_anyavltree_list1.h: New file.
5684         * lib/gl_anyavltree_list2.h: New file.
5685         * lib/gl_rbtree_list.h: New file.
5686         * lib/gl_rbtree_list.c: New file.
5687         * lib/gl_anyrbtree_list1.h: New file.
5688         * lib/gl_anyrbtree_list2.h: New file.
5689         * lib/gl_anytree_list1.h: New file.
5690         * lib/gl_anytree_list2.h: New file.
5691         * lib/gl_linkedhash_list.h: New file.
5692         * lib/gl_linkedhash_list.c: New file.
5693         * lib/gl_anyhash_list1.h: New file.
5694         * lib/gl_anyhash_list2.h: New file.
5695         * lib/gl_avltreehash_list.h: New file.
5696         * lib/gl_avltreehash_list.c: New file.
5697         * lib/gl_rbtreehash_list.h: New file.
5698         * lib/gl_rbtreehash_list.c: New file.
5699         * lib/gl_anytreehash_list1.h: New file.
5700         * lib/gl_anytreehash_list2.h: New file.
5701
5702         * lib/gl_oset.h: New file.
5703         * lib/gl_oset.c: New file.
5704         * lib/gl_array_oset.h: New file.
5705         * lib/gl_array_oset.c: New file.
5706         * lib/gl_avltree_oset.h: New file.
5707         * lib/gl_avltree_oset.c: New file.
5708         * lib/gl_rbtree_oset.h: New file.
5709         * lib/gl_rbtree_oset.c: New file.
5710         * lib/gl_anytree_oset.h: New file.
5711
5712 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5713
5714         * m4/mkancesdirs.m4: New file.
5715         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5716         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5717         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5718         it.
5719
5720 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5721
5722         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5723         * lib/mkancesdirs.h: New files.
5724         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5725         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5726         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5727         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5728         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5729         callers changed.  Revamp internals significantly, by not
5730         attempting to create directories that are temporarily more
5731         permissive than the final results.  Do not attempt to use
5732         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5733         This removes some race conditions, fixes some bugs, and simplifies
5734         things.  Use new dirchownmod function to do owner and mode changes.
5735         * lib/mkdir-p.h: Likewise.
5736         * lib/modechange.c (octal_to_mode): New function.
5737         (struct mode_change): New member mentioned.
5738         (make_node_op_equals): New arg mentioned.  All callers changed.
5739         (mode_compile): Keep track of which mode bits the user has explicitly
5740         mentioned.
5741         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5742         New arg PMODE_BITS, to keep track of which mode bits the user
5743         mentioned; it treats S_ISUID and S_ISGID speciall.
5744         All callers changed.
5745         * lib/modechange.h: Likewise.
5746
5747 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5748
5749         * MODULES.html.sh: Add mkancestors.
5750         * modules/mkancesdirs: New module.
5751         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5752         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5753         The chdir-safer and afs files are now orphans; I'll remove them
5754         unless someone speaks up.
5755         Add lib/dirchownmod.c, lib/dirchownmod.h.
5756         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5757         Add lchown, mkancesdirs.
5758         (Maintainer): Add self.
5759
5760 2006-07-15  Karl Berry  <karl@gnu.org>
5761
5762         * gnulib-tool: help message wording/arrangement.
5763
5764 2006-07-14  Simon Josefsson  <jas@extundo.com>
5765
5766         * doc/gnulib.texi (Libtool and Windows): New section.
5767
5768 2006-07-12  Simon Josefsson  <jas@extundo.com>
5769
5770         * modules/gendocs (License): Fix license, approved by Karl.
5771
5772 2006-07-12  Eric Blake  <ebb9@byu.net>
5773
5774         * MODULES.html.sh: Add gendocs.
5775
5776 2006-07-11  Eric Blake  <ebb9@byu.net>
5777
5778         * modules/fdl: New module, to install doc/fdl.texi.
5779         * MODULES.html.sh: Add new section for documentation modules.
5780         * gnulib-tool: Avoid space-tab.
5781         (--doc-base): New option, to manage files from doc.
5782
5783 2006-07-11  Eric Blake  <ebb9@byu.net>
5784
5785         * m4/absolute-header.m4: Fix comments to match recent change.
5786
5787 2006-07-11  Eric Blake  <ebb9@byu.net>
5788
5789         * gnulib-tool: List --doc-base before --tests-base.
5790
5791 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5792
5793         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5794
5795 2006-07-11  Bruno Haible  <bruno@clisp.org>
5796
5797         * README: Mention where to put documentation.
5798
5799 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5800
5801         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5802
5803 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5804
5805         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5806         to stdint.m4.
5807
5808 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5809
5810         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5811         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5812         "no/such/file/stdint.h" when there is no such file, so that
5813         the resulting C code can be parsed by dodgy compilers.
5814         Problems reported by Bob Proulx.
5815
5816 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5817
5818         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5819         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5820         macros into the GNU _D_EXACT_NAMLEN.
5821         * lib/savedir.c:  Likewise.
5822         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5823
5824 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5825         and Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5828         * m4/savedir.m4:
5829         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5830         macros into the GNU _D_EXACT_NAMLEN.
5831
5832 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5835         around the absolute name, to work around a problem with the HP-UX
5836         11.23 native C compiler, reported by Bob Proulx.
5837
5838 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5839
5840         * doc/maintain.texi, make-stds.texi: Sync from
5841         <http://savannah.gnu.org/projects/gnustandards>.
5842
5843 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5844
5845         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5846
5847 2006-07-09  Jim Meyering  <jim@meyering.net>
5848
5849         * m4/glob.m4: Remove a doubled word in a comment.
5850
5851 2006-07-09  Jim Meyering  <jim@meyering.net>
5852
5853         * lib/argp-pv.c: Remove a doubled word in a comment.
5854         * lib/check-version.c (check_version): Likewise.
5855         * lib/javacomp.c (compile_java_class): Likewise.
5856
5857 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5858
5859         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5860         for the benefit of people using Autoconf 2.60.  If you want to
5861         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5862         (or m4/onceonly.m4, if pre-2.57) manually.
5863
5864 2006-07-08  Jim Meyering  <jim@meyering.net>
5865
5866         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5867         comment.
5868         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5869         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5870         comment.
5871
5872 2006-07-08  Jim Meyering  <jim@meyering.net>
5873
5874         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5875
5876 2006-07-07  Simon Josefsson  <jas@extundo.com>
5877
5878         * tests/test-crc.c: Change expected crc value, the test vector
5879         were probably computed using the old broken crc.c?
5880
5881 2006-07-06  Simon Josefsson  <jas@extundo.com>
5882
5883         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5884         now the canonical place for the M4 file).
5885
5886         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5887         from the sys_socket dependency now.
5888
5889         * modules/inet_pton (Files): Ditto.
5890
5891         * modules/inet_ntop (Files): Ditto.
5892
5893 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5894
5895         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5896         not gl_PREREQ_GETUSERSHELL.
5897
5898 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5899
5900         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5901         with only one argument, for Autoconf 2.60.
5902         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5903         expand to nothing, so add a shell command to avoid syntax error.
5904         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5905
5906 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5907
5908         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
5909
5910 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5911
5912         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
5913         no longer needed.  Check for isblank decl.
5914         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
5915         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
5916         of existence.
5917
5918 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5919
5920         * lib/getloadavg.c: Use __VMS, not VMS.
5921         * lib/getopt.c: Likewise.
5922         * lib/getpagesize.h: Likewise.
5923         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
5924         and probably does not work.
5925
5926 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5927
5928         * lib/.cppi-disable: Add wcwidth.
5929         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
5930         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
5931         (ISGRAPH): Remove.  All uses changed to isgraph.
5932         (FOLD) [!defined _LIBC]: Remove special case.
5933         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
5934         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
5935         HAVE_ISBLANK.
5936         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
5937         case.
5938
5939 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5940
5941         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
5942         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
5943         brackets.  Other minor changes to suppress some compiler
5944         warnings.
5945
5946 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5947         and Paul Eggert  <eggert@cs.ucla.edu>
5948
5949         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
5950         of invoking obsolescent AC_HEADER_DIRENT macro.
5951         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
5952         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
5953         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5954         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5955         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
5956         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5957         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
5958         * m4/readdir.m4: Remove; no longer needed.
5959
5960 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5961         and Paul Eggert  <eggert@cs.ucla.edu>
5962
5963         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
5964         Don't worry about this obsolete case any more.
5965         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
5966         directories.
5967         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
5968         worry about this obsolete case any more.
5969         * lib/fts.c: Likewise.
5970         * lib/getcwd.c: Likewise.
5971         * lib/glob.h: Likewise.
5972         * lib/savedir.c: Likewise.
5973
5974 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5975
5976         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
5977         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
5978         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
5979         needed.
5980         All uses removed.
5981         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5982         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5983         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
5984         needed.
5985         * m4/getdate.m4 (gl_GETDATE): Likewise.
5986         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5987         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5988         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5989         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5990         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5991         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5992         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5993         needed.
5994
5995 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5996
5997         * lib/memcasecmp.c: Include <limits.h>.
5998         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5999         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6000         Don't assume isdigit succeeds only on '0' through '9'.
6001
6002 2006-07-05  Eric Blake  <ebb9@byu.net>
6003
6004         * modules/getaddrinfo (Depends-on): Add snprintf.
6005
6006 2006-07-05  Eric Blake  <ebb9@byu.net>
6007
6008         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6009         to avoid 'header present but could not be compiled' on cygwin.
6010
6011 2006-07-05  Eric Blake  <ebb9@byu.net>
6012
6013         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6014         missing from netdb.h.
6015         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6016
6017 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6018
6019         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6020         no longer needed.
6021         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6022         * m4/getdate.m4 (gl_GETDATE): Likewise.
6023         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6024         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6025         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6026         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6027         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6028
6029 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6030
6031         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6032         All uses of is_space replaced by isspace.
6033         * lib/exit.h: Don't talk about STDC_HEADERS.
6034         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6035         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6036         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6037         replaced by isprint etc.
6038         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6039         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6040         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6041         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6042         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6043         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6044
6045 2006-07-05  Bruno Haible  <bruno@clisp.org>
6046
6047         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6048         the function exists, before testing against AIX.
6049         Reported by Martin Lambers <marlam@marlam.de>.
6050
6051 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6052
6053         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6054         From Mark D. Baushke.
6055
6056 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6057
6058         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6059         to the absolute name, not just one, to bypass Sun C 5.8's
6060         "warning: #include of /usr/include/... may be non-portable".
6061
6062 2006-07-04  Eric Blake  <ebb9@byu.net>
6063
6064         * modules/dirname-tests: New test module.
6065         * tests/test-dirname.c: New file, replacing dirname.c
6066         TEST_DIRNAME section that was recently deleted.
6067
6068 2006-07-04  Bruno Haible  <bruno@clisp.org>
6069
6070         Assume ANSI C header files and <ctype.h> functions.
6071         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6072         (mbsnwidth): Use isprint, iscntrl instead.
6073
6074 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         Merge from coreutils.
6077         * MODULES.html.sh: Add xstrtold.
6078         * modules/xstrtold: New file.
6079         * modules/cycle-check (Files): Add lib/same-inode.h.
6080         * modules/dirname (Files): Add m4/double-slash-root.m4.
6081         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6082         * modules/mkdir-p (Files): Add lib/same-inode.h.
6083         * modules/same (Files): Add lib/same-inode.h.
6084
6085 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6086
6087         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6088         This is to keep the terminology clean; POSIX talks about
6089         "absolute pathnames", not "full pathnames", but the GNU
6090         Coding Standards say to use "path" for something else;
6091         so use "absolute" to keep both sides happy.
6092         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6093         Set gl_absolute_header, not gl_full_header_path.
6094         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6095         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6096         All uses changed.
6097
6098         Merge from coreutils.
6099
6100         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6101
6102         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6103         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6104         want to require the building of c-strtod.o.
6105         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6106         needs -lm directly.
6107         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6108
6109         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6110
6111         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6112         --as-needed option if available.  Problem reported by Albert Chin in
6113         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6114         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6115         cc merely issues a bunch of annoying warnings for --as-needed
6116         (this problem was reported by Bob Proulx).  Also, try linking with
6117         -lm to detect a bug in binutils 2.16 (this problem was reported
6118         by Ralf Wildenhues).
6119
6120         2006-06-18  Jim Meyering  <jim@meyering.net>
6121
6122         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6123         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6124         macro.
6125         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6126         also check for glibc-2.4's abort-inducing bug.
6127
6128         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6129         Low-probability clean-up should be to use rmdir to get rid of
6130         the just-created directory, not unlink.
6131
6132         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6133         configure fail, and request a bug report to inform us about it.
6134         Add a comment that, barring reports to the contrary, in 2007 we'll
6135         assume ftruncate is universally available.
6136
6137         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6138
6139         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6140
6141         2006-03-12  Jim Meyering  <jim@meyering.net>
6142
6143         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6144         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6145         * m4/same.m4 (gl_SAME): Likewise.
6146         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6147
6148         2006-03-11  Eric Blake  <ebb9@byu.net>
6149
6150         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6151         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6152         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6153         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6154
6155 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6156
6157         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6158         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6159         reported by Mark D. Baushke, one in
6160         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6161
6162         Merge from coreutils.
6163
6164         * lib/.cppi-disable: Add stdint_.h.
6165         * lib/.cvsignore: Add stdint.h.
6166
6167         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6168
6169         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6170         both double and long double versions.
6171         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6172         * lib/xstrtold.c: New file.
6173         * lib/xstrtod.h (xstrtold): New decl.
6174
6175         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6176
6177         * lib/filemode.c (setst): Remove.
6178         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6179         (arguably) clearer, and the generated code is a bit smaller on my
6180         Debian GNU/Linux stable x86 host.
6181
6182         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6183
6184         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6185         Assume that filemode.h includes sys/types.h and sys/stat.h.
6186         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6187         (ftypelet): Reorder to put common cases first, for efficiency.
6188         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6189         to do 'M'.
6190         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6191         of 10, for compatibility with FreeBSD.  All callers changed.
6192         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6193         types that can't be deduced solely from st_mode.  First arg is now a
6194         const pointer.
6195         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6196         (strmode): Renamed from mode_string.
6197         (filemodestring): New decl.
6198         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6199         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6200         needed.
6201         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6202
6203         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6204
6205         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6206         fsusage.h now does that.  Include fsusage.h first, to test interface.
6207         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6208         at most one method (the old code could have generated decls that
6209         didn't conform to C89, not that this was ever exercised).
6210         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6211
6212         2006-03-19  Jim Meyering  <jim@meyering.net>
6213
6214         Work even in a chroot where d_ino values for entries in "/"
6215         don't match the stat.st_ino values for the same names.
6216         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6217         number, iterate through all entries again, using lstat instead.
6218         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6219         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6220
6221         * lib/getcwd.c (__getcwd): Clarify a comment.
6222         Use memcpy in place of a call to strcpy.
6223
6224         2006-03-12  Jim Meyering  <jim@meyering.net>
6225
6226         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6227         matches that of the current directory (which we're about to chdir ".."
6228         out of), then save the dev-ino of the parent, instead.
6229
6230         * lib/same-inode.h (SAME_INODE): New file/macro.
6231         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6232         Include "same-inode.h", instead.
6233         * lib/same.c: Likewise.
6234         * lib/cycle-check.h: Include "same-inode.h".
6235         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6236         * lib/cycle-check.c (SAME_INODE): Remove definition.
6237         * lib/root-dev-ino.h: Include "same-inode.h".
6238
6239         2006-03-11  Eric Blake  <ebb9@byu.net>
6240
6241         * lib/same.c (same_name): s/base_name/last_component/
6242         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6243         * lib/filenamecat.c (file_name_concat): Likewise.
6244
6245         2006-03-11  Eric Blake  <ebb9@byu.net>,
6246                     Paul Eggert  <eggert@cs.ucla.edu>
6247
6248         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6249         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6250         drive prefix.
6251         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6252         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6253         (last_component): New method.
6254         * lib/dirname.c (dir_len): Determine when drive letters need a
6255         subsequent slash.  Preserve // when it is special.
6256         (dir_name): Don't append dot when drive letter is absolute.
6257         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6258         * lib/basename.c (base_name): New semantics - malloc the result.
6259         Preserve // when it is special.  Preserve relative files that look
6260         like drive letters.
6261         (base_len): Preserve // when it is special.
6262         (last_component): New method, similar to old base_name semantics.
6263         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6264         base_name.  Strip redundant slashes from ///.
6265
6266 2006-07-03  Jim Meyering  <jim@meyering.net>
6267
6268         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6269         macro is used before the first cycle_check call.
6270
6271 2006-07-03  Eric Blake  <ebb9@byu.net>
6272
6273         * modules/dirname (Depends-on): Add xstrndup.
6274
6275 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6276
6277         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6278         test cases, so that config.log is a bit easier to follow.
6279
6280 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6281
6282         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6283         both are 64 bits, since this seems to be the tradition, and this
6284         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6285         we ever run into a host that prefers long long to long in this
6286         case, we'll need another configure-time test.  Problem reported by
6287         Jim Meyering.
6288
6289 2006-07-02  Eric Blake  <ebb9@byu.net>
6290
6291         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6292
6293 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6294
6295         * modules/inttypes (Depends-on): No longer depends on stdint.
6296         * modules/stdint (Description): Say more about assumptions.
6297         Say that the fast types might differ.  Say macros are used.
6298         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6299         (Makefile.am): Revise list of substituted symbols to match
6300         new stdint.m4.
6301         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6302         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6303         * tests/test-stdint.c (verify_same_types)
6304         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6305         the code conforms to C99/C89.
6306         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6307         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6308
6309 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6310
6311         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6312         but fix a bug, by requiring at least 64 bits.
6313         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6314         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6315         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6316         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6317
6318         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6319         changes.  Make 2.59 a prerequisite.  Check and substitute for
6320         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6321         inttypes.h.  Do not use special include files; just use the
6322         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6323         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6324         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6325         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6326         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6327         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6328         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6329         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6330         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6331         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6332         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6333         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6334         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6335         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6336         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6337         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6338         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6339         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6340         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6341         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6342         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6343         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6344         not check for things that C99 does not require, e.g., int8_t.  If
6345         a test isn't needed unless <stdint.h> isn't working, and is
6346         unlikely to be needed for any other reason, then don't do it
6347         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6348         size_t, since we assume C89 freestanding at least.  Do not check
6349         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6350         the right thing even if the types are not defined.  Instead use:
6351         (gl_STDINT_TYPE_PROPERTIES): New macro.
6352         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6353         testing whether <sys/types.h> clashes, as Autoconf does this for
6354         us now.  All uses removed.
6355         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6356         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6357         (gl_CHECK_TYPE_SAME):
6358         Remove; no longer needed.
6359         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6360         exists, since we'll return 0 anyway in that case.
6361         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6362
6363 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6366         possible collision with system files.
6367         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6368         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6369         WCHAR_MIN and WCHAR_MAX in this case.
6370         (<stddef.h>): Do not include; no longer needed.
6371         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6372         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6373         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6374         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6375         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6376         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6377         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6378         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6379         !defined(__c99))]: Include in this case too, since it's harmless
6380         now.
6381         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6382         dangerous to do so.
6383         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6384         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6385         (_STDINT_MIN, _STDINT_MAX): New macros.
6386         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6387         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6388         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6389         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6390         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6391         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6392         macros, not typedefs; this simplifies things quite a bit.
6393         Use long int for all types narrower than int64_t.
6394         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6395         Define in terms of long long int or int64_t or long int,
6396         not int64_t or int32_t.  This saves some compile-time testing.
6397         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6398         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6399         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6400         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6401         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6402         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6403         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6404         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6405         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6406         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6407         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6408         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6409         undef any previous version and define our own version, for
6410         simplicity and consistency with the new macros for types.
6411         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6412         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6413         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6414         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6415         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6416         @WINT_T_SUFFIX@ to keep things simple here.
6417         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6418         Simplify by assuming typical 8/16/32/64 host, since we're
6419         already doing that elsewhere anyway.
6420         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6421         and assume long long int is 64 bits if available.  This
6422         speeds up 'configure'.
6423
6424 2006-07-01  Eric Blake  <ebb9@byu.net>
6425
6426         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6427         Reported by Andreas Buening.
6428
6429 2006-07-01  Eric Blake  <ebb9@byu.net>
6430
6431         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6432
6433 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6434
6435         * lib/getaddrinfo.c: fixed typo
6436
6437 2006-06-29  Jim Meyering  <jim@meyering.net>
6438
6439         * modules/strftime (Maintainer): Add my name, since with the
6440         FPRINTFTIME changes strftime.c has forked from glibc.
6441
6442 2006-06-29  Eric Blake  <ebb9@byu.net>
6443
6444         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6445
6446 2006-06-29  Eric Blake  <ebb9@byu.net>
6447
6448         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6449
6450 2006-06-29  Eric Blake  <ebb9@byu.net>
6451
6452         * lib/stat_.h: New file.
6453
6454 2006-06-29  Eric Blake  <ebb9@byu.net>
6455
6456         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6457         unused static function.
6458
6459 2006-06-29  Eric Blake  <ebb9@byu.net>
6460
6461         * doc/functions.texi (Function Portability): Document missing lstat
6462         on mingw.
6463
6464 2006-06-29  Eric Blake  <ebb9@byu.net>
6465
6466         * MODULES.html.sh: Add sys_stat.
6467         * modules/sys_stat: New module.
6468         * modules/mkstemp (Depends-on): Add sys_stat.
6469
6470 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6471
6472         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6473
6474 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6475
6476         * m4/c-bs-a.m4: Removed.
6477
6478 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6479
6480         * lib/strftime.c: Assume strftime() exists.
6481
6482 2006-06-29  Derek Price  <derek@ximbiot.com>
6483
6484         * modules/c-bs-a: Removed - \a is C89.
6485         * MODULES.html.sh: Remove c-bs-a.
6486
6487 2006-06-29  Bruno Haible  <bruno@clisp.org>
6488
6489         * modules/wcwidth (License): Change to LGPL.
6490
6491 2006-06-28  Simon Josefsson  <jas@extundo.com>
6492
6493         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6494         on _WIN32.
6495
6496         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6497         getnameinfo.
6498
6499 2006-06-28  Simon Josefsson  <jas@extundo.com>
6500
6501         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6502
6503 2006-06-28  Simon Josefsson  <jas@extundo.com>
6504
6505         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6506         functions there.  It will succeed on Windows XP, but on Windows
6507         2000 and (presumably) earlier, it will fail, and use the internal
6508         re-implementation.
6509         (use_win32_p): New function.
6510         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6511         Support AI_NUMERICSERV to disable getservbyname.
6512         (getnameinfo): New function, only supports
6513         NI_NUMERICHOST|NI_NUMERICSERV for now.
6514
6515         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6516         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6517         getnameinfo.
6518
6519 2006-06-28  Eric Blake  <ebb9@byu.net>
6520
6521         * modules/wcwidth: New file.
6522         * modules/mbchar (Depends-on): Add wcwidth.
6523         * modules/mbswidth (Depends-on): Add wcwidth.
6524         * MODULES.html.sh: Add wcwidth.
6525
6526 2006-06-28  Eric Blake  <ebb9@byu.net>
6527
6528         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6529         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6530
6531 2006-06-28  Eric Blake  <ebb9@byu.net>
6532
6533         * lib/xvasprintf.h: Fix comments.
6534
6535 2006-06-28  Eric Blake  <ebb9@byu.net>
6536
6537         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6538         * lib/mbswidth.c (wcwidth): Move from here...
6539         * lib/wcwidth.h: ...to this new file.
6540
6541 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6542
6543         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6544
6545         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6546         it's obsolete.
6547         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6548
6549 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6550
6551         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6552         Autoconf 2.60 says this stuff was obsolete.
6553
6554 2006-06-28  Bruno Haible  <bruno@clisp.org>
6555
6556         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6557
6558 2006-06-28  Bruno Haible  <bruno@clisp.org>
6559
6560         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6561         gt_TYPE_WCHAR_T.
6562
6563 2006-06-28  Bruno Haible  <bruno@clisp.org>
6564
6565         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6566         declaration for wcwidth.
6567         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6568
6569 2006-06-28  Bruno Haible  <bruno@clisp.org>
6570
6571         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6572         (mkdir): Define using _mkdir.
6573
6574 2006-06-28  Bruno Haible  <bruno@clisp.org>
6575
6576         * lib/getaddrinfo.h: Fix POSIX URL.
6577         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6578         _WIN32.
6579         (use_win32_p): Make static.
6580         (getaddrinfo): Reject service name if it is empty or does not consist
6581         solely of decimal digits, or if its value is > 65535.
6582         (getnameinfo): Remove useless casts.
6583
6584 2006-06-27  Simon Josefsson  <jas@extundo.com>
6585
6586         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6587         Eggert and Martin Lambers.
6588
6589 2006-06-27  Simon Josefsson  <jas@extundo.com>
6590
6591         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6592         Eggert and Martin Lambers.
6593
6594 2006-06-27  Bruno Haible  <bruno@clisp.org>
6595
6596         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6597         result to 0, not to empty.
6598         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6599
6600 2006-06-27  Bruno Haible  <bruno@clisp.org>
6601
6602         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6603
6604 2006-06-26  Simon Josefsson  <jas@extundo.com>
6605
6606         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6607         present.
6608
6609 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6610
6611         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6612         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6613         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6614
6615 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6616
6617         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6618
6619 2006-06-26  Bruno Haible  <bruno@clisp.org>
6620
6621         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6622
6623 2006-06-26  Bruno Haible  <bruno@clisp.org>
6624
6625         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6626
6627 2006-06-26  Bruno Haible  <bruno@clisp.org>
6628
6629         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6630         SGI C compiler in pre-C99 mode.
6631         Suggested by Mark D. Baushke and Larry Jones.
6632
6633 2006-06-26  Bruno Haible  <bruno@clisp.org>
6634
6635         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6636         WCHAR_MAX.
6637         Reported by Mark D. Baushke and Larry Jones.
6638
6639 2006-06-26  Bruno Haible  <bruno@clisp.org>
6640
6641         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6642         in pre-C99 mode.
6643         Suggested by Mark D. Baushke and Larry Jones.
6644
6645 2006-06-23  Simon Josefsson  <jas@extundo.com>
6646             Bruno Haible  <bruno@clisp.org>
6647
6648         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6649         Emit mostlyclean-local rule.
6650         (func_emit_tests_Makefile_am): Likewise.
6651         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6652
6653 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6654
6655         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6656
6657 2006-06-23  Bruno Haible  <bruno@clisp.org>
6658
6659         * tests/test-stdint.c: Update to match ISO C 99 Technical
6660         Corrigendum 1.
6661
6662 2006-06-23  Bruno Haible  <bruno@clisp.org>
6663
6664         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6665
6666 2006-06-23  Bruno Haible  <bruno@clisp.org>
6667
6668         * lib/stdint_.h: Treat IRIX like OpenBSD.
6669
6670 2006-06-23  Bruno Haible  <bruno@clisp.org>
6671
6672         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6673         ISO C 99 Technical Corrigendum 1.
6674
6675 2006-06-22  Simon Josefsson  <jas@extundo.com>
6676
6677         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6678         MinGW.
6679
6680 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6681
6682         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6683         needed.  Some compiler complained about some of them.  Problem reported
6684         by Larry Jones in
6685         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6686
6687 2006-06-21  Simon Josefsson  <jas@extundo.com>
6688
6689         * tests/test-getaddrinfo.c: New file.
6690
6691         * modules/getaddrinfo-tests: New file.
6692
6693         * MODULES.html.sh: Add inet_pton.
6694
6695         * modules/inet_pton: New file.
6696
6697 2006-06-21  Simon Josefsson  <jas@extundo.com>
6698
6699         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6700         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6701         of using the (limited) gnulib implementation on Windows XP.
6702
6703         * m4/inet_pton.m4: New file.
6704
6705 2006-06-21  Simon Josefsson  <jas@extundo.com>
6706
6707         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6708         variable.
6709
6710         * lib/socket_.h: Don't define WINVER.
6711
6712         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6713         slightly modified to work in gnulib.
6714
6715 2006-06-21  Simon Josefsson  <jas@extundo.com>
6716
6717         * doc/gnulib.texi (Windows sockets): Add.
6718
6719 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6720
6721         * lib/read-file.c (fread_file): Start with buffer allocation of
6722         0 bytes rather than 1 byte; this simplifies the code.
6723         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6724         code to free buffer and save/restore errno.
6725         (internal_read_file): Remove unused local.
6726
6727 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6728
6729         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6730         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6731         Problem reported by Denis Excoffier in
6732         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6733
6734 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6735
6736         * modules/sys_socket, modules/socklen: Include sys/types since
6737         FreeBSD 4.x's sys/socket.h needs it.
6738
6739 2006-06-19  Simon Josefsson  <jas@extundo.com>
6740
6741         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6742
6743 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6744
6745         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6746
6747 2006-06-19  Bruno Haible  <bruno@clisp.org>
6748
6749         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6750         and FULL_PATH_INTTYPES_H in angle brackets.
6751         Reported by Mark D. Baushke <mdb@gnu.org>.
6752
6753 2006-06-17  Eric Blake  <ebb9@byu.net>
6754
6755         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6756         errno.
6757
6758 2006-06-17  Bruno Haible  <bruno@clisp.org>
6759
6760         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6761         <sys/inttypes.h>.
6762
6763 2006-06-17  Bruno Haible  <bruno@clisp.org>
6764
6765         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6766         whether errno is declared. Assume <errno.h> declares errno.
6767
6768 2006-06-17  Bruno Haible  <bruno@clisp.org>
6769
6770         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6771
6772 2006-06-17  Bruno Haible  <bruno@clisp.org>
6773
6774         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6775         problem on Solaris 2.5.1.
6776
6777 2006-06-16  Eric Blake  <ebb9@byu.net>
6778
6779         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6780         * lib/unicodeio.c [!defined errno]: Likewise.
6781         * lib/strtol.c [!defined errno]: Likewise.
6782         * lib/strtod.c [!defined errno]: Likewise.
6783
6784 2006-06-15  Eric Blake  <ebb9@byu.net>
6785
6786         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6787
6788 2006-06-15  Eric Blake  <ebb9@byu.net>
6789
6790         * config/srclist.txt (ssize_t.m4): Lose sync.
6791
6792 2006-06-15  Bruno Haible  <bruno@clisp.org>
6793
6794         * modules/stdint (Files): Include m4/full-header-path.m4,
6795         m4/size_max.m4, m4/wchar_t.m4.
6796         (Makefile.am): Many more substitutions.
6797         * modules/stdint-tests: New file.
6798         * tests/test-stdint.c: New file.
6799
6800 2006-06-15  Bruno Haible  <bruno@clisp.org>
6801
6802         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6803         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6804         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6805         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6806         gl_CHECK_TYPE_SAME): New macros.
6807
6808 2006-06-15  Bruno Haible  <bruno@clisp.org>
6809
6810         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6811
6812 2006-06-15  Bruno Haible  <bruno@clisp.org>
6813
6814         * lib/stdint_.h: Rewritten to be fully auto-configured.
6815         Fixes bug on HP-UX/IA64.
6816
6817 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6818
6819         * lib/getdate.y (__attribute__): Don't define if already defined.
6820         Problem reported by Larry Jones.
6821         * lib/utimens.c (__attribute__): Likewise.
6822
6823 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6824
6825         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6826         reported by Andreas Schwab.
6827
6828 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6829             Bruno Haible  <bruno@clisp.org>
6830
6831         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6832         check for the declaration of strnlen and a run test that exposes the
6833         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6834         rpl_strndup.
6835
6836 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6837             Bruno Haible  <bruno@clisp.org>
6838
6839         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6840
6841 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6842
6843         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6844         compile test, for Tru64 4.0D.
6845
6846 2006-05-28  Karl Berry  <karl@gnu.org>
6847
6848         * config/srclist.txt (printf-args.c): lose sync.
6849
6850 2006-05-26  Martin Lambers  <marlam@marlam.de>
6851
6852         * lib/getpass.c: Updates the test for the native W32 API, and adds
6853         missing includes, thus fixing compilation warnings.
6854
6855 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6856
6857         * lib/exclude.c (exclude_fnmatch): New function.
6858         (excluded_file_name): Call exclude_fnmatch.
6859         * lib/exclude.h (excluded_file_name): New prototype
6860
6861 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6862
6863         * lib/tempname.c (small_open, large_open): New macros.
6864         (__open, __open64) [!_LIBC]: Remove.
6865         (__gen_tempname): Use small_open and large_open instead of __open
6866         and __open64.  This fixes a portability bug on HP-UX 11.11i
6867         reported by Simon Wing-Tang in
6868         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6869
6870 2006-05-24  Bruno Haible  <bruno@clisp.org>
6871
6872         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6873         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6874         Reported by Thorsten Maerz <torte@netztorte.de> via
6875         Aaron Stone <aaron@serendipity.cx>.
6876
6877 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6878
6879         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6880         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6881         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6882         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6883         not really conditional on the cache.
6884         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6885
6886 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6887
6888         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6889         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6890         (my_usleep): Don't mishandle maximum value.
6891
6892 2006-05-19  Jim Meyering  <jim@meyering.net>
6893
6894         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6895
6896 2006-05-17  Bruno Haible  <bruno@clisp.org>
6897
6898         Cygwin portability.
6899         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6900
6901 2006-05-17  Bruno Haible  <bruno@clisp.org>
6902
6903         * lib/stdint_.h: Fix recognition of Cygwin.
6904
6905 2006-05-15  Bruno Haible  <bruno@clisp.org>
6906
6907         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
6908         on libtool patch by Ralf Wildenhues.
6909
6910 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6911
6912         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6913         test for C99 conformance; (bool) 0.5 is an integer constant
6914         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6915         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6916
6917 2006-05-11  Simon Josefsson  <jas@extundo.com>
6918
6919         * m4/xvasprintf.m4: Fix obvious typo.
6920
6921 2006-05-11  Jim Meyering  <jim@meyering.net>
6922
6923         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
6924         James Lemley.
6925
6926 2006-05-10  Simon Josefsson  <jas@extundo.com>
6927
6928         * lib/md4.c: Typo fix, update copyright years.
6929         (K1, K2): Don't use L because it turn computations into 64-bit on
6930         64-bit platforms.
6931
6932 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6933
6934         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
6935         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
6936         unwanted sign propagation, e.g., on hosts with 64-bit int.
6937         There still are some problems with reeelly weird theoretical hosts
6938         (e.g., 33-bit int) but it's not worth worrying about now.
6939         * lib/sha1.c (rol): Likewise.
6940         (K1, K2, K3, K4): Remove unnecessary L suffix.
6941
6942 2006-05-10  Bruno Haible  <bruno@clisp.org>
6943
6944         * lib/des.c: Cast to avoid warnings.
6945
6946 2006-05-09  Bruno Haible  <bruno@clisp.org>
6947
6948         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
6949         (Depends-on): Depend also on xsize, stdarg.
6950         (configure.ac): Add gl_XVASPRINTF.
6951
6952 2006-05-09  Bruno Haible  <bruno@clisp.org>
6953
6954         * m4/xvasprintf.m4: New file.
6955
6956 2006-05-09  Bruno Haible  <bruno@clisp.org>
6957
6958         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
6959         (EOVERFLOW): Define fallback value.
6960         (xstrcat): New function.
6961         (xvasprintf): Recognize the special case of a string concatenation.
6962
6963 2006-05-08  Eric Blake  <ebb9@byu.net>
6964
6965         * gnulib-tool (func_version): Base copyright year on CVS date.
6966         (func_emit_copyright_notice): New function.
6967         (func_emit_lib_Makefile_am): Use it.
6968         (func_emit_tests_Makefile_am): Likewise.
6969         (func_import): Likewise.
6970
6971 2006-05-08  Bruno Haible  <bruno@clisp.org>
6972
6973         * modules/stdarg: New file.
6974         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
6975
6976 2006-05-08  Bruno Haible  <bruno@clisp.org>
6977
6978         * m4/stdarg.m4: New file, from GNU gettext.
6979
6980 2006-05-08  Bruno Haible  <bruno@clisp.org>
6981
6982         * config/srclist.txt (build-aux/config.rpath): different from latest
6983         release.
6984
6985 2006-05-08  Bruno Haible  <bruno@clisp.org>
6986
6987         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
6988
6989 2006-05-05  Jim Meyering  <jim@meyering.net>
6990
6991         * m4/warning.m4: New file, derived from bison's file by the same name.
6992
6993 2006-05-03  Bruno Haible  <bruno@clisp.org>
6994
6995         * lib/stdint_.h: Shorter URL.
6996         * lib/inttypes.h: Likewise.
6997
6998 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6999
7000         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7001
7002 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7003
7004         * lib/verify.h: Document the internals better.  Most of this change
7005         was written by Bruno Haible.
7006
7007 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7008
7009         * doc/verify.texi: New file, partly based on a proposal by
7010         Bruno Haible.
7011
7012 2006-05-02  Bruno Haible  <bruno@clisp.org>
7013
7014         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7015         test from here...
7016         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7017
7018 2006-04-29  Bruno Haible  <bruno@clisp.org>
7019
7020         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7021         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7022
7023 2006-04-29  Bruno Haible  <bruno@clisp.org>
7024
7025         * gnulib-tool: Make --update option actually work.
7026
7027 2006-04-29  Bruno Haible  <bruno@clisp.org>
7028
7029         * doc/gcd.texi: New file.
7030         * doc/gnulib.texi: Include it.
7031
7032 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7033
7034         * lib/getdate.y (get_date): When adding relative date, start with the
7035         initial time, not with the result of the first mktime call.
7036
7037 2006-04-25  Bruno Haible  <bruno@clisp.org>
7038
7039         * gnulib-tool (func_import): Output the include directives in three
7040         blocks, sorted separately.
7041         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7042
7043 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7044
7045         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7046         to define main with arguments, for C++.  Reported by Eric Blake.
7047         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7048         Prefer 'int main ()' to 'int main (void)', for C++.
7049         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7050         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7051         for 'main', for C99 and C++.
7052
7053 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7054
7055         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7056         Don't assume that exit status -1 is valid.
7057         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7058         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7059         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7060         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7061         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7062         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7063         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7064         functions can be used without declaring them, or that you can
7065         exit with status -1.
7066         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7067
7068 2006-04-24  Karl Berry  <karl@gnu.org>
7069
7070         * config/srclist.txt (longdouble.m4): sync lost.
7071
7072 2006-04-24  Eric Blake  <ebb9@byu.net>
7073
7074         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7075
7076 2006-04-24  Bruno Haible  <bruno@clisp.org>
7077
7078         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7079         poll() implementation in AIX.
7080         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7081
7082 2006-04-24  Bruno Haible  <bruno@clisp.org>
7083
7084         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7085         assigned exactly once.
7086
7087 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7088             Bruno Haible  <bruno@clisp.org>
7089
7090         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7091         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7092         for AM_CPPFLAGS.
7093
7094 2006-04-23  Bruno Haible  <bruno@clisp.org>
7095
7096         * modules/copy-file: Depend on unistd.
7097         * modules/execute: Likewise.
7098         * modules/fatal-signal: Likewise.
7099         * modules/findprog: Likewise.
7100         * modules/mkdtemp : Likewise.
7101         * modules/pipe: Likewise.
7102         * modules/wait-process: Likewise.
7103
7104 2006-04-23  Bruno Haible  <bruno@clisp.org>
7105
7106         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7107         condition was already detected.
7108         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7109
7110 2006-04-23  Bruno Haible  <bruno@clisp.org>
7111
7112         * lib/copy-file.c: Include <unistd.h> unconditionally.
7113         * lib/execute.c: Likewise.
7114         * lib/fatal-signal.c: Likewise.
7115         * lib/findprog.c: Likewise.
7116         * lib/mkdtemp.c: Likewise.
7117         * lib/pipe.h: Likewise.
7118         * lib/pipe.c: Likewise.
7119         * lib/wait-process.h: Likewise.
7120
7121 2006-04-23  Bruno Haible  <bruno@clisp.org>
7122
7123         * gnulib-tool (func_usage): Fix --import description. Document
7124         --update.
7125         (func_import): Create temporary file in a temporary directory, if
7126         --dry-run is specified. Silence errors from 'grep' when there are no
7127         m4 files in $m4dir.
7128         (func_create_testdir): Silence errors from 'grep' when there are no
7129         m4 files in $m4dir.
7130         Reported by Karl Berry <karl@freefriends.org>.
7131
7132 2006-04-20  Bruno Haible  <bruno@clisp.org>
7133
7134         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7135         one argument, so that the code will be portable to Autoconf 2.60.
7136         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7137         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7138         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7139
7140 2006-04-19  Derek Price  <derek@ximbiot.com>
7141             Eric Blake  <ebb9@byu.net>
7142
7143         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7144         rather than "/full/path.h".  Update comment to match.  Shorten &
7145         generalize m4_translit call via AS_TR_CPP.
7146
7147 2006-04-19  Derek Price  <derek@ximbiot.com>
7148             Eric Blake  <ebb9@byu.net>
7149
7150         * lib/inttypes.h: Correct grammar in comment.
7151
7152 2006-04-18  Derek Price  <derek@ximbiot.com>
7153             Paul Eggert  <eggert@cs.ucla.edu>
7154
7155         * modules/inttypes: New file.
7156         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7157
7158 2006-04-18  Derek Price  <derek@ximbiot.com>
7159             Paul Eggert  <eggert@cs.ucla.edu>
7160
7161         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7162         New files.
7163
7164 2006-04-18  Derek Price  <derek@ximbiot.com>
7165             Paul Eggert  <eggert@cs.ucla.edu>
7166
7167         * lib/inttypes.h: New file.
7168         * lib/strtoimax.c: Assume <inttypes.h>.
7169
7170 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7171
7172         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7173         isn't mounted.  Problem reported by Kir Kolyshkin.
7174
7175 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7176
7177         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7178         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7179         Derek R. Price.
7180         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7181         implementation.
7182
7183 2006-04-12  Eric Blake  <ebb9@byu.net>
7184
7185         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7186         is now done automatically by the corresponding Autoconf macro.
7187
7188 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7189
7190         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7191         time_r.h.
7192
7193 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7194
7195         Merge regex changes from libc, removing some of our
7196         POSIX-conformance changes that were rejected and redoing them in a
7197         less-intrusive way.
7198
7199         * lib/regcomp.c (re_compile_internal, init_dfa):
7200         Length arg is now size_t, not Idx.  All uses changed.
7201         (peek_token): Forward decl now says internal_function.
7202         (__re_error_msgid, __re_error_msgid_idx):
7203         Now static rather than extern with attribute_hidden.
7204         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7205         For some reason libc prefers K&R style defns for external functions.
7206         (regerror) [!defined _LIBC]: Likewise.
7207         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7208         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7209         (build_range_exp, build_collating_symbol):
7210         Use K&R-style defn.
7211         (re_compile_fastmap): Use '\0' to memset, not 0.
7212         (utf8_sb_map): Make the calculations more obvious.
7213         (init_dfa, parse_bracket_exp, build_charclass_op):
7214         Call calloc and cast result, as glibc does.
7215         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7216         (build_range_exp, build_collating_symbol):
7217         Now internal functions.
7218
7219         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7220
7221         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7222         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7223         Don't depend on VMS; depend on __VMS instead, for POSIX
7224         namespace cleanness.
7225         (regoff_t): Define to ssize_t, not long int.
7226
7227         Remove the REG_ macros named below.  Instead, make the old names
7228         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7229         __USE_GNU_REGEX.
7230         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7231         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7232         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7233         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7234         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7235         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7236         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7237         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7238         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7239         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7240         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7241         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7242         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7243         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7244         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7245         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7246         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7247         (REG_NREGS):
7248         Remove.  All uses replaced by the old RE_* names.
7249         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7250         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7251         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7252         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7253         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7254         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7255         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7256         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7257         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7258         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7259         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7260         Don't bother having these macros be independent of each others'
7261         values, since they no longer exist in the POSIX name space.
7262
7263         Rename the following member names back to their old names,
7264         unless !__USE_GNU_REGEX.  All uses changed back.
7265         (buffer): Renamed from re_buffer.
7266         (allocated): Renamed from re_allocated.
7267         (used): Renamed from re_used.
7268         (syntax): Renamed from re_syntax.
7269         (fastmap): Renamed from re_fastmap.
7270         (translate): Renamed from re_translate.
7271         (can_be_null): Renamed from re_can_be_null.
7272         (regs_allocated): Renamed from re_regs_allocated.
7273         (fastmap_accurate): Renamed from re_fastmap_accurate.
7274         (no_sub): Renamed from re_no_sub.
7275         (not_bol): Renamed from re_not_bol.
7276         (not_eol): Renamed from re_not_eol.
7277         (newline_anchor): Renamed from re_newline_anchor.
7278         (num_regs): Renamed from rm_num_regs.
7279         (start): Renamed from rm_start.
7280         (end): Renamed from rm_end.
7281
7282         (free_state): Move up a bit.
7283
7284         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7285         #define to be empty.
7286         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7287         when that is what is intended.
7288         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7289         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7290         (MAX): New macro.
7291         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7292         All uses changed back to re_malloc, etc.  It's now the caller's
7293         responsibility to check for overflow; all callers changed.
7294         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7295         (re_x2nrealloc): Remove.
7296         (free_state): Remove decl.
7297
7298         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7299         (re_set_registers, re_exec):
7300         Use K&R-style defn.
7301
7302         2006-01-31  Roland McGrath  <roland@redhat.com>
7303
7304         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7305         Reported by Mike Frysinger <vapier@gentoo.org>.
7306
7307         2006-01-15  Andreas Jaeger  <aj@suse.de>
7308
7309         [BZ #1950]
7310         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7311         build_wcs_upper_buffer change.
7312         (build_wcs_upper_buffer): Change return type.
7313
7314         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7315
7316         * lib/regex_internal.h: Include <stdint.h> if available.
7317
7318         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7319
7320         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7321
7322         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7323
7324         * lib/regcomp.c: Adjust for changed secondary hash function.
7325
7326         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7327
7328         * lib/regex.h: Pretty printing.
7329         Clean up namespace a bit.
7330
7331         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7332
7333         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7334         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7335
7336         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7337                     Ulrich Drepper  <drepper@redhat.com>
7338
7339         [BZ #1302]
7340         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7341         changed.
7342         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7343
7344         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7345
7346         [BZ #281]
7347         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7348         * lib/regcomp.c: Remove unnecessary uses of
7349         unsigned RE_TRANSLATE_TYPE.
7350         * lib/regex_internal.h: Likewise.
7351         * lib/regex_internal.c: Likewise.
7352         * lib/regexec.c: Likewise.
7353         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7354
7355         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7356
7357         * lib/regexec.c (find_recover_state): Remove unnecessary
7358         initialization.
7359         (transit_state_bkref): Make DFA a const pointer.
7360         (get_subexp): Likewise.
7361         (check_arrival): Likewise.
7362         (update_cur_sifted_state): Likewise.
7363         (re_search_internal): Likewise.
7364         (prune_impossible_nodes): Likewise.
7365         (acquire_init_state_context): Likewise.
7366         (proceed_next_node): Likewise.
7367         (set_regs): Likewise.
7368         (free_fail_stack_return): Likewise.
7369         (check_arrival_expand_ecl): Mark DFA parameter as const.
7370         (check_arrival_expand_ecl_sub): Likewise.
7371         (check_subexp_limits): Likewise.
7372         (sub_epsilon_src_nodes):  Likewise.
7373         (add_epsilon_src_nodes):  Likewise.
7374         (merge_state_array): Likewise.
7375         (update_regs): Likewise.
7376         (build_trtable): Likewise.
7377         (sift_states_backward): Mark MCTX parameter as const.
7378         (build_sifted_states): Likewise.
7379         (update_cur_sifted_state): Likewise.
7380         (sift_states_mkref): Likewise.
7381         (check_arrival_expand_ecl): Mark eclosure as const.
7382         (check_dst_limits_calc_pos_1): Likewise.
7383         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7384         pointer.
7385
7386         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7387
7388         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7389         (transit_state_sb): Likewise.
7390         (transit_state_mb): Likewise.
7391         (sift_states_iter_mb): Likewise.
7392         (check_arrival_add_next_nodes): Likewise.
7393         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7394         [_LIBC] (re_search_2_stub): Use mempcpy.
7395
7396         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7397         mbrtowc for very simple UTF-8 case.
7398
7399         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7400         a pointer-to-const.
7401         (re_acquire_state_context): Likewise.
7402         * lib/regex_internal.h: Adjust prototypes.
7403
7404         * lib/regex.c: Prevent using C++ compilers.
7405
7406         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7407         (re_acquire_state_context): Likewise.
7408
7409 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7410
7411         * modules/regex (Depends-on): Add ssize_t.
7412
7413 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7414
7415         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7416         translation table.
7417
7418 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7419
7420         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7421
7422 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7423             Bruno Haible  <bruno@clisp.org>
7424
7425         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7426         <sys/types.h> and <inttypes.h>.
7427
7428 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7429
7430         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7431         `__error_t_defined', so argp.h will not typedef the former.
7432
7433 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7434
7435         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7436         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7437         glibc names.  Even if glibc is changed to conform to POSIX, the
7438         traditional names will be available anyway, since regex depends on
7439         the extensions module.  Also, fix a longstanding typo in the
7440         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7441         reported by Emanuele Giaquinta.  Also, change sense of cached
7442         variable, so that the message makes sense.
7443
7444 2006-03-24  Simon Josefsson  <jas@extundo.com>
7445
7446         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7447         including some doc fixes.
7448         (base64_encode_alloc): Fix +1 bug on allocation failures.
7449
7450 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7451
7452         * lib/base64.c (base64_encode): Do not read past end of array with
7453         unsanitized input on systems with CHAR_BIT > 8.
7454
7455 2006-03-24  Eric Blake  <ebb9@byu.net>
7456
7457         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7458
7459 2006-03-22  Karl Berry  <karl@gnu.org>
7460
7461         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7462         * config/srclistvars.sh (COREUTILS): new var.
7463
7464 2006-03-17  Jim Meyering  <jim@meyering.net>
7465
7466         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7467         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7468
7469 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7470
7471         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7472         no longer needs it.  Instead, check that regoff_t is as least
7473         as wide as ptrdiff_t.
7474
7475         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7476         so that our regex.h stays compatible with the installed regex.
7477         This is helpful for installers who configure --without-included-regex.
7478         Problem reported by Emanuele Giaquinta.
7479
7480 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7481
7482         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7483         Typedef to long int, not to off_, as POSIX will likely change
7484         in that direction.
7485
7486 2006-03-15  Eric Blake  <ebb9@byu.net>
7487
7488         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7489
7490 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7491
7492         * lib/argp-help.c (validate_uparams): Fix typo
7493         * lib/argp-parse.c (argp_default_options): Consistently begin help
7494         messages with a lowercase letter.
7495
7496 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7497
7498         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7499         overrun buffers and shouldn't be used (much as gets shouldn't be
7500         used).
7501         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7502
7503 2006-03-08  Simon Josefsson  <jas@extundo.com>
7504
7505         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7506         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7507
7508 2006-03-08  Simon Josefsson  <jas@extundo.com>
7509
7510         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7511         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7512
7513 2006-03-08  Simon Josefsson  <jas@extundo.com>
7514
7515         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7516         signal that configure disabled the device.
7517
7518 2006-03-08  Simon Josefsson  <jas@extundo.com>
7519
7520         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7521         languages.
7522
7523 2006-03-07  Simon Josefsson  <jas@extundo.com>
7524
7525         * modules/getopt (Depends-on): Add unistd.
7526
7527         * modules/unistd: New file.
7528
7529 2006-03-07  Simon Josefsson  <jas@extundo.com>
7530
7531         * modules/gc-random: New file.
7532
7533 2006-03-07  Simon Josefsson  <jas@extundo.com>
7534
7535         * m4/unistd_h.m4: New file.
7536
7537 2006-03-07  Simon Josefsson  <jas@extundo.com>
7538
7539         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7540         test to be side-effect free by storing the result in the cache
7541         variable gl_cv_lib_readline, and moving the assignment of
7542         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7543         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7544
7545 2006-03-07  Simon Josefsson  <jas@extundo.com>
7546
7547         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7548         error on missing devices (the functions will return an error).
7549
7550         * m4/gc.m4: Move random stuff to gc-random.m4
7551
7552 2006-03-07  Simon Josefsson  <jas@extundo.com>
7553
7554         * lib/unistd_.h: New file.
7555
7556 2006-03-07  Simon Josefsson  <jas@extundo.com>
7557
7558         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7559
7560 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7561
7562         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7563         Problem reported by Juan Manuel Guerrero.
7564
7565 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7566
7567         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7568         the unistd module.
7569         * lib/getlogin_r.c: Likewise.
7570         * lib/getlogin_r.h: Likewise.
7571         * lib/glob.c: Likewise.
7572         * lib/pagealign_alloc.c: Likewise.
7573         * lib/unistd_.h: Remove; no longer needed.
7574
7575 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7576
7577         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7578         Add unistd.
7579         * modules/c-stack (Depends-on): Add unistd.
7580         * modules/getlogin_r: Likewise.
7581         * modules/glob: Likewise.
7582         * modules/pagealign_alloc: Likewise.
7583         * modules/unistd (Files): Remove lib/unistd_.h.
7584         (EXTRA_DIST): Remove.
7585         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7586         need unistd_.h.
7587         (MOSTLYCLEANFILES): Remove unistd.h-t.
7588
7589 2006-03-03  Simon Josefsson  <jas@extundo.com>
7590
7591         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7592
7593 2006-03-03  Simon Josefsson  <jas@extundo.com>
7594
7595         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7596         libidn and bison.
7597
7598 2006-03-03  Simon Josefsson  <jas@extundo.com>
7599
7600         * build-aux/maint.mk: Add indent target.
7601
7602 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7603
7604         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7605         our replacement poll.h in any case, to avoid a differing
7606         declaration from a system header.  Seen on AIX.
7607
7608 2006-03-01  Simon Josefsson  <jas@extundo.com>
7609
7610         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7611         <kasal@ucw.cz>.
7612
7613 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7614
7615         * modules/gettime (Depends-on): Add extensions module.
7616         * modules/nanosleep (Depends-on): Likewise.
7617         * modules/settime (Depends-on): Likewise.
7618
7619 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7620
7621         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7622         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7623         pedantically.
7624         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7625         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7626
7627         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7628         not "==".  Reported by Ralf Wildenhues.
7629
7630 2006-03-01  Karl Berry  <karl@gnu.org>
7631
7632         * doc/Copyright/request-*: new files, synced from gnuorg.
7633
7634 2006-03-01  Karl Berry  <karl@gnu.org>
7635
7636         * config/srclist.txt (Copyright/*): new entries.
7637
7638 2006-02-28  Simon Josefsson  <jas@extundo.com>
7639
7640         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7641
7642 2006-02-27  Simon Josefsson  <jas@extundo.com>
7643
7644         * lib/base64.h: Indent #define's.  From Jim Meyering
7645         <jim@meyering.net>.
7646
7647 2006-02-27  Jim Meyering  <jim@meyering.net>
7648
7649         Revert the change of 2006-02-24, so these files can continue
7650         to be sync'd from gettext.
7651         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7652         of `config.h'.
7653
7654 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7655
7656         * modules/intprops: New file.
7657         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7658         Add intprops.
7659         * modules/getloadavg (Files): Remove lib/intprops.h.
7660         (Depends-on): Add intprops.
7661         * modules/human: Likewise.
7662         * modules/inttostr: Likewise.
7663         * modules/openat: Likewise.
7664         * modules/sig2str: Likewise.
7665         * modules/userspec: Likewise.
7666         * modules/utimecmp: Likewise.
7667         * modules/xnanosleep: Likewise.
7668         * modules/xstrtol: Likewise.
7669
7670 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7671
7672         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7673         * modules/lock-tests (TESTS): Use $(EXEEXT).
7674         * modules/tls-tests: Likewise.
7675         * modules/argp-tests: Likewise.
7676         (check_PROGRAMS): New var, replacing...
7677         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7678
7679 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7680
7681         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7682         `config.h'.
7683
7684 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7685
7686         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7687
7688 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7689
7690         Sync from coreutils.
7691         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7692         gl_CHDIR_SAFER.
7693
7694 2006-02-22  Jim Meyering  <jim@meyering.net>
7695
7696         Sync from coreutils.
7697         * m4/chdir-safer.m4: New file.
7698
7699 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7700
7701         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7702         AT_FDCWD exceeds INT_MAX.
7703         * lib/openat.h (AT_FDCWD): Likewise.
7704
7705 2006-02-17  Eric Blake  <address@hidden>
7706
7707         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7708
7709 2006-02-16  Simon Josefsson  <jas@extundo.com>
7710
7711         * modules/getaddrinfo (Depends-on): Add sys_socket.
7712
7713 2006-02-15  Simon Josefsson  <jas@extundo.com>
7714
7715         * build-aux/maint.mk: Add dsyntax-check rule.
7716
7717 2006-02-15  Eric Blake  <ebb9@byu.net>
7718
7719         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7720         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7721         'present but cannot compile' warnings on cygwin.
7722         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7723         use ws2tcpip.h if sys/socket.h works.
7724         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7725         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7726
7727 2006-02-14  Simon Josefsson  <jas@extundo.com>
7728
7729         * modules/maintainer-makefile (Files): Rename.
7730
7731         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7732         and (the local) Makefile.cfg to maint-cfg.mk.
7733
7734         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7735         to the latter.
7736
7737         * modules/maintainer-makefile: New module.
7738
7739         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7740         severaly stripped to make it possible to build it up from scratch
7741         with reliable tests.
7742
7743         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7744         fixes to permit overriding the default actions when configure and
7745         makefile are not available.
7746
7747 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         Sync from coreutils.
7750         * modules/lstat (Depends-on): Don't depend on xalloc.
7751         (License): Change from GPL to LGPL, since this is now simply a
7752         replacement for a libc function.
7753
7754 2006-02-14  Jim Meyering  <jim@meyering.net>
7755
7756         Sync from coreutils.
7757
7758         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7759         failure on deficient systems, and simplify gnulib lgpl dependencies.
7760         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7761         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7762
7763         * lib/xalloc-die.c: Remove unused definition of N_.
7764
7765 2006-02-14  Jim Meyering  <jim@meyering.net>
7766
7767         Sync from coreutils.
7768         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7769         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7770         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7771         double-quote uses of that variable, to accommodate the rare case in
7772         which getmntent is available in none of the libraries checked.  This
7773         happens at least on FreeBSD 5.0.
7774
7775 2006-02-13  Simon Josefsson  <jas@extundo.com>
7776
7777         * gnulib-tool (Usage): Fix --import, from
7778         karl@freefriends.org (Karl Berry).
7779
7780 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7781
7782         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7783
7784 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7785
7786         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7787         "autoupdate" on 2005-12-12.
7788
7789 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7790
7791         * modules/closeout (Depends-on): Remove atexit.
7792
7793 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7794
7795         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7796         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7797
7798 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7799
7800         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7801         __EXTENSIONS__ if this causes compilation to fail.  Problem
7802         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7803         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7804
7805 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7806
7807         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7808         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7809         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7810         All uses changed.
7811
7812 2006-01-26  Simon Josefsson  <jas@extundo.com>
7813
7814         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7815         prototype is visible on mingw32.
7816
7817         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7818         for mingw32.
7819
7820         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7821         mingw32).
7822
7823 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7824
7825         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7826         attempt to open for write; this always fails, at least on POSIX
7827         hosts.  This reinstates the 2006-01-09 change, which was
7828         inadvertently removed.
7829
7830 2006-01-26  Bruno Haible  <bruno@clisp.org>
7831
7832         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7833         Reported by Paul Eggert.
7834
7835 2006-01-26  Bruno Haible  <bruno@clisp.org>
7836             Paul Eggert  <eggert@cs.ucla.edu>
7837
7838         * lib/stdbool_.h (_Bool)
7839         [(! (defined __cplusplus || defined __BEOS__)
7840           && !defined __GNUC__
7841           && !(defined __HP_cc || defined __xlc__
7842                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7843                || defined __sgi))]:
7844         #define to signed char in these cases too; this simplifies
7845         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7846         etc., separately) and makes it more conservative.
7847
7848 2006-01-25  Simon Josefsson  <jas@extundo.com>
7849
7850         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7851         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7852         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7853
7854 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7855
7856         * lib/argp-namefrob.h: Bugfix. Remove stray #
7857
7858 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7859
7860         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7861         so that we test the test.
7862         Check for yet another HP-UX cc bug involving *bool |= bool.
7863
7864 2006-01-25  Karl Berry  <karl@gnu.org>
7865
7866         * config/srclist.txt (vasnprintf.c): sync lost.
7867
7868 2006-01-25  Jim Meyering  <jim@meyering.net>
7869
7870         Sync from the stable (b5) branch of coreutils:
7871
7872         * lib/fts.c (fts_children): Don't let close() clobber errno from
7873         failed fchdir().
7874
7875         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7876         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7877         a dangling symlink.  That can also happen at least for ELOOP.
7878         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7879         FYI, this bug predates the inclusion of fts.c in coreutils.
7880
7881         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7882         in their own block, so pre-c99 compilers don't object.
7883
7884         Avoid the double-free (first in fts_read, second in fts_close) that
7885         would occur when an `active' directory is made inaccessible (e.g.,
7886         via chmod a-x) during a traversal.
7887         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7888         before returning.  Reproduce this failure by
7889         mkdir -p a/b; cd a; chmod a-x . b
7890         Reported by Stavros Passas.
7891
7892 2006-01-25  Jim Meyering  <jim@meyering.net>
7893
7894         * lib/fileblocks.c: Remove more useless parentheses.
7895         * lib/readutmp.h: Likewise.
7896
7897 2006-01-25  Bruno Haible  <bruno@clisp.org>
7898
7899         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7900         warnings.
7901         Reported by Paul Eggert.
7902
7903 2006-01-25  Bruno Haible  <bruno@clisp.org>
7904
7905         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7906         rid of a trap command. For Solaris sh.
7907         Reported by Mark D. Baushke <mdb@gnu.org>.
7908
7909 2006-01-24  Simon Josefsson  <jas@extundo.com>
7910
7911         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
7912         Bruno.
7913
7914 2006-01-24  Karl Berry  <karl@gnu.org>
7915
7916         * config/srclist.txt (argp-namefrob.h): sync lost.
7917
7918 2006-01-24  Jim Meyering  <jim@meyering.net>
7919
7920         * modules/openat (Files): Add lib/intprops.h.
7921         From Mark D. Baushke.
7922
7923 2006-01-24  Jim Meyering  <jim@meyering.net>
7924
7925         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
7926         Reported by Mark D. Baushke.
7927
7928 2006-01-24  Jim Meyering  <jim@meyering.net>
7929
7930         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
7931
7932 2006-01-24  Bruno Haible  <bruno@clisp.org>
7933
7934         * modules/strnlen (Maintainer): Change from glibc to all.
7935
7936 2006-01-24  Bruno Haible  <bruno@clisp.org>
7937
7938         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
7939         Patch by Paul Eggert.
7940
7941 2006-01-24  Bruno Haible  <bruno@clisp.org>
7942
7943         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
7944         already has it.
7945         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
7946         2005-11-26.
7947
7948         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
7949         'signed char' to avoid problems with the built-in _Bool type.
7950         Reported by Paul Eggert on 2005-11-26.
7951
7952 2006-01-24  Bruno Haible  <bruno@clisp.org>
7953
7954         * gnulib-tool (func_import): Avoid constructing complicated sed
7955         expressions inside backquote.
7956         Report and solution by Mark D. Baushke <mdb@gnu.org>.
7957
7958 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
7959
7960         These changes imported from libc.
7961         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
7962         test and two separate function calls.
7963         * lib/strndup.c (__strndup): Add libc_hidden_def.
7964
7965 2006-01-23  Simon Josefsson  <jas@extundo.com>
7966
7967         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
7968         Remove the test_*_SOURCES variable: automake infers it by default.
7969         * modules/tls-tests: Likewise.
7970
7971 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7972
7973         Work around porting bugs reported by Dieter in
7974         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
7975         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
7976         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
7977         Include "getopt.h" first, to check interface.
7978         (getenv): Declare only if defined HAVE_DECL_GETENV &&
7979         !HAVE_DECL_GETENV.
7980         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
7981         (__strndup): Revert to K&R-style function dfns, the glibc style.
7982         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
7983         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
7984         Include strnlen.h first, to get prototype properly.
7985         (strnlen): Renamed from __strnlen.
7986         Remove weak alias.
7987
7988 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7989
7990         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
7991
7992 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7993
7994         * config/srclist.txt: Adjust to reflect glibc reorganization.
7995         This affects only comments.
7996
7997 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7998
7999          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8000          Reported by Bruce Korb <bkorb@gnu.org>.
8001
8002 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8003
8004         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8005         to pacify gcc -Wswitch-default.
8006
8007 2006-01-22  Bruno Haible  <bruno@clisp.org>
8008
8009         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8010         temporary buffer for sprintf, take into account the precision also
8011         for 'd', 'i', 'u', 'o', 'x', 'X'.
8012
8013 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8014
8015         * modules/argp-tests: New module
8016         * tests/test-argp.c: New file
8017         * tests/test-argp-2.sh: New file
8018
8019 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8020
8021         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8022         (__argp_base_name): Removed
8023         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8024         typo.
8025         (__argp_base_name): Provide macro definition or extern declaration
8026         depending on the configuration
8027
8028 2006-01-20  Simon Josefsson  <jas@extundo.com>
8029
8030         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8031
8032 2006-01-20  Simon Josefsson  <jas@extundo.com>
8033
8034         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8035
8036 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8037
8038         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8039         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8040         Suggested by Bruno Haible.
8041
8042 2006-01-20  Karl Berry  <karl@gnu.org>
8043
8044         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8045         until changes propagate, I guess.
8046
8047 2006-01-19  Simon Josefsson  <jas@extundo.com>
8048
8049         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8050
8051 2006-01-19  Simon Josefsson  <jas@extundo.com>
8052
8053         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8054
8055 2006-01-19  Simon Josefsson  <jas@extundo.com>
8056
8057         * gnulib-tool: Set check_PROGRAMS.
8058
8059         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8060         modules/des-tests, modules/gc-arcfour-tests,
8061         modules/gc-arctwo-tests, modules/gc-des-tests,
8062         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8063         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8064         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8065         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8066         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8067         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8068         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8069         test_*_SOURCES.
8070
8071 2006-01-18  Simon Josefsson  <jas@extundo.com>
8072
8073         * modules/socklen (Depends-on): Depend on sys_socket.
8074
8075 2006-01-18  Simon Josefsson  <jas@extundo.com>
8076
8077         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8078         modules/des-tests, modules/gc-arcfour-tests,
8079         modules/gc-arctwo-tests, modules/gc-des-tests,
8080         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8081         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8082         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8083         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8084         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8085         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8086         $(EXEEXT) to automake TESTS variable, for mingw32.
8087
8088 2006-01-17  Simon Josefsson  <jas@extundo.com>
8089
8090         * modules/socklen (Include): Need sys/socket.h.
8091
8092 2006-01-17  Bruno Haible  <bruno@clisp.org>
8093
8094         * modules/ssize_t (Include): Add <sys/types.h>.
8095
8096 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8097
8098         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8099         it's not portable and it doesn't work with cross-compiles.
8100         Problem reported by Bruno Haible.  Fix missing-$ typo in
8101         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8102         -zignore from being used with Sun's C compiler.
8103
8104 2006-01-12  Simon Josefsson  <jas@extundo.com>
8105
8106         * lib/base64.c: Fix warning, reported by Bruno Haible
8107         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8108
8109 2006-01-12  Bruno Haible  <bruno@clisp.org>
8110
8111         * modules/ldd: New file.
8112         * build-aux/ldd.sh.in: New file.
8113         * MODULES.html.sh (Support for building libraries and executables): Add
8114         ldd.
8115
8116 2006-01-12  Bruno Haible  <bruno@clisp.org>
8117
8118         * m4/ldd.m4: New file.
8119
8120 2006-01-12  Bruno Haible  <bruno@clisp.org>
8121
8122         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8123         endless loop while replacing $auxdir with build-aux.
8124
8125 2006-01-11  Simon Josefsson  <jas@extundo.com>
8126
8127         * lib/stdint_.h (SIZE_MAX): Add missing (.
8128
8129 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         Sync from coreutils.
8132         * lib/md5.c: Fix commentary typos.
8133         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8134         * lib/md5.h (__attribute__): Remove; unused.
8135         * lib/sha1.c: Fix commentary to match md5 better.
8136         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8137         so that we don't need to worry about alignment.  All uses changed.
8138         This merges the 2005-10-28 md5 change into sha1.
8139
8140 2006-01-11  Jim Meyering  <jim@meyering.net>
8141
8142         Sync from coreutils.
8143         * lib/md5.c (OP): Fix spacing.
8144
8145 2006-01-11  Bruno Haible  <bruno@clisp.org>
8146
8147         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8148         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8149         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8150
8151 2006-01-11  Bruno Haible  <bruno@clisp.org>
8152
8153         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8154         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8155         the "early" section as well.
8156
8157 2006-01-11  Bruno Haible  <bruno@clisp.org>
8158
8159         Avoid "ar: no archive members specified" error on MacOS X.
8160         * gnulib-tool (func_modules_add_dummy): New function.
8161         (func_import, func_create_testdir): Invoke it.
8162
8163 2006-01-11  Bruno Haible  <bruno@clisp.org>
8164
8165         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8166         with $auxdir in AC_CONFIG_FILES statements.
8167
8168 2006-01-11  Bruno Haible  <bruno@clisp.org>
8169
8170         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8171         Initialize also noinst_HEADERS to empty.
8172
8173 2006-01-11  Bruno Haible  <bruno@clisp.org>
8174
8175         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8176         variables.
8177         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8178         autoreconf.
8179
8180 2006-01-11  Bruno Haible  <bruno@clisp.org>
8181
8182         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8183         overridable by the user.
8184         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8185
8186 2006-01-10  Simon Josefsson  <jas@extundo.com>
8187
8188         * modules/sys_socket: New file.
8189
8190 2006-01-10  Simon Josefsson  <jas@extundo.com>
8191
8192         * m4/sys_socket_h.m4: New file.
8193
8194 2006-01-10  Simon Josefsson  <jas@extundo.com>
8195
8196         * lib/socket_.h: New file.
8197
8198 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8199
8200         * modules/readutmp (Maintainer): Add myself.
8201
8202 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8203
8204         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8205         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8206         People who are still concerned with buggy memcmp implementations
8207         can invoke gl_FUNC_MEMCMP themselves.
8208
8209 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         * lib/regex_internal.h (BITSET_WORD_BITS):
8212         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8213         preprocessor mishandles large unsigned values as if they were signed.
8214         Problem reported by Claudio Fontana in
8215         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8216
8217 2006-01-10  Jim Meyering  <jim@meyering.net>
8218
8219         Avoid the double-free (first in fts_read, second in fts_close) that
8220         would occur when an `active' directory is made inaccessible (e.g.,
8221         via chmod a-x) during a traversal.
8222         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8223         before returning.  Reproduce this failure by
8224         mkdir -p a/b; cd a; chmod a-x . b
8225         Reported by Stavros Passas.
8226
8227         Sync from coreutils.
8228         * lib/sha1.c: Tweak grammar in a comment.
8229
8230 2006-01-10  Jim Meyering  <jim@meyering.net>
8231
8232         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8233         Patch by Joerg Sonnenberger.
8234
8235 2006-01-10  Bruno Haible  <bruno@clisp.org>
8236
8237         * modules/readutmp: Depend on module free.
8238         * modules/strtok_r: Depend on module restrict.
8239
8240 2006-01-10  Bruno Haible  <bruno@clisp.org>
8241
8242         * modules/gettext (configure.ac): Add an invocation of
8243         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8244
8245 2006-01-10  Bruno Haible  <bruno@clisp.org>
8246
8247         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8248         Reported by Werner Lemberg <wl@gnu.org>.
8249
8250 2006-01-10  Bruno Haible  <bruno@clisp.org>
8251
8252         * lib/localcharset.c: Update from GNU gettext.
8253
8254 2006-01-10  Bruno Haible  <bruno@clisp.org>
8255
8256         * lib/argp.h (__const): Remove macro. Use const instead.
8257         * lib/argp-fmtstream.h (__const): Likewise.
8258         * lib/glob_.h (__const): Remove macro.
8259         * lib/glob-libc.h: Use const instead of __const.
8260
8261 2006-01-10  Bruno Haible  <bruno@clisp.org>
8262
8263         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8264         variable.
8265         Needed to avoid an automake error regarding the 'gettext' module.
8266
8267 2006-01-09  Simon Josefsson  <jas@extundo.com>
8268
8269         * modules/inet_ntop (Depends-on): Add restrict.
8270
8271 2006-01-09  Simon Josefsson  <jas@extundo.com>
8272
8273         * modules/gc-rijndael-tests (License): Put under LGPL.
8274
8275         * modules/gc-des-tests (License): Likewise.
8276
8277         * modules/gc-arcfour-tests (License): Likewise.
8278
8279         * modules/gc-arctwo-tests (License): Likewise.
8280
8281         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8282
8283         * modules/gc-hmac-sha1-tests (Files): Likewise.
8284
8285         * modules/gc-hmac-md5-tests (License): Likewise.
8286
8287         * modules/gc-sha1-tests (License): Likewise.
8288
8289         * modules/gc-md5-tests (License): Likewise.
8290
8291         * modules/gc-md4-tests (License): Likewise.
8292
8293         * modules/gc-md2-tests (License): Likewise.
8294
8295         * modules/gc-tests (License): Likewise.
8296
8297         * modules/des-tests (License): Likewise.
8298
8299         * modules/md4-tests (License): Likewise.
8300
8301         * modules/md2-tests (License): Likewise.
8302
8303 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         Sync from coreutils:
8306
8307         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8308         * modules/lib-ignore: New file.
8309         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8310         chdir-safer.m4, lchmod.m4.
8311         * modules/openat: Add mkdirat.c, openat-priv.h.
8312
8313 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8314
8315         Sync from coreutils.
8316         * m4/lib-ignore.m4: New file.
8317         * m4/lchmod.m4: New file.
8318
8319 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8320
8321         Sync from coreutils.
8322         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8323         for write access: POSIX says that must fail.
8324         * lib/fts.c (diropen): Likewise.
8325         * lib/save-cwd.c (save_cwd): Likewise.
8326         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8327         well, for minor improvements on hosts that lack O_DIRECTORY.
8328         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8329         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8330         Fall back on chown if open failed with EACCES.
8331
8332         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8333         Report an error at compile-time if only a 1-second nominal clock
8334         resolution is found.
8335
8336         * lib/lchmod.h: New file.
8337         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8338         (make_dir_parents): Use lchown rather than chown, and
8339         lchmod rather than chmod.
8340
8341         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8342         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8343         "proc" reported by n0dalus.
8344
8345         * lib/mountlist.c: Include <limits.h>.
8346         (dev_from_mount_options)
8347         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8348         New function.  It no longer assumes "dev=" has the System V meaning
8349         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8350         (read_file_system_list)
8351         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8352         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8353         dev= in that case.
8354
8355         * lib/posixtm.h (PDS_PRE_2000): New macro.
8356         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8357         allow_century.  All usages changed.  Reject dates outside the range
8358         1969-1999 if PDS_PRE_2000 is used.
8359
8360 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8361
8362         Sync from coreutils.
8363         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8364         (Time of day items): Mention the possibility of leap seconds.
8365         Problem reported by Dr. David Alan Gilbert.
8366
8367 2006-01-09  Jim Meyering  <jim@meyering.net>
8368
8369         Sync from coreutils.
8370
8371         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8372
8373         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8374
8375         * lib/modechange.c (mode_compile): Reject an invalid mode string
8376         that starts with an octal digit.  From Andreas Gruenbacher.
8377
8378         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8379         and dup to open_safer and dup_safer, respectively.
8380         (openat_permissive): Fix typo in comment.
8381
8382         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8383         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8384         (_): Remove; no longer needed.
8385         (openat): Renamed from rpl_openat; no need for rpl_openat
8386         since openat.h renames openat for us.
8387         Replace most of the body with a call to openat_permissive,
8388         to avoid duplicate code.
8389         Port to (probably hypothetical) environments were mode_t is
8390         wider than int.
8391         (openat_permissive): Require mode arg, so that we can check
8392         types better.  Put it just after flags.  Change cwd failure
8393         indicator from pointer-to-bool to pointer-to-errno-value.
8394         All callers changed.
8395         Invoke openat_save_fail and/or openat_restore_fail if
8396         cwd_errno is null, so that openat can call us.
8397         (openat_permissive, fdopendir, fstatat, unlinkat):
8398         Simplify errno handling to avoid some duplicate code,
8399         as it's OK to set errno on success.
8400         * lib/openat.h: Revamp code so that function macros depend on
8401         __OPENAT_PREFIX only, not also on AT_FDCWD.
8402         (openat_ro): Remove.  Caller changed to use openat_permissive.
8403         (openat_permissive): Now a macro, if not a function.
8404         (openat_restore_fail, openat_save_fail): Now always functions,
8405         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8406
8407         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8408         and openat.c.
8409         * lib/mkdirat.c: Include openat-priv.h.
8410         Remove definitions of macros defined therein.
8411         * lib/openat.c: Likewise.
8412
8413         * lib/mkdirat.c (mkdirat): New file and function.
8414         * lib/openat.h (mkdirat): Declare.
8415
8416         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8417
8418         * lib/openat.h (openat_permissive): Declare.
8419         (openat_ro): Define.
8420
8421         * lib/openat.c (EXPECTED_ERRNO): New macro.
8422         (openat_permissive): New function -- used in remove.c rewrite.
8423         (all functions): Set errno just before returning, only if there
8424         was an actual failure.
8425         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8426
8427         Emulate openat-family functions using Linux's procfs, if possible.
8428         Idea and some code based on Ulrich Drepper's glibc changes.
8429
8430         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8431         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8432         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8433         before falling back on save_cwd and restore_cwd.
8434         (fdopendir, fstatat, unlinkat): Likewise.
8435
8436         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8437         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8438
8439         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8440         as second argument to va_arg.  Otherwise, some versions of gcc
8441         warn that `if this code is reached, the program will abort'.
8442
8443 2006-01-09  Jim Meyering  <jim@meyering.net>
8444
8445         Sync from coreutils.
8446         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8447         Require openat-priv.h.
8448
8449 2006-01-09  Bruno Haible  <bruno@clisp.org>
8450
8451         * modules/strnlen (Include): Use strnlen.h.
8452
8453 2006-01-09  Bruno Haible  <bruno@clisp.org>
8454
8455         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8456
8457 2006-01-09  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/sysexit_.h (EX_OK): New macro.
8460         Suggested by Martin Lambers <marlam@marlam.de>.
8461
8462 2006-01-09  Bruno Haible  <bruno@clisp.org>
8463
8464         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8465         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8466
8467 2006-01-09  Bruno Haible  <bruno@clisp.org>
8468
8469         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8470         numbers.
8471
8472 2006-01-09  Bruno Haible  <bruno@clisp.org>
8473
8474         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8475         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8476         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8477         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8478
8479 2006-01-09  Bruno Haible  <bruno@clisp.org>
8480
8481         * build-aux/javacomp.sh.in: New file, moved from lib/.
8482         * modules/javacomp-script (Files): Update.
8483         (configure.ac): Add AC_CONFIG_FILES invocation.
8484         (EXTRA_DIST): Remove variable.
8485
8486         * build-aux/javaexec.sh.in: New file, moved from lib/.
8487         * modules/javaexec (Files): Update.
8488         (configure.ac): Add AC_CONFIG_FILES invocation.
8489         (EXTRA_DIST): Remove javaexec.sh.in.
8490
8491         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8492         * modules/csharpcomp-script (Files): Update.
8493         (configure.ac): Add AC_CONFIG_FILES invocation.
8494         (EXTRA_DIST): Remove variable.
8495
8496         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8497         * modules/csharpexec (Files): Update.
8498         (configure.ac): Add AC_CONFIG_FILES invocation.
8499         (EXTRA_DIST): Remove csharpexec.sh.in.
8500
8501 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8502
8503         Sync from coreutils.
8504
8505         Add POSIX ACL support
8506         * lib/acl.h (copy_acl, set_acl): Add declarations.
8507         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8508         systems other than Linux.
8509         (chmod_or_fchmod): New function: use fchmod when possible,
8510         and chmod otherwise.
8511         (file_has_acl): Add a POSIX ACL implementation, with a
8512         Linux-specific subcase.
8513         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8514         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8515         acls are unsupported.
8516         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8517         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8518         are unsupported.
8519
8520 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8521
8522         Sync from coreutils.
8523         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8524
8525 2006-01-07  Bruno Haible  <bruno@clisp.org>
8526
8527         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8528         gl_EARLY.
8529
8530 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8533         Problem reported for Mingw by Mark Junker.
8534
8535 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8536
8537         * README: Gnulib normally doesn't generate a tarball.
8538
8539 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8540
8541         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8542         long int, not int, for nanosecond counts, so that people who are
8543         used to POSIX struct timespec won't be surprised.  Reported by Jim
8544         Meyering.
8545
8546 2005-12-28  Bruno Haible  <bruno@clisp.org>
8547
8548         * build-aux/config.rpath: Update from GNU gettext.
8549
8550 2005-12-16  Jim Meyering  <jim@meyering.net>
8551
8552         * modules/fprintftime: New module.
8553         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8554
8555 2005-12-16  Jim Meyering  <jim@meyering.net>
8556
8557         * m4/fprintftime.m4: New file.
8558
8559 2005-12-16  Jim Meyering  <jim@meyering.net>
8560
8561         * lib/fprintftime.c, lib/fprintftime.h: New files.
8562
8563 2005-12-15  Simon Josefsson  <jas@extundo.com>
8564
8565         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8566         new m4/socklen.m4.
8567
8568 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8569
8570         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8571         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8572
8573 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8574
8575         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8576         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8577         struct uparams is valid. Fall back to the default values if it is
8578         not.
8579
8580 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8581
8582         * modules/argp (Files): Add argp-pin.c
8583         (Depends-on): dirname
8584         (lib_SOURCES): Add argp-pin.c
8585
8586 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8587
8588         * m4/argp.m4:  Check if program_invocation_name and
8589         program_invocation_short_name are declared and define appropriate
8590         macros if they are not.
8591
8592 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8593
8594         * lib/argp-help.c (__argp_base_name): New function
8595         (__argp_short_program_name): Rewrite using __argp_base_name
8596         * lib/argp-namefrob.h: Define program_invocation_name and
8597         program_invocation_short_name if requested
8598         (__argp_base_name): Add prototype
8599         * lib/argp-parse.c (argp_def): Use gettext wrappers
8600         (argp_default_parser): Use __argp_base_name
8601         * lib/argp-pin.c: New file. Defines program_invocation_name and
8602         program_invocation_short_name on systems that lack them.
8603
8604 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8605
8606         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8607         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8608         porting problem reported by Georg Schwarz in
8609         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8610
8611 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8612
8613         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8614         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8615         porting problem reported by Georg Schwarz in
8616         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8617
8618 2005-12-05  Bruno Haible  <bruno@clisp.org>
8619
8620         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8621         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8622         Reported by Mark Junker <mjscod@gmx.de>.
8623
8624 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8625
8626         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8627         Use implementation from Albert Chin, with some
8628         comments/corrections by Stepan Kasal and myself.
8629
8630 2005-12-02  Bruno Haible  <bruno@clisp.org>
8631
8632         * gnulib-tool (func_import): Accept GPLed build tool modules when
8633         --lgpl is given.
8634         * modules/csharpcomp-script: New file.
8635         * modules/csharpcomp: Depend on it.
8636         * modules/javacomp-script: New file.
8637         * modules/javacomp: Depend on it.
8638         Suggested by Simon Josefsson.
8639
8640 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8641
8642         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8643         statement, to work around an HP-UX 10.20 compiler bug reported by
8644         Peter O'Gorman.
8645
8646 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8647
8648         * modules/savedir (Depends-on): Add openat.
8649
8650 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8651
8652         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8653         (uintmax_t) [defined uintmax_t]: Do not declare.
8654         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8655         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8656         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8657         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8658         sake of portability to weird hosts that C allows (though we don't
8659         know of any practical examples).
8660
8661         * lib/savedir.h (fdsavedir): New decl.
8662         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8663         contains most of the former guts of savedir.
8664         (savedir): Use savedirstream.
8665         Include "openat.h".
8666
8667 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8668
8669         * modules/obstack (Files): Add m4/ulonglong.m4.
8670         Problem reported by Davide Angelocola.
8671
8672 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8673
8674         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8675         coreutils no longer futzes with rounding modes.
8676
8677 2005-11-14  Jim Meyering  <jim@meyering.net>
8678
8679         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8680         replacement of mkstemp.
8681
8682 2005-11-10  Simon Josefsson  <jas@extundo.com>
8683
8684         * lib/readline.c: Remove EOL.
8685
8686 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8687
8688         * modules/gethrxtime (Depends-on): Add gettime.
8689
8690 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8691
8692         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8693         or gettimeofday; no longer needed.
8694
8695 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8696
8697         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8698         time business.
8699         (gethrxtime) [! (HAVE_NANOUPTIME
8700         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8701         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8702         our own approximation.
8703
8704 2005-11-08  Eric Blake  <ebb9@byu.net>
8705
8706         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8707
8708 2005-11-08  Eric Blake  <ebb9@byu.net>
8709
8710         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8711
8712 2005-11-04  Bruno Haible  <bruno@clisp.org>
8713
8714         * gnulib-tool: Implement --update mode.
8715
8716 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         Fix porting problem reported by Theodoros V. Kalamatianos.
8719         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8720         Don't assume that futimes failing means we must fail.
8721
8722 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8723
8724         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8725         variables to suggest the intended function of the PATH_MAX check.
8726
8727 2005-10-30  Kean Johnston  <jkj@sco.com>
8728
8729         Trivial changes to support SCO systems.
8730         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8731         as PATH_MAX.
8732         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8733         where __ptr is null when no I/O is pending.
8734
8735 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8736
8737         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8738         leave errno alone.  Problem reported by Dmitry V. Levin.
8739
8740 2005-10-28  Simon Josefsson  <jas@extundo.com>
8741
8742         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8743         Test more.
8744
8745         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8746
8747         * modules/md2, modules/md2-tests: New files.
8748
8749 2005-10-28  Simon Josefsson  <jas@extundo.com>
8750
8751         * m4/inet_ntop.m4: More tests.
8752
8753         * m4/gc-md2.m4, md2.m4: New file.
8754
8755 2005-10-28  Simon Josefsson  <jas@extundo.com>
8756
8757         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8758         "restrict" keywords, as per POSIX.  Protect the function
8759         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8760         Don't use K&R prototypes.  Check the sprintf return values.
8761         Re-define EAFNOSUPPORT if not present.  Indent.
8762
8763         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8764         suggested by Bruno Haible <bruno@clisp.org>.
8765
8766         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8767
8768         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8769
8770         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8771         libgcrypt).
8772
8773         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8774
8775         * lib/md2.h, lib/md2.c: New files.
8776
8777 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8778
8779         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8780         errno alone.  Problem reported by Frederic Jolliton.
8781
8782 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8783
8784         * modules/verify (License): Change from GPL to LGPL.  This is a
8785         tiny module and there are apparently near-equivalents that are
8786         under the BSD license.
8787
8788 2005-10-24  Simon Josefsson  <jas@extundo.com>
8789
8790         * modules/sha1: Relicense to LGPL.
8791
8792 2005-10-24  Simon Josefsson  <jas@extundo.com>
8793
8794         * lib/md4.h: Shrink buffer size, now that we changed the type.
8795
8796 2005-10-23  Simon Josefsson  <jas@extundo.com>
8797
8798         * gnulib-tool (func_import): Fix --tests-base.
8799
8800 2005-10-22  Simon Josefsson  <jas@extundo.com>
8801
8802         * modules/arcfour (Depends-on): Need stdint.
8803
8804 2005-10-22  Simon Josefsson  <jas@extundo.com>
8805
8806         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8807         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8808
8809 2005-10-22  Simon Josefsson  <jas@extundo.com>
8810
8811         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8812         suggested by Bruno Haible <bruno@clisp.org>.
8813
8814 2005-10-22  Simon Josefsson  <jas@extundo.com>
8815
8816         * lib/crc.h: Include stddef.h, for size_t.
8817
8818 2005-10-22  Simon Josefsson  <jas@extundo.com>
8819
8820         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8821         arcfour_context struct (simplify test vector testing in GNU
8822         Shishi).
8823
8824 2005-10-21  Simon Josefsson  <jas@extundo.com>
8825
8826         * modules/des, modules/des-tests: New files.
8827
8828         * modules/gc-des, modules/gc-des-tests: New files.
8829
8830         * tests/test-des.c, tests/test-gc-des.c: New file.
8831
8832 2005-10-21  Simon Josefsson  <jas@extundo.com>
8833
8834         * modules/arctwo, modules/arctwo-tests: New files.
8835
8836         * tests/test-arctwo.c: New file.
8837
8838         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8839
8840         * tests/test-gc-arctwo.c: New file.
8841
8842 2005-10-21  Simon Josefsson  <jas@extundo.com>
8843
8844         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8845         Bruno Haible <bruno@clisp.org>.
8846
8847         * m4/gc-des.m4: New file.
8848
8849 2005-10-21  Simon Josefsson  <jas@extundo.com>
8850
8851         * m4/arctwo.m4: New file.
8852
8853         * m4/gc-arctwo.m4: New file.
8854
8855 2005-10-21  Simon Josefsson  <jas@extundo.com>
8856
8857         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8858         block.
8859
8860 2005-10-21  Simon Josefsson  <jas@extundo.com>
8861
8862         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8863         <bruno@clisp.org>.
8864
8865         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8866
8867         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8868         Bruno Haible <bruno@clisp.org>.
8869
8870         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8871         <bruno@clisp.org>.
8872
8873 2005-10-21  Simon Josefsson  <jas@extundo.com>
8874
8875         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8876
8877 2005-10-21  Simon Josefsson  <jas@extundo.com>
8878
8879         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8880
8881 2005-10-21  Simon Josefsson  <jas@extundo.com>
8882
8883         * lib/des.h, lib/des.c: New files.
8884
8885         * lib/gc-gnulib.c: Support DES.c
8886
8887 2005-10-21  Simon Josefsson  <jas@extundo.com>
8888
8889         * lib/arctwo.h, lib/arctwo.c: New files.
8890
8891         * lib/gc-gnulib.c: Support ARCTWO.
8892
8893 2005-10-21  Simon Josefsson  <jas@extundo.com>
8894
8895         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8896         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8897
8898 2005-10-21  Simon Josefsson  <jas@extundo.com>
8899
8900         * gnulib-tool (func_import, func_create_testdir): Define automake
8901         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8902         Makefile.am snippet),
8903         suggested by Bruno Haible <bruno@clisp.org>.
8904
8905         * modules/gc (Makefile.am): Use it.
8906
8907 2005-10-21  Bruno Haible  <bruno@clisp.org>
8908
8909         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
8910         patch.
8911
8912 2005-10-19  Simon Josefsson  <jas@extundo.com>
8913
8914         * tests/test-gc-rijndael.c: New file.
8915
8916         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
8917
8918 2005-10-19  Simon Josefsson  <jas@extundo.com>
8919
8920         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
8921         interface too.
8922
8923 2005-10-19  Simon Josefsson  <jas@extundo.com>
8924
8925         * tests/test-gc-arcfour.c: New file.
8926
8927         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
8928
8929 2005-10-19  Simon Josefsson  <jas@extundo.com>
8930
8931         * modules/gc-md4, modules/gc-md4-tests: New file.
8932
8933         * tests/test-gc-md4.c: New file.
8934
8935 2005-10-19  Simon Josefsson  <jas@extundo.com>
8936
8937         * m4/gc-md4.m4: New file.
8938
8939 2005-10-19  Simon Josefsson  <jas@extundo.com>
8940
8941         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
8942         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
8943         <kasal@ucw.cz>.
8944
8945 2005-10-19  Simon Josefsson  <jas@extundo.com>
8946
8947         * m4/gc-arcfour.m4: New file.
8948
8949         * m4/gc-rijndael.m4: New file.
8950
8951 2005-10-19  Simon Josefsson  <jas@extundo.com>
8952
8953         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
8954
8955 2005-10-19  Simon Josefsson  <jas@extundo.com>
8956
8957         * lib/gc-gnulib.c: Support ARCFOUR.
8958
8959 2005-10-19  Simon Josefsson  <jas@extundo.com>
8960
8961         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
8962         support.
8963
8964         * lib/gc.h: Add ECB enum type.
8965
8966         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
8967
8968 2005-10-18  Simon Josefsson  <jas@extundo.com>
8969
8970         * tests/test-md5.c: New file.
8971
8972         * modules/md5-tests: New file.
8973
8974 2005-10-18  Simon Josefsson  <jas@extundo.com>
8975
8976         * tests/test-md4.c: New file.
8977
8978         * modules/md4, modules/md4-tests: New files.
8979
8980 2005-10-18  Simon Josefsson  <jas@extundo.com>
8981
8982         * m4/md4.m4: New file.
8983
8984 2005-10-18  Simon Josefsson  <jas@extundo.com>
8985
8986         * lib/md4.h, lib/md4.c: New files, based on md5.?.
8987
8988 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
8989
8990         * gnulib-tool (func_create_testdir): Omit the second check whether
8991         BUILT_SOURCES in nonempty.
8992
8993 2005-10-17  Simon Josefsson  <jas@extundo.com>
8994
8995         * tests/test-rijndael.c: New file.
8996
8997 2005-10-17  Simon Josefsson  <jas@extundo.com>
8998
8999         * modules/sha1: Depend on stdint instead of md5.
9000
9001         * modules/md5: Depend on stdint, remove uint32_t.
9002
9003 2005-10-17  Simon Josefsson  <jas@extundo.com>
9004
9005         * modules/gc-sha1-tests: New file.
9006
9007         * tests/test-gc-sha1.c: New file.
9008
9009 2005-10-17  Simon Josefsson  <jas@extundo.com>
9010
9011         * m4/md5.m4: Remove call to uint32_t.m4.
9012
9013 2005-10-17  Simon Josefsson  <jas@extundo.com>
9014
9015         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9016
9017         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9018         md5.h.
9019
9020         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9021
9022         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9023
9024 2005-10-17  Simon Josefsson  <jas@extundo.com>
9025
9026         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9027
9028 2005-10-17  Simon Josefsson  <jas@extundo.com>
9029
9030         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9031
9032 2005-10-17  Simon Josefsson  <jas@extundo.com>
9033
9034         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9035
9036         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9037
9038 2005-10-17  Bruno Haible  <bruno@clisp.org>
9039
9040         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9041         that it can also be used in a test.
9042
9043 2005-10-16  Bruno Haible  <bruno@clisp.org>
9044
9045         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9046         TESTS_ENVIRONMENT, so that individual tests can augment it.
9047
9048         * gnulib-tool (func_create_testdir): Use an intermediate target for
9049         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9050         macros, like $(ALLOCA_H), which cannot be passed through the command
9051         line.
9052
9053 2005-10-15  Simon Josefsson  <jas@extundo.com>
9054
9055         * modules/rijndael-tests: New file.
9056
9057         * modules/rijndael: New file.
9058
9059 2005-10-15  Simon Josefsson  <jas@extundo.com>
9060
9061         * m4/rijndael.m4: New file.
9062
9063 2005-10-15  Simon Josefsson  <jas@extundo.com>
9064
9065         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9066
9067         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9068
9069 2005-10-14  Simon Josefsson  <jas@extundo.com>
9070
9071         * tests/test-arcfour.c: New file.
9072
9073         * modules/arcfour, modules/arcfour-tests: New files.
9074
9075 2005-10-14  Simon Josefsson  <jas@extundo.com>
9076
9077         * m4/arcfour.m4: New file.
9078
9079 2005-10-14  Simon Josefsson  <jas@extundo.com>
9080
9081         * lib/arcfour.h, lib/arcfour.c: New files.
9082
9083 2005-10-14  Roland McGrath  <roland@redhat.com>
9084
9085         Import from libc.  [BZ #1331]
9086         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9087         macro argument.
9088         Reported by Matej Vela <vela@debian.org>.
9089
9090 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9093         include <wchar.h>; no longer needed.
9094
9095 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9096
9097         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9098
9099 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9100         and  Ulrich Drepper  <drepper@redhat.com>
9101
9102         Import from libc.
9103         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9104         instead of inline stream orientation test and two separate
9105         function calls.  Pay no attention to USE_IN_LIBIO.
9106
9107 2005-10-13  Simon Josefsson  <jas@extundo.com>
9108
9109         * modules/gc-hmac-md5-tests: New file.
9110
9111         * tests/test-gc-hmac-sha1.c: New file.
9112
9113         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9114
9115         * modules/gc-hmac-md5-tests: New file.
9116
9117         * tests/test-gc-md5.c: New file.
9118
9119         * modules/gc-md5-tests: New file.
9120
9121 2005-10-13  Simon Josefsson  <jas@extundo.com>
9122
9123         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9124         Move memory allocation outside of loop.
9125
9126 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9127
9128         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9129         intermediate directory is in a read-only file system.  Problem
9130         reported by Eric Blake.
9131
9132 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9133
9134         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9135
9136 2005-10-12  Simon Josefsson  <jas@extundo.com>
9137
9138         * tests/test-hmac-sha1.c: New file.
9139
9140         * modules/hmac-sha1-tests: New file.
9141
9142         * modules/hmac-sha1: New file.
9143
9144 2005-10-12  Simon Josefsson  <jas@extundo.com>
9145
9146         * modules/gc-sha1: New file.
9147
9148 2005-10-12  Simon Josefsson  <jas@extundo.com>
9149
9150         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9151
9152         * tests/test-gc-pbkdf2-sha1.c: New file.
9153
9154 2005-10-12  Simon Josefsson  <jas@extundo.com>
9155
9156         * modules/gc-md5, modules/gc-hmac-md5: New files.
9157
9158         * modules/gc (Files): Remove md5, memxor and hmac files.
9159
9160 2005-10-12  Simon Josefsson  <jas@extundo.com>
9161
9162         * m4/gc-pbkdf2-sha1.m4: New file.
9163
9164         * m4/gc-hmac-sha1.m4: New file.
9165
9166         * m4/gc-sha1: New file.
9167
9168         * m4/hmac-sha1.m4: New file.
9169
9170 2005-10-12  Simon Josefsson  <jas@extundo.com>
9171
9172         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9173
9174         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9175
9176 2005-10-12  Simon Josefsson  <jas@extundo.com>
9177
9178         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9179         suggested by Bruno Haible <bruno@clisp.org>.
9180
9181 2005-10-12  Simon Josefsson  <jas@extundo.com>
9182
9183         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9184
9185 2005-10-12  Simon Josefsson  <jas@extundo.com>
9186
9187         * lib/gc-pbkdf2-sha1.c: New file.
9188
9189         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9190
9191 2005-10-12  Simon Josefsson  <jas@extundo.com>
9192
9193         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9194
9195         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9196
9197 2005-10-12  Simon Josefsson  <jas@extundo.com>
9198
9199         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9200         GC_USE_HMAC_MD5, respectively.
9201
9202         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9203         (gc_md5): Fix typo.
9204
9205         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9206
9207         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9208
9209         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9210
9211 2005-10-12  Bruno Haible  <bruno@clisp.org>
9212
9213         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9214         Reported by Stepan Kasal <kasal@ucw.cz>.
9215
9216 2005-10-11  Simon Josefsson  <jas@extundo.com>
9217
9218         * tests/test-crc.c: New file.
9219
9220         * modules/crc, modules/crc-tests: New files.
9221
9222 2005-10-11  Simon Josefsson  <jas@extundo.com>
9223
9224         * m4/crc.m4: New file.
9225
9226 2005-10-11  Simon Josefsson  <jas@extundo.com>
9227
9228         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9229
9230         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9231
9232         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9233
9234 2005-10-11  Simon Josefsson  <jas@extundo.com>
9235
9236         * lib/crc.h, lib/crc.c: New files.
9237
9238         * lib/gc.h (gc_hash_buffer): Add doc.
9239
9240 2005-10-11  Bruno Haible  <bruno@clisp.org>
9241
9242         * modules/c-strcasestr: New file.
9243         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9244
9245 2005-10-11  Bruno Haible  <bruno@clisp.org>
9246
9247         * modules/c-strcase: New file.
9248         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9249
9250 2005-10-11  Bruno Haible  <bruno@clisp.org>
9251
9252         * lib/strcasecmp.c: Include limits.h.
9253         (strcasecmp): Avoid integer overflow on exotic platforms.
9254         * lib/strncasecmp.c: Include limits.h.
9255         (strncasecmp): Avoid integer overflow on exotic platforms.
9256         Reported by Paul Eggert.
9257
9258 2005-10-11  Bruno Haible  <bruno@clisp.org>
9259
9260         * lib/c-strcasestr.h: New file, from GNU gettext.
9261         * lib/c-strcasestr.c: New file, from GNU gettext.
9262
9263 2005-10-11  Bruno Haible  <bruno@clisp.org>
9264
9265         * lib/c-strcase.h: New file, from GNU gettext.
9266         * lib/c-strcasecmp.c: New file, from GNU gettext.
9267         * lib/c-strncasecmp.c: New file, from GNU gettext.
9268
9269 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9270
9271         * modules/mempcpy (License): GPL -> LGPL.
9272         * modules/strchrnul (License): Likewise.
9273         * modules/sysexits (License): Likewise.
9274
9275 2005-10-08  Simon Josefsson  <jas@extundo.com>
9276
9277         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9278
9279 2005-10-07  Simon Josefsson  <jas@extundo.com>
9280
9281         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9282
9283 2005-10-06  Simon Josefsson  <jas@extundo.com>
9284
9285         * tests/test-hmac-md5.c: New file.
9286
9287         * modules/hmac-md5-tests: New file.
9288
9289         * modules/hmac-md5: New file.
9290
9291 2005-10-06  Simon Josefsson  <jas@extundo.com>
9292
9293         * m4/hmac-md5.m4: New file.
9294
9295         * m4/memxor.m4: Require gl_C_RESTRICT.
9296
9297 2005-10-06  Simon Josefsson  <jas@extundo.com>
9298
9299         * lib/memxor.c (memxor): Avoid casts and warnings.
9300
9301 2005-10-06  Simon Josefsson  <jas@extundo.com>
9302
9303         * lib/hmac-md5.c: New file.
9304
9305         * lib/hmac.h: New file.
9306
9307 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9308
9309         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9310         promotes to int, not unsigned int, to catch the AIX 5.3
9311         compiler bug.
9312
9313 2005-10-05  Simon Josefsson  <jas@extundo.com>
9314
9315         * modules/memxor: New file.
9316
9317         * modules/iconv (Files): Move config.rpath to havelib, it is used
9318         there.
9319
9320         * modules/havelib (Files): Add config.rpath.
9321
9322 2005-10-05  Simon Josefsson  <jas@extundo.com>
9323
9324         * m4/memxor.m4: New file.
9325
9326 2005-10-05  Simon Josefsson  <jas@extundo.com>
9327
9328         * lib/memxor.c (memxor): Fix compiler error.
9329
9330         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9331         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9332
9333         * lib/memxor.h, lib/memxor.c: New files.
9334
9335         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9336         we assume all systems have it, suggested by Jim Meyering
9337         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9338         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9339         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9340         same reasons.
9341
9342 2005-10-05  Simon Josefsson  <jas@extundo.com>
9343
9344         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9345
9346 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9347
9348         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9349         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9350         needed, since the source code now assumes these .h files.
9351
9352 2005-10-05  Derek Price  <derek@ximbiot.com>
9353
9354         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9355
9356 2005-10-05  Bruno Haible  <bruno@clisp.org>
9357
9358         * modules/stdint (License): Change to LGPL.
9359
9360 2005-10-04  Simon Josefsson  <jas@extundo.com>
9361
9362         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9363         D. Baushke" <mdb@gnu.org>.
9364
9365 2005-10-04  Bruno Haible  <bruno@clisp.org>
9366
9367         * lib/verify.h (verify_true): Provide alternative definition for C++.
9368
9369 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9370
9371         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9372         (SSIZE_MAX): New macro, if not already defined.
9373         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9374         than 2 GiB.
9375
9376 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9377
9378         Sync from coreutils.
9379         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9380         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9381         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9382         ULLONG_MAX doesn't work with 2.7.2.1.
9383
9384 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9385
9386         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9387         From Ben Pfaff.
9388
9389         * modules/exclude (Depends-on): Depend on verify.
9390         * modules/strtoimax (Depends-on): Likewise.
9391         * modules/utimecmp (Depends-on): Likewise.
9392
9393 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9394
9395         * lib/exclude.c: Include verify.h.
9396         (verify): Remove.  All callers changed to use verify.h's version.
9397         * lib/strtoimax.c: Likewise.
9398         * lib/utimecmp.c: Likewis.e
9399
9400         Sync from coreutils.
9401         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9402         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9403         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9404         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9405         bother returning ENOSYS if settimeofday or stime fails; just let
9406         them return whatever errno they want to return.
9407         * lib/utimens.c: Include unistd.h, for dup2.
9408         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9409         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9410
9411 2005-10-02  Jim Meyering  <jim@meyering.net>
9412
9413         Sync from coreutils.
9414         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9415         from glibc-2.2.5 that fails for read-only files.
9416
9417 2005-10-02  Jim Meyering  <jim@meyering.net>
9418
9419         Sync from coreutils.
9420         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9421         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9422         `#if HAVE_CONFIG_H'.
9423         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9424         Remove AT_FDCWD test.
9425         Do not consume the fd unless successful.
9426         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9427         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9428         block, so that we don't even try to compile it if settimeofday is
9429         available.  This works around a compilation failure on OSF1 V5.1,
9430         due to stime requiring a `long int*' while tv_sec is `int'.
9431
9432 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9433
9434         Sync from coreutils.
9435         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9436         against `yes', rather than just testing for nonempty.
9437
9438 2005-10-01  Simon Josefsson  <jas@extundo.com>
9439
9440         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9441         and Darwin.
9442
9443         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9444         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9445         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9446         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9447         Check if struct addrinfo is declared.
9448
9449 2005-10-01  Simon Josefsson  <jas@extundo.com>
9450
9451         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9452         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9453         AI_* and EAI_* definitions.  Protect function declarations.
9454
9455 2005-10-01  Jim Meyering  <jim@meyering.net>
9456
9457         Sync from coreutils.
9458
9459         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9460         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9461         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9462         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9463         in the inet and nsl libraries.  Required on Solaris 5.7.
9464
9465 2005-10-01  Jim Meyering  <jim@meyering.net>
9466
9467         Sync from coreutils.
9468         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9469         in the inet and nsl libraries.  Required on Solaris 5.7.
9470
9471 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9472
9473         * lib/getdelim.c (getdelim): Remove unused variables.
9474
9475 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9476
9477         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9478         so that the code works even with ancient cpp.  Portability problem
9479         with GCC 2.7.2.1 reported by Thomas M.Ott.
9480
9481 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9482
9483         * modules/regex (Depends-on): Add strcase.
9484
9485         * modules/gethostname (Licence): Change from GPL to LGPL, since
9486         gethostname.c is a trivial implementation of a standard library
9487         function.
9488         * modules/poll (License): Change from GPL to LGPL, since it's
9489         derived from LGPL code.
9490
9491 2005-09-27  Jim Meyering  <jim@meyering.net>
9492
9493         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9494         HAVE_CONFIG_H.
9495
9496         * lib/intprops.h (signed_type_or_expr__): Define.
9497         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9498         for unsigned types.
9499
9500 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9501
9502         * lib/verify.h (verify_expr): Remove, replacing with:
9503         (verify_true): New macro that returns true instead of void.
9504         (verify_type__): Remove.
9505         (verify): Use verify_true rather than verify_type__.
9506
9507 2005-09-26  Bruno Haible  <bruno@clisp.org>
9508
9509         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9510         is necessary.
9511         (lib_SOURCES): Remove mbchar.c.
9512         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9513         (Files): Add m4/mbrtowc.m4.
9514         * modules/mbiter: Likewise.
9515         * modules/mbuiter: Likewise.
9516
9517 2005-09-26  Bruno Haible  <bruno@clisp.org>
9518
9519         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9520         compile mbchar.c if they are not both present.
9521         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9522         * m4/mbiter.m4 (gl_MBITER): Likewise.
9523         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9524         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9525         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9526
9527 2005-09-25  Jim Meyering  <jim@meyering.net>
9528
9529         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9530         also uses socklen_t.
9531
9532 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9533
9534         * lib/utimens.c (ENOSYS): Define if not already defined.
9535         (futimens): Support having a null PATH if the file descriptor
9536         is nonnegative.
9537
9538         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9539         Remove.
9540         (__attribute): Define to empty unless GCC 3.1 or later.
9541         This works around a core dump on OpenBSD 3.4, which has GCC
9542         2.95.3, which dumps core when given __attribute__(()).  It also
9543         simplifies other tests, since we really don't want to bother with
9544         worrying about which ancient version of GCC supported what.
9545         Original problem reported by Yoann Vandoorselaere, with part of
9546         the fix suggested by Derek Price.
9547
9548 2005-09-24  Jim Meyering  <jim@meyering.net>
9549
9550         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9551         so we can once again use a positive bitfield width of 1 -- now we
9552         don't have to explain why we were using a bitfield width of 2.
9553
9554 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9555
9556         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9557         and similarly for the other external symbols.  Problem reported
9558         by James Gallager.
9559
9560         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9561         bug reported by Jim Meyering.
9562
9563         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9564         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9565         not needed, since socklen is a prerequisite module.
9566
9567 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9568
9569         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9570         Problem reported by Eric Blake.
9571         (getaddrinfo): Initialize se so that it's not garbage.
9572         Redo internal storage allocation so that it doesn't make unportable
9573         assumptions about alignment.
9574         Fix a memory leak.
9575
9576         * lib/utimens.c (futimens): Use futimesat if available.
9577         Prefer it to futimes since it doesn't have the futimes bug.
9578
9579         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9580         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9581         Instead, declare a function that returns a pointer to an array,
9582         and use verify_type__ to declare the size of the array.
9583         Problem and germ of a solution reported by Bruno Haible.
9584         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9585         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9586
9587 2005-09-23  Jim Meyering  <jim@meyering.net>
9588
9589         Sync from coreutils.
9590         Correct build failure (socklen_t not defined) on at least
9591         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9592         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9593
9594 2005-09-23  Jim Meyering  <jim@meyering.net>
9595
9596         * modules/getaddrinfo (Depends-on): Add socklen.
9597
9598 2005-09-23  Bruno Haible  <bruno@clisp.org>
9599
9600         * tests/test-verify.c: New file.
9601
9602 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9603
9604         Sync from coreutils.
9605
9606         * modules/argmatch (Depends-on): Add verify.
9607         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9608         unistd-safer.
9609         * modules/save-cwd (Depends-on): Likewise.
9610
9611         * modules/openat (Files): Add lib/openat-die.c.
9612         (Depends-on): Remove error, exitfail.
9613         Add dirname.
9614
9615         * modules/verify: New file.
9616         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9617         with "verify" module.
9618
9619 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9620
9621         Sync from coreutils.
9622
9623         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9624         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9625         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9626         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9627         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9628         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9629         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9630         Don't bother checking for string.h, stdlib.h, unistd.h.
9631         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9632         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9633         module's job.
9634         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9635         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9636
9637         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9638         (gl_GETDATE): Use it.
9639
9640         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9641
9642 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9643
9644         Sync from coreutils.
9645
9646         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9647         stat-time.h.
9648         * lib/argmatch.h: Include verify.h
9649         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9650         (ARGMATCH_ASSERT): Remove; unused.
9651         * lib/canonicalize.c: Assume STDC_HEADERS.
9652         * lib/exclude.c: Include "strcase.h".
9653         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9654         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9655         and stdio-safer.h.
9656         (getusershell): Call fopen, not fopen_safer.
9657         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9658         Do not include unistd-safer.h.
9659         (save_cwd): Don't call fd_safer; no longer needed
9660         now that we include fcntl--.h.
9661
9662         * lib/getdate.y (relative_time): New type.
9663         (RELATIVE_TIME_0): New constant.
9664         (parser_control): Use relative_time instead of doing it ourselves.
9665         (%union): Add new relative_time rel member.
9666         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9667         Now typeless.
9668         (relunit, relunit_snumber): Now of type rel.
9669         (zone, rel, relunit, get_date): Adjust to above changes.
9670
9671         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9672         Do not include unistd-safer.h.
9673         (getloadavg): Don't call fd_safer; no longer needed
9674         now that we include fcntl--.h.
9675
9676         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9677         (make_dir_parents): Treat ENOSYS like EEXIST.
9678
9679         Improve quality of diagnostics on restore_cwd failure.
9680         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9681         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9682         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9683         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9684         each time through the loop.  Do not diagnose restore_cwd failure;
9685         that is the caller's job (and perhaps the caller does not care).
9686
9687         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9688         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9689         If the file already exists but is not a directory, don't bother
9690         to try to make its parents.
9691         Close potential file descriptor leak if we can't chdir("/") (!).
9692         Don't always return true if chdir($PWD) fails; return true only
9693         if the requested action was done successfully (except for the
9694         chdir($PWD)).
9695         Don't log final directory unless we actually made it.
9696         Refactor to avoid duplicate code to fix up permissions.
9697         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9698
9699         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9700         to make it a bit faster and (I hope) clearer.
9701         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9702         Fix bug in formats like %2N.
9703
9704         * lib/verify.h: New file.
9705
9706 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9707
9708         Sync from coreutils.
9709         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9710
9711 2005-09-22  Jim Meyering  <jim@meyering.net>
9712
9713         Sync from coreutils.
9714
9715         * m4/lstat.m4 (gl_FUNC_LSTAT):
9716         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9717         Remove obsolete comment.
9718         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9719         * m4/xstrtod.m4: Likewise.
9720
9721         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9722
9723 2005-09-22  Jim Meyering  <jim@meyering.net>
9724
9725         Sync from coreutils.
9726
9727         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9728
9729         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9730         the .tm_year member, since otherwise gcc-4.0 would now warn about
9731         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9732
9733         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9734         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9735
9736         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9737         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9738         when run in a time zone for which daylight savings time is in effect
9739         for the starting date.
9740
9741         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9742         stop us from restricting permissions of just-created absolute-named
9743         directories.
9744         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9745         to restore initial working directory.
9746         * lib/mkdir-p.c (make_dir_parents): New parameter:
9747         different_working_dir, to tell caller if/when we change the working
9748         directory and are unable to return to the initial one.
9749         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9750         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9751         `return false'.  This fixes a bug introduced on 2004-07-30.
9752
9753         * lib/openat.c (fdopendir): Be sure to close the supplied
9754         file descriptor before returning.  This makes our replacement
9755         implementation a little closer to Solaris's, where fdopendir
9756         ties the file descriptor to the returned DIR* pointer.
9757         * lib/openat.c (unlinkat): New function.
9758         * lib/openat.h (unlinkat): Add prototype.
9759         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9760         (openat_restore_fail): Rename from openat_restore_die.
9761         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9762
9763         Provide an alternative to exiting immediately upon save_cwd or
9764         restore_cwd failure.  Now, an application can arrange e.g.,
9765         to perform a longjump in that case.
9766         * lib/openat.c: Include dirname.h.
9767         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9768         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9769         and openat_restore_die rather than calling error directly.
9770         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9771
9772         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9773         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9774         define.
9775
9776         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9777         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9778                             int utc, int nanoseconds);
9779         Background:
9780         date should not have to allocate a megabyte of virtual memory to
9781         handle a format argument like +%1048575T.  When implemented with
9782         strftime, it must allocate such a buffer, use strftime to fill it
9783         in, print it, then free it.
9784         With fprintftime, it simply prints everything and exits.
9785         With no need for memory allocation, that's one fewer way to fail.
9786         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9787         optional field width, not before, so we accept %9:z, not %:9z.
9788         (my_strftime): Be sure to use L_('x') for literals.
9789
9790         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9791         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9792         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9793         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9794         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9795         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9796         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9797         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9798         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9799         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9800         * lib/xgethostname.c, lib/xreadlink.c:
9801         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9802
9803         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9804         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9805         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9806         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9807         and don't include <sys/file.h>).
9808
9809 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9810
9811         Sync from coreutils.
9812
9813         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9814         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9815         [!LDAV_DONE]: Avoid unused variable warning.
9816
9817 2005-09-21  Bruno Haible  <bruno@clisp.org>
9818
9819         * lib/unicodeio.h (unicode_to_mb): New declaration.
9820
9821 2005-09-20  Derek Price  <derek@ximbiot.com>
9822
9823         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9824         getaddrinfo.h.
9825
9826 2005-09-20  Bruno Haible  <bruno@clisp.org>
9827
9828         * gnulib-tool: Remove trailing slashes from the values specified for
9829         --source-base, --m4-base, --tests-base, --aux-dir.
9830         Suggested by Simon Josefsson <jas@extundo.com>.
9831
9832 2005-09-20  Bruno Haible  <bruno@clisp.org>
9833
9834         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9835         func_modules_to_filelist, func_import, func_create_testdir): Make all
9836         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9837         change when gnulib-tool is invoked in a different locale.
9838
9839 2005-09-19  Simon Josefsson  <jas@extundo.com>
9840
9841         * m4/socklen.m4: Fix typo.
9842
9843 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9844
9845         Use a consistent style for including <config.h>.
9846         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9847         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9848         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9849         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9850         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9851         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9852         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9853         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9854         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9855         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9856         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9857         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9858         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9859         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9860         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9861         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9862         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9863         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9864         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9865         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9866         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9867         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9868         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9869         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9870         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9871         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9872         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9873         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9874         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9875         lib/xstrtoumax.c, lib/yesno.c:
9876         Standardize inclusion of config.h.
9877         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9878         lib/inttostr.h:  Removed inclusion of config.h from header files.
9879         * lib/inttostr.c:  Adjusted in-tree users.
9880         * lib/timespec.h: Remove superfluous warning to include config.h.
9881         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9882         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9883         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9884         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9885         config.h with HAVE_CONFIG_H.
9886
9887 2005-09-19  Jim Meyering  <jim@meyering.net>
9888
9889         * modules/pathmax (License): Change to LGPL.
9890
9891 2005-09-19  Derek Price  <derek@ximbiot.com>
9892
9893         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9894
9895 2005-09-19  Bruno Haible  <bruno@clisp.org>
9896
9897         * gnulib-tool (import): Provide default for --tests-base.
9898
9899 2005-09-19  Bruno Haible  <bruno@clisp.org>
9900
9901         * doc/quote.texi: New file, extracted from gnulib.texi.
9902         * doc/ctime.texi: New file, extracted from gnulib.texi.
9903         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9904         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9905         * doc/gnulib.texi: Include them.
9906
9907 2005-09-18  Bruno Haible  <bruno@clisp.org>
9908
9909         Portability fix.
9910         * gnulib-tool (func_readlink): New function.
9911         (func_ln_if_changed): Use it.
9912
9913 2005-09-18  Bruno Haible  <bruno@clisp.org>
9914
9915         * gnulib-tool: Support --with-tests also with --import.
9916         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
9917         (func_import): Use variables $testsbase and $inctests. Emit a
9918         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
9919         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
9920         SUBDIRS += $testsdir.
9921         (func_create_testdir): Update.
9922
9923 2005-09-18  Bruno Haible  <bruno@clisp.org>
9924
9925         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
9926         instead of $dry_run.
9927         (func_cp_if_changed, func_mv_if_changed): Remove functions.
9928         (func_ln_if_changed): Don't handle dry-run here.
9929         (func_import): In dry-run mode, detect more precisely which actions
9930         would be performed, and don't use "...ing" verbs.
9931
9932 2005-09-18  Bruno Haible  <bruno@clisp.org>
9933
9934         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
9935         (func_import): Use join on two temporary files instead of three nested
9936         loops, in order to determine which files are new or old.
9937
9938 2005-09-18  Bruno Haible  <bruno@clisp.org>
9939
9940         * gnulib-tool (func_import): Comment out code that spits out the
9941         new files with --dry-run.
9942
9943 2005-09-18  Bruno Haible  <bruno@clisp.org>
9944
9945         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
9946
9947 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9948
9949         * lib/stat-time.h: New file.
9950         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
9951         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
9952         in a different way.
9953         (timespec_cmp): New function.
9954         * lib/utimecmp.c: Include stat-time.h.
9955         (SYSCALL_RESOLUTION): Depend on whether various struct stat
9956         members exist, not on the obsolescent ST_MTIM_NSEC.
9957         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
9958
9959 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9960
9961         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
9962
9963 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9964
9965         * MODULES.html.sh (File system functions): Add stat-time.
9966         * modules/stat-time: New file.
9967         * modules/timespec (Files): Remove m4/st_mtim.m4; this
9968         is now done in a different way, by the stat-time module.
9969         * modules/utimecmp (Depends-on): Add stat-time.
9970
9971 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9972
9973         * m4/st_mtim.m4: Remove.  Superseded by...
9974         * m4/stat-time.m4: New file.
9975         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
9976         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
9977
9978 2005-09-15  Derek Price  <derek@ximbiot.com>
9979
9980         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
9981
9982 2005-09-15  Derek Price  <derek@ximbiot.com>
9983
9984         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
9985         * lib/regex_internal.c: Ditto, using this...
9986         (__GNUC_PREREQ): ...new macro.
9987         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
9988         using...
9989         (__GNUC_PREREQ): ...this new macro.
9990
9991         * lib/strstr.h: Include string.h. Define strstr as a macro here.
9992
9993 2005-09-15  Derek Price  <derek@ximbiot.com>
9994             Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9997         changes, consolidating in...
9998         * lib/regex_internal.h: ...this file.
9999
10000 2005-09-13  Jim Meyering  <jim@meyering.net>
10001
10002         * lib/canon-host.c: Filter through gnu indent and reword comments
10003         slightly.
10004         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10005
10006 2005-09-13  Derek Price  <derek@ximbiot.com>
10007
10008         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10009         failure.
10010         Reported by Jim Meyering  <jim@meyering.net>.
10011
10012 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10013
10014         * lib/base64.c: Typo.
10015         (base64_encode): Put b64str in initialized data section.
10016
10017 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10018
10019         Merge glibc and coreutils changes into gnulib, plus a few
10020         extra fixes.
10021         * lib/md5.c: Use #error rather than a string.
10022         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10023         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10024         (__attribute__): Define to empty for non recent-GCC.
10025         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10026         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10027         Renamed from their non-__ counterparts, with new macros replacing
10028         them if not _LIBC.  Add __THROW attribute.
10029         (rol): Remove.
10030         (struct md5_ctx): Align buffer if using GCC.
10031         * lib/sha1.h (struct sha1_ctx): Likewise.
10032         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10033         The old name was backwards.
10034         (NOTSWAP): Remove; not used.
10035         (rol): New macro, moved here from md5.h.
10036         (sha1_process_block): Remove a FIXME that doesn't make sense.
10037
10038 2005-09-12  Derek Price  <derek@ximbiot.com>
10039
10040         Return usable errors from canon-host.
10041         * lib/canon-host.h: New file.
10042         * lib/canon-host.c (canon_host): Wrap...
10043         (canon_host_r): ...this new function, which now relies exclusively on
10044         getaddrinfo.
10045         (ch_strerror): New function.
10046         (last_cherror): New global.
10047         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10048         interface.
10049         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10050         void *.
10051         (freeaddrinfo): Free ai->ai_canonname when set.
10052
10053 2005-09-12  Derek Price  <derek@ximbiot.com>
10054
10055         Make canon-host require getaddrinfo.
10056         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10057         AC_LIBSOURCE canon-host.h.  Call...
10058         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10059         gl_GETADDRINFO.
10060         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10061
10062 2005-09-12  Derek Price  <derek@ximbiot.com>
10063
10064         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10065         LGPL.
10066         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10067
10068 2005-09-12  Derek Price  <derek@ximbiot.com>
10069
10070         * lib/gai_strerror.c: Include config.h when available.  Include
10071         getaddrinfo.h before other headers to test interface.
10072         Reported by Larry Jones <lawrence.jones@ugs.com>.
10073
10074 2005-09-12  Derek Price  <derek@ximbiot.com>
10075             Paul Eggert  <eggert@cs.ucla.edu>
10076
10077         * modules/glob (Files): Add glob-libc.h.
10078
10079 2005-09-12  Derek Price  <derek@ximbiot.com>
10080             Paul Eggert  <eggert@cs.ucla.edu>
10081
10082         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10083         glob_.h, glob-libc.h.
10084         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10085
10086 2005-09-12  Derek Price  <derek@ximbiot.com>
10087             Paul Eggert  <eggert@cs.ucla.edu>
10088
10089         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10090         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10091         protecting things that should be done only in gnulib contexts.
10092         * lib/glob_.h: New file, containing only the glob things needed for
10093         gnulib.
10094         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10095         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10096         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10097         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10098         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10099         and to respect the namespace rules better.
10100
10101 2005-09-08  Simon Josefsson  <jas@extundo.com>
10102
10103         * modules/socklen: New file.
10104
10105 2005-09-08  Simon Josefsson  <jas@extundo.com>
10106
10107         * m4/socklen.m4: New file.
10108
10109 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * modules/utimens (Files): Add m4/utimbuf.m4, since
10112         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10113         Reported by Sergey Poznyakoff.
10114
10115 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10116
10117         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10118         definitions, since that's the preferred style in glibc.
10119         Fix a minor spacing issue, and update copyright notice to match
10120         glibc's.
10121
10122 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10125
10126 2005-09-06  Simon Josefsson  <jas@extundo.com>
10127
10128         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10129         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10130
10131 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10132
10133         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10134         warning.
10135
10136 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10137
10138         * config/srclist.txt: Add glibc bug 1302.
10139
10140 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10141
10142         Change bitset word type from unsigned int to unsigned long int,
10143         as this has better performance on typical 64-bit hosts.
10144         Port bitset code to hosts with unusual word sizes.
10145         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10146         (build_collating_symbol):
10147         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10148         argument is a bitset.  This is merely a style issue, but it makes
10149         it clearer that an entire array is expected.
10150         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10151         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10152         Port to the case where bitset_word is not the same as unsigned int.
10153         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10154         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10155         Likewise.
10156         * lib/regexec.c (check_dst_limits_calc_pos_1,
10157         check_subexp_matching_top):
10158         (build_trtable, group_nodes_into_DFAstates):
10159         Likewise.
10160         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10161         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10162         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10163         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10164         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10165         * lib/regcomp.c (optimize_subexps, lower_subexp):
10166         Work even if bitset_word has holes in its bitwise representation.
10167         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10168         * lib/regexec.c (check_dst_limits_calc_pos_1,
10169         check_subexp_matching_top):
10170         Likewise.
10171         * lib/regex_internal.c (re_string_reconstruct):
10172         Don't assume UCHAR_MAX == 255.
10173         * lib/regex_internal.h (bitset_set_all): Likewise.
10174         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10175         All uses changed.
10176         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10177         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10178         All uses changed.
10179         (BITSET_WORD_MAX): New macro.
10180         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10181         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10182         (bitset_empty, bitset_copy):
10183         Prefer sizeof (bitset) to multiplying it out ourselves.
10184         (bitset_not_merge): Remove; unused.
10185         (bitset_contain): Return bool, not unsigned int with one bit on.
10186         All callers changed.
10187         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10188         alignment than re_node_set; do this by defining a new internal
10189         type struct dests_alloc and using it to allocate memory.
10190
10191 2005-09-05  Bruno Haible  <bruno@clisp.org>
10192
10193         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10194         links.
10195
10196 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10197
10198         * modules/size_max (Makefile.am): Add size_max.h
10199
10200 2005-09-04  Derek Price  <derek@ximbiot.com>
10201
10202         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10203
10204 2005-09-03  Simon Josefsson  <jas@extundo.com>
10205
10206         * gnulib-tool: Fix typo.
10207
10208 2005-09-03  Simon Josefsson  <jas@extundo.com>
10209
10210         * config/srclist.txt: Add glibc bug 1293.
10211
10212 2005-09-03  Derek Price  <derek@ximbiot.com>
10213
10214         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10215         From Larry Jones <lawrence.jones@ugs.com>.
10216
10217 2005-09-02  Simon Josefsson  <jas@extundo.com>
10218
10219         * modules/socklen: New file.
10220
10221 2005-09-02  Simon Josefsson  <jas@extundo.com>
10222
10223         * modules/havelib: New module.
10224
10225         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10226         Use havelib.
10227
10228 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         Check for arithmetic overflow when calculating sizes, to prevent
10231         some buffer-overflow issues.  These patches are conservative, in the
10232         sense that when I couldn't determine whether an overflow was possible,
10233         I inserted a run-time check.
10234         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10235         macros.
10236         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10237         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10238         (re_xnrealloc, re_x2nrealloc): New inline functions.
10239         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10240         parse_bracket_exp):
10241         (build_equiv_class, build_charclass): Check for arithmetic overflow
10242         in size expression calculations.
10243         * lib/regex_internal.c (re_string_realloc_buffers):
10244         (build_wcs_upper_buffer, re_node_set_add_intersect):
10245         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10246         (re_dfa_add_node, register_state): Likewise.
10247         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10248         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10249         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10250         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10251
10252 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10253
10254         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10255         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10256
10257 2005-09-02  Bruno Haible  <bruno@clisp.org>
10258
10259         Support for lib vs. lib64 distinction on biarch platforms.
10260         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10261         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10262         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10263
10264 2005-09-02  Bruno Haible  <bruno@clisp.org>
10265
10266         * gnulib-tool (import): In the other first-use case, provide defaults
10267         as well.
10268
10269 2005-09-02  Bruno Haible  <bruno@clisp.org>
10270
10271         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10272         patches not yet found in the latest gettext release.
10273
10274 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10275
10276         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10277         to avoid a collision with bits/local_lim.h in glibc.
10278         All uses changed.  Problem reported by Dmitry V. Levin in
10279         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10280
10281         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10282         bugs in int versus size_t comparisons.
10283         (re_string_context_at): Fix bug where the code assumed that
10284         Idx is signed.
10285
10286         Use bool where appropriate.
10287         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10288         All callers changed.
10289         (calc_eclosure_iter): Likewise, for ROOT arg.
10290         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10291         (build_charclass_op): Likewise, for NON_MATCH arg.
10292         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10293         (re_string_construct_common): Likewise, for ICASE arg.
10294         * lib/regexec.c (re_search_2_stub, re_search_stub):
10295         Likewise, for RET_LEN arg.
10296         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10297         (set_regs): Likewise, for FL_BACKTRACK arg.
10298         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10299         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10300         (calc_eclosure_iter, parse_bracket_exp):
10301         Use bool for internal variables that are booleans.
10302         * lib/regexec.c (re_search_internal, check_matching,
10303         proceed_next_node):
10304         (set_regs, build_sifted_states, sift_states_bkref):
10305         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10306         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10307         (find_collation_sequence_value):
10308         Likewise.
10309         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10310         (re_node_set_compare):
10311         Return bool, not int. All callers changed.
10312         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10313         (build_trtable, check_node_accept): Likewise.
10314         * lib/regex_internal.h: Include stdbool.h.
10315
10316         Fix bugs uncovered when converting to bool.
10317         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10318         failure instead of charging ahead blindly.
10319         * lib/regex_internal.c (register_state): Likewise.
10320         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10321         for freeing internal storage.
10322         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10323         bitset pieces used as boolean, to avoid undefined behavior
10324         on hosts that do int overflow checking.
10325
10326 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10327
10328         * config/srclist.txt: Add glibc bugs 1285-1287.
10329
10330 2005-09-01  Jim Meyering  <jim@meyering.net>
10331
10332         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10333         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10334         Require gl_STAT_MACROS, too.
10335
10336 2005-09-01  Bruno Haible  <bruno@clisp.org>
10337
10338         * gnulib-tool (import): In the first-use case, provide defaults.
10339
10340 2005-09-01  Bruno Haible  <bruno@clisp.org>
10341
10342         * gnulib-tool (func_import): Remove the .tmp files.
10343
10344 2005-09-01  Bruno Haible  <bruno@clisp.org>
10345
10346         * gnulib-tool (func_import): Fix handling of symbolic links.
10347
10348 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10349
10350         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10351         old glibc regex code mishandles strings longer than 2**31 bytes.
10352         This patch fixes this when the regex code is used in gnulib
10353         (i.e., outside glibc).
10354
10355         This patch should not affect the use of the regex code inside
10356         glibc.  No doubt this problem also needs to be handled for glibc
10357         as well, but the result will be an incompatible change to the
10358         glibc ABI, and the old ABI will have to be supported too.  That
10359         can be the the subject for another patch.
10360
10361         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10362         governing whether the rest of this patch is active.  By default,
10363         the macro is disabled and the patch has no effect.
10364         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10365         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10366         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10367         (re_match_2, re_set_registers): Use the new types.
10368         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10369         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10370         New macros.
10371         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10372         (re_string_context_at, bin_tree_t, re_dfastate_t):
10373         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10374         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10375         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10376         (re_string_char_size_at, re_string_wchar_at):
10377         (re_string_elem_size_at):
10378         Use the new types and macros to port to 64-bit hosts.
10379         Use unsigned types for internal values, so that the code
10380         mostly works even for arrays larger than SSIZE_MAX.
10381         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10382         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10383         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10384         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10385         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10386         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10387         (calc_inveclosure, parse_dup_op, build_range_exp):
10388         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10389         (fetch_number, create_token_tree, mark_opt_subexp):
10390         Likewise.
10391         * lib/regex_internal.c (re_string_construct_common,
10392         create_ci_newstate):
10393         (create_cd_newstate, re_string_allocate, re_string_construct):
10394         (re_string_realloc_buffers, build_wcs_upper_buffer):
10395         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10396         (re_string_reconstruct, re_string_peek_byte_case):
10397         (re_string_fetch_byte_case, re_string_context_at):
10398         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10399         (re_node_set_init_copy, re_node_set_add_intersect):
10400         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10401         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10402         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10403         (re_acquire_state, re_acquire_state_context, register_state):
10404         Likewise.
10405         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10406         search_cur_bkref_entry):
10407         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10408         (re_search_internal, re_search_2_stub, re_search_stub)
10409         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10410         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10411         (update_cur_sifted_state, check_dst_limits):
10412         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10413         (check_subexp_limits, sift_states_bkref, merge_state_array):
10414         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10415         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10416         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10417         (expand_bkref_cache, check_node_accept_bytes):
10418         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10419         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10420         (acquire_init_state_context, check_halt_node_context):
10421         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10422         (sift_states_backward, clean_state_log_if_needed):
10423         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10424         (find_recover_state, transit_state_sb, transit_state_mb):
10425         (transit_state_bkref, build_trtable, match_ctx_clean):
10426         Likewise.
10427         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10428         to work around an assumption that REG_MISSING is negative.
10429
10430         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10431         (seek_collating_symbol_entry) [defined _LIBC]:
10432         (lookup_collation_sequence_value) [defined _LIBC]:
10433         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10434         Use prototypes rather than old-style function definitions.
10435         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10436         (transit_state_sb) [0]:
10437         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10438
10439         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10440         rm_eo.
10441
10442         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10443         (optimize_subexps, lower_subexp):
10444         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10445         since the signed shift might overflow.  Use 1u<<31 instead.
10446         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10447         Likewise.
10448         * lib/regexec.c (check_dst_limits_calc_pos_1,
10449         check_subexp_matching_top): Likewise.
10450
10451         * lib/regcomp.c (optimize_subexps, lower_subexp):
10452         Use CHAR_BIT rather than 8, for clarity.
10453         * lib/regexec.c (check_dst_limits_calc_pos_1):
10454         (check_subexp_matching_top): Likewise.
10455         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10456         have to worry about portability issues when shifting it left.
10457         Remove no-longer-needed test for table_size > 0.
10458         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10459         in a word, as the resulting behavior is undefined.
10460         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10461         in one case, a <= should have been an <, and in another case the
10462         whole test was missing.
10463         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10464         the standard name CHAR_BIT.
10465         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10466         this is not true on one's complement and signed-magnitude hosts.
10467
10468         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10469         next_last_offset.
10470         (struct re_dfa_t): Remove unused member states_alloc.
10471         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10472
10473 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10476         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10477         and large-file glibc and in 32-bit large-file Solaris.
10478
10479 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10480
10481         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10482         lengths fit in regoff_t; this isn't true if regoff_t is the same
10483         width as size_t.
10484         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10485         (= START + RANGE) instead of RANGE.  This avoids overflow
10486         problems when regoff_t is the same width as size_t.
10487         All callers changed.
10488         (re_search_2_stub): Check for overflow when adding the
10489         sizes of the two strings.
10490         (re_search_stub): Check for overflow when adding START
10491         to RANGE; if it occurs, substitute the extreme value.
10492
10493 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10494
10495         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10496
10497 2005-08-31  Jim Meyering  <jim@meyering.net>
10498
10499         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10500         a pointer-to-const.
10501         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10502         (register_state): Likewise.
10503         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10504         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10505         (group_nodes_into_DFAstates): Likewise.
10506
10507 2005-08-31  Jim Meyering  <jim@meyering.net>
10508
10509         * check-module: Add a FIXME comment.
10510
10511 2005-08-31  Eric Blake  <ebb9@byu.net>
10512
10513         * modules/unistd-safer (Files): Add unistd--.h.
10514         * modules/stdio-safer (Files): Add stdio--.h.
10515
10516 2005-08-31  Derek Price  <derek@ximbiot.com>
10517
10518         * lib/getdelim.c (getdelim): Return EOF on EOF.
10519         Reported by Larry Jones <lawrence.jones@ugs.com>.
10520
10521 2005-08-31  Bruno Haible  <bruno@clisp.org>
10522
10523         Avoid unnecessary diffs in the generated lib/Makefile.am.
10524         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10525         the generated files.
10526         (func_import): Don't set cmd.
10527
10528 2005-08-31  Bruno Haible  <bruno@clisp.org>
10529
10530         * lib/strstr.c: Include <stddef.h>, for NULL.
10531         * lib/strcasestr.c: Likewise.
10532         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10533
10534 2005-08-31  Bruno Haible  <bruno@clisp.org>
10535
10536         * gnulib-tool: New option --macro-prefix.
10537         (func_import): Use macro_prefix.
10538         (import): Handle option --macro-prefix.
10539
10540 2005-08-31  Bruno Haible  <bruno@clisp.org>
10541
10542         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10543         Also use new variables cached_lgpl, cached_libtool.
10544
10545 2005-08-31  Bruno Haible  <bruno@clisp.org>
10546
10547         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10548         always instantiating them.
10549
10550 2005-08-31  Bruno Haible  <bruno@clisp.org>
10551
10552         * gnulib-tool (func_import): Read the previous cached settings
10553         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10554         earlier added by gnulib but are now dropped. Warn when a gnulib file
10555         overwrites a non-gnulib file.
10556
10557 2005-08-31  Bruno Haible  <bruno@clisp.org>
10558
10559         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10560         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10561         projects that don't keep autogenerated files in CVS. Put into
10562         actioncmd only the specified modules, not the transitive closure.
10563
10564 2005-08-31  Bruno Haible  <bruno@clisp.org>
10565
10566         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10567         Create directories that shall be filled.
10568         (import): Don't look for gl_* macros in configure.ac. Recurse across
10569         all directories containing a gnulib-cache.m4 files, if meaningful.
10570
10571 2005-08-31  Bruno Haible  <bruno@clisp.org>
10572
10573         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10574         (import): Set seen_libtool when we see gl_LIBTOOL.
10575
10576 2005-08-31  Bruno Haible  <bruno@clisp.org>
10577
10578         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10579         declaration macro definitions from generated gnulib.m4.
10580
10581 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
10582
10583         * lib/iconvme.h: Add prototype for iconv_alloc.
10584
10585 2005-08-29  Simon Josefsson  <jas@extundo.com>
10586
10587         * lib/iconvme.c: Fix errno.
10588
10589 2005-08-29  Bruno Haible  <bruno@clisp.org>
10590
10591         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10592         that it works when the directory contains spaces.
10593
10594 2005-08-29  Bruno Haible  <bruno@clisp.org>
10595
10596         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10597
10598 2005-08-29  Bruno Haible  <bruno@clisp.org>
10599
10600         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10601         Emit more advice.
10602
10603 2005-08-29  Bruno Haible  <bruno@clisp.org>
10604         and Stepan Kasal  <kasal@ucw.cz>
10605
10606         * check-module: If more parameters are given, check each of them
10607         separately; add more exceptions, as noted by Jim Meyering.
10608         (check_module): New procedure.
10609         (%exempt_header): Now contains all exceptions.
10610
10611 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10612
10613         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10614
10615 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
10616
10617         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10618
10619 2005-08-28  Bruno Haible  <bruno@clisp.org>
10620
10621         * m4/gnulib-tool.m4: New file.
10622
10623 2005-08-27  Jim Meyering  <jim@meyering.net>
10624
10625         * modules/unistd-safer (Files): Add pipe-safer.c.
10626         * modules/fcntl-safer (Files): Add creat-safer.c.
10627
10628 2005-08-27  Jim Meyering  <jim@meyering.net>
10629
10630         * m4/stdlib-safer.m4: New file.  From coreutils.
10631         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10632         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10633         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10634         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10635         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10636
10637 2005-08-27  Jim Meyering  <jim@meyering.net>
10638
10639         * lib/fopen-safer.c: Merge minor changes from coreutils.
10640         * lib/dup-safer.c: Likewise.
10641         * lib/fd-safer.c: Likewise.
10642
10643         Merge from coreutils.
10644         * lib/stdio--.h: New file.
10645         * lib/stdlib--.h: New file.
10646         * lib/mkstemp-safer.c: New file.
10647
10648         GNU tar needs these.
10649         * lib/pipe-safer.c: New file.
10650         * lib/creat-safer.c: New file.
10651         * lib/fcntl--.h (creat): Define to creat_safer.
10652         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10653         * lib/unistd--.h (pipe): Define to pipe_safer.
10654         * lib/unistd-safer.h: Declare pipe_safer.
10655
10656 2005-08-26  Simon Josefsson  <jas@extundo.com>
10657
10658         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10659         Haible <bruno@clisp.org>.
10660
10661 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10662
10663         * lib/regex_internal.h: Remove all references to
10664         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10665         or better.
10666         (bitset_not, bitset_merge, bitset_not_merge):
10667         (bitset_mask, re_string_allocate, re_string_construct):
10668         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10669         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10670         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10671         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10672         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10673         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10674         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10675         (re_acquire_state_context):
10676         Remove unnecessary forward decls.
10677         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10678         Put __attribute at function definition,
10679         now that the function decl has been removed.
10680         * lib/regex_internal.c (re_string_peek_byte_case):
10681         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10682         Likewise.
10683
10684 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10685
10686         * m4/regex.m4: Add AC_PREREQ(2.50).
10687         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10688
10689 2005-08-25  Simon Josefsson  <jas@extundo.com>
10690
10691         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10692         __fsetlocking.
10693
10694 2005-08-25  Simon Josefsson  <jas@extundo.com>
10695
10696         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10697         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10698         GLIBC specific code.
10699
10700 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10701
10702         Make regex safe for g++.  This fixes one real bug (an "err"
10703         that should have been "*err").  g++ problem reported by
10704         Sam Steingold.
10705         * lib/regex_internal.h (re_calloc): New macro, consistent with
10706         re_malloc etc.  All callers of calloc changed to use re_calloc.
10707         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10708         not int.  All callers changed.
10709         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10710         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10711         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10712         (find_recover_state): Change "err" to "*err"; this fixes what
10713         appears to be a real bug.
10714         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10715         versus int.
10716
10717 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10718
10719         * modules/regex (Depends-on): Add malloc, since the code
10720         assumes that !malloc(0) means failure.
10721
10722 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10723
10724         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10725
10726         alloca modernization/simplification for regex.
10727         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10728         needs to be at the start of the file, and can be moved into
10729         regex_internal.h and simplified.
10730         * lib/regex_internal.h: Include <alloca.h>.
10731         (__libc_use_alloca) [!defined _LIBC]: New macro.
10732         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10733         now works outside glibc.
10734
10735 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10736
10737         * config/srclist.txt: Add glibc bugs 1241, 1245.
10738
10739 2005-08-25  Jim Meyering  <jim@meyering.net>
10740
10741         * lib/open-safer.c: Include <config.h>.
10742         Otherwise, we'd lose LARGEFILE support in any file using
10743         e.g. "fcntl--.h"
10744
10745 2005-08-25  Bruno Haible  <bruno@clisp.org>
10746
10747         * m4/minmax.m4: Require autoconf 2.52.
10748         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10749         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10750         alternatives of translit over the alphabet.
10751         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10752
10753 2005-08-24  Simon Josefsson  <jas@extundo.com>
10754
10755         * tests/test-getpass.c: New file.
10756
10757 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10758
10759         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10760         for GNU regex features.
10761
10762 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10763
10764         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10765         * lib/regex.h (regerror): Likewise.
10766
10767         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10768         requires this.  (The code never needed it.)
10769
10770         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10771         All uses of recently-renamed identifiers changed to use the new,
10772         POSIX-compliant names.  The code will build and run just fine
10773         without these changes, but it's better to eat our own dog food
10774         and use the standard-conforming names.
10775
10776         * lib/regex.h: Fix a multitude of POSIX name space violations.
10777         These changes have an effect only for programs that define
10778         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10779         do not change anything for programs compiled in the normal way.
10780         Also, there is no effect on the ABI.
10781
10782         (_REGEX_SOURCE): New macro.
10783         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10784         defined and _GNU_SOURCE is not; this fixes a name space violation.
10785
10786         Rename the following macros to obey POSIX requirements.
10787         The old names are still visible as macros if _REGEX_SOURCE is defined.
10788         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10789         RE_BACKSLASH_ESCAPE_IN_LISTS.
10790         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10791         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10792         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10793         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10794         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10795         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10796         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10797         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10798         (REG_INTERVALS): renamed from RE_INTERVALS.
10799         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10800         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10801         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10802         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10803         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10804         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10805         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10806         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10807         RE_UNMATCHED_RIGHT_PAREN_ORD.
10808         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10809         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10810         (REG_DEBUG): renamed from RE_DEBUG.
10811         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10812         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10813         unusual, since we can't clash with the POSIX REG_ICASE.
10814         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10815         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10816         (REG_NO_SUB): renamed from RE_NO_SUB.
10817         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10818         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10819         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10820         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10821         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10822         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10823         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10824         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10825         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10826         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10827         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10828         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10829         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10830         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10831         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10832         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10833         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10834         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10835         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10836         (REG_FIXED): Renamed from REGS_FIXED.
10837         (REG_NREGS): Renamed from RE_NREGS.
10838
10839         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10840         of other REG_* macros, since POSIX says the user is allowed to
10841         #undef these macros selectively.
10842
10843         (reg_errcode_t): Update comment stating what other tables need
10844         to be consistent.
10845
10846         Rename the following enum values to obey POSIX requirements.
10847         The old names are still visible as macros.
10848         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10849         is not defined, since GNU is supposed to be a superset of POSIX as
10850         much as possible, and since we want reg_errcode_t to be a signed
10851         type for implementation consistency.
10852         (_REG_NOERROR): Renamed from REG_NOERROR.
10853         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10854         (_REG_BADPAT): Renamed from REG_BADPAT.
10855         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10856         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10857         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10858         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10859         (_REG_EBRACK): Renamed from REG_EBRACK.
10860         (_REG_EPAREN): Renamed from REG_EPAREN.
10861         (_REG_EBRACE): Renamed from REG_EBRACE.
10862         (_REG_BADBR): Renamed from REG_BADBR.
10863         (_REG_ERANGE): Renamed from REG_ERANGE.
10864         (_REG_ESPACE): Renamed from REG_ESPACE.
10865         (_REG_BADRPT): Renamed from REG_BADRPT.
10866         (_REG_EEND): Renamed from REG_EEND.
10867         (_REG_ESIZE): Renamed from REG_ESIZE.
10868         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10869         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10870         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10871         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10872         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10873
10874         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10875         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10876         changed.  But support the old name if the new one is not defined
10877         and if _REGEX_SOURCE.
10878
10879         Change the following member names in struct re_pattern_buffer.
10880         The old names are still supported if !_REGEX_SOURCE.
10881         The new names are always supported, regardless of _REGEX_SOURCE.
10882         (re_buffer): Renamed from buffer.
10883         (re_allocated): Renamed from allocated.
10884         (re_used): Renamed from used.
10885         (re_syntax): Renamed from syntax.
10886         (re_fastmap): Renamed from fastmap.
10887         (re_translate): Renamed from translate.
10888         (re_can_be_null): Renamed from can_be_null.
10889         (re_regs_allocated): Renamed from regs_allocated.
10890         (re_fastmap_accurate): Renamed from fastmap_accurate.
10891         (re_no_sub): Renamed from no_sub.
10892         (re_not_bol): Renamed from not_bol.
10893         (re_not_eol): Renamed from not_eol.
10894         (re_newline_anchor): Renamed from newline_anchor.
10895
10896         Change the following member names in struct re_registers.
10897         The old names are still supported if !_REGEX_SOURCE.
10898         The new names are always supported, regardless of _REGEX_SOURCE.
10899         (rm_num_regs): Renamed from num_regs.
10900         (rm_start): Renamed from start.
10901         (rm_end): Renamed from end.
10902
10903         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10904         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10905         Prepend __ to parameter names.
10906
10907         Undo yesterday's changes.
10908
10909 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
10912         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
10913         lib/regex.c.
10914
10915 2005-08-24  Jim Meyering  <jim@meyering.net>
10916
10917         Sync from coreutils.
10918         * m4/fcntl-safer.m4: New file.
10919
10920         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
10921         and object files for this module.
10922
10923 2005-08-24  Jim Meyering  <jim@meyering.net>
10924
10925         Sync from coreutils.
10926         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
10927
10928 2005-08-24  Jim Meyering  <jim@meyering.net>
10929
10930         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
10931         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
10932
10933 2005-08-24  Jim Meyering  <jim@meyering.net>
10934
10935         * modules/fcntl-safer: New module.
10936         * modules/fts (Depends-on): Add fcntl-safer.
10937         * MODULES.html.sh (File descriptor based Input/Output):
10938         Add fcntl-safer.
10939
10940 2005-08-24  Bruno Haible  <bruno@clisp.org>
10941
10942         Support for unit test modules.
10943         * modules/README: Mention tests modules.
10944         * modules/TEMPLATE-TESTS: New file.
10945         * gnulib-tool: New options --extract-tests-module, --with-tests and
10946         --tests-base (unused for the moment).
10947         (testsbase, inctests): New variables.
10948         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
10949         (func_verify_module): Exclude TEMPLATE-TESTS.
10950         (func_verify_nontests_module, func_verify_tests_module): New functions.
10951         (func_get_dependencies): Add implicit dependency for tests modules.
10952         (func_get_tests_module): New function.
10953         (func_modules_transitive_closure): When --with-tests was specified,
10954         include the unit tests as well, unless explicitly avoided.
10955         (func_emit_lib_Makefile_am): Ignore the tests modules here.
10956         (func_emit_tests_Makefile_am): New function.
10957         (func_create_testdir): When --with-tests was specified, emit a
10958         tests/ directory.
10959         * MODULES.html.sh (Future developments): Update.
10960
10961 2005-08-24  Bruno Haible  <bruno@clisp.org>
10962
10963         * modules/tls-tests: New file.
10964         * tests/test-tls.c: New file, from GNU gettext.
10965
10966 2005-08-24  Bruno Haible  <bruno@clisp.org>
10967
10968         * modules/lock-tests: New file.
10969         * tests/test-lock.c: New file, from GNU gettext.
10970
10971 2005-08-24  Bruno Haible  <bruno@clisp.org>
10972
10973         * lib/lock.h: Add multiple inclusion guard.
10974         * lib/tls.h: Add multiple inclusion guard.
10975
10976 2005-08-24  Bruno Haible  <bruno@clisp.org>
10977
10978         * gnulib-tool: Add support for the --aux-dir option to
10979         --create-testdir, --create-megatestdir, --test, --megatest.
10980         (func_create_testdir, func_create_megatestdir): Optionally emit a
10981         AC_CONFIG_AUX_DIR directive.
10982         (create-testdir, create-megatestdir, test, megatest): Provide a
10983         default value for $auxdir.
10984
10985 2005-08-24  Bruno Haible  <bruno@clisp.org>
10986
10987         * gnulib-tool (import): Use compound statement instead of subshell
10988         where possible.
10989
10990 2005-08-24  Bruno Haible  <bruno@clisp.org>
10991
10992         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10993
10994 2005-08-24  Bruno Haible  <bruno@clisp.org>
10995
10996         * gnulib-tool (func_version): Update.
10997
10998 2005-08-24  Bruno Haible  <bruno@clisp.org>
10999
11000         * gnulib-tool (func_import, func_create_testdir,
11001         func_create_megatestdir): Quote all autoconf macro arguments.
11002
11003 2005-08-24  Bruno Haible  <bruno@clisp.org>
11004
11005         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11006         option --force, because --force causes the aclocal.m4 of each
11007         subdirectory to be newer than the corresponding config.h.in.
11008
11009 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11010
11011         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11012         All contents moved to gl_REGEX.
11013         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11014         assume that it does.
11015
11016 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11017
11018         * lib/regex.h (REG_NOSYS)
11019         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11020         Define, since POSIX requires it as of 2001.
11021         (_REG_ENOSYS)
11022         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11023         New private symbol, used to keep the enum signed in all cases.
11024         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11025         Youngman in
11026         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11027
11028         * lib/regex_internal.c (re_string_skip_chars, register_state):
11029         (calc_state_hash):
11030         Remove forward decls; no longer needed now that we use prototypes.
11031         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11032         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11033         (clean_state_log_if_needed): Likewise.
11034
11035 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11036
11037         * config/srclist.txt: Add glibc bugs 1231-1233.
11038
11039 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11040
11041         Fix problems reported by Sam Steingold in
11042         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11043         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11044         assumed that reg_errcode_t is a signed type, which is not
11045         necessarily true if _XOPEN_SOURCE is not defined.
11046         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11047         since some compilers warn about it otherwise.
11048
11049 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11052         (init_word_char, create_initial_state, duplicate_node_closure):
11053         (fetch_token, peek_token_bracket, build_range_exp):
11054         (build_collating_symbol): Remove forward decls; no longer needed
11055         now that we use prototypes.
11056
11057         * lib/regcomp.c:
11058         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11059         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11060         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11061         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11062         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11063         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11064         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11065         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11066         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11067         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11068         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11069         (build_charclass, build_charclass_op, fetch_number, create_tree):
11070         (create_token_tree, mark_opt_subexp, duplicate_tree):
11071         Use prototypes rather than old-style definitions.
11072
11073         * lib/regex_internal.c:
11074         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11075         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11076         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11077         (re_string_reconstruct, re_string_peek_byte_case):
11078         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11079         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11080         (re_node_set_init_copy, re_node_set_add_intersect):
11081         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11082         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11083         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11084         (re_acquire_state, re_acquire_state_context, register_state):
11085         (create_ci_newstate, create_cd_newstate, free_state):
11086         Likewise.
11087         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11088         re_search_2):
11089         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11090         (re_search_internal, prune_impossible_nodes):
11091         (acquire_init_state_context, check_matching, static):
11092         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11093         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11094         (update_regs, sift_states_backward, build_sifted_states):
11095         (clean_state_log_if_needed, merge_state_array):
11096         (update_cur_sifted_state, add_epsilon_src_nodes):
11097         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11098         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11099         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11100         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11101         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11102         (check_arrival, check_arrival_add_next_nodes):
11103         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11104         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11105         (check_node_accept_bytes, check_node_accept, extend_buffers):
11106         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11107         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11108         (sift_ctx_init):
11109         Likewise.
11110
11111         * lib/regex_internal.h:
11112         (re_string_allocate, re_string_construct, re_string_reconstruct):
11113         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11114         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11115         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11116         (re_string_context_at, re_string_peek_byte_case):
11117         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11118         is defined, since we now use prototypes always.
11119
11120         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11121         C89 or better.  All uses removed.
11122
11123 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11124
11125         * config/srclist.txt: Add glibc bugs 1220-1227.
11126
11127 2005-08-20  Jim Meyering  <jim@meyering.net>
11128
11129         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11130         of unused local, dfa.
11131
11132 2005-08-20  Bruno Haible  <bruno@clisp.org>
11133
11134         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11135
11136 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11137
11138         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11139         (re_node_set_insert_last, re_dfa_add_node):
11140         Rename local variables to avoid GCC shadowing warnings.
11141
11142 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11143
11144         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11145         [defined lint]: Suppress bogus uninitialized-variable warnings.
11146
11147         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11148         and let the caller return REG_ESPACE if out of space.  This
11149         removes an uninitialied-variable warning with GCC 4.0.1, and also
11150         avoids taking the address of a local variable.  All callers
11151         changed.
11152
11153 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11154
11155         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11156         $LIBCSRC/posix/regexec.c.
11157         Add glibc bug 1217 for regcomp.c.
11158
11159 2005-08-19  Jim Meyering  <jim@meyering.net>
11160
11161         * lib/regexec.c (proceed_next_node): Redo local variables to
11162         avoid GCC shadowing warnings.
11163
11164 2005-08-18  Bruno Haible  <bruno@clisp.org>
11165
11166         * lib/strstr.c (strstr): Fix return value in multibyte case.
11167         * lib/strcasestr.c (strcasestr): Likewise.
11168
11169 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11170
11171         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11172
11173 2005-08-17  Jim Meyering  <jim@meyering.net>
11174
11175         Make the %s format (seconds since the epoch) work for a negative
11176         number and when used with a zero-padded field width, e.g. %015s.
11177
11178         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11179         label so that it precedes the code to set `digits'.  Otherwise,
11180         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11181         print `00-22'.  Now, it prints `-0022', as it should.
11182
11183 2005-08-17  Bruno Haible  <bruno@clisp.org>
11184
11185         * modules/strstr (Files): Add m4/mbrtowc.m4.
11186         (Depends-on): Add mbuiter.
11187
11188 2005-08-17  Bruno Haible  <bruno@clisp.org>
11189
11190         * modules/strcasestr: New file.
11191         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11192         strcasestr.
11193
11194 2005-08-17  Bruno Haible  <bruno@clisp.org>
11195
11196         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11197
11198 2005-08-17  Bruno Haible  <bruno@clisp.org>
11199
11200         * modules/mbuiter: New file.
11201         * MODULES.html.sh (Extended multibyte and wide character utilities):
11202         Add mbuiter.
11203
11204 2005-08-17  Bruno Haible  <bruno@clisp.org>
11205
11206         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11207         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11208
11209 2005-08-17  Bruno Haible  <bruno@clisp.org>
11210
11211         * m4/strcasestr.m4: New file.
11212
11213 2005-08-17  Bruno Haible  <bruno@clisp.org>
11214
11215         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11216         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11217
11218 2005-08-17  Bruno Haible  <bruno@clisp.org>
11219
11220         * lib/strcasestr.h: New file.
11221         * lib/strcasestr.c: New file.
11222
11223 2005-08-17  Bruno Haible  <bruno@clisp.org>
11224
11225         * lib/strcasecmp.c: Use mbuiter.h.
11226
11227 2005-08-17  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/mbuiter.h: New file.
11230
11231 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11232
11233         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11234         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11235         and gl_GETOPT are both invoked via different paths (as happens
11236         with GNU tar CVS because it uses both argp and getopt), the former
11237         wins.
11238
11239 2005-08-16  Bruno Haible  <bruno@clisp.org>
11240
11241         * modules/tls: New file.
11242         * MODULES.html.sh (Multithreading): Add tls.
11243
11244 2005-08-16  Bruno Haible  <bruno@clisp.org>
11245
11246         * modules/strnlen1: New file.
11247         * MODULES.html.sh (String handling): Add strnlen1.
11248
11249 2005-08-16  Bruno Haible  <bruno@clisp.org>
11250
11251         * modules/strcase (Files): Add m4/mbrtowc.m4.
11252         (Depends-on): Add strnlen1, mbchar.
11253
11254 2005-08-16  Bruno Haible  <bruno@clisp.org>
11255
11256         * modules/mbiter: New file.
11257         * MODULES.html.sh (Extended multibyte and wide character utilities):
11258         Add mbiter.
11259
11260 2005-08-16  Bruno Haible  <bruno@clisp.org>
11261
11262         * modules/mbfile: New file.
11263         * MODULES.html.sh (Extended multibyte and wide character utilities):
11264         Add mbfile.
11265
11266 2005-08-16  Bruno Haible  <bruno@clisp.org>
11267
11268         * modules/mbchar: New file.
11269         * MODULES.html.sh (Extended multibyte and wide character utilities):
11270         New section.
11271
11272 2005-08-16  Bruno Haible  <bruno@clisp.org>
11273
11274         * m4/tls.m4: New file, from GNU gettext.
11275
11276 2005-08-16  Bruno Haible  <bruno@clisp.org>
11277
11278         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11279         always.
11280         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11281
11282 2005-08-16  Bruno Haible  <bruno@clisp.org>
11283
11284         * m4/mbiter.m4: New file.
11285
11286 2005-08-16  Bruno Haible  <bruno@clisp.org>
11287
11288         * m4/mbfile.m4: New file.
11289
11290 2005-08-16  Bruno Haible  <bruno@clisp.org>
11291
11292         * m4/mbchar.m4: New file.
11293
11294 2005-08-16  Bruno Haible  <bruno@clisp.org>
11295
11296         * lib/tls.h: New file, from GNU gettext.
11297         * lib/tls.c: New file, from GNU gettext.
11298
11299 2005-08-16  Bruno Haible  <bruno@clisp.org>
11300
11301         * lib/strnlen1.h: New file.
11302         * lib/strnlen1.c: New file.
11303
11304 2005-08-16  Bruno Haible  <bruno@clisp.org>
11305
11306         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11307         (mbi_init): Update.
11308         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11309         NUL byte, not after it.
11310
11311 2005-08-16  Bruno Haible  <bruno@clisp.org>
11312
11313         * lib/strcase.h (strcasecmp): Add note in comments.
11314         * lib/strncasecmp.c: Use code from strcasecmp.c.
11315         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11316         (strcasecmp): Work correctly in multibyte locales.
11317
11318 2005-08-16  Bruno Haible  <bruno@clisp.org>
11319
11320         * lib/mbiter.h: New file.
11321
11322 2005-08-16  Bruno Haible  <bruno@clisp.org>
11323
11324         * lib/mbfile.h: New file.
11325
11326 2005-08-16  Bruno Haible  <bruno@clisp.org>
11327
11328         * lib/mbchar.h: New file.
11329         * lib/mbchar.c: New file.
11330
11331 2005-08-16  Bruno Haible  <bruno@clisp.org>
11332
11333         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11334         the valid ones. Makes the comparison operations transitive:
11335         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11336         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11337
11338 2005-08-15  Simon Josefsson  <jas@extundo.com>
11339
11340         * modules/ssize_t (License): Change to 'unlimited'.
11341
11342         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11343
11344 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11345
11346         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11347         Add comments for each pending glibc patch.
11348
11349 2005-08-15  Bruno Haible  <bruno@clisp.org>
11350
11351         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11352         __cplusplus is defined.
11353
11354 2005-08-14  Jim Meyering  <jim@meyering.net>
11355
11356         Sync from coreutils.
11357
11358         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11359         Use the hash-table-based cycle-detection code not just when
11360         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11361         Reported by James Youngman in
11362         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11363         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11364         FTS_TIGHT_CYCLE_CHECK.
11365         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11366         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11367         once again.
11368         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11369         * lib/fts.c (fd_safer): Remove decl.
11370         Include fcntl--.h rather than unistd-safer.h
11371         (fts_safe_changedir): Don't call fd_safer; no longer needed
11372         now that we include fcntl--.h.
11373
11374 2005-08-12  Simon Josefsson  <jas@extundo.com>
11375
11376         * modules/getndelim2: Use ssize_t module.
11377         * modules/getnline: Likewise.
11378         * modules/safe-read: Likewise.
11379         * modules/xreadlink: Likewise.
11380
11381         * modules/ssize_t: New file.
11382
11383 2005-08-12  Simon Josefsson  <jas@extundo.com>
11384
11385         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11386
11387 2005-08-12  Simon Josefsson  <jas@extundo.com>
11388
11389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11390         ssize_t.
11391
11392 2005-08-12  Simon Josefsson  <jas@extundo.com>
11393
11394         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11395         readline, getdelim and check_version.
11396         (Support for systems lacking ISO C 99: Sizes of integer types):
11397         Add size_max.
11398
11399 2005-08-12  Bruno Haible  <bruno@clisp.org>
11400
11401         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11402
11403 2005-08-11  Simon Josefsson  <jas@extundo.com>
11404
11405         * modules/readline: New file.
11406
11407         * modules/strnlen (Files): Add strnlen.h.
11408
11409 2005-08-11  Simon Josefsson  <jas@extundo.com>
11410
11411         * m4/readline.m4: New file.
11412
11413 2005-08-11  Simon Josefsson  <jas@extundo.com>
11414
11415         * lib/readline.h, readline.c: New file.
11416
11417 2005-08-11  Simon Josefsson  <jas@extundo.com>
11418
11419         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11420         gl_AVOID.
11421
11422 2005-08-11  Bruno Haible  <bruno@clisp.org>
11423
11424         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11425
11426 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11427
11428         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11429
11430 2005-08-10  Simon Josefsson  <jas@extundo.com>
11431
11432         * tests/test-iconvme.c: New file.
11433
11434 2005-08-10  Simon Josefsson  <jas@extundo.com>
11435
11436         * m4/strnlen.m4: New file.
11437
11438         * m4/strndup.m4: Don't check for strnlen declaration, done in
11439         strnlen.m4.
11440
11441 2005-08-10  Simon Josefsson  <jas@extundo.com>
11442
11443         * lib/strndup.c: Use strnlen.h.
11444
11445         * lib/strnlen.h: New file.
11446
11447 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11448
11449         * README: Typos.
11450
11451 2005-08-02  Simon Josefsson  <jas@extundo.com>
11452
11453         * modules/readline: New file.
11454
11455 2005-08-02  Simon Josefsson  <jas@extundo.com>
11456
11457         * modules/getdelim: New file.
11458
11459         * modules/getline: Rewrite, don't use getndelim2.
11460
11461 2005-08-02  Simon Josefsson  <jas@extundo.com>
11462
11463         * m4/getline.m4: Separate out getdelim stuff into separate module.
11464
11465         * m4/getdelim.m4: New file.
11466
11467 2005-08-02  Simon Josefsson  <jas@extundo.com>
11468
11469         * lib/getline.h, getline.c: Rewrite.
11470
11471         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11472
11473 2005-07-31  Bruno Haible  <bruno@clisp.org>
11474
11475         * lib/lock.h (gl_lock_initializer): New macro.
11476         (gl_lock_define_initialized): Use it.
11477         (gl_rwlock_initializer): New macro.
11478         (gl_rwlock_define_initialized): Use it.
11479         (gl_recursive_lock_initializer): New macro.
11480         (gl_recursive_lock_define_initialized): Use it.
11481
11482 2005-07-30  Karl Berry  <karl@gnu.org>
11483
11484         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11485         Report from Ben Pfaff, regarding getopt.
11486
11487 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11488
11489         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11490         normal way.
11491         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11492         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11493         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11494         (gl_GETOPT): Use the new macros.  Most of the implementation
11495         is moved to the new macros.  This is for programs like Emacs
11496         that don't want all the functionality of gl_GETOPT.
11497
11498 2005-07-26  Bruno Haible  <bruno@clisp.org>
11499
11500         * m4/lock.m4: Update from GNU gettext.
11501
11502 2005-07-26  Bruno Haible  <bruno@clisp.org>
11503
11504         * lib/lock.h: Update from GNU gettext.
11505         * lib/lock.c: Update from GNU gettext.
11506
11507 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11508
11509         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11510         obsolescent AC_TRY_RUN.  Include the default includes files, for
11511         'exit'.
11512
11513 2005-07-24  Bruno Haible  <bruno@clisp.org>
11514
11515         * modules/visibility: New file.
11516         * MODULES.html.sh (Misc): Add visibility.
11517
11518 2005-07-24  Bruno Haible  <bruno@clisp.org>
11519
11520         * m4/visibility.m4: New file.
11521
11522 2005-07-24  Bruno Haible  <bruno@clisp.org>
11523
11524         * doc/visibility.texi: New file.
11525
11526 2005-07-22  Bruno Haible  <bruno@clisp.org>
11527
11528         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11529         $(ALLOCA_H), redundant through BUILT_SOURCES.
11530         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11531         redundant through BUILT_SOURCES.
11532         * modules/byteswap (Makefile.am): Remove explicit dependency on
11533         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11534         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11535         $(FNMATCH_H), redundant through BUILT_SOURCES.
11536         * modules/getopt (Makefile.am): Remove explicit dependency on
11537         $(GETOPT_H), redundant through BUILT_SOURCES.
11538         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11539         redundant through BUILT_SOURCES.
11540         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11541         redundant through BUILT_SOURCES.
11542         * modules/stdbool (Makefile.am): Remove explicit dependency on
11543         $(STDBOOL_H), redundant through BUILT_SOURCES.
11544         * modules/stdint (Makefile.am): Remove explicit dependency on
11545         $(STDINT_H), redundant through BUILT_SOURCES.
11546         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11547         Remove explicit dependency on $(SYSEXITS_H).
11548         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11549
11550 2005-07-18  Simon Josefsson  <jas@extundo.com>
11551
11552         * lib/check-version.c (check_version): Accept identical versions too.
11553
11554 2005-07-18  Bruno Haible  <bruno@clisp.org>
11555
11556         * modules/lock: New file.
11557         * MODULES.html.sh (Multithreading): New section.
11558
11559 2005-07-18  Bruno Haible  <bruno@clisp.org>
11560
11561         * m4/lock.m4: New file, from GNU gettext.
11562
11563 2005-07-18  Bruno Haible  <bruno@clisp.org>
11564
11565         * lib/lock.h: New file, from GNU gettext.
11566         * lib/lock.c: New file, from GNU gettext.
11567
11568 2005-07-18  Bruno Haible  <bruno@clisp.org>
11569
11570         * lib/lock.h (gl_once_t): New type.
11571         (gl_once_define, gl_once): New macros.
11572         * lib/lock.c (fresh_once): New variable.
11573         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11574         functions.
11575
11576 2005-07-16  Simon Josefsson  <jas@extundo.com>
11577
11578         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11579         workaround, suggested by Bruno.
11580
11581 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11582
11583         * modules/xalloc (Depends-on): Add xalloc-die.
11584         * modules/xvasprintf (Depends-on): Add xalloc-die.
11585
11586 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11587
11588         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11589         with a minor change.
11590
11591 2005-07-15  Bruno Haible  <bruno@clisp.org>
11592
11593         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11594         When using lib/poll.c, define poll as rpl_poll.
11595
11596 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11597
11598         * modules/argp (Depends-on): Remove unlocked-io.
11599
11600 2005-07-14  Derek Price  <derek@ximbiot.com>
11601
11602         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11603         for glob symlink bug.
11604
11605 2005-07-14  Bruno Haible  <bruno@clisp.org>
11606
11607         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11608         Instead, test for *_unlocked function declarations directly.
11609
11610 2005-07-11  Simon Josefsson  <jas@extundo.com>
11611
11612         * modules/size_max: New file.
11613
11614         * modules/xsize: Depend on size_max module for size_max.m4.
11615
11616 2005-07-11  Simon Josefsson  <jas@extundo.com>
11617
11618         * lib/size_max.h: New file.
11619
11620 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11623         copyright symbol and the year.
11624         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11625         (version_etc_va): Use parameterized copyright notice.
11626         Reword to conform to the current GNU coding standards.
11627
11628 2005-07-11  Karl Berry  <karl@gnu.org>
11629
11630         * doc/gnulib.texi (Quoting): new node.
11631         (Initial import): more info, from Patrice.
11632
11633 2005-07-11  Bruno Haible  <bruno@clisp.org>
11634
11635         * gnulib-tool (func_usage): Document option --avoid.
11636         (Command line options): Handle --avoid.
11637         (func_acceptable): New function.
11638         (func_modules_transitive_closure): Use it.
11639
11640 2005-07-11  Bruno Haible  <bruno@clisp.org>
11641
11642         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11643         Reported by Jim Meyering.
11644
11645 2005-07-10  Bruno Haible  <bruno@clisp.org>
11646
11647         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11648         Needed when size_t is smaller than 'unsigned int'.
11649         Reported by Paul Eggert.
11650
11651 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11652
11653         * modules/argp (Depends-on): Add unlocked-io
11654
11655 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11656
11657         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11658         block of defines.
11659
11660 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11661
11662         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11663         fix now.
11664
11665 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11666         and Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11669         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11670
11671 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11672
11673         * modules/regex (Files): Add lib/regex_internal.c,
11674         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11675         (Depends-on): Add extensions.
11676         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11677
11678 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11679
11680         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11681         pathconf.
11682         * m4/same.m4 (gl_SAME): Likewise.
11683         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11684
11685         * m4/regex.m4: Adjust to new libc regex implementation.
11686         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11687         all the .c and .h parts of (the new) regex.
11688         Quote the m4 stuff better.
11689         Check for RE_ICASE bug of old gnulib.
11690         Check for REG_STARTEND of recent libc.
11691         Rename local variables from jm_* to gl_*.
11692         Quote operand of "test -f".
11693         Say "recent enough" version of libc, not "version 2".
11694         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11695         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11696         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11697         Remove check for btowc, isascii.
11698         Require AM_LANGINFO_CODESET.
11699
11700 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11701
11702         * lib/regex.c, regex.h: Sync from libc.
11703         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11704         * lib/regexec.c:
11705         New files, synced from libc, except that regex_internal.h
11706         currently has a small porting fix.
11707
11708 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11709
11710         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11711         regex_internal.c, regexec.c.
11712         Add regex_internal.h too, but as a comment, since the libc version
11713         is currently broken in gnulib mode.
11714
11715 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         Support programs like Emacs that use gnulib but not gettext.
11718         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11719         * modules/gettext-h: New file.
11720         * modules/gettext (Files): Remove lib/gettext.h.
11721         (Depends-on): Add gettext-h.
11722         (Makefile.am): Remove lib_SOURCES.
11723         * modules/argmatch, modules/c-stack, modules/closeout:
11724         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11725         * modules/execute, modules/file-type, modules/getaddrinfo:
11726         * modules/getopt, modules/human, modules/javacomp:
11727         * modules/javaexec, modules/mkdir-p, modules/obstack:
11728         * modules/openat, modules/pagealign_alloc, modules/pipe:
11729         * modules/quotearg, modules/regex, modules/rpmatch:
11730         * modules/unicodeio, modules/userspec, modules/version-etc:
11731         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11732         * modules/xsetenv:
11733         Depend on gettext-h, not gettext.
11734
11735 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11736
11737         * gnulib-tool (func_import): Add support for 'public domain' license.
11738         * modules/alloca, modules/atexit, modules/memmove:
11739         Now public domain, not GPL.
11740         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11741         * modules/realloc, modules/strerror, modules/strtod:
11742         Now LGPL, not GPL.
11743
11744 2005-07-05  Bruno Haible  <bruno@clisp.org>
11745
11746         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11747         autoconf CVS. Needed for mingw.
11748
11749 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11750
11751         Remove the dependency of the strftime module on the tzset module.
11752         * modules/strftime (Depends-on): Remove dependency on tzset.
11753
11754 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         Remove the dependency of the strftime module on the tzset module.
11757         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11758         gl_FUNC_TZSET_CLOBBER.
11759
11760 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11761
11762         Remove the dependency of the strftime module on the tzset module.
11763         * lib/strftime.c (my_strftime)
11764         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11765         Copy the input structure, to work around some of the bug with
11766         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11767         Solaris releases, you should also use the tzset module, but we won't
11768         require it as a dependency any more since we don't want LGPLed code
11769         to depend on GPLed code.
11770
11771 2005-07-02  Jim Meyering  <jim@meyering.net>
11772
11773         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11774         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11775         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11776         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11777
11778 2005-07-02  Jim Meyering  <jim@meyering.net>
11779
11780         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11781
11782 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11783
11784         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11785         declares only 'struct timespec;' (!).
11786
11787 2005-07-01  Jim Meyering  <jim@meyering.net>
11788
11789         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11790         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11791         * lib/save-cwd.c, tempname.c:
11792         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11793         and don't include <sys/file.h>).
11794
11795 2005-06-29  Jim Meyering  <jim@meyering.net>
11796
11797         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11798         type name.  Use the variable name instead.
11799         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11800         Likewise.
11801
11802 2005-06-28  Simon Josefsson  <jas@extundo.com>
11803
11804         * modules/check-version (Files): Add check-version.m4.
11805
11806 2005-06-28  Simon Josefsson  <jas@extundo.com>
11807
11808         * m4/check-version.m4: New file, suggested by Jim Meyering
11809         <jim@meyering.net>.
11810
11811 2005-06-28  Simon Josefsson  <jas@extundo.com>
11812
11813         * lib/check-version.h, lib/check-version.c: New files.
11814
11815 2005-06-28  Simon Josefsson  <jas@extundo.com>
11816
11817         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11818         collision with global variable.  Better indentation.  Don't
11819         increment buffer pointer beyond buffer end.  Based on comments
11820         from Paul Eggert <eggert@cs.ucla.edu>.
11821
11822         * lib/base64.h: Indent.
11823
11824 2005-06-28  Simon Josefsson  <jas@extundo.com>
11825
11826         * doc/gnulib.texi (Library version handling): New section.
11827
11828 2005-06-28  Jim Meyering  <jim@meyering.net>
11829
11830         * check-module (find_included_lib_files): Hard-code another
11831         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11832         but modules/fts-lgpl (correctly) does not list those files.
11833
11834         * modules/canonicalize (Files): Add lib/pathmax.h.
11835
11836 2005-06-25  Simon Josefsson  <jas@extundo.com>
11837
11838         * modules/check-version: New file.
11839
11840 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11841
11842         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11843         initializer of struct addrinfo, as an indication that we don't
11844         care how many members the structure has.
11845
11846 2005-06-24  Derek Price  <derek@ximbiot.com>
11847         and Bruno Haible  <bruno@clisp.org>
11848
11849         Remove stat module & update lstat.
11850         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11851         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11852         * m4/stat.m4: Remove this file.
11853
11854 2005-06-24  Derek Price  <derek@ximbiot.com>
11855         and Bruno Haible  <bruno@clisp.org>
11856
11857         Remove stat module & update lstat.
11858         * lib/stat.c: Remove this file...
11859         (slash_aware_lstat): ...moving this content and its support...
11860         * lib/lstat.c (rpl_lstat): ...into here.
11861         * lib/lstat.h: New file.
11862
11863 2005-06-24  Derek Price  <derek@ximbiot.com>
11864         and Bruno Haible  <bruno@clisp.org>
11865
11866         Remove stat module & update lstat.
11867         * config/srclist.txt (libc sources): Remove stat.
11868
11869 2005-06-24  Derek Price  <derek@ximbiot.com>
11870         and Bruno Haible  <bruno@clisp.org>
11871
11872         Remove stat module & update lstat.
11873         * MODULES.html.sh (stat): Remove.
11874         * MODULES.html: Regenerated.
11875         * modules/lstat (Description): Correct function name.
11876         (Files): Add "lstat.h".
11877         (Depends-on): Remove stat, add xalloc, stat-macros.
11878         * modules/stat: Remove this file.
11879         (Include): Add "lstat.h", remove <sys/stat.h>.
11880
11881 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11882
11883         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11884         (ranged_convert): Don't save conversion in a temporary struct.
11885         This causes a warning with GCC 4.0.0, and anyway in the typical
11886         case it's not worth the extra 100 bytes or so of code.
11887         (ranged_convert, __mktime_internal): When calling a function via a
11888         pointer P, use P () rather than (*P) (), as we now assume C89 or
11889         better.
11890
11891 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11892
11893         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11894         "who -r" failed to give output.  Problem reported by Tim Waugh.
11895
11896         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11897         (xcalloc): Use it to avoid needless tests.
11898         Problem reported by Jim Meyering.
11899
11900 2005-06-20  Derek Price  <derek@ximbiot.com>
11901
11902         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11903         unnecessary for Autoconfs > 2.59c.
11904
11905 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11906
11907         * lib/argp.h (__option_is_short): Check upper limit of
11908         __key. Isprint() requires its argument to have the value
11909         of an unsigned char or EOF.
11910
11911 2005-06-16  Jim Meyering  <jim@meyering.net>
11912
11913         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
11914         when either N or S is zero.
11915
11916 2005-06-16  Derek Price  <derek@ximbiot.com>
11917
11918         * m4/bison.m4: Declare YACC & YFLAGS precious.
11919
11920 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
11923         multibyte string or pattern, fall back on unibyte matching.
11924         Problem reported by James Youngman.
11925
11926 2005-06-08  Bruno Haible  <bruno@clisp.org>
11927
11928         * modules/csharpcomp: New file.
11929         * MODULES.html.sh (C#): Add csharpcomp.
11930
11931 2005-06-08  Bruno Haible  <bruno@clisp.org>
11932
11933         * m4/csharpcomp.m4: New file, from GNU gettext.
11934
11935 2005-06-08  Bruno Haible  <bruno@clisp.org>
11936
11937         * lib/csharpcomp.h: New file, from GNU gettext.
11938         * lib/csharpcomp.c: New file, from GNU gettext.
11939         * lib/csharpcomp.sh.in: New file, from GNU gettext.
11940
11941 2005-06-08  Bruno Haible  <bruno@clisp.org>
11942
11943         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
11944         warning on mingw.
11945
11946 2005-06-07  Derek Price  <derek@ximbiot.com>
11947
11948         Sync from CVS.
11949         * lib/glob_.h: Indent nested #ifdef.
11950
11951 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11952
11953         Sync from coreutils.
11954         Use "file name" when talking about file names, instead of "filename"
11955         or "path", as per the GNU coding standards.
11956         * lib/mkdir-p.c: Renamed from makepath.c.
11957         (make_dir_parents): Renamed from make_path.  All callers changed.
11958         * lib/mkdir-p.h: Likewise.  All includers changed.
11959         * lib/filenamecat.c: Renamed from path-concat.c.
11960         (file_name_concat): Renamed from path_concat.  All callers changed.
11961         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
11962         * lib/filenamecat.h: Likewise.  All includers changed.
11963         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
11964         in comments or local variable names.
11965         * lib/basename.c: Likewise.
11966         * lib/canonicalize.c, canonicalize.h: Likewise.
11967         * lib/dirname.c, dirname.h: Likewise.
11968         * lib/euidaccess.c: Likewise.
11969         * lib/exclude.c: Likewise
11970         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
11971         * lib/fsusage.c, fsuage.h: Likewise.
11972         * lib/fts.c, fts_.h: Likewise.
11973         * lib/getcwd.c: Likewise.
11974         * lib/getloadavg.c: Likewise.
11975         * lib/mkstemp.c: Likewise.
11976         * lib/mountlist.c, mountlist.h: Likewise.
11977         * lib/openat.c, openat.h: Likewise.
11978         * lib/readlink-stub.c: Likewise.
11979         * lib/readutmp.c, readutmp.h: Likewise.
11980         * lib/rename.c: Likewise.
11981         * lib/rmdir.c: Likewise.
11982         * lib/same.c: Likewise.
11983         * lib/savedir.c: Likewise.
11984         * lib/stripslash.c: Likewise.
11985         * lib/tempname.c: Likewise.
11986         * lib/xreadlink.c: Likewise.
11987         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
11988         All uses changed.
11989         * lib/exclude.h: Likewise.
11990
11991         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
11992         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11993         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11994         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11995         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11996         files have been getting away with it for years (MORE/BSD 4.3
11997         is extinct now).
11998         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11999         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12000
12001         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12002         Define to 256, not 255, as per modern POSIX.
12003
12004 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12005
12006         Sync from coreutils.
12007         Use "file name" when talking about file names, instead of "filename"
12008         or "path", as per the GNU coding standards.
12009         * MODULES.html.sh: mkdir-p renamed from makepath.
12010         filenamecat renamed from path-concat.
12011         * modules/filenamecat: Renamed from modules/path-concat.
12012         (Files): filenamecat.h and filenamecat.c renamed from
12013         path-concat.h and path-concat.c.
12014         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12015         (Include): filenamecat.h, not path-concat.h.
12016         * modules/mkdir-p: Renamed from modules/makepath.
12017         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12018         makepath.c.
12019         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12020         (Include): mkdir-p.h, not makepath.h.
12021
12022 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         Sync from coreutils.
12025         * m4/mkdir-p.m4: Renamed from makepath.m4.
12026         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12027         Rename files from makepath.c to mkdir-p.c, and from
12028         makepath.h to mkdir-p.h.
12029         * m4/filenamecat.m4: Renamed from path-concat.m4.
12030         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12031         Rename files from path-concat.c to filenamecat.c,
12032         and from path-concat.h to filenamecat.h.
12033         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12034         "file name" in local variables or comments.
12035         * m4/rename.m4: Likewise.
12036
12037 2005-06-01  Bruno Haible  <bruno@clisp.org>
12038
12039         * modules/csharpexec: New file.
12040         * MODULES.html.sh (C#): New section.
12041
12042 2005-06-01  Bruno Haible  <bruno@clisp.org>
12043
12044         * m4/csharp.m4: New file, from GNU gettext.
12045         * m4/csharpexec.m4: New file, from GNU gettext.
12046
12047 2005-06-01  Bruno Haible  <bruno@clisp.org>
12048
12049         * lib/csharpexec.h: New file, from GNU gettext.
12050         * lib/csharpexec.c: New file, from GNU gettext.
12051         * lib/csharpexec.sh.in: New file, from GNU gettext.
12052
12053 2005-05-31  Derek Price  <derek@ximbiot.com>
12054             Paul Eggert  <eggert@cs.ucla.edu>
12055
12056         Sync from cvs.
12057         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12058
12059 2005-05-31  Derek Price  <derek@ximbiot.com>
12060             Paul Eggert  <eggert@cs.ucla.edu>
12061
12062         Sync from cvs.
12063         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12064
12065 2005-05-29  Derek Price  <derek@ximbiot.com>
12066
12067         * config/srclist.txt (glob_.h, glob.c): Add these files.
12068
12069 2005-05-29  Derek Price  <derek@ximbiot.com>
12070
12071         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12072         * modules/glob: New file.
12073         * modules/getlogin_r: Add link to POSIX spec in description.
12074
12075 2005-05-29  Derek Price  <derek@ximbiot.com>
12076             Paul Eggert  <eggert@cs.ucla.edu>
12077
12078         * m4/glob.m4: New file.
12079
12080 2005-05-29  Derek Price  <derek@ximbiot.com>
12081             Paul Eggert  <eggert@cs.ucla.edu>
12082
12083         * lib/glob_.h, lib/glob.c: New files.
12084
12085 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12086
12087         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12088         * modules/fts-lgpl (Depends-on): Remove gettext.
12089
12090 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12091
12092         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12093         and don't require gt_INTTYPES_PRI.
12094
12095 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12096
12097         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12098
12099         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12100         the configuration hassle isn't worth it.
12101         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12102         (LONGEST_MODIFIER, PRIuMAX): Remove.
12103
12104 2005-05-27  Bruno Haible  <bruno@clisp.org>
12105
12106         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12107
12108 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12109
12110         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12111         _POSIX_PTHREAD_SEMANTICS for Solaris.
12112
12113 2005-05-25  Derek Price  <derek@ximbiot.com>
12114
12115         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12116
12117 2005-05-25  Derek Price  <derek@ximbiot.com>
12118             Paul Eggert  <eggert@cs.ucla.edu>
12119
12120         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12121         * lib/getlogin_r.c, getlogin_r.h: New files.
12122
12123 2005-05-25  Bruno Haible  <bruno@clisp.org>
12124             Derek Price  <derek@ximbiot.com>
12125
12126         * lib/getlogin_r.h: Simplify API documentation.
12127
12128 2005-05-23  Derek Price  <derek@ximbiot.com>
12129
12130         * modules/minmax (Files): Add m4/minmax.m4.
12131         (configure.ac): Add gl_MINMAX.
12132
12133 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12134
12135         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12136         so that unistd-safer.h (GPL'ed code) need not be included.
12137
12138 2005-05-22  Bruno Haible  <bruno@clisp.org>
12139
12140         * m4/minmax.m4: New file.
12141         Based on a patch by Derek Price <derek@ximbiot.com>.
12142
12143 2005-05-22  Bruno Haible  <bruno@clisp.org>
12144
12145         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12146         (INT64_MIN): Fix definition.
12147         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12148
12149         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12150         NEED_SIGNED_INT_TYPES.
12151
12152         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12153         HAVE_SYSTEM_INTTYPES.
12154
12155 2005-05-22  Bruno Haible  <bruno@clisp.org>
12156
12157         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12158         Also include <sys/param.h> if it defines MIN, MAX.
12159         Based on a patch by Derek Price <derek@ximbiot.com>.
12160
12161 2005-05-21  Jim Meyering  <jim@meyering.net>
12162
12163         * modules/fts (Files): Add m4/inttypes-pri.m4.
12164         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12165
12166 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         New fts module.
12169         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12170         (setup_dir, free_dir): New functions.
12171         (enter_dir, leave_dir): Define trivial
12172         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12173         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12174         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12175         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12176         Move to fts-cycle.c.
12177         (fts_open): Use setup_dir.
12178         (fts_close): Use free_dir.
12179         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12180         This adds a label and some gotos, but the alternatives were messier.
12181         Check for memory allocation failure when entering a dir.
12182         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12183         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12184         (FTS): New member fts_cycle, that is a union that contains the
12185         old active_dir_ht and cycle_state.  All uses changed to mention
12186         fts_cycle.ht and fts_cycle.state.
12187         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12188         fts.c, with the following changes:
12189         (setup_dir, free_dir): New functions.
12190         (enter_dir): Now returns bool.  Return true if successful, false
12191         if memory exhausted.  All callers changed.
12192         Do not bother partly cleaning up on
12193         memory allocation failure; that is free_dir's job.
12194         However, free ad if hash_insert fails, to avoid memory leak.
12195         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12196         fts->fts_options to see which union member to use.
12197
12198 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12199
12200         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12201         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12202
12203 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12204
12205         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12206
12207 2005-05-20  Jim Meyering  <jim@meyering.net>
12208
12209         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12210         Now a macro, to pacify GCC.
12211
12212 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12213
12214         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12215         of -1.
12216
12217 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12218
12219         * lib/chown.c (rpl_chown): Return -1 on failure.
12220
12221 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12222
12223         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12224         Don't check for stddef.h.
12225         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12226         don't use its results.
12227         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12228         since we include them unconditionally.  Don't require
12229         AM_STDBOOL_H, since stdbool is a prerequisite.
12230         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12231         since we assume C89 or better.
12232         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12233         as we don't use their results.
12234         Don't check for fchdir, memmove, memset, strrchr, as we use
12235         them unconditionally.
12236         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12237         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12238
12239 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12240
12241         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12242         Include <stddef.h> unconditionally, since we assume C89 now.
12243         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12244         * lib/fts.c: Include fts_.h first, to check interface.
12245         Do not include intprops.h; no longer needed.
12246         Include cycle-check.h and hash.h, since fts_.h no longer does.
12247         Remove unnecessary casts of closedir to void.
12248         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12249         decide whether to decrement nlinks.
12250         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12251         (FTS): Use struct hash_table * instead of Hash_table, so that
12252         we no longer need to include hash.h here.
12253
12254 2005-05-18  Jim Meyering  <jim@meyering.net>
12255
12256         * modules/dirfd (License): Change to LGPL.  Most of the code
12257         is already in the public domain.
12258
12259 2005-05-18  Jim Meyering  <jim@meyering.net>
12260
12261         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12262         Reported by Yoann Vandoorselaere.
12263
12264 2005-05-17  Jim Meyering  <jim@meyering.net>
12265
12266         * m4/fts.m4: New file, from coreutils.
12267
12268 2005-05-17  Jim Meyering  <jim@meyering.net>
12269
12270         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12271
12272 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12273
12274         Sync from coreutils.
12275         * m4/unlinkdir.m4: New file.
12276
12277 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12278
12279         Sync from coreutils.
12280         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12281         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12282         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12283         White space changes only.
12284         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12285         special.
12286         * lib/yesno.c: Include getline.h, not ctype.h.
12287         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12288         Use getline to remove arbitrary restriction on response length.
12289
12290 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12291
12292         * config/srclist-update: Spell out "Street" in FSF postal
12293         mail address; this is the style the FSF seems to prefer.
12294
12295         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12296         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12297         this updates FSF postal mail address.
12298
12299         Sync from coreutils.
12300         * modules/unlinkdir: New file.
12301         * modules/yesno (Depends-on): Add getline.
12302         * MODULES.html.sh (File system functions): Add unlinkdir.
12303
12304 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12307         lib/strsep.h:
12308         Change the initial comment to refer to GPL, not LGPL.
12309         gnulib-tool will change it to LGPL as needed.
12310
12311         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12312         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12313         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12314         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12315         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12316         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12317         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12318         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12319         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12320         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12321         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12322         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12323         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12324         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12325         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12326         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12327         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12328         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12329         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12330         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12331         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12332         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12333         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12334         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12335         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12336         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12337         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12338         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12339         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12340         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12341         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12342         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12343         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12344         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12345         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12346         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12347         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12348         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12349         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12350         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12351         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12352         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12353         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12354         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12355         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12356         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12357         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12358         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12359         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12360         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12361         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12362         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12363         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12364         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12365         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12366         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12367         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12368         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12369         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12370         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12371         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12372         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12373         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12374         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12375         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12376         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12377         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12378         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12379         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12380         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12381         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12382         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12383         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12384         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12385         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12386         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12387         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12388         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12389         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12390         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12391         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12392         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12393         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12394         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12395         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12396         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12397         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12398         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12399         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12400         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12401         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12402         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12403         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12404         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12405         lib/yesno.c, lib/yesno.h:
12406         Update FSF postal mail address.
12407
12408 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12411         tests/test-memmem.c, tests/test-stpncpy.c:
12412         Update FSF postal mail address.
12413
12414 2005-05-13  Bruno Haible  <bruno@clisp.org>
12415
12416         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12417         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12418         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12419         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12420         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12421         Add support for 64-bit integers in the MSVC compiler.
12422
12423 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12424
12425         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12426
12427 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12428
12429         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12430
12431 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12432
12433         * doc/getdate.texi (General date syntax): Don't say that date
12434         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12435         Problem reported by Nic Ferrier.
12436
12437 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12438
12439         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12440         specified in ai_socktype. Fix invalid ai_protocol
12441         check. ai_protocol is usually set to 0 or depending on
12442         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12443         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12444         ai_socktype / ai_protocol in the returned addrinfo structure.
12445
12446 2005-05-10  Simon Josefsson  <jas@extundo.com>
12447
12448         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12449         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12450
12451 2005-05-10  Karl Berry  <karl@gnu.org>
12452
12453         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12454         (from http://www.gnu.org/licenses).
12455         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12456         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12457         fdl.texi suffices.
12458
12459 2005-05-10  Karl Berry  <karl@gnu.org>
12460
12461         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12462         (COPYING.DOC): remove.
12463
12464         * config/srclist-update: new FSF address.
12465
12466 2005-05-10  Derek Price  <derek@ximbiot.com>
12467
12468         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12469         possible.
12470
12471 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12472             Bruno Haible  <bruno@clisp.org>
12473
12474         * modules/inet_ntop: New file.
12475         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12476         inet_ntop.
12477
12478 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12479             Bruno Haible  <bruno@clisp.org>
12480
12481         * m4/inet_ntop.m4: New file.
12482
12483 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12484             Bruno Haible  <bruno@clisp.org>
12485
12486         * lib/inet_ntop.h: New file.
12487         * lib/inet_ntop.c: New file, from glibc with modifications.
12488
12489 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12490
12491         * modules/time_r (License): Change to LGPL.
12492         * modules/extensions (License): Change to LGPL.  Actually,
12493         the license is more permissive than that, but currently gnulib-tool
12494         doesn't know how to handle more-permissive licenses.
12495
12496         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12497         Problem reported by Dave Love.
12498
12499 2005-05-08  Jim Meyering  <jim@meyering.net>
12500
12501         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12502         blank.
12503
12504 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         * modules/argmatch (Depends-on): Add stdbool.
12507         * modules/backupfile (Depends-on): Likewise.
12508         * modules/chdir-long (Depends-on): Likewise.
12509         * modules/closeout (Depends-on): Likewise.
12510         * modules/cycle-check (Depends-on): Likewise.
12511         * modules/dirname (Depends-on): Likewise.
12512         * modules/fnmatch (Depends-on): Likewise.
12513         * modules/fsusage (Depends-on): Likewise.
12514         * modules/fwriteerror (Depends-on): Likewise.
12515         * modules/getcwd (Depends-on): Likewise.
12516         * modules/getloadavg (Depends-on): Likewise.
12517         * modules/hard-locale (Depends-on): Likewise.
12518         * modules/makepath (Depends-on): Likewise.
12519         * modules/mountlist (Depends-on): Likewise.
12520         * modules/nanosleep (Depends-on): Likewise.
12521         * modules/posixtm (Depends-on): Likewise.
12522         * modules/quotearg (Depends-on): Likewise.
12523         * modules/readtokens (Depends-on): Likewise.
12524         * modules/readtokens0 (Depends-on): Likewise.
12525         * modules/readutmp (Depends-on): Likewise.
12526         * modules/save-cwd (Depends-on): Likewise.
12527         * modules/strftime (Depends-on): Likewise.
12528         * modules/userspec (Depends-on): Likewise.
12529         * modules/utimecmp (Depends-on): Likewise.
12530         * modules/xgetcwd (Depends-on): Likewise.
12531         * modules/xnanosleep (Depends-on): Likewise.
12532         * modules/xstrtod (Depends-on): Likewise.
12533         * modules/yesno (Depends-on): Likewise.
12534
12535 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12538         needless checks.
12539
12540 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12541
12542         Merge from coreutils.  Among other things,
12543         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12544         * lib/fd-safer.c: New file.
12545         * lib/fcntl-safer.h, open-safer.c: Remove.
12546         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12547         * lib/dup-safer.c: Include unistd-safer.h first.
12548         Don't include errno.h.
12549         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12550         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12551         * lib/file-type.c: Rely on file-type.h change.
12552         * lib/getloadavg.c: Include unistd-safer.h.
12553         (getloadavg): Use safer open.
12554         * lib/getusershell.c: Include "stdio-safer.h".
12555         (getusershell): Use safer fopen.
12556         * lib/long-options.c (long_options): Use NULL rather than 0.
12557         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12558         'free'.
12559         * lib/modechange.c: Likewise.
12560         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12561         (MODE_DONE): New constant.
12562         (struct mode_change): Remove 'next' member.
12563         (make_node_op_equals): New function; like the old one of the
12564         same name, except it allocates an array.
12565         (mode_compile, mode_create_from_ref): Use it.
12566         (mode_compile): Allocate result as an array, not a linked list.
12567         Parse octal string ourself, so that we catch mistakes like "+0".
12568         (mode_adjust): Arg is an array, not a linked list.
12569         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12570         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12571         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12572         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12573         Remove.  This is now stat-macros.h's job.
12574         (talloc): Remove.  All callers replaced by xalloc, so that
12575         our invokers don't have to worry about reporting memory failures.
12576         (make_node_op_equals): Remove.
12577         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12578         New constants.
12579         (struct mode_change): Moved here from modechange.h.
12580         (mode_append_entry): Remove.
12581         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12582         apps to have incorrect behavior.  Use simpler algorithm for head
12583         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12584         Detect more invalid usages rather than having somewhat-random behavior.
12585         Don't insert an "a=" action, as that leads to incorrect behavior.
12586         (mode_compile, mode_create_from_ref): Return NULL on error instead
12587         of an enum, since now there's only one way to have an error.  All
12588         callers changed.
12589         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12590         at the correct time.  Simplify calculation of "+u" and its ilk.
12591         Don't mishandle "+X".
12592         (mode_free): Remove "register" and localize decls.
12593         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12594         (struct mode_change): Move to modechange.c; callers don't
12595         need to see this stuff.
12596         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12597         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12598         (mode_change, mode_adjust): Reflect the new signatures noted above.
12599         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12600         that might redefine system include files.
12601         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12602         (my_usleep): Use NULL rather than (void *) 0.
12603         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12604         Use siginterrupt to specify that system calls should be interrupted.
12605         (rpl_nanosleep): Move initialization of suspended closer to call of
12606         my_usleep.
12607         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12608         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12609         (desirable_utmp_entry): New function.
12610         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12611         using x2nrealloc, to simplify logic.
12612         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12613         size calculation.  Do not assume utmp file is a regular file.
12614         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12615         (READ_UTMP_CHECK_PIDS): New constant.
12616         * lib/save-cwd.c: Include unistd-safer.h.
12617         (save_cwd): Use fd_safer.
12618         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12619         [!_LIBC] Include "stat-macros.h" instead.
12620         * lib/unistd-safer.h (fd_safer): New decl.
12621
12622 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         * modules/getloadavg (Depends-on): Add unistd-safer.
12625         * modules/getusershell (Depends-on): Add stdio-safer.
12626         * modules/lstat (Depends-on): Remove xalloc.
12627         * modules/mkstemp (Depends-on): Add stat-macros.
12628         * modules/modechange (Depends-on): Remove xstrtol.
12629         Add stat-macros, xalloc.
12630         * modules/save-cwd (Depends-on): Add unistd-safer.
12631         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12632         * modules/unistd-safer (Files): Add lib/fd-safer.c
12633         (Makefile.am): Remove lib_SOURCES.
12634
12635         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12636         Remove fcntl-safer; unistd-safer supersedes it.
12637
12638 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12641         AC_HEADER_STAT.
12642         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12643         (gl_PREREQ_CHOWN): Remove.
12644         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12645         it.  Don't require AC_HEADER_STAT.
12646         (gl_PREREQ_LSTAT): Remove.
12647         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12648         Don't require AC_HEADER_STAT.
12649         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12650         (gl_PREREQ_RMDIR): Remove.
12651         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12652         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12653         the stat-macros module a prerequisite.
12654         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12655         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12656         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12657         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12658         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12659         variable names.
12660         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12661         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12662         variable prefixes.
12663         * m4/fcntl-safer.m4: Remove.
12664         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12665         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12666         Invoke gl_PREREQ_FD_SAFER.
12667         (gl_PREREQ_FD_SAFER): New macro.
12668         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12669         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12670         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12671         Remove duplicate call to AC_LIBOBJ(readutmp).
12672         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12673
12674         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12675         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12676
12677 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12678
12679         * MODULES.html.sh (Misc): Add byteswap.
12680
12681 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12682
12683         * modules/getcwd (Depends-on): Add extensions.
12684         * modules/openat (Depends-on): Likewise.
12685
12686 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12687
12688         * modules/byteswap: New file.
12689
12690 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12691
12692         * m4/byteswap.m4: New file.
12693
12694 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12695
12696         * lib/byteswap_.h: New file.
12697
12698 2005-04-25  Karl Berry  <karl@gnu.org>
12699
12700         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12701
12702 2005-04-25  Albert Chin  <china@thewrittenword.com>
12703
12704         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12705         Toolkit C bug.
12706
12707 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12708
12709         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12710         (func_ln_if_changed) Remove forcibly for no error message
12711         in case file does not exist.
12712
12713 2005-04-19  Simon Josefsson  <jas@extundo.com>
12714
12715         * gnulib-tool (Options): Make --symlink mean --symbolic.
12716
12717 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12718
12719         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12720
12721 2005-04-16  Simon Josefsson  <jas@extundo.com>
12722
12723         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12724
12725 2005-04-15  Simon Josefsson  <jas@extundo.com>
12726
12727         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12728
12729 2005-04-15  Simon Josefsson  <jas@extundo.com>
12730
12731         * gnulib-tool: Rename --symlink to --symbolic.
12732
12733 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12734
12735         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12736         symbolic links to files instead of copying/moving.  Add --aux-dir,
12737         specifying directory relative --dir where auxiliary build tools
12738         are placed.
12739
12740 2005-04-14  Bruno Haible  <bruno@clisp.org>
12741
12742         * modules/allocsa (License): Change to LGPL.
12743         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12744
12745 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12746
12747         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12748         that "UTC +1 second" continues to work.  Problem reported
12749         by Dmitry V. Levin.
12750         (relunit_snumber): New rule.
12751         (relunit): Use it.
12752
12753 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12754
12755         * lib/getdate.y (universal_time_zone_table): New constant.
12756         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12757         universal_time_zone_table.
12758         (lookup_zone): Prefer universal_time_zone_table to
12759         local_time_zone_table, so that "GMT" time stamps are allowed in
12760         London during the summer.  Problem reported by Ian Abbott.
12761
12762 2005-04-12  Jim Meyering  <jim@meyering.net>
12763
12764         * lib/human.c (humblock): Set *options even when returning due to
12765         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12766         warning from gcc-4.
12767
12768 2005-04-09  Jim Meyering  <jim@meyering.net>
12769
12770         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12771         -Wuninitialized: initialize tm0.tm_year.
12772
12773 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12774
12775         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12776         count, since there's no maximum.  All uses changed.
12777         Add member dsts_seen.
12778         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12779         not being INT_MAX.
12780         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12781         Use pc_rels_seen to decide whther a date is absolute.
12782
12783         * lib/getdate.y (number): Don't overwrite year.
12784         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12785         check.
12786
12787 2005-04-02  Simon Josefsson  <jas@extundo.com>
12788
12789         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12790         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12791
12792 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12793
12794         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12795         where no absolute path name can be longer than PATH_MAX.
12796
12797 2005-03-27  Jim Meyering  <jim@meyering.net>
12798
12799         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12800
12801 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12802
12803         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12804         "one's complement" -> "ones' complement" in comment, as per Knuth.
12805         "value of type" -> "type or expression" in comment.
12806         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12807
12808 2005-03-26  Jim Meyering  <jim@meyering.net>
12809
12810         Comment nits.
12811         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12812         Correct typos: s/or/of/.
12813
12814 2005-03-26  Jim Meyering  <jim@meyering.net>
12815
12816         * modules/check-include-files: Move to ../ and rename to...
12817         * check-module: ...this.
12818
12819 2005-03-25  Jim Meyering  <jim@meyering.net>
12820
12821         * modules/xvasprintf (Files): Add xalloc.h.
12822
12823 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * modules/gettext (Files): config/config.rpath ->
12826         build-aux/config.rpath
12827         * modules/iconv (Files): Likewise.
12828         Problem reported by Oskar Liljeblad.
12829
12830 2005-03-23  Jim Meyering  <jim@meyering.net>
12831
12832         * modules/check-include-files: New script to check for
12833         missing dependencies, multiple includes, etc.
12834
12835         * modules/c-strtold (Depends-on): Add xalloc.
12836         * modules/c-strtod (Depends-on): Add xalloc.
12837         * modules/hash (Depends-on): Add xalloc.
12838         (Files): Remove lib/xalloc.h.
12839
12840         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12841         * modules/userspec (Files): Add lib/inttostr.h.
12842
12843 2005-03-23  Jim Meyering  <jim@meyering.net>
12844
12845         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12846
12847 2005-03-22  Jim Meyering  <jim@meyering.net>
12848
12849         * modules/stat-macros: New module.
12850         * modules/canonicalize, modules/euidaccess, modules/file-type,
12851         * modules/filemode, modules/lchown, modules/makepath,
12852         * modules/rmdir, modules/stat: Depend on new stat-macros module
12853         rather than listing lib/stat-macros.h manually.
12854         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12855
12856 2005-03-22  Jim Meyering  <jim@meyering.net>
12857
12858         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12859
12860 2005-03-22  Bruno Haible  <bruno@clisp.org>
12861
12862         * config/srclist.txt: Replace target directory 'config' with
12863         'build-aux'.
12864         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12865         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12866         ../build-aux/.
12867
12868 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * modules/chdir-long (Depends-on): Add mempcpy.
12871
12872         * modules/acl, modules/backupfile, modules/c-strtod,
12873         modules/c-strtold, modules/canon-host, modules/canonicalize,
12874         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12875         modules/exclude, modules/exitfail, modules/file-type,
12876         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12877         modules/getdate, modules/getline, modules/getpagesize,
12878         modules/getpass, modules/getugroups, modules/group-member,
12879         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12880         modules/inttostr, modules/long-options, modules/makepath,
12881         modules/md5, modules/memcasecmp, modules/memcoll,
12882         modules/modechange, modules/mountlist, modules/path-concat,
12883         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12884         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12885         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12886         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12887         modules/strftime, modules/strndup, modules/strverscmp,
12888         modules/timespec, modules/unlocked-io, modules/userspec,
12889         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12890         modules/yesno:
12891         Remove lib_SOURCES line from Makefile.am section, as this is now
12892         done automatically by the corresponding Autoconf macro.
12893
12894 2005-03-21  Jim Meyering  <jim@meyering.net>
12895
12896         Changes imported from coreutils.
12897
12898         * lib/cycle-check.c: Don't include xalloc.h.
12899
12900         * lib/path-concat.c: Don't include assert.h.
12901         (path_concat): Remove assertion that would have triggered
12902         for ABASE starting with more than one slash.
12903         Reported by Andreas Schwab.
12904
12905         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12906         properly when ABASE is an absolute file name.
12907         Correct the description of this function.
12908         Include <assert.h>.
12909         Add an assertion and a test driver.
12910         This fixes a bug introduced on 2004-07-02.
12911         Andreas Schwab reported the resulting failure of cp --parents:
12912         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
12913
12914 2005-03-21  Jim Meyering  <jim@meyering.net>
12915
12916         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
12917         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
12918
12919 2005-03-21  Jim Meyering  <jim@meyering.net>
12920         and  Paul Eggert  <eggert@cs.ucla.edu>
12921
12922         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
12923         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
12924         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
12925         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
12926         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
12927         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
12928         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
12929         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
12930         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
12931         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
12932         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
12933         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
12934         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
12935         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
12936         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
12937         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
12938         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
12939         for these modules.
12940
12941 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12942
12943         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
12944         (which shouldn't happen), generate nothing instead of returning 0
12945         immediately, so that nstrftime (NULL, ...) doesn't return 0.
12946
12947 2005-03-16  Bruno Haible  <bruno@clisp.org>
12948
12949         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
12950         HAVE_LONGLONG_64BIT.
12951
12952 2005-03-16  Bruno Haible  <bruno@clisp.org>
12953
12954         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
12955         HAVE_LONGLONG_64BIT.
12956
12957 2005-03-16  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
12960         HAVE_LONGLONG_64BIT.
12961
12962 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12963
12964         * lib/strftime.c (my_strftime): Prepend space to format so that we can
12965         reliably distinguish strftime failure from empty output on POSIX
12966         hosts.
12967
12968 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12969
12970         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
12971         (iconv_string): Don't guess a size-zero buffer, as that might cause
12972         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
12973         result would be 'too large', where 'too large' is (heuristically)
12974         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
12975         overflow concerns.  This will prevent some unwanted malloc failures
12976         when the inputs are very large.
12977
12978 2005-03-15  Karl Berry  <karl@gnu.org>
12979
12980         * config/srclist.txt (config.rpath): from gettext.
12981         * config/config.rpath: update.
12982
12983 2005-03-15  Bruno Haible  <bruno@clisp.org>
12984
12985         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
12986         to 'negate'.
12987
12988         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
12989         variable.
12990
12991         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
12992         results.
12993
12994 2005-03-14  Simon Josefsson  <jas@extundo.com>
12995
12996         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12997         <fx@gnu.org>.
12998
12999 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13000
13001         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13002         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13003         intprops.h.
13004         * lib/strtol.c: Likewise.
13005
13006 2005-03-14  Jim Meyering  <jim@meyering.net>
13007
13008         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13009         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13010         to be nonzero so that we (and caller) can detect the difference
13011         between a valid zero-length expansion and an error return, even
13012         when the underlying strftime fails before writing anything into
13013         that location.
13014
13015 2005-03-14  Bruno Haible  <bruno@clisp.org>
13016
13017         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13018         Update from GNU gettext 0.14.3.
13019
13020 2005-03-10  Jim Meyering  <jim@meyering.net>
13021
13022         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13023
13024 2005-03-10  Jim Meyering  <jim@meyering.net>
13025
13026         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13027         so that this module works on systems without fchdir.
13028
13029 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13030
13031         Factor int-properties macros into a single file, except for
13032         glibc-related files.
13033         * lib/intprops.h: New file.
13034         * lib/getloadavg.c: Include it instead of limits.h.
13035         (INT_STRLEN_BOUND): Remove.
13036         * lib/human.c: Include intprops.h.
13037         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13038         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13039         302/1000.
13040         * lib/inttostr.h: Include intprops.h instead of limits.h.
13041         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13042         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13043         for consistency with intprops.h.
13044         (time_t_is_integer, twos_complement_arithmetic): Use them.
13045         * lib/sig2str.h: Include <signal.h>, intprops.h.
13046         (INT_STRLEN_BOUND): Remove.
13047         * lib/strftime.c (TYPE_SIGNED): Remove.
13048         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13049         * lib/strtol.c: Adjust comments to match intprops.h.
13050         * lib/userspec.c: Include intprops.h.
13051         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13052         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13053         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13054         instead of rolling our own expressions.
13055         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13056
13057         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13058         instead of int.
13059         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13060         the right thing even if adding 1900 would overflow.  Similarly
13061         for tm_mon + 1 and tm_yday + 1.
13062         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13063         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13064         (DO_SIGNED_NUMBER): New macro.
13065         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13066
13067 2005-03-07  Bruno Haible  <bruno@clisp.org>
13068
13069         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13070
13071 2005-03-07  Bruno Haible  <bruno@clisp.org>
13072
13073         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13074
13075 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13076
13077         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13078         (func_import): Only replace files via --import when they have actually
13079         changed.
13080
13081 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13082
13083         * m4/mmap-anon.m4: New file.
13084         * m4/pagealign_alloc.m4: New file.
13085
13086 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13087             Bruno Haible  <bruno@clisp.org>
13088
13089         * modules/pagealign_alloc: New file.
13090         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13091
13092 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13093             Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/pagealign_alloc.h: New file.
13096         * lib/pagealign_alloc.c: New file.
13097
13098 2005-03-03  Bruno Haible  <bruno@clisp.org>
13099
13100         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13101         Use an all-permissive copyright notice, recommended by RMS.
13102
13103 2005-03-02  Bruno Haible  <bruno@clisp.org>
13104
13105         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13106         of AIX, the replacement has to be done only after <string.h> is
13107         included, therefore not in config.h. stpncpy.h does the replacement,
13108         and stpncpy.c uses it.
13109
13110 2005-03-02  Bruno Haible  <bruno@clisp.org>
13111
13112         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13113         stpncpy.c uses it.
13114
13115 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13118         The workaround isn't strictly needed for POSIX conformance, and
13119         it's too much of a pain to configure and maintain.  We'll ask
13120         people to fix their kernels instead.
13121         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13122         (NANOSLEEP_BUG_WORKAROUND): Remove.
13123         (xnanosleep): Remove the workaround.
13124
13125 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13126
13127         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13128         Reported by Derek Price.
13129         (Include): Add "timespec.h".
13130
13131         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13132
13133 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13134
13135         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13136         to detect nanosleep bug.
13137
13138 2005-03-01  Bruno Haible  <bruno@clisp.org>
13139
13140         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13141
13142 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13143
13144         * modules/gethrxtime: New file.
13145         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13146         (Depends-on): Add gethrxtime.
13147         (configure.ac): Add gl_XNANOSLEEP.
13148         (Makefile.am): Remove lib_SOURCES line.
13149
13150 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13151
13152         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13153         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13154
13155 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13156
13157         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13158         * lib/timespec.h (gettime): Return void, since it always
13159         succeeds now.  All uses changed.
13160         * lib/gettime.c (gettime) Likewise.
13161         [HAVE_NANOTIME]: Prefer nanotime.
13162         Assume gettimeofday succeeds, as POSIX requires.
13163         Assime time () succeeds, since other code already does.
13164         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13165         (timespec_subtract): Remove.
13166         (NANOSLEEP_BUG_WORKAROUND): New constant.
13167         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13168         things considerably.  Use it only on GNU/Linux hosts, since the
13169         workaround shouldn't be needed elsewhere.
13170
13171 2005-02-24  Bruno Haible  <bruno@clisp.org>
13172
13173         * modules/gettext (Files): Add m4/glibc2.m4.
13174
13175 2005-02-24  Bruno Haible  <bruno@clisp.org>
13176
13177         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13178         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13179         * m4/progtest.m4:
13180         Update from GNU gettext 0.14.2.
13181         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13182
13183 2005-02-24  Bruno Haible  <bruno@clisp.org>
13184
13185         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13186         * lib/config.charset: Update from GNU gettext 0.14.2.
13187
13188 2005-02-24  Bruno Haible  <bruno@clisp.org>
13189
13190         * lib/gettext.h: Update from GNU gettext 0.14.2.
13191
13192 2005-02-23  Simon Josefsson  <jas@extundo.com>
13193
13194         * m4/iconvme.m4: New file.
13195
13196 2005-02-23  Jim Meyering  <jim@meyering.net>
13197
13198         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13199         change.
13200         Thanks to Bruno Haible for catching it.
13201
13202 2005-02-22  Simon Josefsson  <jas@extundo.com>
13203
13204         * modules/iconvme: New file.
13205
13206         * MODULES.html.sh: Add iconvme.
13207
13208 2005-02-22  Simon Josefsson  <jas@extundo.com>
13209
13210         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13211
13212 2005-02-22  Simon Josefsson  <jas@extundo.com>
13213
13214         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13215
13216 2005-02-22  Jim Meyering  <jim@meyering.net>
13217
13218         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13219         s/ifndef/ifdef/.
13220
13221 2005-02-20  Neil Conway  <neilc@samurai.com>
13222
13223         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13224         returned by OSX/Darwin if the specified buffer is not large
13225         enough for the hostname.
13226
13227 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13228
13229         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13230         pass it to _help, otherwise the latter coredumps trying to
13231         dereference state.root_argp.
13232
13233 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * modules/chdir-long (Depends-on): Add memrchr.
13236         * modules/memrchr (Files): Add lib/memrchr.h.
13237         (Include): "memrchr.h".
13238
13239 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13240
13241         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13242
13243 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * lib/memrchr.h: New file.
13246         * lib/chdir-long.c: Include it.
13247         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13248         Don't bother including stddef.h.
13249
13250 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13253         inclusion.
13254         Include <sys/types.h>, for dev_t.
13255         (ME_DUMMY, ME_REMOTE): Move from here....
13256         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13257         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13258         Dmitry V. Levin.
13259         Include mountlist.h first, to test the interface.
13260
13261 2005-01-29  Bruno Haible  <bruno@clisp.org>
13262
13263         * lib/progname.c (program_name): Initialize.
13264         Needed when linking statically on MacOS X.
13265
13266 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13267
13268         Sync from coreutils.
13269         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13270         (Depends-on): Add c-strtod.
13271         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13272
13273 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         Sync from coreutils.
13276         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13277
13278         Remove files that are specific to coreutils.
13279         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13280
13281 2005-01-28  Bruno Haible  <bruno@clisp.org>
13282
13283         * modules/javacomp: New file.
13284         * MODULES.html.sh (Java): Add javacomp.
13285
13286 2005-01-28  Bruno Haible  <bruno@clisp.org>
13287
13288         * m4/javacomp.m4: New file, from GNU gettext.
13289
13290 2005-01-28  Bruno Haible  <bruno@clisp.org>
13291
13292         * lib/javacomp.sh.in: New file, from GNU gettext.
13293         * lib/javacomp.h: New file, from GNU gettext.
13294         * lib/javacomp.c: New file, from GNU gettext.
13295
13296 2005-01-26  Simon Josefsson  <jas@extundo.com>
13297
13298         * lib/gai_strerror.c: Use GPL in header.
13299
13300 2005-01-26  Bruno Haible  <bruno@clisp.org>
13301
13302         * modules/javaexec: New file.
13303         * MODULES.html.sh (Java): Add javaexec.
13304
13305 2005-01-26  Bruno Haible  <bruno@clisp.org>
13306
13307         * m4/javaexec.m4: New file, from GNU gettext.
13308
13309 2005-01-26  Bruno Haible  <bruno@clisp.org>
13310
13311         * lib/javaexec.sh.in: New file, from GNU gettext.
13312         * lib/javaexec.h: New file, from GNU gettext.
13313         * lib/javaexec.c: New file, from GNU gettext.
13314
13315 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13316
13317         * modules/lchown (Depends-on): Remove lchown.h
13318
13319 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13320
13321         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13322         must be defined if the header file was not found, in order
13323         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13324
13325 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13326
13327         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13328         initializers for struct pentry_state.
13329         (__argp_error): Check return value of __asprintf
13330         (__argp_failure): Translate error message
13331
13332         * lib/argp-parse.c: Removed braces around the expansion of N_()
13333
13334 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13335
13336         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13337         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13338         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13339         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13340         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13341         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13342         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13343         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13344         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13345         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13346         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13347         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13348         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13349         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13350         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13351         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13352         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13353         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13354         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13355         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13356         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13357         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13358         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13359         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13360         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13361         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13362         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13363         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13364         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13365         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13366         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13367         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13368         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13369         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13370         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13371         Use an all-permissive copyright notice, recommended by RMS.
13372
13373 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * modules/chdir-long (Depends-on): Remove mempcpy.
13376
13377 2005-01-21  Jim Meyering  <jim@meyering.net>
13378
13379         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13380         same value as for Solaris 9.
13381
13382         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13383         component length.  This included changing the parameter to be
13384         of type `char *' rather than `char const *'.
13385         * lib/chdir-long.h (chdir_long): Update prototype.
13386
13387         * lib/openat.c (fdopendir, fstatat): New functions.
13388         * lib/openat.h: Include headers required for use of DIR and struct
13389         stat.
13390         [AT_SYMLINK_NOFOLLOW]: Define.
13391         (fdopendir, fstatat): Add prototypes.
13392
13393 2005-01-21  Bruno Haible  <bruno@clisp.org>
13394
13395         * modules/classpath: New file.
13396         * MODULES.html.sh (Java): Add classpath.
13397
13398 2005-01-21  Bruno Haible  <bruno@clisp.org>
13399
13400         * lib/classpath.h: New file, from GNU gettext.
13401         * lib/classpath.c: New file, from GNU gettext.
13402
13403 2005-01-20  Simon Josefsson  <jas@extundo.com>
13404
13405         * modules/version-etc-fsf: New file.
13406
13407 2005-01-20  Simon Josefsson  <jas@extundo.com>
13408
13409         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13410         * lib/version-etc.c: Remove version_etc_copyright.
13411         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13412         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13413
13414 2005-01-20  Simon Josefsson  <jas@extundo.com>
13415
13416         * lib/base64.h (isbase64): Add.
13417
13418         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13419         using a unsigned prototype, don't inline.
13420         (base64_decode): Use it.
13421
13422 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13423
13424         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13425         it.
13426
13427 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * lib/save-cwd.c (save_cwd): Remove code to support the case
13430         where fchdir is missing or flaky.
13431
13432 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13435
13436 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13437
13438         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13439         AC_LIBSOURCES now does this.
13440         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13441         with new ullong_max module.
13442
13443 2005-01-19  Bruno Haible  <bruno@clisp.org>
13444
13445         * modules/sh-quote: New file.
13446         * MODULES.html.sh (Executing programs): Add sh-quote.
13447
13448 2005-01-19  Bruno Haible  <bruno@clisp.org>
13449
13450         * lib/sh-quote.h: New file, from GNU gettext.
13451         * lib/sh-quote.c: New file, from GNU gettext.
13452
13453 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         Merge from coreutils.
13456         * m4/ullong_max.m4: New file.
13457         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13458         (gl_MACROS): Assume localeconv exists.
13459
13460 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13461
13462         Merge changes from coreutils, as described below in several
13463         changelogs dated today.
13464
13465         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13466         (O_DIRECTORY): Remove; not needed here, since "." must be
13467         a directory.  All uses removed.
13468         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13469         universal on Suns, and we also need to test for IRIX.
13470         Revamp code to use 'if' rather than '#if'.
13471         Avoid unnecessary comparison of cwd->desc to 0.
13472
13473         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13474         for known valid error numbers rather than observed invalid ones.
13475
13476 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         * modules/ullong_max: New file.
13479
13480         * modules/chdir-long, modules/openat: New files.
13481         * modules/save-cwd (Depends-on): Depend on chdir-long.
13482         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13483
13484 2005-01-18  Jim Meyering  <jim@meyering.net>
13485
13486         Merge from coreutils.
13487         * m4/chdir-long.m4, m4/openat.m4: New files.
13488         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13489         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13490         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13491         is sane and DOES follow symlinks.  Besides, testing 20 different
13492         systems found no broken chown implementations.
13493         Prompted by a change in rsync's copy of this macro.
13494         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13495
13496         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13497
13498         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13499         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13500         NULL-means-set-to-current-time semantics.
13501         Remove temporary file immediately, rather than waiting
13502         for configure's at-exit trap code to do it.
13503
13504 2005-01-18  Jim Meyering  <jim@meyering.net>
13505
13506         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13507
13508         * lib/utimens.c (futimens): Account for the fact that futimes
13509         can also fail with errno == ENOSYS or errno == ENOENT.
13510         Patch from Dmitry V. Levin.
13511
13512         Change the name of the robust chdir function from chdir to chdir_long.
13513         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13514         (restore_cwd): Use chdir_long, not chdir.
13515         * lib/chdir-long.c: Renamed from chdir.c.
13516         * lib/chdir-long.h: Renamed from chdir.h.
13517         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13518         Hurd.
13519
13520 2005-01-18  Bruno Haible  <bruno@clisp.org>
13521
13522         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13523         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13524         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13525         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13526         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13527         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13528         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13529         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13530         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13531         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13532         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13533         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13534         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13535         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13536         Use an all-permissive copyright notice, recommended by RMS.
13537
13538 2005-01-18  Bob Proulx  <bob@proulx.com>
13539
13540         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13541         simplify offsetof() macro construct to avoid compile failure with
13542         native HP-UX 11.0 ANSI C compiler.
13543
13544 2005-01-17  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13547         redundant because stpncpy.m4 takes care of it.
13548
13549 2005-01-17  Bruno Haible  <bruno@clisp.org>
13550
13551         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13552
13553 2005-01-17  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13556         used.
13557
13558 2005-01-17  Bruno Haible  <bruno@clisp.org>
13559
13560         * lib/fwriteerror.h (fwriteerror): Change specification to include
13561         fclose.
13562         * lib/fwriteerror.c: Include <stdbool.h>.
13563         (fwriteerror): At the end, close the file stream. Record whether
13564         stdout was already closed.
13565
13566 2005-01-17  Bruno Haible  <bruno@clisp.org>
13567
13568         * lib/execute.c (environ): Declare if needed.
13569         * lib/pipe.c (environ): Likewise.
13570         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13571
13572 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13573
13574         * modules/argp: Depend on vsnprintf
13575
13576 2005-01-10  Jim Meyering  <jim@meyering.net>
13577
13578         * modules/closeout (Depends-on): Add atexit.
13579
13580 2005-01-06  Bruno Haible  <bruno@clisp.org>
13581
13582         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13583
13584 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13585
13586         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13587         definitions to be after all include files, to avoid collisions.
13588         Problem reported by Bob Proulx.
13589
13590 2005-01-04  Jim Meyering  <jim@meyering.net>
13591
13592         Changes imported from coreutils.
13593         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13594         as the mkstemp template, use a temporary directory and an
13595         8.3-friendly template to avoid trouble on systems like DJGPP.
13596         Reported by Juan M. Guerrero via Stepan Kasal.
13597         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13598         close. Remove the temporary directory right away, rather than waiting
13599         for configure's at-exit trap code to do it.
13600         Suggestion from Stepan Kasal.
13601
13602 2005-01-01  Simon Josefsson  <jas@extundo.com>
13603
13604         * gnulib-tool: Print #include directives when --import'ing.
13605
13606 2004-12-28  Simon Josefsson  <jas@extundo.com>
13607
13608         * tests/test-base64.c: Include required header files.  Remove
13609         unused variables.
13610
13611 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13612
13613         * modules/error (Depends-on): Remove gettext.
13614
13615 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13616
13617         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13618         not needed.  This removes a dependency on the gettext module.
13619         [defined _LIBC]: Do not include <libintl.h>; not needed.
13620
13621 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13624         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13625
13626 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13627
13628         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13629         HAVE_DECL_STRTOLD.
13630
13631 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13632
13633         * modules/getdate (Depends-on): Remove alloca-opt.
13634
13635 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13636
13637         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13638
13639 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13640
13641         * lib/argp-parse.c: Include <stddef.h>.
13642         (alignof, alignto): New macros.
13643         (parser_init): Don't assume that void * is aligned sufficiently
13644         for struct option.
13645
13646         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13647         need to extend the stack.
13648         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13649         large.
13650
13651 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13652
13653         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13654
13655 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13656
13657         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13658         (2004-10-24) change.  Apparently this was a false alarm.
13659
13660         * modules/getdate: Depend on alloca-opt, not alloca.
13661
13662 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13663
13664         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13665         Remove now-obsolete comment about AIX.
13666         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13667         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13668         (YYMAXDEPTH): New macro.
13669
13670 2004-12-18  Simon Josefsson  <jas@extundo.com>
13671
13672         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13673
13674 2004-12-18  Bruno Haible  <bruno@clisp.org>
13675
13676         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13677
13678 2004-12-18  Bruno Haible  <bruno@clisp.org>
13679
13680         * lib/fatal-signal.c (fatal_signals): Make non-const.
13681         (init_fatal_signals): New function.
13682         (uninstall_handlers, install_handlers): Ignore signals that were set to
13683         SIG_IGN.
13684         (at_fatal_signal): Call init_fatal_signals.
13685         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13686         SIG_IGN.
13687         Reported by Paul Eggert.
13688
13689 2004-12-18  Bruno Haible  <bruno@clisp.org>
13690
13691         * doc/alloca.texi: New file.
13692         * doc/alloca-opt.texi: New file.
13693
13694 2004-12-17  Jim Meyering  <jim@meyering.net>
13695
13696         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13697         Otherwise, install-sh could exit with improper exit status when
13698         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13699
13700 2004-12-16  Simon Josefsson  <jas@extundo.com>
13701
13702         * tests/test-base64.c: Add license.
13703
13704 2004-12-15  Stepan Kasal  <address@hidden>
13705
13706         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13707
13708 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * modules/getcwd (Files): Add m4/d-ino.m4.
13711         Suggested by Mark D. Baushke.
13712
13713 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13714
13715         * lib/getdate.y (textint): New member "negative".
13716         (time_zone_hhmm): New function.
13717         Expect 14 shift-reduce conflicts, not 13.
13718         (o_colon_minutes): New rule.
13719         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13720         (yylex): Set the "negative" member of signed numbers.
13721
13722 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         * doc/getdate.texi (Time of day items, Time zone items):
13725         Describe new formats +00:00, UTC+00:00.
13726
13727 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13730         spurious "-l"s.  Problem reported by Stepan Kasal.
13731
13732 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13733
13734         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13735         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13736
13737 2004-12-04  Simon Josefsson  <jas@extundo.com>
13738
13739         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13740         Vandoorselaere <yoann@prelude-ids.org>.
13741
13742 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13743
13744         Changes imported from coreutils.
13745         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13746         exist.
13747         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13748
13749 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         Changes imported from coreutils.
13752         * lib/hard-locale.c: Assume <locale.h> exists.
13753         Include "strdup.h".
13754         (GLIBC_VERSION): New macro.
13755         (hard_locale): Assume setlocale exists.
13756         Rewrite to avoid #ifdef.
13757         Use strdup rather than malloc + strcpy.
13758         * lib/human.c: Assume <locale.h> exists.
13759         (human_readable): Assume localeconv exists.
13760
13761 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13762
13763         * modules/hard-locale (Depends-on): Add strdup.
13764
13765 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13766
13767         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13768         convert T2, not T.  (Imported from libc.)
13769
13770 2004-11-30  Simon Josefsson  <jas@extundo.com>
13771
13772         * modules/restrict (License): Change to LGPL.
13773
13774 2004-11-30  Simon Josefsson  <jas@extundo.com>
13775
13776         * m4/restrict.m4: Add copyright and copying conditions.
13777
13778 2004-11-30  Simon Josefsson  <jas@extundo.com>
13779
13780         * m4/base64.m4: New file.
13781
13782 2004-11-30  Simon Josefsson  <jas@extundo.com>
13783
13784         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13785         base64.
13786
13787         * tests/test-base64.c: New file.
13788
13789         * modules/base64: New file.
13790
13791 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13794         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13795
13796         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13797
13798 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13799
13800         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13801         (__getcwd.c): Don't restore errno; glibc doesn't.
13802         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13803         first, falling back to our code only if its results look suspicious.
13804         Ensure that the resulting buffer is only as large as necessary.
13805
13806         * lib/readutmp.c: Include readutmp.h first.
13807         Include <errno.h>, since readutmp.h no longer does that.
13808         * lib/readutmp.h: Don't include <errno.h>,
13809         <sys/param.h>, <time.h>; not needed to establish interface.
13810         (errno): Remove decl.
13811         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13812         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13813         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13814
13815 2004-11-28  Simon Josefsson  <jas@extundo.com>
13816
13817         * lib/base64.h, base64.c: New file.
13818
13819 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13820
13821         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13822
13823 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13826         (Depends-on): Remove pathmax, same.  Add mempcpy.
13827         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13828         (Makefile.am): Append getcwd.h to lib_SOURCES.
13829         (Include): Add getcwd.h.
13830         (Maintainer): Change from Jim Meyering to "all, glibc",
13831         since getdate now uses intended-for-glibc code.
13832         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13833         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13834
13835 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13838         HP's ANSI C compiler.
13839         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13840         Declaring int functions causes warnings on some modern systems and
13841         shouldn't be needed to compile on ancient ones.
13842         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13843         defined.
13844
13845         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13846         with the following changes.
13847         (__set_errno): Parenthesize properly.
13848         Include <stdbool.h>.
13849         (MIN, MAX, MATCHING_INO): New macros.
13850         (__getcwd): Define with prototype, not K&R form.
13851         Use heuristics to allocate default buffer on stack if possible.
13852         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13853         behavior, and to avoid the PATH_MAX limit when computing
13854         ../../../../...
13855         Use MATCHING_INO to compare inode number to file.
13856         Check for arithmetic overflow in size calculations.
13857         Fix bug in reallocation of dot array that caused getcwd to fail
13858         on directories nested deeper than 75.
13859         Be more careful about saving errno on error.
13860         Do not use realloc; use only free+malloc, as this is a bit
13861         more flexible and avoids a needless copy operation.
13862         Do not inspect st_dev and st_ino for symbolic links; POSIX
13863         doesn't specify the latter.
13864         Check for closedir errors.
13865         Avoid needless casts.
13866         Use "#ifdef weak_alias" around weak_alias, to be like other
13867         glibc code.
13868         The following changes to getcwd.c have effect only when used in
13869         gnulib; they have no effect inside glibc proper.
13870         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13871         as alloca isn't used.
13872         (alloca, __alloca): Likewise.
13873         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13874         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13875         unconditionally, as gnulib assumes C89 or better.
13876         Do not include <sys/param.h>.
13877         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13878         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13879         better.
13880         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13881         Include <dirent.h> in a way that is compatible with modern Autoconf.
13882         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13883         New macros, if not already defined.
13884         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13885         Use "_LIBC", not "defined _LIBC", for consistency.
13886         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13887         a mempcpy module.
13888         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13889         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13890         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13891         credit only to Jim Meyering and adjust the copyright dates.
13892         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13893         <stdlib.h>, <unistd.h>, "pathmax.h".
13894         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13895         (INITIAL_BUFFER_SIZE): Remove.
13896         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13897
13898 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13901         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13902         Use the _ONCE methods, for efficiency.
13903         Check for fcntl.h.  In test program, include <errno.h>
13904         and <fcntl.h> if available.  Remove old K&R cruft from
13905         test program.  Check for common errors in GNU/Linux,
13906         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
13907         don't do AC_LIBOBJ, as that's getcwd.m4's job.
13908         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
13909         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
13910         name accordingly.
13911         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
13912         accommodate new getcwd.c.
13913         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
13914         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
13915         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
13916         that's all we need now.
13917
13918 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13919
13920         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
13921         argp-parse.c depends on getopt internals, that means we should
13922         always use our getopt, to be on the safe side.
13923         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
13924         order not to spoil the result of an eventual previous invocation
13925         of gl_GETOPT_SUBSTITUTE.
13926
13927 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13928
13929         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
13930         redefinition warnings. To avoid them, include the defines
13931         in `#if !defined __need_getopt ... #endif'. The only place
13932         where __getopt_argv_const is used is in definitions
13933         of getopt_long and getopt_long_only below, which are as well
13934         protected by `#ifndef __need_getopt'.
13935         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
13936         __need_getopt after including <stdio.h> and <unistd.h> These
13937         headers might have defined it.
13938
13939 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13940
13941         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
13942
13943 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
13946         (futimens): New function, which uses futimes if available.
13947         (futimens, utimens): Support timespec==NULL, with same semantics
13948         as utime and utimens.
13949         * lib/utimens.h (futimens): New decl.
13950
13951 2004-11-23  Jim Meyering  <jim@meyering.net>
13952
13953         * lib/getopt_.h: Remove trailing blanks.
13954
13955 2004-11-23  Jim Meyering  <jim@meyering.net>
13956
13957         * lib/__fpending.c: Add comment.
13958
13959 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
13960
13961         * modules/canonicalize (Depends-on): Add xreadlink.
13962         Problem reported by James Youngman.
13963
13964 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13965
13966         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
13967         New macros.
13968         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
13969         optopt): Use them instead of invoking ## directly; otherwise, the
13970         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
13971
13972 2004-11-19  Bruno Haible  <bruno@clisp.org>
13973
13974         * lib/strtok_r.c: Move comments from here...
13975         * lib/strtok_r.h: ... to here.
13976
13977 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
13980         implementations that mishandle size_t overflow.
13981
13982 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13983
13984         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
13985         might fail.  Problem reported by Yoann Vandoorselaere.
13986         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
13987         implementations that mishandle size_t overflow.
13988
13989 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13990
13991         * modules/canon-host (Depends-on): Add strdup.
13992
13993 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13994
13995         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13996
13997 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13998
13999         * lib/canon-host.c: Include "strdup.h".
14000         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14001         Use strdup instead of malloc/strcpy to duplicate strings.
14002
14003         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14004         (human_space_before_unit): New constant.
14005         * lib/human.c (human_readable): Support it.
14006
14007         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14008         (xgetcwd): Set errno correctly when failing.
14009         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14010         the failure is actually due to a PATH_MAX problem.
14011
14012         Further getopt changes to make it more likely that glibc will
14013         buy the changes back.
14014         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14015         (getopt): Use it, so to preserve glibc semantic
14016         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14017         when compiling for libc.
14018         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14019         (getopt_long, getopt_long_only): Use it.
14020
14021         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14022         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14023         (getopt): Argv is now char * const *, as per standard.
14024         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14025         not char *__getopt_argv_const *.
14026         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14027         _getopt_long_only_r): Likewise.
14028         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14029         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14030         _getopt_long_r, _getopt_long_only_r): Likewise.
14031         * lib/getopt_.h (__getopt_argv_const): Remove.
14032         (getopt): Argv is now char * const *, as per standard.
14033
14034         * lib/getdate.y (tORDINAL): New token.
14035         (day, relunit): Allow it for relative times.
14036         (relative_time_table): Use tORDINAL for ordinals.
14037
14038 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14039
14040         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14041         Document that "second" isn't allowed as an ordinal number.
14042
14043 2004-11-16  Jim Meyering  <jim@meyering.net>
14044
14045         * modules/closeout (Depends-on): Add fpending.
14046
14047 2004-11-15  Jim Meyering  <jim@meyering.net>
14048
14049         * lib/closeout.c: Include "__fpending.h" once again.
14050         Include <stdbool.h>.
14051         (close_stdout): Don't fail just because stdout was closed initially,
14052         since some programs don't write to stdout in the normal course of
14053         operation (other than --version and --help), and we don't want this
14054         function to make e.g. `touch file >&-' fail.
14055         But do fail if it was closed and someone has tried to write to it.
14056         E.g., `printf foo >&-' must fail.
14057
14058 2004-11-13  Jim Meyering  <jim@meyering.net>
14059
14060         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14061
14062 2004-11-12  Simon Josefsson  <jas@extundo.com>
14063
14064         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14065         small doc fix is still pending.
14066
14067 2004-11-11  Simon Josefsson  <jas@extundo.com>
14068
14069         * modules/strtok_r: New file.
14070
14071         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14072         strtok_r.
14073
14074 2004-11-11  Simon Josefsson  <jas@extundo.com>
14075
14076         * m4/strtok_r.m4: New file.
14077
14078         * m4/getopt.m4: Replace opterr.
14079
14080 2004-11-11  Simon Josefsson  <jas@extundo.com>
14081
14082         * lib/strtok_r.h, strtok_r.c: New file.
14083
14084 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14087         of replacing opterr, getopt, etc.  This should handle the
14088         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14089
14090 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14093         we can stop lying to compilers about the constness of argv when we
14094         are compiled outside glibc.
14095         (getopt, getopt_long, getopt_long_only): Use it.
14096         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14097         _getopt_internal, getopt): Likewise.
14098         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14099         _getopt_long_only_r): Likewise.
14100         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14101         _getopt_long_r, _getopt_long_only_r): Likewise.
14102
14103         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14104         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14105         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14106         the other external symbols.
14107         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14108         declaration, since the above renaming now works around collisions.
14109
14110 2004-11-11  Jim Meyering  <jim@meyering.net>
14111
14112         * lib/linebreak.c: Remove trailing blanks.
14113         * lib/alloca_.h: Likewise.
14114         * lib/acosl.c: Likewise.
14115         * lib/euidaccess.c: Likewise.
14116         * lib/allocsa.h: Likewise.
14117
14118 2004-11-10  Simon Josefsson  <jas@extundo.com>
14119
14120         * m4/getaddrinfo.m4: New file.
14121
14122 2004-11-10  Simon Josefsson  <jas@extundo.com>
14123
14124         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14125
14126 2004-11-10  Simon Josefsson  <jas@extundo.com>
14127
14128         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14129         getaddrinfo.
14130
14131         * modules/getaddrinfo: New file.
14132
14133 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14134
14135         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14136
14137 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14138
14139         * lib/mktime.c (SHR): New macro, which is a portable
14140         substitute for >> that should work even on Crays.
14141         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14142         Problem reported by Mark D. Baushke in
14143         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14144         * lib/getdate.y (SHR): Likewise.
14145         (tm_diff): Use it.
14146         * lib/strftime.c (SHR): Likewise.
14147         (tm_diff): Use it.
14148         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14149         quote_these_too, so that right shifts are well defined.  All uses
14150         changed.
14151
14152 2004-11-10  Jim Meyering  <jim@meyering.net>
14153
14154         Ensure that no close failure goes unreported.
14155         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14156         return early when it seems there's nothing to flush.
14157         Don't include __fpending.h.
14158
14159 2004-11-10  Jim Meyering  <jim@meyering.net>
14160
14161         * modules/closeout (Depends-on): Remove fpending.
14162
14163 2004-11-10  Jim Meyering  <jim@meyering.net>
14164
14165         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14166
14167 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14170         gl_FUNC_STRFTIME.
14171         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14172         and AC_REQUIRE when possible, to avoid duplicate checks.
14173         Check for <wchar.h>.
14174
14175 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14176
14177         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14178
14179 2004-11-09  Bruno Haible  <bruno@clisp.org>
14180
14181         * m4/sockpfaf.m4: New file.
14182
14183 2004-11-05  Bruno Haible  <bruno@clisp.org>
14184
14185         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14186         Reported by Mark D. Baushke <mdb@cvshome.org>.
14187
14188 2004-11-04  Bruno Haible  <bruno@clisp.org>
14189
14190         2004-09-11  Bruno Haible  <bruno@clisp.org>
14191                 * allocsa.valgrind: New file.
14192         2004-02-06  Bruno Haible  <bruno@clisp.org>
14193                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14194                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14195                 Reported by Christopher Seip <chris.seip@hp.com>.
14196
14197 2004-11-04  Bruno Haible  <bruno@clisp.org>
14198
14199         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14200         (Makefile.am): Distribute it.
14201
14202 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14203
14204         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14205         with errno == ERANGE if the buffer is too small.
14206         Problem reported by Mark D. Baushke.
14207
14208 2004-11-03  Albert Chin  <china@thewrittenword.com>
14209             Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14212         equivalent, substitute $ac_type for equivalent type rather than
14213         blindly using uint32_t *always* which won't work if uint32_t is not
14214         available.  Define _UINT32_T to work around typedef of uint32_t if
14215         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14216         2.5.1.
14217
14218 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         * m4/jm-macros.m4: Sync from coreutils.
14221         (gl_MACROS): Check for mbrlen, for pathchk.
14222         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14223
14224 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14225
14226         * lib/xreadlink.c (MAXSIZE): New macro.
14227         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14228         size does not exceed MAXSIZE.  Avoid cast.
14229         As suggested by Mark D. Baushke in
14230         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14231         if readlink fails with buffer size just under MAXSIZE, try again
14232         with MAXSIZE.
14233
14234 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14235
14236         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14237
14238 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14239         and  Paul Eggert  <eggert@cs.ucla.edu>
14240
14241         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14242         (get_date): Overparenthesize to avoid GCC warning.
14243
14244 2004-11-02  Bruno Haible  <bruno@clisp.org>
14245
14246         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14247         returns void.
14248
14249 2004-11-02  Bruno Haible  <bruno@clisp.org>
14250
14251         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14252         function returns void.
14253
14254 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14257         fflush_unlocked, flockfile, funlockfile, funlockfile,
14258         fputs_unlocked, putc_unlocked.
14259
14260 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14263         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14264         already declared.
14265
14266 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14267
14268         * modules/getdate (Files): Add doc/getdate.texi.
14269         (Depends-on): Add setenv, xalloc.
14270
14271 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         * lib/getdate.y: Add support for TZ="foo" within a date string.
14274         Fix some bugs near time_t boundaries.  Reject dates with
14275         out-of-range components, e.g., "Sept 31".
14276         Include <stdlib.h>, "setenv.h", "xalloc.h".
14277         (ISDIGIT_LOCALE): Remove; unused.
14278         Note that the TZ and time functions used here are not reentrant.
14279         (mktime_ok, get_tz): New functions.
14280         (TZBUFSIZE): New constant.
14281         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14282         This requires that we sometimes generate our own TZ="XXX..." setting.
14283
14284 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14285
14286         * doc/getdate.texi: New file, from coreutils with modifications for
14287         the new TZ parsing.
14288
14289 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14290
14291         * lib/mktime.c (not_equal_tm): Remove redundant check.
14292
14293 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14294
14295         * modules/regex (lib_SOURCES): Add regex.c.
14296         Reported by James Youngman in
14297         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14298
14299 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14300
14301         * lib/getdate.y: Use Bison 1.875 features, and some minor
14302         code cleanups.  This change does not affect semantics.
14303         Don't include <stdlib.h>; no longer needed.
14304         Don't include unlocked-io.h; only the "#if TEST" code uses
14305         stdio, and performance isn't crucial there.
14306         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14307         Bison 1.875 features as described below.
14308         All uses of "PC." replaced by "pc->".
14309         (YYSTYPE): Add a forward declaration.
14310         (yylex, yyerror): Use full prototypes in forward decls.
14311         Use "%pure-parser" rather than obsolescent "%pure_parser".
14312         Use %parse-param and %lex-param instead of obsolescent
14313         YYPARSE_PARAM and YYLEX_PARAM.
14314         (meridian_table, month_and_day_table, time_units_table,
14315         relative_time_table, time_zone_table, military_table,
14316         lookup_zone, lookup_word, get_date):
14317         Use NULL instead of 0 where appropriate.
14318         (to_hour): Avoid abort (), to avoid a dependency on
14319         stdlib.h.
14320         (yyerror, yylex): Now accepts parser_control * arg.
14321         (main) [TEST]: Use '\0' rather than 0 for char.
14322
14323 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14326
14327 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14330         It's now the caller's responsibility to handle the case where
14331         !HAVE_GETPAGESIZE && !defined getpagesize.
14332
14333         * lib/mktime.c (leapyear): Arg is long int, not int.
14334
14335 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14338
14339 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14342         missing.  Problem reported by James Youngman.
14343
14344 2004-10-16  Simon Josefsson  <jas@extundo.com>
14345
14346         * gnulib-tool: Fix comments.  Fix parse problem.
14347         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14348
14349 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14352         implementation of getopt_long.  Problem reported by Alexander Taler in:
14353         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14354
14355 2004-10-15  Bruno Haible  <bruno@clisp.org>
14356
14357         * gnulib-tool: Untabify. Initialize supplied_libname.
14358         (func_usage): More homogenous output.
14359         (func_modules_transitive_closure, func_modules_to_filelist,
14360         func_emit_lib_Makefile_am): New functions.
14361         (func_import): New function, extracted from big case statement. Use
14362         func_get_license, func_modules_transitive_closure,
14363         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14364         opt_lgpl. Don't use test -a, as it's not portable.
14365         (func_create_testdir): Use func_modules_transitive_closure,
14366         func_modules_to_filelist, func_emit_lib_Makefile_am.
14367
14368 2004-10-15  Bruno Haible  <bruno@clisp.org>
14369
14370         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14371
14372 2004-10-15  Bruno Haible  <bruno@clisp.org>
14373
14374         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14375         the portions belonging to each module.
14376         Suggested by Derek Robert Price <derek@ximbiot.com>.
14377
14378 2004-10-12  Simon Josefsson  <jas@extundo.com>
14379
14380         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14381         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14382         to real functions.
14383
14384 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14385
14386         * modules/vsnprintf: New file.
14387
14388 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14389
14390         * m4/vsnprintf.m4: New file.
14391
14392 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14393
14394         * lib/vsnprintf.h: New file.
14395         * lib/vsnprintf.c: New file.
14396
14397 2004-10-11  Bruno Haible  <bruno@clisp.org>
14398
14399         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14400         vsnprintf.
14401
14402 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14405
14406 2004-10-07  Bruno Haible  <bruno@clisp.org>
14407
14408         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14409         fits into the provided buffer.
14410
14411 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * lib/diacrit.c, diacrit.h: Add GPL notice.
14414
14415         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14416         notice.
14417         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14418         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14419         This avoids a potential constant-folding bug.
14420
14421 2004-10-05  Bruno Haible  <bruno@clisp.org>
14422
14423         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14424         for the declaration of strsep.
14425
14426 2004-10-05  Bruno Haible  <bruno@clisp.org>
14427
14428         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14429
14430 2004-10-04  Simon Josefsson  <jas@extundo.com>
14431
14432         * modules/memmem: New file.
14433         * tests/test-memmem.c: New file.
14434         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14435
14436 2004-10-04  Simon Josefsson  <jas@extundo.com>
14437
14438         * m4/memmem.m4: New file.
14439
14440 2004-10-04  Simon Josefsson  <jas@extundo.com>
14441
14442         * lib/memmem.h: New file.
14443         * lib/memmem.c: New file, taken from glibc.
14444
14445 2004-10-04  Simon Josefsson  <jas@extundo.com>
14446
14447         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14448         '#ifdef USE_UNLOCKED_IO'.
14449
14450 2004-10-04  Simon Josefsson  <jas@extundo.com>
14451
14452         * config/srclist.txt: Add memmem from glibc.
14453
14454 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14457
14458         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14459         modules/exclude, modules/getdate, modules/getline,
14460         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14461         modules/getusershell, modules/linebuffer, modules/md5,
14462         modules/mountlist, modules/posixtm, modules/readtokens,
14463         modules/readutmp, modules/regex, modules/sha1,
14464         modules/version-etc, modules/yesno:
14465         Remove dependency on unlocked-io.
14466
14467 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14468
14469         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14470
14471         * m4/unlocked-io.m4: Add copyright notice.
14472         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14473
14474 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14477         * lib/xmalloc.c (xmemdup): Likewise.
14478         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14479         XFREE): Remove these long-obsolescent macros.
14480         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14481         * lib/xstrdup.c: Remove.
14482
14483         * lib/regex.c (re_comp): Cast gettext return value to char *,
14484         Problem reported by Martin Neitzel via Mark D. Baushke.
14485
14486 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14487
14488         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14489         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14490         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14491         regex.c, sha1.c, version-etc.c, yesno.c:
14492         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14493         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14494         the includer's responsibility.
14495
14496         Sync from coreutils.
14497
14498         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14499         points to the start of a string, as the C Standard says the
14500         resulting behavior is undefined.
14501
14502         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14503         simple -> simple_backups, numbered_existing ->
14504         numbered_existing_backups, numbered -> numbered_backups
14505         to avoid shadowing problems.  All uses changed.
14506         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14507         * lib/backupfile.c (check_extension, numbered_backup):
14508         Rename locals to avoid shadowing 'basename'.
14509         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14510         once.
14511
14512         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14513         * lib/.cvsignore: Add getopt.h.
14514
14515 2004-10-04  Bruno Haible  <bruno@clisp.org>
14516
14517         * modules/README: New file.
14518         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14519         not a module.
14520
14521 2004-10-02  Jim Meyering  <jim@meyering.net>
14522
14523         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14524
14525 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14526
14527         * modules/strsep: New file.
14528
14529 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14530
14531         * m4/strsep.m4: New file.
14532
14533 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14534
14535         * lib/strsep.h: New file.
14536         * lib/strsep.c: New file.
14537
14538 2004-10-01  Simon Josefsson  <jas@extundo.com>
14539
14540         * lib/snprintf.c (snprintf): Handle size==0.
14541
14542 2004-10-01  Simon Josefsson  <jas@extundo.com>
14543             Bruno Haible  <bruno@clisp.org>
14544
14545         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14546         (snprintf): Declare 'args'.
14547
14548 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14549
14550         * lib/snprintf.c: Remove comments as to why each header is needed.
14551
14552 2004-10-01  Bruno Haible  <bruno@clisp.org>
14553
14554         * MODULES.html.sh: Add strsep.
14555
14556 2004-09-30  Simon Josefsson  <jas@extundo.com>
14557
14558         * modules/snprintf: New file.
14559
14560 2004-09-30  Simon Josefsson  <jas@extundo.com>
14561
14562         * m4/snprintf.m4: New file.
14563
14564 2004-09-30  Simon Josefsson  <jas@extundo.com>
14565
14566         * lib/snprintf.h, lib/snprintf.c: New files.
14567
14568 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14569
14570         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14571         (hol_entry_help): Never translate an empty string.
14572         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14573         * lib/argp.h (OPTION_NO_TRANS): New option.
14574
14575 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14576
14577         * modules/argp (Maintainer): Replace Simon Josefsson
14578         by Sergey Poznyakoff.
14579
14580 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14581
14582         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14583         changes merged back into glibc.
14584
14585 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14586
14587         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14588
14589 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14590
14591         * lib/xvasprintf.c: Include xalloc.h.
14592         (xvasprintf): Use xalloc_die, not xmalloc_die.
14593
14594 2004-09-29  Bruno Haible  <bruno@clisp.org>
14595
14596         * modules/alloca-opt: New file, derived from modules/alloca.
14597         * modules/allocsa: Depend on alloca-opt instead of alloca.
14598         * modules/setenv: Likewise.
14599         * modules/vasnprintf: Likewise.
14600         * MODULES.html.sh: Add alloca-opt.
14601
14602 2004-09-28  Simon Josefsson  <jas@extundo.com>
14603
14604         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14605         LGPL, and to replace license template from GPL to LGPL.
14606
14607 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14608
14609         * modules/dummy: Change license to LGPL.
14610
14611 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14614
14615 2004-09-24  Simon Josefsson  <jas@extundo.com>
14616
14617         * modules/minmax (License): Change from GPL to LGPL.
14618
14619 2004-09-23  Simon Josefsson  <jas@extundo.com>
14620
14621         * gnulib-tool (--import): Typo.
14622
14623 2004-09-23  Simon Josefsson  <jas@extundo.com>
14624
14625         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14626
14627 2004-09-22  Bruno Haible  <bruno@clisp.org>
14628
14629         * modules/*: Add 'License' field.
14630         * gnulib-tool: Accept --extract-license option.
14631         (func_get_license): New function.
14632
14633 2004-09-21  Bruno Haible  <bruno@clisp.org>
14634
14635         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14636         Reported by Simon Josefsson.
14637
14638 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14639
14640         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14641         gl_AC_TYPE_LONG_LONG.
14642
14643 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14644
14645         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14646
14647 2004-09-18  Simon Josefsson  <jas@extundo.com>
14648         and  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14651         calls with autoreconf.  Define GL_LIB.
14652
14653 2004-09-14  Karl Berry  <karl@gnu.org>
14654
14655         * config/srclist.txt: unsync setenv.c, sigh.
14656
14657 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14660         Problem reported by Bruno Haible in:
14661         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14662
14663 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14664
14665         * config/srclist.txt: Comment out argp-pvh.c.
14666
14667 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14668
14669         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14670         in case some system header has #define'd it.  Problem reported by
14671         Soeren D. Schulze in
14672         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14673
14674 2004-09-09  Karl Berry  <karl@gnu.org>
14675
14676         * regex.[ch]: delete from the root.  These were supposed to be
14677                 synced with emacs cvs, but this has not happened for about
14678                 a year, and anyway nothing else uses emacs regex.[ch].
14679                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14680                 lib/regex[.ch] is untouched.
14681
14682 2004-09-09  Bruno Haible  <bruno@clisp.org>
14683
14684         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14685
14686 2004-09-09  Bruno Haible  <bruno@clisp.org>
14687
14688         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14689         modifications.
14690         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14691
14692 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14693
14694         * modules/xvasprintf: New file.
14695         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14696
14697 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14698
14699         * lib/xvasprintf.h: New file.
14700         * lib/xvasprintf.c: New file.
14701         * lib/xasprintf.c: New file.
14702
14703 2004-09-08  Bruno Haible  <bruno@clisp.org>
14704
14705         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14706
14707 2004-09-08  Bruno Haible  <bruno@clisp.org>
14708
14709         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14710         length is > INT_MAX.
14711         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14712         more.
14713
14714 2004-09-08  Bruno Haible  <bruno@clisp.org>
14715
14716         * lib/stdint_.h: New file, taken from GNU clisp.
14717
14718 2004-09-08  Bruno Haible  <bruno@clisp.org>
14719             Oskar Liljeblad  <oskar@osk.mine.nu>
14720
14721         * modules/stdint: New file.
14722         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14723
14724 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14725
14726         Import from coreutils.
14727         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14728         strings on unbounded length.  alloca's performance benefits aren't
14729         that important here.
14730         (V_STRDUP): Remove.
14731         (parse_with_separator): New function, with most of the internals
14732         of the old parse_user_spec.  Allow user to omit both user and group,
14733         for compatibility with FreeBSD.
14734         Clone only the user name, not the entire spec.
14735         Do not set *uid, *gid unless entirely successful.
14736         Avoid memory leak in some failing cases.
14737         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14738         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14739         (parse_user_spec): Rewrite to use parse_with_separator.
14740
14741 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         * modules/userspec: Don't depend on alloca.
14744
14745 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14746
14747         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14748
14749 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14752         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14753         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14754
14755 2004-08-16  Simon Josefsson  <jas@extundo.com>
14756
14757         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14758         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14759         Add --dry-run for --import.
14760         Let user provided command line parameters override configure.ac
14761         settings.
14762
14763 2004-08-12  Simon Josefsson  <jas@extundo.com>
14764
14765         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14766         as discussed with Paul Eggert in threads rooted at
14767         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14768         and
14769         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14770         Before, the test was empty, and relied on ELIDE_CODE in source
14771         code.)
14772         (gl_PREREQ_GETOPT): New macro.
14773         (gl_GETOPT): Use them.
14774
14775 2004-08-12  Simon Josefsson  <jas@extundo.com>
14776
14777         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14778         * lib/getopt_.h: Renamed from getopt.h.
14779
14780 2004-08-12  Simon Josefsson  <jas@extundo.com>
14781
14782         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14783         Change default library name from libfoo to libgnu.
14784         Now, if you have a configure.ac that says:
14785                 gl_SOURCE_BASE(gl)
14786                 gl_M4_BASE(gl/m4)
14787                 gl_MODULES(error getopt etcetera)
14788                 gl_INIT
14789         you can import all you need by running:
14790                 ../gnulib/gnulib-tool --import
14791
14792         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14793         (Makefile.am): Rewrite, use logic from argz.
14794         (Include): Use <getopt.h> instead of "getopt.h".
14795
14796 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * modules/argp (Files): Add m4/unlocked-io.m4.
14799         (Depends-on): Add extensions.
14800
14801 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14802
14803         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14804         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14805         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14806         Check for program_invocation_name, program_invocation_short_name,
14807         flockfile, funlockfile, features.h, _getopt_long_only_r.
14808
14809 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14812         its complicated substitute.
14813         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14814         and program_invocation_name.
14815         (__argp_basename) [!_LIBC]: Remove; the only use was
14816         replaced by its body.
14817         (__argp_short_program_name): Change condition from
14818         !defined __argp_short_program_name to
14819         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14820         to match argp-namefrob.h.
14821         (__argp_failure): Don't assume strerror_r returns char *.
14822         * lib/argp-parse.c (N_): Define unconditionally.
14823         (argp_default_options): Fill out initializers with 0 to avoid
14824         gcc warnings.
14825
14826 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14829         getopt1.c.
14830
14831 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14832
14833         Merge from coreutils.
14834
14835         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14836
14837         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14838         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14839
14840 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14841
14842         Merge from coreutils.
14843
14844         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14845         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14846         for Reliant Unix 5.43.
14847
14848         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14849         (union fooround): Use uintmax_t, not long int.
14850         The rest is a merge from libc:
14851         [defined _LIBC]: Include <shlib-compat.h>.
14852         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14853
14854         * lib/settime.c (settime): Recode to avoid warning with
14855         Sun Forte C 6U2.
14856
14857         * lib/strverscmp.c: Convert to UTF-8.
14858
14859 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14862         m4/uintmax_t.m4.
14863
14864 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * modules/xalloc-die: New file.
14867         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14868
14869         * modules/md5 (Files): Add m4/uint32_t.m4.
14870         * modules/sha1: Renamed from modules/sha.
14871         (Files):
14872         Rename lib/sha.h to lib/sha1.h.
14873         Rename lib/sha.c to lib/sha1.c.
14874         Rename m4/sha.m4 to m4/sha1.m4.
14875         (lib_SOURCES): Likewise.
14876         (configure.ac): Rename gl_SHA to gl_SHA1.
14877         (Include): sha.h -> sha1.h.
14878
14879 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14882         * m4/sha1.m4: Renamed from sha.m4.
14883         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14884
14885 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14886
14887         * lib/obstack.h (obstack_empty_p):
14888         Don't assume that chunk->contents is suitably aligned.
14889         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14890         Likewise. Problem reported by Benno in
14891         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14892
14893         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14894         readable.  This could be improved further but it'd take some work.
14895
14896 2004-08-08  Simon Josefsson  <jas@extundo.com>
14897
14898         * modules/xgethostname (Depends-on): Remove exit and error (not
14899         used).
14900
14901         * modules/getpass-gnu: Add getpass.h.
14902         (Depends-on): Add stdbool.
14903         * modules/getpass: Add getpass.h.
14904
14905 2004-08-08  Simon Josefsson  <jas@extundo.com>
14906
14907         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
14908         Check getpass declaration.
14909
14910 2004-08-08  Simon Josefsson  <jas@extundo.com>
14911
14912         * lib/xgethostname.c: Don't include error.h (not used).
14913
14914         * lib/getpass.h: Add.
14915         * lib/getpass.c: Include getpass.h first.
14916
14917 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
14918
14919         * lib/xalloc-die.c: New file.
14920         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
14921         All uses removed.
14922         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
14923         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
14924         xalloc-die.c.
14925         (_, N_, xalloc_die): Move to xalloc-die.c.
14926         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
14927         so that we needn't mess with xalloc_msg_memory_exhausted.
14928
14929         * lib/sha1.h: Renamed from sha.h.
14930         (SHA1_H): Renamed from _SHA_H.
14931         (sha1_ctx): Renamed from sha_ctx.
14932         (sha1_init_ctx): Renamed from sha_init_ctx.
14933         (sha1_process_block): Renamed from sha_process_block.
14934         (sha1_process_bytes): Renamed from sha_process_bytes.
14935         (sha1_finish_ctx): Renamed from sha_finish_ctx.
14936         (sha1_read_ctx): Renamed from sha_read_ctx.
14937         (sha1_stream): Renamed from sha_stream.
14938         (sha1_buffer): Renamed from sha_buffer.
14939         * lib/sha1.c: Likewise; renamed from sha.c.
14940         Do not include <sys/types.h>.
14941         Include <stddef.h> rather than <stdlib.h>.
14942
14943 2004-08-08  Bruno Haible  <bruno@clisp.org>
14944
14945         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
14946         FILESYSTEM_PREFIX_LEN.
14947         * lib/progreloc.c: Likewise.
14948         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
14949
14950 2004-08-06  Simon Josefsson  <jas@extundo.com>
14951
14952         * modules/progname (Depends-on): Don't depend on stdbool.
14953
14954 2004-08-06  Simon Josefsson  <jas@extundo.com>
14955
14956         * modules/getsubopt: New file.
14957         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14958         getsubopt.
14959
14960 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         More merge from coreutils.
14963
14964         * m4/utimens.m4, m4/utimecmp.m4: New files.
14965         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
14966         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
14967         prereq.m4, sha.m4: Import changes from coreutils.
14968
14969 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14970
14971         More merge from coreutils.
14972         * modules/raise, modules/readtokens0, modules/utimens:
14973         * modules/utimecmp, module/xnanosleep: New files.
14974         * modules/strftime: Add lib/strftime.h.
14975         Change include from <time.h> to "strftime.h".
14976         * modules/yesno: Add lib/yesno.h.
14977         * modules/backupfile: Remove lib/addext.c.
14978         * modules/euidaccess: Add stat-macros.h.
14979         * modules/canonicalize, modules/euidaccess,
14980         modules/filemode, modules/lchown, modules/makepath,
14981         modules/rmdir, modules/stat: Likewise.
14982
14983 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         Merge from tar.
14986         * lib/argp-help.c (make_hol, hol_append): Don't assume that
14987         SIZE_MAX is a valid preprocessor constant.
14988         (__argp_basename): Change from "#ifndef _LIBC"
14989         to "#ifndef __argp_short_program_name", so that
14990         we don't compile these functions for tar.
14991
14992         More merges from coreutils.
14993         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14994         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14995         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14996         * lib/addext.c: Remove; no longer needed.
14997         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14998         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14999         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15000         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15001         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15002         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15003         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15004         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15005         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15006         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15007         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15008         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15009         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15010         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15011         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15012         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15013         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15014         Import changes from coreutils.
15015
15016 2004-08-05  Simon Josefsson  <jas@extundo.com>
15017
15018         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15019
15020 2004-08-05  Simon Josefsson  <jas@extundo.com>
15021
15022         * m4/getsubopt.m4: New file.
15023
15024 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15025
15026         Merge from coreutils.
15027
15028         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15029         * m4/getcwd-path-max.m4: New files.
15030
15031         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15032         FILESYSTEM_PREFIX_LEN ->
15033         FILE_SYSTEM_PREFIX_LEN.
15034         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15035         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15036         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15037         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15038
15039         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15040         prerequisite modules now handle the DOS stuff.
15041         Don't check for unistd.h.
15042
15043 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15044
15045         Merge from coreutils.
15046
15047         * lib/.gdb-history: Remove; this doesn't belong here.
15048
15049         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15050         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15051         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15052         * lib/getcwd.c: New files.
15053
15054         * lib/dirname.h: Include <stdbool.h>.
15055         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15056         for consistency with POSIX terminology.  All uses changed.
15057         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15058         (strip_trailing_slashes): Use bool for booleans.
15059         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15060
15061         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15062         sometimes returns a positive errno value even when it succeeds.
15063         (print_errno_message) [!LIBC]: Fall back on strerror if
15064         __strerror_r fails.
15065
15066         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15067         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15068         (longest_relative_suffix): New function.
15069         (path_concat): Use it.  Assume first argument is not NULL.
15070         Port to DOS.  Omit redundant separators.
15071         Report an error instead of returning NULL.
15072         Use mempcpy instead of memcpy.
15073         (xpath_concat): Remove: not declared or used.
15074
15075         * lib/same.h: Include <stdbool.h>
15076         (same_name): Return bool, not int.
15077         * lib/same.c (same_name): Likewise.
15078         (errno): Don't declare; we assume C89 or better now.
15079
15080         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15081         if not already defined.
15082
15083         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15084         * lib/dup-safer.c (errno): Likewise.
15085
15086 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         Merge from coreutils.
15089         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15090         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15091         * modules/path-concat: Don't depend on strdup.
15092
15093 2004-08-03  Simon Josefsson  <jas@extundo.com>
15094
15095         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15096         * lib/progname.h: Don't include stdbool.h.
15097
15098 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15101         * MODULES.html.sh (func_all_modules): Remove fatal.
15102
15103 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15106
15107 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15110         working.
15111
15112 2004-08-02  Simon Josefsson  <jas@extundo.com>
15113
15114         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15115         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15116         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15117
15118 2004-08-01  Simon Josefsson  <jas@extundo.com>
15119
15120         * lib/xgetdomainname.c: Include stdlib.h, for free().
15121
15122 2004-07-19  Bruno Haible  <bruno@clisp.org>
15123
15124         * MODULES.html.sh (func_all_modules): Add dummy.
15125
15126 2004-07-16  Simon Josefsson  <jas@extundo.com>
15127
15128         * modules/dummy: New file.
15129
15130 2004-07-16  Simon Josefsson  <jas@extundo.com>
15131
15132         * lib/dummy.c: New file.
15133
15134 2004-07-16  Bruno Haible  <bruno@clisp.org>
15135
15136         * lib/backupfile.h: Add extern "C" for C++.
15137         * lib/closeout.h: Likewise.
15138         * lib/copy-file.h: Likewise.
15139         * lib/findprog.h: Likewise.
15140         * lib/full-write.h: Likewise.
15141         * lib/pathname.h: Likewise.
15142         * lib/progname.h: Likewise.
15143         * lib/stpcpy.h: Likewise.
15144         * lib/stpncpy.h: Likewise.
15145         * lib/strcase.h: Likewise.
15146         * lib/strstr.h: Likewise.
15147         * lib/xalloc.h: Likewise.
15148
15149         * lib/mbswidth.h: Add extern "C" for C++.
15150         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15151
15152 2004-07-13  Robert Millan  <robertmh@gnu.org>
15153
15154         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15155
15156 2004-07-09  Simon Josefsson  <jas@extundo.com>
15157
15158         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15159         failed without this.)
15160
15161 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15162
15163         * modules/chown (Files): Add lib/fchown-stub.c, since
15164         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15165
15166 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15167
15168         * lib/fchown-stub.c: New file.
15169
15170 2004-06-24  Jim Meyering  <jim@meyering.net>
15171
15172         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15173
15174 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15175
15176         * modules/argz: Omit "#include".
15177
15178         * MODULES.html.sh (func_all_modules): Add calloc, to match
15179         2004-06-01 addition of calloc module.
15180
15181 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15182
15183         * m4/argz.m4: New file, which is autoupdated from libtool.
15184
15185 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15186
15187         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15188         libtool.
15189
15190 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * config/srclist-update: Don't insist on "USA." before the
15193         close-comment, as libtool omits the period and puts the */ on a
15194         separate line.
15195         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15196         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15197
15198 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15199
15200         * modules/argz: New file.
15201         * MODULES.html.sh (func_all_modules): Add argz.
15202
15203 2004-06-12  Jim Meyering  <jim@meyering.net>
15204         and  Paul Eggert  <eggert@cs.ucla.edu>
15205
15206         * modules/hash (Files): Add lib/xalloc.h.
15207         * modules/pipe (Depends-on): Add wait-process.
15208         * modules/stat (Depends-on): Add xalloc.
15209         * modules/userspec (Files): Add lib/userspec.h.
15210         * modules/xstrto
15211
15212         Upgrade from gettext-0.13.
15213         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15214         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15215         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15216
15217 2004-06-10  Jim Meyering  <jim@meyering.net>
15218
15219         * lib/calloc.c: New file.
15220
15221 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15222
15223         * lib/getdate.y (yylex): Allow space between sign and number.
15224         Problem reported by Dan Jacobson.
15225
15226 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15227
15228         Merge from coreutils CVS.
15229
15230         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15231         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15232         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15233         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15234         xstrtol.m4: Fix copyright date and/or serial number.
15235
15236         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15237         See if we need an fchown replacement.
15238         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15239         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15240         and use the replacement function if we detect either defect.
15241
15242         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15243         gl_UTIMECMP.
15244
15245 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15246         and  Jim Meyering  <jim@meyering.net>
15247
15248         Merge from coreutils CVS.
15249
15250         * lib/stat-macros.h: New file, with contents from file-type.h
15251         and coreutils' system.h.
15252         * lib/file-type.c: Include "stat-macros.h".
15253         * lib/file-type.h (file_type): Move all macro definitions to new file,
15254         stat-macros.h.
15255
15256         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15257         Wrap old code with this conditional.
15258         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15259         function that does not dereference symlinks.
15260         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15261
15262         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15263         dependency problems.
15264         (xreadlink): Accept new arg SIZE, for efficiency.
15265         All decls and uses changed.
15266         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15267
15268         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15269         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15270
15271         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15272         sysexits.h.
15273
15274 2004-06-01  Jim Meyering  <jim@meyering.net>
15275
15276         * m4/calloc.m4: New file.
15277
15278 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15279
15280         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15281         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15282         Also, fix a typo in a diagnostic.
15283
15284 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15285
15286         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15287         or AC_FUNC_REALLOC.
15288
15289 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15290
15291         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15292         macros to be defined.
15293         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15294         the allocator returns NULL because the requested size is zero.
15295
15296 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15297
15298         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15299         var.  Add comment explaining why libc still defines it.  This
15300         merges the following patch from glibc:
15301         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15302
15303 2004-05-20  Andreas Schwab  <schwab@suse.de>
15304
15305         * m4/free.m4: Replace free if it not known to work, not the other
15306         way round.
15307
15308 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15309
15310         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15311         present in glibc since revision 1.1 of this file.
15312         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15313         obstack_alignment_mask, obstack_alloc, obstack_base,
15314         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15315         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15316         obstack_grow0, obstack_init, obstack_int_grow,
15317         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15318         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15319         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15320         nonexistent functions.
15321
15322 2004-05-18  Karl Berry  <karl@gnu.org>
15323
15324         * config/srclist.txt: break link for vasnprintf.c.
15325
15326 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         Port obstack to the AS/400, where pointers are 16 bytes wide and
15329         you cannot cast an integer to a valid pointer.  This patch is
15330         currently waiting to be integrated into glibc; see
15331         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15332
15333         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15334         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15335         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15336         (struct obstack): temp member is now a union of a pointer and
15337         an integer, instead of an integer.  All integer uses changed.
15338         This does not affect the physical layout of struct obstack,
15339         except on hosts (like the AS/400) where the size or alignment of
15340         void * is greater than that of ptrdiff_t.
15341         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15342         __STDC__)]: Store temporary in pointer member of union, not
15343         integer member.
15344         * lib/obstack.c: Include <stddef.h>, for offsetof.
15345         (struct fooalign): Remove; it doesn't need a name.
15346         (union fooround): Change double to long double, and add void *.
15347         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15348         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15349         not a macro.  Hence the values are always int; so remove all
15350         casts-to-int in uses.
15351
15352 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15353
15354         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15355         we can get this patch merged into glibc.
15356
15357 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15358             Paul Eggert  <eggert@cs.ucla.edu>
15359
15360         * m4/argp: Depend on alloca.
15361
15362 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15363             Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15366         freecoding.
15367
15368 2004-05-17  Bruno Haible  <bruno@clisp.org>
15369
15370         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15371         precision that consists of a '.' followed by an empty digit string.
15372         Patch by Tor Lillqvist <tml@iki.fi>.
15373
15374 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15375
15376         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15377         for backward compatibility with older code.  We need our own
15378         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15379         it under some other name, and our alloca.h will define it.
15380
15381 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15382             Derek Price  <derek@ximbiot.com>
15383
15384         * lib/alloca.c: Include <alloca.h>, to get our interface.
15385         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15386         include <alloca.h> first.  Use C89 prototype for alloca; this
15387         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15388         Use #elif for simplicity, since we can assume C89 now.
15389         Don't try to source the system alloca.h since it will not be found
15390         and to prevent recursively including its replacement.
15391         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15392         * lib/regex.c: Likewise.
15393
15394 2004-05-16  Derek Price  <derek@ximbiot.com>
15395             Paul Eggert  <eggert@cs.ucla.edu>
15396
15397         getline cleanup.  This changes the getndelim2 API: both order of
15398         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15399         no delimiter).
15400
15401         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15402         interface does that.
15403         (getline): Always use getdelim, so that we don't have two
15404         copies of this code.
15405         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15406         if available.
15407         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15408         (GETNDELIM2_MAXIMUM): New macro.
15409         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15410         instead of the old practice of delim2==0.  All callers changed.
15411         Return -1 on overflow, instead of returning junk.
15412         Do not set *linesize unless allocation succeeds.
15413         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15414         that we include sys/types.h.
15415         * lib/getnline.h: Likewise.
15416         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15417         (getndelim2): Reorder arguments.
15418         * lib/getnline.c (getnline, getndelim):
15419         Don't discard the NMAX argument.
15420         (getnline): Invoke getndelim, to avoid code duplication.
15421         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15422         of (size_t) -1 by callers of the getnline family.
15423
15424 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15425
15426         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15427         Check for gettimeofday.
15428         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15429         Check for settimeofday, stime.
15430
15431 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         * lib/nanosleep.c (suspended): Change its type from int to
15434         sig_atomic_t volatile.
15435         (first_call): Make it private to rpl_nanosleep, and have it
15436         be zero initially as that's a bit faster.
15437         (my_usleep): Round up fractional times instead of truncating them,
15438         as this is the usual meaning for 'sleep'.
15439
15440         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15441         doesn't work.
15442         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15443         (ENOSYS): Define if not defined.
15444         (settime): Fall back on stime if it exists and settimeofday fails.
15445         But don't bother with fallbacks if a method fails with errno == EPERM.
15446
15447 2004-05-11  Jim Meyering  <jim@meyering.net>
15448
15449         Prior to this change, the save_cwd caller required read access to the
15450         current directory on most systems (ones with the fchdir function).
15451
15452         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15453         fails, try write-only, and finally, resort to using xgetcwd.
15454
15455 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15456
15457         * lib/obstack.c, obstack.h: Import changes from libc.
15458
15459 2004-04-28  Bruno Haible  <bruno@clisp.org>
15460
15461         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15462         also implicitly appends .exe to executables.
15463         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15464         accepts Windows pathnames.
15465         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15466         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15467         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15468         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15469         Reported by Derek Robert Price <derek@ximbiot.com>.
15470
15471 2004-04-21  Karl Berry  <karl@gnu.org>
15472
15473         * config/srclist.txt (localcharset.c): break sync.
15474
15475 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15476
15477         * m4/host-os.m4: Add a copyright notice.
15478
15479 2004-04-20  Jim Meyering  <jim@meyering.net>
15480
15481         Change UTILS_ to gl_ in AC_DEFINE'd names.
15482         Change utils_- and jm_-prefixed variables, too.
15483         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15484         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15485         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15486
15487         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15488         Don't emit trailing blanks.
15489         Also rename jm_-prefixed variables to have gl_ prefix.
15490
15491         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15492         Also rename jm_-prefixed variables to have gl_ prefix.
15493
15494         * m4/jm-macros.m4: Reflect the renamings.
15495         * m4/prereq.m4: Likewise.
15496
15497 2004-04-20  Jim Meyering  <jim@meyering.net>
15498
15499         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15500         memory.
15501
15502 2004-04-20  Jim Meyering  <jim@meyering.net>
15503             Bruno Haible  <bruno@clisp.org>
15504
15505         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15506         memory when realloc fails.
15507
15508 2004-04-19  Jim Meyering  <jim@meyering.net>
15509
15510         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15511         now that readutmp.c may call `free (0)'.
15512
15513 2004-04-19  Bruno Haible  <bruno@clisp.org>
15514
15515         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15516         * m4/inttypes_h.m4: Likewise.
15517         * m4/stdint_h.m4: Likewise.
15518         * m4/intmax_t.m4: Likewise.
15519         * m4/uintmax_t.m4: Likewise.
15520
15521 2004-04-18  Jim Meyering  <jim@meyering.net>
15522
15523         * m4/prereq.m4: Don't forbid jm_ prefix.
15524
15525         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15526         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15527         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15528         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15529         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15530         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15531         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15532         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15533         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15534         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15535         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15536         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15537         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15538         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15539         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15540         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15541         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15542         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15543         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15544
15545 2004-04-18  Jim Meyering  <jim@meyering.net>
15546
15547         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15548         failure, don't leak memory and do call END_UTMP_ENT.
15549
15550 2004-04-16  Jim Meyering  <jim@meyering.net>
15551
15552         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15553         coreutils' stat program.
15554         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15555
15556 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15557
15558         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15559         C89.
15560         (CHAR_BIT): Remove, since we assume C89.
15561         Include <stdint.h> if available, as per current Autoconf CVS advice.
15562
15563 2004-03-31  Jim Meyering  <jim@meyering.net>
15564
15565         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15566         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15567         * m4/xalloc.m4: Likewise.
15568
15569 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15570
15571         Merge from coreutils.
15572
15573         * m4/inttostr.m4: New file.
15574         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15575         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15576         Require gl_CLOCK_TIME.
15577         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15578
15579 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15580
15581         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15582         not bool, to be more consistent with Unix conventions.
15583         Suggested by Bruno Haible.
15584
15585         Merge from coreutils.
15586
15587         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15588         * lib/umaxtostr.c: New files.
15589
15590         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15591         the usual <time.h> dance.
15592         (get_date): Change signature to support fractional time stamps.
15593         All callers changed.
15594         * lib/getdate.y: Include "getdate.h" first, as we can now
15595         assume C89 and don't need to worry about 'const'.
15596         Similarly, include "unlocked-io.h" near start, not in middle.
15597         Include <limits.h>.
15598         (textint.value): Use long int rather than int.
15599         (textint.digits): Use size_t rather than int.
15600         (BILLION, LOG10_BILLION): New constants.
15601         (parser_control): New member rel_ns.  Members day_ordinal,
15602         time_zone, month, day, hour, minutes, rel_year, rel_month,
15603         rel_day, rel_hour, rel_minutes, rel_seconds
15604         are now long int, not int.  Member seconds is now struct timespec,
15605         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15606         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15607         not int.
15608         (%union.intval): Now long int, not int.
15609         New member timespec.
15610         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15611         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15612         (spec): Now is a timespec or an item list.
15613         (timespec, items): New nonterminals.
15614         (time, rel, relunit, number, get_date):
15615         Add support for fractional seconds.
15616         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15617         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15618         (to_hour): First arg is now long int, not int.
15619         (to_year): Returns long int, not int.
15620         Don't treat year -70 like 70.
15621         (tm_diff): Returns long int, not int.
15622         (lookup_word): Use bool instead of int when appropriate.
15623         (yylex): Use size_t for count, not int.
15624         Detect overflow when parsing large integer constants.
15625         Add support for fractions.
15626         (get_date): Make pointers 'const' if possible.
15627         Use more-portable code to detect integer overflow.
15628         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15629         Don't use ctime; it's not reliable if the year has >4 digits.
15630
15631         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15632         This is for compatibility with BSD.
15633
15634         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15635         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15636         From coreutils' system.h.
15637
15638         * lib/userspec.c: Don't include "posixver.h".
15639         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15640         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15641         compatible extension.  Simplify code by removing a boolean int
15642         that was always nonzero if a string was nonnull.
15643
15644 2004-03-30  Jim Meyering  <jim@meyering.net>
15645
15646         Merge from coreutils.
15647
15648         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15649         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15650         on some systems one must include <grp.h> before it.
15651         Reported by Christian Krackowizer.
15652
15653 2004-03-30  Jim Meyering  <jim@meyering.net>
15654
15655         Merge from coreutils.
15656
15657         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15658
15659         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15660         an empty input stream.
15661
15662         * lib/readtokens.c: Include <stdbool.h>.
15663         (readtoken): Use `size_t' rather than int/long.
15664         All callers adjusted.
15665         Use `bool' rather than `int' where appropriate.
15666         Use memset rather than an explicit loop.
15667         Use x2nrealloc rather than xrealloc.
15668         Allow the use of `\0' as a delimiter.
15669         (readtokens): Likewise.
15670         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15671
15672 2004-03-30  Jim Meyering  <jim@meyering.net>
15673
15674         * m4/realloc.m4: Remove file, since now it does no more than
15675         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15676         the `configure.ac' section of module/realloc.
15677         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15678
15679 2004-03-30  Bruno Haible  <bruno@clisp.org>
15680
15681         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15682         nonnull.
15683
15684 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15685
15686         Merge changes to getloadavg.c from coreutils and Emacs.
15687
15688         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15689         Define to an expression, not to the empty string.
15690         Include cloexec.h and xalloc.h.
15691         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15692         Use set_cloexec_flag rather than rolling our own.
15693         * lib/cloexec.c, lib/cloexec.h: New files.
15694
15695 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15696
15697         * m4/cloexec.m4: New file.
15698
15699 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15700
15701         * lib/getopt.h: Sync with libc CVS.
15702
15703 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15704             Bruno Haible  <bruno@clisp.org>
15705
15706         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15707         mbswidth.
15708
15709 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15710             Bruno Haible  <bruno@clisp.org>
15711
15712         * lib/mbswidth.h: Include <wchar.h> only if
15713         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15714         <wchar.h>.
15715         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15716
15717 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15718
15719         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15720         Sync with libc CVS.
15721         * lib/getopt_int.h: New file, also synced from libc.
15722
15723 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15724
15725         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15726         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15727         Bring back getopt.c, getopt.h, getopt1.c.
15728
15729 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15730
15731         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15732         All uses changed.  Check for sa_sigaction member; this fixes
15733         a bug first reported by Jason Andrade in
15734         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15735
15736 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15737
15738         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15739         '#if' expressions.  Unlike the code it replaces, it does not
15740         depend on (defined _SC_PAGESIZE).  However, it does depend on
15741         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15742         first reported by Jason Andrade in
15743         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15744
15745 2004-02-25  Simon Josefsson  <jas@extundo.com>
15746
15747         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15748
15749 2004-02-25  Simon Josefsson  <jas@extundo.com>
15750
15751         * lib/strdup.h: New file.
15752         * lib/strdup.c: Include it.
15753         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15754         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15755
15756 2004-02-23  Karl Berry  <karl@gnu.org>
15757
15758         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15759         (from fencepost.gnu.org:/gd/gnuorg).
15760
15761 2004-02-23  Karl Berry  <karl@gnu.org>
15762
15763         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15764         * config/srclist.txt: add maintain/standards documents.
15765
15766 2004-02-18  Bruno Haible  <bruno@clisp.org>
15767
15768         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15769         Reported by Derek Robert Price <derek@ximbiot.com>.
15770
15771 2004-02-16  Karl Berry  <karl@gnu.org>
15772
15773         * config/mkinstalldirs, install-sh: update from automake.
15774
15775 2004-02-06  Karl Berry  <karl@gnu.org>
15776
15777         * m4/po.m4: update from gettext 0.14.1.
15778
15779 2004-02-06  Karl Berry  <karl@gnu.org>
15780
15781         * lib/config.charset: update from gettext 0.14.1.
15782
15783 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15784
15785         Add comments and code, prompted by suggestions from Bruno Haible
15786         for sh-quote.
15787         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15788         describing the enum quoting_style values.
15789         * lib/quotearg.c (quotearg_alloc): New function.
15790         (quotearg_buffer_restyled): Treat lone { and } as special.
15791         Treat = as special.  Work around bug with older shells
15792         that "see" a '\' that is really the 2nd byte of a multibyte char.
15793         Quote empty string with shell_quoting_style.
15794
15795 2004-02-03  Bruno Haible  <bruno@clisp.org>
15796
15797         * m4/pipe.m4: New file, from GNU gettext.
15798
15799 2004-02-03  Bruno Haible  <bruno@clisp.org>
15800
15801         * lib/pipe.h: New file, from GNU gettext.
15802         * lib/pipe.c: New file, from GNU gettext.
15803
15804 2004-01-27  Bruno Haible  <bruno@clisp.org>
15805
15806         * m4/execute.m4: New file, from GNU gettext.
15807
15808 2004-01-27  Bruno Haible  <bruno@clisp.org>
15809
15810         * lib/execute.h: New file, from GNU gettext.
15811         * lib/execute.c: New file, from GNU gettext.
15812         * lib/w32spawn.h: New file, from GNU gettext.
15813
15814 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15815
15816         Merge from diffutils.
15817
15818         * lib/file-type.c (file_type): Add typed memory objects.
15819         * lib/file-type.h (S_TYPEISTMO): New macro.
15820
15821         * lib/c-stack.h (c_stack_action): Remove argv argument.
15822         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15823         (die): Don't calculate message unless segv_action returns.
15824         (get_stack_location, min_address_from_argv, max_address_from_argv,
15825         volatile stack_base, volatile_stack_size): Remove.
15826         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15827         that every segmentation violation is a stack overflow.  (Ouch!)
15828         See Debian bug 136249 (still outstanding) for more info about why
15829         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15830
15831 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15832
15833         Exit-status fix from coreutils.
15834
15835         Use exit_failure consistently in place of EXIT_FAILURE,
15836         so that program exit statuses are consistent on failure.
15837
15838         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15839         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15840         * lib/argmatch.h: Comment fix to match the above.
15841         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15842         Now a macro referring to exit_failure, instead of a separate
15843         variable.  Include "exitfail.h" to get it.
15844         * lib/xstrtol.h: Include "exitfail.h".
15845         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15846
15847         * lib/long-options.c (parse_long_options): Use prototype
15848         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15849         for clarity.
15850
15851 2004-01-21  Jim Meyering  <jim@meyering.net>
15852
15853         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15854         so as not to conflict with a different-sized __mktime_internal
15855         function in GNU libc.
15856         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15857         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15858
15859 2004-01-20  Karl Berry  <karl@gnu.org>
15860
15861         * config/config.guess: update from config.
15862
15863         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15864
15865 2004-01-20  Bruno Haible  <bruno@clisp.org>
15866
15867         Safer stack allocation.
15868         * lib/setenv.c: Include allocsa.h.
15869         (alloca): Remove fallback definition.
15870         (freea): Remove macro.
15871         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15872         instead of freea.
15873
15874 2004-01-20  Bruno Haible  <bruno@clisp.org>
15875
15876         * m4/eealloc.m4: New file, from GNU gettext.
15877
15878 2004-01-20  Bruno Haible  <bruno@clisp.org>
15879
15880         * m4/allocsa.m4: New file, from GNU gettext.
15881
15882 2004-01-20  Bruno Haible  <bruno@clisp.org>
15883
15884         * lib/xallocsa.h: New file, from GNU gettext.
15885         * lib/xallocsa.c: New file, from GNU gettext.
15886
15887 2004-01-20  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15890
15891 2004-01-20  Bruno Haible  <bruno@clisp.org>
15892
15893         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15894         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15895         specially.
15896
15897 2004-01-20  Bruno Haible  <bruno@clisp.org>
15898
15899         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15900         patch.
15901
15902 2004-01-20  Bruno Haible  <bruno@clisp.org>
15903
15904         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15905
15906 2004-01-20  Bruno Haible  <bruno@clisp.org>
15907
15908         * lib/eealloc.h: New file.
15909
15910 2004-01-20  Bruno Haible  <bruno@clisp.org>
15911
15912         * lib/binary-io.h: Avoid warnings on Cygwin.
15913
15914 2004-01-20  Bruno Haible  <bruno@clisp.org>
15915
15916         * lib/allocsa.h: New file, from GNU gettext.
15917         * lib/allocsa.c: New file, from GNU gettext.
15918
15919 2004-01-18  Karl Berry  <karl@gnu.org>
15920
15921         * doc/gpl.texi, doc/lgpl.texi: new files.
15922
15923 2004-01-18  Karl Berry  <karl@gnu.org>
15924
15925         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
15926         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
15927
15928 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15929
15930         Merge from coreutils.
15931
15932         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
15933         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
15934         (gl_DEFAULT_POSIX2_VERSION): Move
15935         the documentation from 'configure' into 'config.hin',
15936         so that 'configure --help' isn't burdened by it and
15937         we don't have to worry about its formatting there.
15938         Reword the documentation so that it's more succinct
15939         and can be run together into a single paragraph.
15940         * m4/same.m4 (gl_SAME): Check for pathconf.
15941
15942 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15943
15944         Merge from coreutils.
15945
15946         * lib/posixver.c: Include posixver.h.
15947
15948         * lib/same.c: Include <stdbool.h>, <limits.h>.
15949         (_POSIX_NAME_MAX): Define if not defined.
15950         (MIN): New macro.
15951         (same_name): If file names are silently truncated, report
15952         that the file names are the same if they are the same after
15953         the silent truncation.
15954
15955         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
15956         conversion function.
15957         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
15958         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
15959         longer needed.
15960
15961 2004-01-15  Jim Meyering  <jim@meyering.net>
15962
15963         Merge from coreutils.
15964
15965         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
15966         if no library is required.
15967         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
15968         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
15969         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
15970         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
15971         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
15972         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
15973         value, $ac_cv_search_crypt, if it's "none required".
15974         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
15975         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
15976         not gl_FUNC_GETLOADAVG.
15977         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
15978         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
15979
15980 2004-01-15  Jim Meyering  <jim@meyering.net>
15981
15982         Merge from coreutils.
15983
15984         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
15985         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
15986         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
15987
15988         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
15989         optional configure-time default.
15990
15991         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15992
15993         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15994
15995 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15996
15997         Merge from coreutils.
15998
15999         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16000         value, $ac_cv_search_nanosleep, if it's "none required".
16001
16002 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16003
16004         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16005         with like-named macro in fnmatch.c.
16006         (EXT): Use an internal constant instead.
16007
16008         Merge fnmatch patches from glibc.
16009         * lib/fnmatch.c (mbsinit): Remove define.
16010         Add libc_hidden_ver (__fnmatch, fnmatch).
16011         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16012         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16013
16014 2004-01-14  Karl Berry  <karl@gnu.org>
16015
16016         * config/install-sh: update from automake.
16017
16018 2004-01-13  Karl Berry  <karl@gnu.org>
16019
16020         * config/install-sh: update from automake.
16021
16022 2004-01-09  Karl Berry  <karl@gnu.org>
16023
16024         * config/install-sh: update from automake.
16025
16026 2004-01-05  Karl Berry  <karl@gnu.org>
16027
16028         * config/config.{sub,guess}: update from config.
16029
16030 2003-12-31  Karl Berry  <karl@gnu.org>
16031
16032         * config/depcomp: update from automake.
16033
16034 2003-12-14  Karl Berry  <karl@gnu.org>
16035
16036         * lib/config.charset: update from gettext-runtime.
16037
16038 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16039
16040         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16041         Bug reported by Alfred M. Szmidt.
16042
16043 2003-12-03  Bruno Haible  <bruno@clisp.org>
16044
16045         * m4/gettext.m4: Upgrade from gettext-0.13.
16046         * m4/po.m4: Upgrade from gettext-0.13.
16047         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16048         * m4/intmax.m4: New file, from gettext-0.13.
16049         * m4/printf-posix.m4: New file, from gettext-0.13.
16050
16051 2003-11-29  Karl Berry  <karl@gnu.org>
16052
16053         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16054
16055 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16056             Bruno Haible  <bruno@clisp.org>
16057
16058         * lib/printf-parse.h: Don't include sys/types.h.
16059         (ARG_NONE): New macro.
16060         (char_directive): Change type of *arg_index fields to size_t.
16061         * lib/printf-parse.c: Don't include sys/types.h.
16062         (SSIZE_MAX): Remove macro.
16063         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16064         Remove unnecessary overflow check.
16065         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16066         fields.
16067
16068 2003-11-25  Bruno Haible  <bruno@clisp.org>
16069
16070         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16071
16072 2003-11-25  Bruno Haible  <bruno@clisp.org>
16073
16074         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16075         gt_TYPE_SSIZE_T.
16076
16077 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16078
16079         * modules/alloca: Remove dependency on xalloc.
16080
16081 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16082
16083         * lib/alloca.c: Remove dependency on xalloc module.
16084         (xalloc_die): Remove.
16085         (memory_full) [!defined emacs]: New macro.
16086         [!defined emacs]: Don't include xalloc.h.
16087         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16088         address arithmetic overflows.  Change datatypes a bit to avoid
16089         unnecessary casts.
16090
16091 2003-11-22  Jim Meyering  <jim@meyering.net>
16092
16093         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16094         s/size/size_t/.
16095
16096 2003-11-21  Karl Berry  <karl@gnu.org>
16097
16098         * config/config.{sub,guess}: update from config.
16099
16100 2003-11-18  Karl Berry  <karl@gnu.org>
16101
16102         * config/config.{sub,guess}: update from config.
16103
16104         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16105
16106 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16107
16108         * README: Mention that S+T cannot overflow if S is the size of
16109         an existing object and T is sufficiently small.
16110
16111 2003-11-17  Jim Meyering  <jim@meyering.net>
16112
16113         On systems without utime and without a utimes function capable of
16114         dealing with a NULL struct utimbuf* argument, this utime replacement
16115         could -- in unusual circumstances -- leak a file descriptor.
16116         * lib/utime.c: Include <unistd.h> and <errno.h>.
16117         (utime_null): Be sure to close `fd' and to preserve errno.
16118         Reported by Geoff Collyer via Arnold Robbins.
16119
16120 2003-11-17  Bruno Haible  <bruno@clisp.org>
16121
16122         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16123         (Depends-on): Add xsize.
16124
16125 2003-11-17  Bruno Haible  <bruno@clisp.org>
16126
16127         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16128
16129 2003-11-17  Bruno Haible  <bruno@clisp.org>
16130
16131         * lib/vasnprintf.c (alloca): Remove fallback definition.
16132         (freea): Remove definition.
16133         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16134         Reported by Paul Eggert.
16135
16136 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16137             Bruno Haible  <bruno@clisp.org>
16138
16139         Protect against address arithmetic overflow.
16140         * lib/printf-args.h: Include stddef.h.
16141         (arguments): Change type of field 'count' to size_t.
16142         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16143         'unsigned int' where appropriate.
16144         * lib/printf-parse.h: Include sys/types.h.
16145         (char_directive): Change type of *arg_index fields to ssize_t.
16146         (char_directives): Change type of fields 'count', max_*_length to
16147         size_t.
16148         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16149         (SSIZE_MAX): Define fallback value.
16150         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16151         instead of 'int' where appropriate. Check a_allocated, d_allocated
16152         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16153         * lib/vasnprintf.c: Include xsize.h.
16154         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16155         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16156         overflow. Avoid wraparound when converting a width or precision from
16157         decimal to binary.
16158
16159 2003-11-16  Bruno Haible  <bruno@clisp.org>
16160
16161         Update from GNU gettext.
16162         * lib/printf-parse.c: Generalize to it can be compiled for wide
16163         strings.
16164         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16165         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16166         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16167         SNPRINTF): New macros.
16168         Don't include <alloca.h> if the file is used inside libintl.
16169         (local_wcslen): New function, for Solaris 2.5.1.
16170         (VASNPRINTF): Use it instead of wcslen.
16171
16172 2003-11-16  Bruno Haible  <bruno@clisp.org>
16173
16174         * lib/xsize.h (xmax): New function.
16175         (xsum, xsum3, xsum4): Declare as "pure" functions.
16176
16177 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16178
16179         * modules/xalloc (Files): Undo latest change, since xalloc.h
16180         no longer needs SIZE_MAX or PTRDIFF_MAX.
16181
16182 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16183
16184         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16185         gl_PTRDIFF_MAX.
16186
16187 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16188
16189         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16190         "return", to pacify some unknown compiler.  Problem reported
16191         by Joerg Schilling.
16192
16193 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16194
16195         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16196         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16197         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16198         heuristic is just as accurate as far as we know, and it removes a
16199         dependency on size_max.m4 and ptrdiff_max.m4.
16200
16201 2003-11-11  Bruno Haible  <bruno@clisp.org>
16202
16203         * modules/xsize (Files): Add m4/size_max.m4.
16204         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16205
16206 2003-11-11  Bruno Haible  <bruno@clisp.org>
16207
16208         * m4/size_max.m4: New file.
16209         * m4/ptrdiff_max.m4: New file.
16210         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16211         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16212         (gl_XALLOC): Invoke it.
16213
16214 2003-11-11  Bruno Haible  <bruno@clisp.org>
16215
16216         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16217         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16218         defined.
16219
16220 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16221
16222         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16223         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16224         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16225         From Bruno Haible.
16226         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16227         not (size_t) -1, since it's defined here.
16228
16229 2003-11-09  Karl Berry  <karl@gnu.org>
16230
16231         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16232
16233 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16234
16235         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16236         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16237         Reject sizes of exactly SIZE_MAX bytes.
16238         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16239         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16240
16241 2003-11-05  Bruno Haible  <bruno@clisp.org>
16242
16243         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16244         SIZE_MAX defined in <limits.h> on Solaris.
16245
16246 2003-11-04  Jim Meyering  <jim@meyering.net>
16247
16248         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16249         variable names, rather than @VAR@.
16250         * modules/poll: Likewise.
16251
16252 2003-11-04  Bruno Haible  <bruno@clisp.org>
16253
16254         * modules/xsize: New file.
16255         * modules/linebreak: Depend on xsize.
16256         * MODULES.html.sh (func_all_modules): Add xsize.
16257
16258 2003-11-04  Bruno Haible  <bruno@clisp.org>
16259
16260         * m4/xsize.m4: New file.
16261
16262 2003-11-04  Bruno Haible  <bruno@clisp.org>
16263
16264         * lib/xsize.h: New file.
16265         * lib/linebreak.c: Include xsize.h.
16266         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16267         argument for overflow.
16268         Suggested by Paul Eggert.
16269
16270 2003-11-03  Karl Berry  <karl@gnu.org>
16271
16272         * config/config.{guess,sub}: update from config.
16273
16274 2003-11-03  Jim Meyering  <jim@meyering.net>
16275
16276         * modules/userspec (lib_SOURCES): Add userspec.h.
16277         (Include): Add "userspec.h".
16278         Improve description.
16279
16280 2003-11-03  Jim Meyering  <jim@meyering.net>
16281
16282         * lib/userspec.c: Include "userspec.h".
16283         * lib/userspec.h: New file.
16284
16285 2003-11-03  Bruno Haible  <bruno@clisp.org>
16286
16287         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16288
16289 2003-11-03  Bruno Haible  <bruno@clisp.org>
16290
16291         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16292         available, to avoid (extremely rare) race condition.
16293         Suggested by Paul Eggert.
16294
16295 2003-11-02  Karl Berry  <karl@gnu.org>
16296
16297         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16298
16299 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16300
16301         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16302         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16303         (read_filesystem_list): Set and use me_type_malloced.
16304         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16305         whatever the type happens to be), for brevity and consistency.
16306         Check for size calculation overflow on Alphas running OSF/1.
16307
16308 2003-10-31  Jim Meyering  <jim@meyering.net>
16309
16310         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16311
16312         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16313
16314 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16315             Bruno Haible  <bruno@clisp.org>
16316
16317         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16318         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16319
16320 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16321
16322         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16323         netbsd*-gnu*.  Suggested by Robert Millan.
16324
16325 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16326
16327         * modules/group-member: Depend on stdbool.
16328
16329 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16330
16331         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16332
16333 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16334
16335         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16336         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16337         after the 'gnu' in these cases.  This fixes some bugs in the
16338         previous change, and is based on suggestions by Robert Millan.
16339
16340 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16341
16342         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16343         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16344         no longer needed.
16345         * lib/quotearg.c (quotearg_n_options): Use it.
16346         * lib/group-member.c: Include <stdbool.h>.
16347         (free_group_info): Arg is now const *; don't free arg.
16348         (get_group_info): Now returns bool and accepts struct group_info *,
16349         rather than returning a malloc'ed struct group_info *.
16350         All uses changed.  Check for overflow in internal size calculation.
16351
16352         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16353         rather than xmalloc/xrealloc.
16354         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16355         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16356         conformance bug: the old code used a pointer after freeing the
16357         storage that it addressed.
16358         * lib/hash.c (hash_initialize): Simplify the code by using
16359         xalloc_oversized rather than doing it by hand.
16360         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16361         the buffer preserved.  Use free and xmalloc instead.
16362         * lib/quotearg.c (quotearg_n_options): Likewise.
16363         Use a simpler test for size overflow.  Don't use xalloc_oversized
16364         because unsigned int might be wider than size_t (!); this suggests
16365         that we should switch from unsigned int to size_t for slot numbers.
16366
16367 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16368
16369         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16370         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16371         NetBSD kernels.  Requested by Richard Stallman.
16372
16373 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16374
16375         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16376         to allocate the returned structure.  Do not allocate a subarray,
16377         as x2nrealloc will do that.
16378         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16379         instead of xnrealloc.
16380         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16381
16382 2003-10-27  Bruno Haible  <bruno@clisp.org>
16383
16384         * lib/stdbool_.h: Better support for BeOS.
16385
16386 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16387
16388         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16389         now uses inline.
16390
16391 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16392
16393         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16394         callers that want to do their own size-overflow checking.  Include
16395         <stdbool.h>, since xalloc_oversized returns bool.
16396         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16397         to use xalloc_oversized.
16398
16399         Add two functions x2realloc, x2nrealloc, for programs that grow
16400         arrays dynamically by doubling their sizes.
16401         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16402         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16403         New functions.
16404
16405         Port to C99 semantics for 'inline' of external functions.
16406         Bug reported by Bruno Haible.
16407         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16408         with the old contents of xnmalloc.
16409         (xnmalloc, xmalloc): Use it.
16410         (xnrealloc_inline): New static inline function,
16411         with the old contents of xnrealloc.
16412         (xnrealloc, xrealloc): Use it.
16413
16414         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16415         that.
16416
16417 2003-10-26  Karl Berry  <karl@gnu.org>
16418
16419         * config/srclist.txt (COPYING.DOC): no longer available from
16420         /gd/gnuorg; don't know where the ultimate source is.
16421
16422 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16423
16424         Fix several address-calculation bugs in the hash modules,
16425         plus some minor code cleanup.
16426
16427         * lib/hash.h: Include <stdbool.h>, for bool.
16428         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16429         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16430         hash_get_n_entries, hash_get_max_bucket_length,
16431         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16432         hash_rehash): Use size_t rather than unsigned.
16433         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16434         hash_get_n_buckets_used, hash_get_n_entries,
16435         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16436         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16437         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16438         Likewise.
16439         (SIZE_MAX): Define if not defined.
16440         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16441         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16442         hash_print):
16443         Use const * when possible.
16444         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16445         (check_tuning): Fix bug: if tuning parameters were very close to
16446         0 or 1, rounding errors could have caused subscript violations.
16447         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16448         (hash_initialize): Add 'fail:' label
16449         to free table and return NULL, and use it to simplify code.
16450         Use calloc rather than clearing the storage ourself.
16451         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16452         buffer size calculations.
16453         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16454         Include <stddef.h>, for size_t.
16455         * lib/hash-pjw.c (hash_pjw): Likewise.
16456         Switch to method described by Bruno Haible.
16457         Include <limits.h>, for CHAR_BIT.
16458         (SIZE_BITS): New macro.
16459
16460 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16461
16462         * m4/getline.m4 (AM_FUNC_GETLINE):
16463         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16464         hosts.  Problem reported by Derek Robert Price in
16465         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16466         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16467         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16468
16469 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16470
16471         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16472         ceiling the allocation at NMAX bytes rather than silently
16473         discarding input bytes before NMAX is reached.  This makes
16474         a difference only if NMAX exceeds SIZE_MAX / 2.
16475
16476         * lib/obstack.c: Merge from glibc.
16477         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16478         Add libc_hidden_def (_obstack_newchunk).
16479         (_obstack_free) [! defined _LIBC]: Remove.
16480         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16481         a clone of the function body.
16482         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16483         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16484
16485         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16486         glibc.
16487         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16488         arg to memcpy.
16489
16490         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16491         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16492         Don't use lvalue casts, as GCC plans to remove support for them
16493         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16494         was also present in the non-GCC version, indicating that this
16495         code had always been buggy and had never been widely used.
16496         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16497         Use the fast variant of each macro, rather than copying the
16498         definiens of the fast variant; that way, we'll be more likely to
16499         catch future bugs in the fast variants.
16500
16501 2003-10-20  Bruno Haible  <bruno@clisp.org>
16502
16503         * modules/wait-process: New file.
16504         * MODULES.html.sh (func_all_modules): Add wait-process.
16505
16506 2003-10-20  Bruno Haible  <bruno@clisp.org>
16507
16508         * m4/wait-process.m4: New file.
16509
16510 2003-10-20  Bruno Haible  <bruno@clisp.org>
16511
16512         * lib/wait-process.h: New file, from GNU gettext.
16513         * lib/wait-process.c: New file, from GNU gettext.
16514
16515 2003-10-19  Jim Meyering  <jim@meyering.net>
16516
16517         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16518         HPUX 10.20.
16519
16520 2003-10-18  Karl Berry  <karl@gnu.org>
16521
16522         * config/config.guess: update from config.
16523
16524 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16525
16526         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16527         (getgroups): First arg is int, not size_t.
16528         Don't let 'free' mangle errno.
16529
16530 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16531
16532         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16533
16534 2003-10-16  Karl Berry  <karl@gnu.org>
16535
16536         * config/config.{guess,sub}: update from config.
16537
16538 2003-10-16  Jim Meyering  <jim@meyering.net>
16539
16540         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16541         memcpy.
16542
16543 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16544
16545         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16546         (SIZE_MAX): Remove.
16547         (new_exclude, add_exclude_file): Initial size no longer needs to
16548         be a power of 2.
16549         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16550         our own address arithmetic overflow checking.
16551
16552         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16553         (fnmatch): Do not alloca more than 2000 wide characters;
16554         instead, use malloc for large buffers.
16555         Check for address arithmetic overflow, and return -1
16556         with errno set to ENOMEM in that case.
16557         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16558         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16559         instead, return -1.  Check for address arithmetic overflow.
16560
16561 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16562
16563         Handle invalid suffixes and overflow independently, so that
16564         callers can treat them independently as needed.  Fix some bugs in
16565         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16566         suffix for a human-readable blocksize.  The major caller-visible
16567         change is the addition of a new
16568         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16569         that both overflow and suffix chars were found.
16570
16571         * lib/human.c (humblock): Don't check separately for invalid suffix
16572         char; that is xstrtoumax's job (now that its bug is fixed).
16573         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16574         INTMAX_MAX]: New macros.
16575         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16576         TYPE_MAXIMUM): New macros.
16577         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16578         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16579         if overflow occurs, as it's what __strtol does and it's more useful
16580         in practice.
16581         (__xstrtol): If __strtol reports some error other than ERANGE,
16582         reflect it to the caller as LONGINT_INVALID.  If it reports
16583         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16584         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16585         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16586         value.
16587         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16588         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16589         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16590         [defined UINTMAX_MAX]: New macros.
16591
16592 2003-10-14  Bruno Haible  <bruno@clisp.org>
16593
16594         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16595
16596 2003-10-14  Bruno Haible  <bruno@clisp.org>
16597
16598         * m4/sig_atomic_t: New file, from GNU gettext.
16599         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16600
16601 2003-10-14  Bruno Haible  <bruno@clisp.org>
16602
16603         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16604         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16605         Also use volatile where needed.
16606
16607 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16608
16609         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16610         Change maintainer from Bruno Haible to 'all'.
16611
16612 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16613
16614         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16615
16616 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16617
16618         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16619         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16620         and define in terms of the other primitives.
16621         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16622         (SIZE_MAX): Define if not already defined.
16623         (array_size_overflow): New function.
16624         (xalloc_die): Abort instead of exiting if 'error' returns.
16625         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16626         (xmalloc, xrealloc): Use them.
16627         (xcalloc): Check for address arithmetic overflow.
16628         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16629         a bit faster than strcpy.
16630
16631 2003-10-10  Simon Josefsson  <jas@extundo.com>
16632
16633         * modules/argp (Depends-on): Add restrict and strcase.
16634
16635 2003-10-10  Simon Josefsson  <jas@extundo.com>
16636
16637         * m4/argp.m4: Add AC_C_INLINE.
16638
16639 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16640
16641         Merge getpass from libc, plus a few fixes.
16642
16643         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16644         Include <stdbool.h>.
16645         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16646         __fsetlocking to empty.
16647         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16648         do include <bits/libc-lock.h>.
16649         Do not include <fcntl.h>; not needed.
16650         [_LIBC]: Include <wchar.h>.
16651         (NOTCANCEL_MODE): New macro.
16652         (flockfile, funlockfile) [_LIBC]: New macros.
16653         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16654         [!_LIBC]: New macros.
16655         (call_fclose): New function.
16656         (getpass): Use it.  Save tty stream separately; this simplifies the
16657         code and makes it more reliable if stdin happens to equal stdout.
16658         Invoke __fsetlocking on tty.
16659         Handle thread cancellation if needed.
16660         Namespace cleanup (use __tcgetattr, __getline).
16661         Use bool for Booleans.
16662         [USE_IN_LIBIO]: Handle wide streams.
16663         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16664         stream might go where.
16665
16666         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16667         doesn't have to include <stdio.h> before us.
16668         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16669         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16670         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16671         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16672         if not declared, so that we can use getpass.c code from libc without
16673         rewriting it.
16674         (flockfile, ftrylockfile, funlockfile): New macros.
16675
16676 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16677
16678         * modules/getpass: Depend on stdbool.
16679
16680 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16681
16682         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16683
16684 2003-10-07  Karl Berry  <karl@gnu.org>
16685
16686         * config/config.{guess,sub}: update from config.
16687
16688 2003-10-06  Jim Meyering  <jim@meyering.net>
16689             Bruno Haible  <bruno@clisp.org>
16690
16691         This lets translators provide better translations for the
16692         "Written by ..." part of --version output.
16693         * lib/version-etc.h: Include stdarg.h.
16694         (version_etc_copyright): Declare as readonly.
16695         (version_etc): Make this function variadic with a NULL-terminated list
16696         of author name strings.
16697         (version_etc_va): New declaration.
16698         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16699         (version_etc_copyright): Declare as readonly.
16700         (version_etc_va): New function. Provide a different translatable string
16701         for each possible number of authors < 10. Abbreviate when there are 10
16702         authors or more.
16703         (version_etc): Make this function variadic. Call version_etc_va.
16704         Suggestion from Gary V. Vaughan.
16705
16706         * lib/long-options.h (parse_long_options): Change prototype: the
16707         authors string is moved to the end and becomes variadic.
16708         * lib/long-options.c: Include stdarg.h.
16709         (parse_long_options): Make this function variadic, too.
16710         Call version_etc_va, not version_etc.
16711
16712 2003-10-06  Bruno Haible  <bruno@clisp.org>
16713
16714         * modules/version-etc-2: Remove file.
16715         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16716
16717 2003-10-06  Bruno Haible  <bruno@clisp.org>
16718
16719         * modules/fatal-signal: New file.
16720         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16721
16722 2003-10-06  Bruno Haible  <bruno@clisp.org>
16723
16724         * m4/fatal-signal.m4: New file.
16725         * m4/signalblocking.m4: New file, from GNU gettext.
16726
16727 2003-10-06  Bruno Haible  <bruno@clisp.org>
16728
16729         * lib/version-etc-2.h: Remove file.
16730         * lib/version-etc-2.c: Remove file.
16731
16732 2003-10-06  Bruno Haible  <bruno@clisp.org>
16733
16734         * lib/fatal-signal.h: New file, from GNU gettext.
16735         * lib/fatal-signal.c: New file, from GNU gettext.
16736
16737 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16738
16739         * README: Rework advice for preventing empty .o files.
16740         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16741         not <sys/types.h>.
16742
16743 2003-10-04  Karl Berry  <karl@gnu.org>
16744
16745         * lib/argp*: update from libc.
16746
16747 2003-10-04  Karl Berry  <karl@gnu.org>
16748
16749         * config/config.{guess,sub}: update from config.
16750
16751 2003-10-02  Bruno Haible  <bruno@clisp.org>
16752
16753         * modules/lchown (Include): Add lchown.h.
16754         * modules/time_r (Include): Use "..." syntax.
16755         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16756
16757 2003-10-01  Simon Josefsson  <jas@extundo.com>
16758
16759         * MODULES.html.sh (func_all_modules): Move gethostname from section
16760         'based on' to section 'lacking' POSIX:2001.
16761
16762 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16763
16764         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16765         to output mode on the same stream.
16766
16767 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16768
16769         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16770         Fix arg typo in previous patch.
16771
16772 2003-09-28  Jim Meyering  <jim@meyering.net>
16773
16774         * lib/error.c: Correct cpp indentation.
16775
16776 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16777
16778         * modules/free: New file.
16779
16780 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16781
16782         * m4/free.m4: New file.
16783
16784 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16785
16786         * lib/minmax.h (MIN, MAX)
16787         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16788         Omit the special code that used __typeof__, since we worry that
16789         it could be more trouble than it's worth.  See:
16790         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16791         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16792
16793         * lib/free.c: New file.
16794
16795 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16796
16797         Trivial fixes to Makefile.am parts of module listings.
16798         * modules/strstr: Append strstr.h to lib_SOURCES.
16799         * modules/strcase: Likewise, for strcase.h.
16800
16801 2003-09-27  Karl Berry  <karl@gnu.org>
16802
16803         * config/mkinstalldirs: update from automake.
16804
16805 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16806
16807         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16808         (error_tail): Do not loop, reallocating temporary buffer, since
16809         the output cannot contain more wide characters than the input
16810         contains bytes, the size must be big enough already.  This avoids
16811         one potential size overflow calculation.  Check for size overflow
16812         when calculating temporary buffer size.  Free temporary buffer
16813         when done, if it was allocated with malloc; this plugs a memory
16814         leak.  Remove casts from void * to pointers, that are no longer
16815         needed now that we're assuming C89 or better.
16816
16817         Merge error changes from glibc.
16818
16819         * lib/error.c, error.h: Update copyright notice header to match glibc.
16820         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16821         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16822         Disable cancellation while printing error.
16823         * lib/error.h: Prepend __ to parameter names.
16824
16825 2003-09-26  Jim Meyering  <jim@meyering.net>
16826
16827         * lib/error.c (error_tail): Move some declarations
16828         into inner scope where the local variables are used.
16829
16830 2003-09-26  Bruno Haible  <bruno@clisp.org>
16831
16832         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16833         stpncpy().
16834         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16835
16836 2003-09-26  Bruno Haible  <bruno@clisp.org>
16837
16838         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16839         (stpncpy): Define as alias for gnu_stpncpy.
16840         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16841
16842 2003-09-25  Simon Josefsson  <jas@extundo.com>
16843
16844         * lib/xgetdomainname.h: New file.
16845         * lib/xgetdomainname.c: New file.
16846
16847 2003-09-25  Simon Josefsson  <jas@extundo.com>
16848             Bruno Haible  <bruno@clisp.org>
16849
16850         * modules/getdomainname: New file.
16851         * modules/xgetdomainname: New file.
16852         * MODULES.html.sh (func_all_modules): Add getdomainname,
16853         xgetdomainname.
16854
16855 2003-09-25  Simon Josefsson  <jas@extundo.com>
16856             Bruno Haible  <bruno@clisp.org>
16857
16858         * m4/getdomainname.m4: New file.
16859
16860 2003-09-25  Simon Josefsson  <jas@extundo.com>
16861             Bruno Haible  <bruno@clisp.org>
16862
16863         * lib/getdomainname.h: New file.
16864         * lib/getdomainname.c: New file.
16865
16866 2003-09-25  Karl Berry  <karl@gnu.org>
16867
16868         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16869
16870 2003-09-25  Karl Berry  <karl@gnu.org>
16871
16872         * config/install-sh: update from automake.
16873
16874 2003-09-25  Bruno Haible  <bruno@clisp.org>
16875
16876         * modules/version-etc-2: New file, from modules/version-etc with
16877         modifications.
16878         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16879
16880 2003-09-25  Bruno Haible  <bruno@clisp.org>
16881
16882         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16883         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16884
16885 2003-09-24  Simon Josefsson  <jas@extundo.com>
16886
16887         * modules/xgethostname: Add xgethostname.h.
16888
16889 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16890
16891         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16892         the buffer associated with the argument.  Bug reported by
16893         Simon Josefsson.
16894
16895 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16896
16897         * README: Document assumptions that 'int' is at least 32 bits
16898         wide, that integer arithmetic is 2's complement without overflow,
16899         that there are no holes in integer values, that adding sizes of
16900         two nonoverlapping objects can't overflow, and that all-bits-zero
16901         yields scalar zero.  Fix spelling and capitalization typos.
16902
16903 2003-09-19  Karl Berry  <karl@gnu.org>
16904
16905         * lib/argp.h: update from libc.
16906
16907 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16908
16909         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
16910         to avoid spurious warnings like "AC_RUN_IFELSE was called before
16911         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
16912
16913 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16914
16915         * gnulib-tool: Use "test -h", not "test -L", for portability
16916         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
16917         (tags_regexp): Remove, since \| doesn't conform to POSIX.
16918         (sed_extract_prog): Issue s commands one-by-one, rather than
16919         using \| in one s command.
16920
16921 2003-09-16  Paul Eggert  <eggert@twinsun.com>
16922
16923         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
16924         input error, instead of returning NULL the next time we are called
16925         (and therefore losing track of errno).
16926
16927 2003-09-16  Bruno Haible  <bruno@clisp.org>
16928
16929         * gnulib-tool (func_create_testdir): Warn about duplicated
16930         dependencies.
16931
16932 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16933
16934         * modules/argmatch, modules/fatal, modules/obstack,
16935         modules/xalloc, modules/xgethostname: Sort dependencies by
16936         importance, not alphabetically.
16937
16938 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16939
16940         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
16941         fails, so that the caller gets the proper errno.
16942
16943         * lib/readutmp.c (read_utmp): Likewise.
16944         Check for fstat error.  Close stream and free storage
16945         when failing.
16946
16947 2003-09-14  Karl Berry  <karl@gnu.org>
16948
16949         * config/srclist.txt (strdup.c): disable for c89 changes.
16950
16951 2003-09-14  Jim Meyering  <jim@meyering.net>
16952
16953         * lib/getloadavg.c: Correct cpp indentation.
16954         * lib/strdup.c: Likewise.
16955         * lib/vasnprintf.c: Likewise.
16956
16957 2003-09-14  Bruno Haible  <bruno@clisp.org>
16958
16959         * modules/fwriteerror: New file.
16960         * MODULES.html.sh (func_all_modules): Add fwriteerror.
16961
16962 2003-09-14  Bruno Haible  <bruno@clisp.org>
16963
16964         * lib/fwriteerror.h: New file.
16965         * lib/fwriteerror.c: New file.
16966
16967 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16968
16969         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
16970         modules/xgethostname, modules/xalloc: Depend on exit.
16971
16972 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16973
16974         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
16975
16976         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
16977         and AC_MINIX, too, so that their extensions are available.
16978
16979         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
16980         This macro has been superseded by gl_BACKUPFILE.
16981
16982         More patches to assume C89 or better.
16983
16984         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
16985
16986         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
16987         unconditionally.
16988         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
16989         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
16990         Include <string.h>, <stdlib.h> unconditionally.
16991         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
16992         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16993         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16994         headers or for string.h.
16995         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16996         or strtoul.
16997
16998         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16999         headers.
17000         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17001         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17002         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17003         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17004         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17005         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17006         memcpy, memset.
17007         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17008         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17009         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17010         strtol.
17011         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17012         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17013         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17014         strtoul.
17015
17016 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17017
17018         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17019         * lib/obstack.c [!defined _LIBC]: Likewise.
17020         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17021         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17022         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17023
17024         More changes to assume C89 or better.
17025
17026         * lib/error.c (error_tail): Assume vprintf.
17027
17028         * lib/argmatch.c (getenv): Remove decl.
17029         * lib/progreloc.c (get_full_program_name): Define via prototype.
17030         * lib/setenv.c (clearenv): Likewise.
17031         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17032         needed.
17033         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17034         (malloc, memcpy): Remove decls.
17035         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17036         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17037         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17038         (memcpy): Remove macro.
17039         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17040         (__P): Remove.  All uses removed.
17041         (PTR): Remove.  All uses changed to void *.
17042         (CHAR_BIT, NULL): Remove.
17043         (spaces, zeros, memset_space, memset_zero)
17044         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17045         Remove.
17046         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17047         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17048         Define with prototype.
17049         Remove now-unnecessary prototype decl.
17050         (extra_args_spec): Assume ANSI C.  All uses changed.
17051         (extra_args_spec_iso): Remove.
17052         (my_strftime, emacs_strftimeu): Define via prototype.
17053         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17054         unconditionally.
17055         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17056         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17057         (strtoul, strtol): Remove decls.
17058         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17059         LONG_MAX): Remove.
17060         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17061         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17062         (LOCALE_PARAM_PROTO): New macro.
17063         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17064         (INTERNAL (strtol), strtol): Define with a prototype.
17065         (PARAMS): Remove.  All uses removed.
17066         * lib/tempname.c: Include <string.h> unconditionally.
17067         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17068         * lib/xgethostname.c (main): Define with a prototype.
17069         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17070         Include <stdlib.h> unconditionally.
17071         (calloc, malloc, realloc, free): Remove decls.
17072         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17073         Include <stdlib.h> unconditionally.  Sort include file names.
17074         (strtod): Remove.
17075         (xstrtod): Define with a prototype.
17076         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17077         (strtol, strtoul): Remove decls.
17078
17079 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17080
17081         More patches to assume C89 or better.
17082         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17083         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17084         string.h, memchr, STDC_HEADERS.
17085
17086 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17087
17088         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17089         Include <stdlib.h>, <string.h> unconditionally.
17090         Remove now-unnecessary cast to char *.
17091         * lib/strnlen.c: Include <string.h> unconditionally.
17092         * lib/yesno.c (yesno): Define with a prototype.
17093
17094 2003-09-11  Bruno Haible  <bruno@clisp.org>
17095
17096         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17097
17098 2003-09-10  Jim Meyering  <jim@meyering.net>
17099
17100         * lib/error.c: Correct indentation of cpp directives.
17101
17102 2003-09-10  Bruno Haible  <bruno@clisp.org>
17103
17104         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17105         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17106         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17107         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17108         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17109         <stdlib.h> and <string.h> checks.
17110         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17111         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17112
17113 2003-09-10  Bruno Haible  <bruno@clisp.org>
17114
17115         * lib/strcspn.c: Include <string.h> unconditionally.
17116         * lib/strpbrk.c: Include <string.h> unconditionally.
17117         * lib/strstr.c: Include <string.h> unconditionally.
17118         * lib/unicodeio.c: Include <string.h> unconditionally.
17119         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17120         * lib/unsetenv.c: Likewise.
17121         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17122         * lib/yesno.c: Include <stdlib.h> unconditionally.
17123         (rpmatch): Add prototype.
17124
17125 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17126
17127         More patches to assume C89 or better.
17128         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17129         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17130         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17131         or for string.h.
17132         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17133         stdlib.h.
17134         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17135         C headers.
17136         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17137         string.h.
17138         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17139         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17140         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17141         or for string.h.
17142         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17143         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17144         C headers.
17145         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17146         memcpy.
17147         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17148         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17149         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17150         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17151         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17152         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17153         string.h, free.
17154         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17155         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17156         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17157         C headers, or for string.h.
17158         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17159         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17160         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17161         headers, memory.h, stdlib.h, string.h, strings.h.
17162         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17163         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17164         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17165         strchr.
17166         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17167         headers, memory.h, string.h.
17168         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17169         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17170         free.
17171         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17172         headers.
17173         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17174         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17175         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17176         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17177         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17178
17179 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17180
17181         More K&R removal.
17182
17183         * lib/acosl.c (main): Use a prototype.
17184         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17185         tanl.c: Likewise.
17186
17187         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17188
17189         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17190         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17191         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17192         with a prototype.
17193         * lib/getopt.c (const): Remove macro.
17194         Include <string.h> unconditionally.
17195         (my_index): Remove; all uses changed to strchr.
17196         (strlen): Remove decl.
17197         (exchange): Remove forward decl; no longer needed.
17198         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17199         Define with prototype.
17200         * lib/getopt1.c (const): Remove macro.
17201         (getopt_long, getopt_long_only, main): Define with prototype.
17202
17203         * lib/getugroups.c: Include <string.h> unconditionally.
17204
17205         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17206         (getusershell, setusershell, endusershell, readname, main):
17207         Define with prototypes.
17208
17209         * lib/group-member.c: Include group-member.h first.
17210         Include <stdlib.h> unconditionally.
17211
17212         * lib/hard-locale.c: Include hard-locale.h first.
17213         Include <stdlib.h>, <string.h> unconditionally.
17214
17215         * lib/hash.c (free, malloc): Remove decls.
17216         Include <stdlib.h> unconditionally.
17217
17218         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17219         (getenv): Do not declare.
17220
17221         * lib/idcache.c: Include <string.h> unconditionally.
17222
17223         * lib/long-options.c: Include long-options.h first, to test interface.
17224         Include <stdlib.h> unconditionally.
17225
17226         * lib/makepath.c: Include makepath.h first, to test interface.
17227         Include <stdlib.h> and <string.h> unconditionally.
17228
17229         * lib/linebuffer.c: Include <stdlib.h>.
17230         (free): Remove decl.
17231
17232         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17233         stddef.h. rpl_malloc returns void *, not char *.
17234         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17235         prototype.
17236
17237         * lib/md5.h: Include <limits.h> unconditionally.
17238         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17239         (__P): Remove; all uses removed.
17240         * lib/md5.c: Include "md5.h" first.
17241         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17242         md5_buffer, md5_process_bytes, md5_process_block):
17243         Define with prototypes.
17244         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17245         * lib/sha.c: Include "sha.h" first.
17246         Include <stdlib.h>, <string.h> unconditionally.
17247
17248         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17249         * lib/memcmp.c (__ptr_t): Likewise.
17250         * lib/memrchr.c (__ptr_t): Likewise.
17251         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17252         Include <string.h> unconditionally.
17253         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17254         * lib/memchr.c: Include <stdlib.h> unconditionally.
17255         * lib/memchr.c (LONG_MAX): Remove.
17256         * lib/memrchr.c (LONG_MAX): Likewise.
17257         * lib/memchr.c (__memchr): Define via a prototype.
17258         * lib/memrchr.c (__memrchr): Likewise.
17259         * lib/memcmp.c (__P): Remove, and remove all uses.
17260         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17261         Remove forward decls; no longer needed.
17262         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17263         Use types required by C89 in prototype.
17264
17265         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17266         * lib/savedir.c: Likewise.
17267         * lib/mkdir.c (free): Remove decl.
17268         * lib/rmdir.c (rmdir): Define with a prototype.
17269         * lib/savedir.c: Include savedir.h first, to test interface.
17270
17271         * lib/mktime.c (STDC_HEADERS): Remove.
17272         Include <stdlib.h>, <string.h> unconditionally.
17273
17274         * lib/modechange.c: Include <stdlib.h> unconditionally.
17275         (malloc): Remove decl.
17276
17277         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17278         (free): Remove decl.
17279
17280         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17281         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17282         (This type really should be intptr_t, but that's a C99ism.)
17283         (_obstack_memcpy): Remove: all uses changed to memcpy.
17284         Include <string.h> unconditionally.
17285         (struct obstack): Assume __STDC__ for types of members
17286         chunkfun, freefun, extra_arg.
17287         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17288         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17289         obstack_begin, obstack_specify_allocation,
17290         obstack_specify_allocation_with_arg, obstack_chunkfun,
17291         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17292         Remove unprototyped decls and the macros that use them.
17293         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17294         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17295         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17296         (defined __STDC__ && __STDC__)]:
17297         Remove nonprototyped code.
17298         Include <stdlib.h> unconditionally.
17299         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17300         _obstack_allocated_p, _obstack_free, obstack_free,
17301         _obstack_memory_used, print_and_abort):
17302         Define using prototypes.
17303         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17304         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17305         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17306         obstack_next_free, obstack_object_size, obstack_room) [0]:
17307         Remove unused, unprototyped code.
17308
17309         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17310
17311         * lib/physmem.c (physmem_total, physmem_available, main): Define
17312         with prototypes.
17313
17314         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17315         (main): Define with a prototype.
17316
17317         * lib/posixver.c (getenv): Remove decl.
17318
17319         * lib/putenv.c (malloc): Returns void *, not char *.
17320         Include <string.h> unconditionally.
17321         (strchr, memcpy, NULL): Do not define.
17322
17323         * lib/readtokens.c: Include readtokens.h first, to test interface.
17324         Include <stdlib.h>, <string.h> unconditionally.
17325         (init_tokenbuffer): Define with a prototype.
17326
17327         * lib/regex.c (PARAMS): Remove.  All uses removed.
17328         All uses of _RE_ARGS removed, too.
17329         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17330         unconditionally.
17331         (bzero): Assume memset exists.
17332         (memcmp, memcpy, NULL): Remove.
17333         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17334         char, or assignments to local vars of type signed char.
17335         (init_syntax_once, PREFIX(extract_number_and_incr),
17336         PREFIX(print_partial_compiled_pattern),
17337         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17338         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17339         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17340         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17341         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17342         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17343         wcs_compile_range, byte_compile_range, truncate_wchar,
17344         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17345         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17346         count_mbs_length, wcs_re_match_2_internal,
17347         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17348         PREFIX(alt_match_null_string_p),
17349         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17350         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17351         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17352         now-unnecessary declaration, if any.
17353         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17354         regcomp, regexec):
17355         Remove now-unnecessary casts among pointer types.
17356         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17357
17358         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17359         (free): Remove decl.
17360
17361         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17362
17363         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17364         (free): Remove decl.
17365
17366         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17367         * lib/xgetcwd.c: Likewise.
17368
17369         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17370         (free): Remove decl.
17371
17372         * lib/strchrnul.c (strchrnul): Define with a prototype.
17373         Fix bug: c_in was not converted to char before searching.
17374
17375         The following changes are not K&R related:
17376
17377         * lib/group-member.h: Include <sys/types.h>, so that this file is
17378         self-contained.
17379         * lib/makepath.h: Likewise.
17380
17381         * lib/getusershell.c (readname, default_index, line_size, readname):
17382         Use size_t, not int, for sizes.
17383         (readname): If the size overflows, report an error instead of
17384         looping forever.
17385
17386 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17387
17388         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17389         libc.
17390
17391 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17392
17393         * README: New section: portability guidelines.
17394
17395 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17396
17397         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17398         C89 spec.
17399
17400 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17401
17402         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17403
17404 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17405
17406         Assume C89 or better; remove K&R cruft.
17407         A few of these changes were first proposed by Derek Robert Price
17408         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17409
17410         * lib/addext.c: Include <string.h> unconditionally.
17411         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17412         Don't declare getenv or malloc.
17413
17414         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17415         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17416         (NULL): Remove.
17417         (find_stack_direction, alloca): Use prototypes.
17418
17419         * lib/atexit.c (atexit): Define using a prototype.
17420
17421         * lib/basename.c, dirname.c, stripslash.c:
17422         Include <string.h> unconditionally.
17423
17424         * lib/bcopy.c: Include <stddef.h>.
17425         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17426
17427         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17428
17429         * lib/error.h (error, error_at_line, error_print_progname)
17430         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17431         * lib/error.c: Include error.h first, to check interface.
17432         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17433         (VA_START): Remove; all uses changeed to va_start.
17434         (exit, strerror): Remove decls.
17435         (error_print_progname): Prototype uncondionally.
17436         Don't include <errno.h>; no longer needed.
17437         (private_strerror): Remove.
17438         (error_tail): Always define.
17439         (error, error_at_line): Assume C89 or better; always use prototypes.
17440         * lib/fatal.c: Include "fatal.h" first, to test interface.
17441         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17442         (VA_START): Remove; all uses changed to va_start.
17443         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17444         this case.
17445         (exit): Remove decl.
17446         (fatal): Prototype unconditionally.  Assume va_start works.
17447         Abort at end, to pacify gcc.
17448
17449         * lib/euidaccess.c (main): Define with a prototype.
17450
17451         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17452
17453         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17454
17455         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17456         prototypes.
17457         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17458         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17459         (getenv): Remove decl.
17460         (fnmatch): Define using a prototype.
17461         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17462         (FCT): Define using a prototype.
17463
17464         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17465
17466         * lib/gethostname.c: Include <stddef.h>.
17467         (gethostname): Define with prototype.  Length is size_t, not int.
17468
17469 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17470
17471         Assume C89 or better; remove K&R cruft.
17472         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17473         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17474         string.h, getenv, malloc.
17475         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17476         headers.
17477         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17478         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17479         do not check for strerror.
17480         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17481         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17482         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17483         do not check for doprnt or vprintf.
17484         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17485         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17486
17487 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17488
17489         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17490         getversion.c should have been removed then, but was accidentally
17491         preserved.
17492
17493         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17494         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17495
17496 2003-09-08  Karl Berry  <karl@gnu.org>
17497
17498         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17499                 config, forget about prep.
17500
17501         * config/depcomp, missing: update from automake.
17502
17503 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17504
17505         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17506         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17507
17508 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17509
17510         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17511         copy_tm_result.  Bug reported by Simon Josefsson in
17512         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17513
17514 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17515
17516         * m4/time_r.m4: New file.
17517         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17518         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17519         is. Check for timegm declaration.
17520         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17521         Do not check for gmtime_r.
17522         Replace mktime if __mktime_internal does not exist and if mktime
17523         hasn't been replaced already.
17524
17525 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17526
17527         * lib/time_r.c, lib/time_r.h: New files.
17528
17529         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17530         __localtime_r.
17531         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17532         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17533
17534         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17535         __gmtime_r.
17536         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17537         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17538         Include <time_r.h>.
17539
17540         * lib/timegm.c: Switch to glibc implementation, with the following
17541         changes:
17542         [defined HAVE_CONFIG_H]: Include <config.h>.
17543         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17544         (__mktime_internal) [!defined _LIBC]: New decl.
17545         (__gmtime_r) [!defined _LIBC]: New macro and function.
17546         (timegm): Use a prototype, since gnulib assumes C89.
17547         Do not bother declaring tmp to be const, as it's not really usefu.
17548         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17549         (timegm): Declare only if HAVE_DECL_TIMEGM.
17550
17551 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17552
17553         * MODULES.html.sh (func_all_modules): Add time_r.
17554         * modules/time_r: New file.
17555         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17556         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17557
17558 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17559
17560         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17561         Bug reported by Lute Kamstra in
17562         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17563
17564         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17565         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17566         course with correspondingly smaller numbers for tomorrow and
17567         yesterday.  From Tadayoshi Funaba.  Originally installed into
17568         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17569         coreutils merge?).
17570
17571 2003-08-31  Simon Josefsson  <jas@extundo.com>
17572
17573         * modules/timegm: New file.
17574         * MODULES.html.sh (func_all_modules): Add timegm.
17575
17576 2003-08-31  Simon Josefsson  <jas@extundo.com>
17577
17578         * m4/timegm.m4: New file.
17579
17580 2003-08-31  Simon Josefsson  <jas@extundo.com>
17581
17582         * lib/timegm.h: New file.
17583         * lib/timegm.c: New file.  Based on
17584         wget-1.8.2/src/http.c:mktime_from_utc.
17585
17586 2003-08-31  Karl Berry  <karl@gnu.org>
17587
17588         * lib/argp.h: update from libc.
17589
17590 2003-08-28  Bruno Haible  <bruno@clisp.org>
17591
17592         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17593         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17594         followed by '#define fnmatch fnmatch_posix' gives an error.
17595
17596 2003-08-28  Bruno Haible  <bruno@clisp.org>
17597
17598         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17599         warning on QNX, which defines O_BINARY to 000000.
17600
17601 2003-08-27  Jim Meyering  <jim@meyering.net>
17602
17603         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17604         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17605         would fail after 32.  Reported by Danny Levinson.  Details here:
17606         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17607
17608 2003-08-24  Bruno Haible  <bruno@clisp.org>
17609
17610         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17611         MSVC7 <stdio.h> is included later.
17612
17613 2003-08-22  Simon Josefsson  <jas@extundo.com>
17614
17615         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17616
17617 2003-08-20  Karl Berry  <karl@gnu.org>
17618
17619         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17620
17621 2003-08-20  Bruno Haible  <bruno@clisp.org>
17622
17623         * modules/progname: New file.
17624         * MODULES.html.sh (func_all_modules): Add progname.
17625
17626 2003-08-20  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/progname.h: New file, from GNU gettext.
17629         * lib/progname.c: New file, from GNU gettext.
17630         * lib/progreloc.c: New file, from GNU gettext.
17631
17632 2003-08-19  Jim Meyering  <jim@meyering.net>
17633
17634         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17635         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17636
17637 2003-08-19  Bruno Haible  <bruno@clisp.org>
17638
17639         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17640         more.
17641
17642 2003-08-19  Bruno Haible  <bruno@clisp.org>
17643
17644         * lib/xstrdup.c: Assume <string.h> exists.
17645
17646 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17647
17648         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17649         in makefile rules.
17650
17651 2003-08-18  Jim Meyering  <jim@meyering.net>
17652
17653         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17654         * m4/lib-ld.m4: Likewise.
17655
17656 2003-08-18  Jim Meyering  <jim@meyering.net>
17657
17658         * lib/setenv.h: Indent nested cpp directive.
17659         * lib/vasnprintf.c: Remove trailing blanks.
17660
17661 2003-08-17  Simon Josefsson  <jas@extundo.com>
17662
17663         * modules/xstrndup: New file.
17664         * MODULES.html.sh (func_all_modules): Add xstrndup.
17665
17666 2003-08-17  Simon Josefsson  <jas@extundo.com>
17667
17668         * modules/argp: Fix autoconf macro name. Add more dependencies.
17669
17670 2003-08-17  Simon Josefsson  <jas@extundo.com>
17671
17672         * m4/xstrndup.m4: New file.
17673
17674 2003-08-17  Simon Josefsson  <jas@extundo.com>
17675
17676         * m4/argp.m4: New file.
17677
17678 2003-08-17  Simon Josefsson  <jas@extundo.com>
17679             Bruno Haible  <bruno@clisp.org>
17680
17681         * lib/xstrndup.h: New file.
17682         * lib/xstrndup.c: New file.
17683
17684 2003-08-17  Bruno Haible  <bruno@clisp.org>
17685
17686         * modules/strndup (Files, Include): Add lib/strndup.h.
17687
17688 2003-08-17  Bruno Haible  <bruno@clisp.org>
17689
17690         * modules/euidaccess (Files): Add lib/euidaccess.h.
17691
17692 2003-08-17  Bruno Haible  <bruno@clisp.org>
17693
17694         * lib/strndup.h: New file.
17695
17696 2003-08-17  Bruno Haible  <bruno@clisp.org>
17697
17698         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17699         like AC_GNU_SOURCE.
17700         * modules/extensions (configure.ac): Comment out the invocation of
17701         gl_USE_SYSTEM_EXTENSIONS.
17702
17703 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17704
17705         Merges from coreutils, etc.
17706         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17707         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17708         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17709         fixing a typo.
17710         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17711         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17712
17713 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17714
17715         Document merge from coreutils.
17716         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17717         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17718         * modules/utime: Add m4/utimes-null.m4.
17719
17720 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17721
17722         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17723         space, undoing this 2003-08-12 change:
17724         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17725
17726 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17727
17728         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17729         strtoul.c from libc, undoing this 2003-08-12 change:
17730         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17731
17732 2003-08-16  Jim Meyering  <jim@meyering.net>
17733
17734         Merges from coreutils.
17735         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17736         prefix.  Adjust cache variables similarly.  Create 500 rather than
17737         just 300 files, to exercise bug on Darwin6.5, too.
17738         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17739         $missing_dir.
17740         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17741         AM_SYS_POSIX_TERMIOS.
17742         Reported by mkc@mathdogs.com.
17743         Also change use of $am_cv_sys_posix_termios
17744         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17745         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17746         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17747         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17748         in /proc/mounts until it finds one with matching device number.  This
17749         is unnecessary when the FILE argument *is* a mount point.  No stat call
17750         is necessary in that case.  So, disable the statvfs-testing code on
17751         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17752         as RedHat bug# 84846.
17753         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17754         to 1MB, so as not to render systems with no stack size limit (e.g.,
17755         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17756         Include <unistd.h>.  On some systems,
17757         it is required for the definition of _SC_PAGESIZE.
17758
17759 2003-08-16  Jim Meyering  <jim@meyering.net>
17760
17761         Merge from coreutils.
17762         * lib/xstrtoimax.c: #else #if -> #elif.
17763         * lib/xstrtoumax.c: Likewise.
17764
17765 2003-08-16  Jim Meyering  <jim@meyering.net>
17766
17767         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17768         * m4/utimes.m4: Removed.
17769         * m4/utimes-null.m4: Renamed from utimes.m4.
17770
17771         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17772         to 1MB, so as not to render systems with no stack size limit (e.g.,
17773         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17774         Include <unistd.h>.  On some systems,
17775         it is required for the definition of _SC_PAGESIZE.
17776
17777 2003-08-16  Jim Meyering  <jim@meyering.net>
17778         and Paul Eggert  <eggert@cs.ucla.edu>
17779
17780         Merges from coreutils, etc.
17781
17782         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17783         using the latest version from cvs.  This avoids problems with #line
17784         directives using a vendor (Sun) compiler.
17785         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17786         Don't set GETGROUPS_LIB here; now it's
17787         done via getgroups.m4's wrapper function.
17788         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17789         rather than just in sh-util/configure.in, so that the
17790         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17791         same.
17792         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17793         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17794         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17795         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17796         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17797         Remove code that is now done by the newly-required macros.
17798         Append $(EXEEXT) to DF_PROG.
17799         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17800         Do not invoke or require the following here,
17801         since prereq.m4 or some gnulib .m4 now does this for us:
17802         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17803         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17804         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17805         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17806         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17807         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17808         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17809         AC_FUNC_OBSTACK.
17810         Do not replace the following functions, as this is now the job
17811         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17812         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17813         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17814         atexit getpass, strdup, getpagesize.
17815         Replace 'raise'.
17816         Do not check for the following functions, as this is now the job
17817         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17818         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17819         setregid.
17820         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17821         Check for sys/sysctl.h.
17822         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17823         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17824         of checking for ssize_t ourselves.
17825
17826         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17827         Require every macro that gnulib/modules/* suggests for us.
17828         (jm_PREREQ_ADDEXT): New macro.
17829         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17830         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17831
17832         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17833         (gl_PHYSMEM): Use it.
17834         Also check for `table' function.
17835         Check for new headers and functions.
17836         Add check for sys/sysmp.h.
17837         With suggestions from Kaveh Ghazi.
17838         Ignore headers that are present but cannot be compiled.  This
17839         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17840         C 5.4.
17841
17842 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17843
17844         Document merge from coreutils.
17845         * modules/userspec: Depend on posixver.
17846         * modules/strftime: Depend on tzset.
17847
17848 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17849
17850         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17851         rather than tab, after '#' in shell-script copyright notices.
17852         Suggested by Bruno Haible.
17853
17854 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17855
17856         * config/srclist-update: Use three spaces, rather than tab, after '#'
17857         in shell-script copyright notices.  Suggested by Bruno Haible.
17858         Remove unnecessary parenthesization in regular expression.
17859
17860 2003-08-15  Jim Meyering  <jim@meyering.net>
17861
17862         Merge from coreutils.
17863         * lib/xgethostname.c: Include <stdlib.h>.
17864         (xghostname): Don't exit for anything other than memory-related
17865         failure; just return NULL.
17866         * lib/userspec.c: Include "posixver.h".
17867         (parse_user_spec): Accept `.' as a separator only
17868         in pre-POSIX-200112 mode.
17869         * lib/strtoimax.c: Use #elif rather than #else #if.
17870         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17871         Remove function, now that we can rely on a working tzset function.
17872         [!_LIBC]: Ensure that the required autoconf test has been run.
17873         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17874         Use underlying_strftime for %r.
17875         * lib/sha.c: Merge in some clean-up and optimization changes from
17876         glibc.
17877         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17878         Ensure that it is a multiple of 64.
17879         Rearrange loop exit tests so as to avoid performing an
17880         additional fread after encountering an error or EOF.
17881         * lib/realloc.c: Update copyright date.
17882
17883 2003-08-15  Jim Meyering  <jim@meyering.net>
17884         and Paul Eggert  <eggert@twinsun.com>
17885
17886         Merge from coreutils.
17887         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17888         member but strut utmpx does not.  Needed for AIX 4.3.3.
17889         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17890
17891 2003-08-15  Jim Meyering  <jim@meyering.net>
17892         and Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         Merges from coreutils, etc.
17895         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17896         Require gl_FUNC_TZSET_CLOBBER.
17897         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17898         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17899         members.
17900
17901 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17902
17903         Help the merge from coreutils.
17904         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17905         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17906         * m4/tzset.m4: Use it too.
17907
17908 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17909
17910         * modules/tzset: New file.
17911
17912 2003-08-14  Jim Meyering  <jim@meyering.net>
17913
17914         Merges from coreutils.
17915         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
17916         variable names, rather than @FNMATCH_H@.
17917         * modules/alloca: Likewise for $(ALLOCA_H).
17918
17919         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
17920         the three copies of the literal target, `fnmatch.h'.
17921         * modules/alloca (alloca.h): Likewise.
17922
17923 2003-08-14  Jim Meyering  <jim@meyering.net>
17924
17925         Merge from coreutils.
17926         * m4/tzset.m4: New file.
17927         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
17928         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
17929         otherwise, AIX 5.1 systems would end up using the latter.
17930         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
17931         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
17932         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
17933         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
17934
17935 2003-08-14  Jim Meyering  <jim@meyering.net>
17936
17937         Merge from coreutils.
17938         * lib/obstack.h: Whitespace changes.
17939         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
17940         and xcalloc return values.
17941         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
17942         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
17943         hang on OSF/1 5.1 for DIR on both local and remote file systems.
17944         Reported by (and fix confirmed by) Nelson H. F. Beebe.
17945         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17946         error from mntctl.
17947         Use mntctl's return value to drive the entry-processing loop, since
17948         we can't rely on the value of the vmt_length member in the last
17949         entry.  On some systems doing so could result in exhausting
17950         virtual memory.  Based in part on a patch from Mike Jetzer.
17951
17952 2003-08-14  Jim Meyering  <jim@meyering.net>
17953         and Paul Eggert  <eggert@twinsun.com>
17954
17955         Merges from coreutils, plus other fixes.
17956         * lib/physmem.c: Merge in portability changes from gcc/libiberty
17957         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
17958         for credits and details.  Thanks to Kaveh Ghazi for helping
17959         to keep these files in sync.
17960         (ARRAY_SIZE): Define it.
17961         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
17962         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
17963         (memcasecmp): Don't assume size_t fits in unsigned int.
17964         Remove casts and duplicate code.
17965         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
17966         (memcpy): Remove definition.
17967         Merge in some clean-up and optimization changes from glibc.
17968         [BLOCKSIZE]: Move definition to top of file.
17969         Ensure that it is a multiple of 64.
17970         Rearrange loop exit tests so as to avoid performing an
17971         additional fread after encountering an error or EOF.
17972         * lib/md5.h (md5_uintptr): Define.
17973         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
17974         return to the initial working directory.  Preserve errno
17975         for caller.
17976         * lib/idcache.c: Include "xalloc.h".
17977         (xmalloc, xrealloc): Remove decls.
17978         (getuser): Remove casts no longer required in C89.
17979         * lib/human.c: Include stdio.h, for sprintf.
17980         * lib/group-member.c: Include "xalloc.h".
17981         (xmalloc, xrealloc): Remove decls.
17982         (get_group_info): Remove casts no longer required in C89.
17983         * lib/getusershell.c (readname): Remove casts no longer required in
17984         C89.
17985         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
17986         * lib/getline.c: Whitespace fix, from coreutils.
17987
17988 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17989
17990         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
17991         Check for isascii.
17992
17993         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17994         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17995         Undo previous (whitespace-only) change.
17996
17997 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17998
17999         * lib/exclude.c: Include <ctype.h>
18000         (IN_CTYPE_DOMAIN): New macro.
18001         (is_space): New fn.
18002         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18003         and empty lines.
18004
18005         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18006         Undo previous (whitespace-only) change.
18007
18008 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18009
18010         * config/srclist-update: Change update back to the old behavior,
18011         leaving whitespace alone.  Use one 'sed' command rather than a
18012         pipeline.
18013         (fixlicense): Now a variable, not a function.
18014         (remove_trailing_blanks): Remove.
18015         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18016         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18017         Undo previous (whitespace-only) change.
18018
18019 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18020
18021         Merge from coreutils.
18022         * modules/euidaccess: Add lib_SOURCES, include for new
18023         file euidaccess.h
18024
18025 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18026
18027         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18028         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18029         Normalize leading white space and remove trailing white space.
18030
18031         Merge from coreutils
18032         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18033
18034         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18035         0.12.1.  These files are now being upgraded automatically by
18036         ../config/srclist-update.
18037
18038 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18039
18040         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18041         Normalize leading white space and remove trailing white space.
18042         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18043         notice, as per ../config/srclist-update.
18044
18045         Merge from coreutils.
18046         * lib/euidaccess.h: New file.
18047         * lib/euidaccess.c: Include it.
18048         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18049         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18050         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18051
18052 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18053
18054         * config/srclist-update: Add copyright notice.
18055         (remove_id_lines, remove_trailing_blanks): New constants.
18056         (fixfile): Use them to normalize spacing a bit in copied files.
18057         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18058         Normalize leading white space and remove trailing white space.
18059
18060         * config/texinfo.tex: Sync with texinfo.
18061
18062         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18063         strtoul.c from libc, to merge coreutils whitespace changes.
18064
18065         * config/srclist.txt: Get the following m4 files from gettext:
18066         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18067         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18068         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18069         wint_t.m4.
18070
18071 2003-08-12  Karl Berry  <karl@gnu.org>
18072
18073         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18074         been made.
18075
18076 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18077
18078         * modules/gnu-source, m4/gnu-source.m4:
18079         Remove; we're assuming Autoconf 2.54 or later now.
18080         Suggested by Bruno Haible.
18081         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18082
18083 2003-08-11  Bruno Haible  <bruno@clisp.org>
18084
18085         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18086
18087 2003-08-11  Bruno Haible  <bruno@clisp.org>
18088
18089         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18090         (vasnprintf): Use it instead of wcslen.
18091
18092 2003-08-11  Bruno Haible  <bruno@clisp.org>
18093
18094         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18095         value to ensure that _Bool promotes to int. Use #define for _Bool when
18096         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18097
18098 2003-08-10  Karl Berry  <karl@gnu.org>
18099
18100         * lib/regex.h: update from libc (whitespace fix).
18101
18102 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18103
18104         Merge some files from coreutils.  These changes were
18105         originally made by Jim Meyering.
18106         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18107         many older Unixes require this.
18108         * lib/alloca.c (alloca): Remove cast to argument of free;
18109         no longer needed in C89.
18110         * lib/alloca_.h, regex.h: Fix white space to match
18111         what GNU indent does.
18112
18113 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18114
18115         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18116         apparently Emacs's Unicode mode got confused before my 2003-08-05
18117         checkin.
18118
18119 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18120
18121         * m4/extensions.m4: New file.
18122         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18123         Require gl_USE_SYSTEM_EXTENSIONS.
18124         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18125         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18126
18127 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18128
18129         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18130         * modules/extensions, modules/gnu-source: New files.
18131         * modules/timespec, modules/unlocked-io: Depend on extensions.
18132
18133 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18134
18135         * modules/restrict: New file.
18136         * MODULES.html.sh (func_all_modules): Add restrict.
18137         * modules/regex: Depend on restrict.
18138
18139 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18140
18141         * m4/restrict.m4: New file.
18142         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18143
18144 2003-08-07  Bruno Haible  <bruno@clisp.org>
18145
18146         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18147         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18148
18149 2003-08-07  Bruno Haible  <bruno@clisp.org>
18150
18151         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18152         makes the module 'getndelim2' compatible with the module 'getline'.
18153
18154 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18155
18156         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18157         byte with "\201" to avoid glitches when editing that source file
18158         with multi-gnome-terminal.
18159
18160 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18161
18162         * lib/bumpalloc.h: Remove.
18163
18164 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18165
18166         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18167         * modules/bumpalloc: Remove.
18168
18169 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18170
18171         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18172         GNU coding style.
18173
18174         Merge from coreutils.
18175         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18176         1. From glibc.
18177         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18178         from Karl Berry, implemented by Jim Meyering.
18179         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18180         from Dmitry V. Levin.
18181         Remove anachronistic cast of xrealloc.
18182         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18183         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18184         type. Otherwise, it wouldn't compile with at least /bin/cc on
18185         ymp-cray-unicos9.0.2.X.
18186         Combine two mostly-identical uses of alloca into one.
18187         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18188
18189 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18190
18191         [From Emacs.]
18192
18193         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18194         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18195         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18196         obsolete NLIST_NAME_UNION.
18197         [__GNU__]: Undef BSD and FSCALE.
18198         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18199
18200 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18201
18202         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18203         an enum type, so that it's guaranteed to promote to int.  See:
18204         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18205
18206 2003-08-03  Karl Berry  <karl@gnu.org>
18207
18208         * config/depcomp: update from automake.
18209
18210 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18211
18212         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18213         (strerror): Don't assume that a printable int fits in 14 bytes.
18214
18215 2003-07-31  Bruno Haible  <bruno@clisp.org>
18216
18217         * modules/getpass-gnu: New file.
18218         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18219
18220 2003-07-31  Bruno Haible  <bruno@clisp.org>
18221
18222         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18223
18224 2003-07-24  Karl Berry  <karl@gnu.org>
18225
18226         * config/missing: update from automake.
18227
18228 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18229             Bruno Haible  <bruno@clisp.org>
18230
18231         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18232         * lib/getline.c (getline, getdelim): Likewise.
18233         Remove _GNU_SOURCE define; now it's defined in config.h through
18234         m4/getline.m4.
18235
18236 2003-07-23  Karl Berry  <karl@gnu.org>
18237
18238         * config/config.sub: update from prep.
18239
18240 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18241
18242         * modules/xalloc (Depends-on): Add exitfail.
18243         * modules/xmemcoll: Likewise.
18244
18245 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18246
18247         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18248         over-parenthesization in macros.
18249
18250         Sync with coreutils.
18251
18252         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18253         required by C99.
18254
18255         Use `exit_failure' for xalloc and xmemcoll instead of their own
18256         private exit-failure variables.
18257         * lib/xalloc.h (xalloc_exit_failure): Remove.
18258         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18259         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18260         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18261         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18262         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18263
18264 2003-07-20  Jim Meyering  <jim@meyering.net>
18265
18266         * modules/closeout (Depends-on): Add exitfail.
18267         Suggestion from Bruno Haible.
18268
18269 2003-07-19  Karl Berry  <karl@gnu.org>
18270
18271         * config/config.sub: update from prep.
18272
18273 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18274
18275         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18276         Remove.
18277         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18278         to test that it can stand by itself.  Include "exitfail.h".
18279         Clients should set exit_failure instead.
18280         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18281
18282 2003-07-18  Bruno Haible  <bruno@clisp.org>
18283
18284         * modules/getndelim2: New file.
18285         * modules/getline: Share files with module getndelim2.
18286         * modules/getnline: Depend on getndelim2 instead of sharing files with
18287         it. Add getnline.c to lib_SOURCES.
18288         * MODULES.html.sh (func_all_modules): Add getndelim2.
18289
18290 2003-07-18  Bruno Haible  <bruno@clisp.org>
18291
18292         * m4/getndelim2.m4: New file.
18293         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18294         invoke gl_PREREQ_GETNDELIM2.
18295         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18296         gl_PREREQ_GETNDELIM2.
18297         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18298         gl_GETNDELIM2.
18299
18300 2003-07-18  Bruno Haible  <bruno@clisp.org>
18301
18302         * lib/getndelim2.h: New file.
18303         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18304         getndelim2.h.
18305         (getndelim2): Make non-static. Change return type to ssize_t.
18306         * lib/getline.h: Change argument names.
18307         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18308         * lib/getnline.c: Include getndelim2.h.
18309
18310 2003-07-18  Andreas Schwab  <schwab@suse.de>
18311
18312         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18313
18314 2003-07-17  Karl Berry  <karl@gnu.org>
18315
18316         * config/config.sub: update from prep.
18317
18318 2003-07-17  Bruno Haible  <bruno@clisp.org>
18319
18320         * modules/getnline: New file.
18321         * modules/getline: Add lib/getndelim2.c to source file list.
18322         * MODULES.html.sh (func_all_modules): Add getnline.
18323
18324 2003-07-17  Bruno Haible  <bruno@clisp.org>
18325
18326         * m4/getnline.m4: New file.
18327
18328 2003-07-17  Bruno Haible  <bruno@clisp.org>
18329
18330         * m4/Makefile.am.in: Remove file.
18331         * m4/Makefile.am: Remove file.
18332         * m4/Makefile.in: Remove file.
18333
18334 2003-07-17  Bruno Haible  <bruno@clisp.org>
18335
18336         * lib/getnline.h: New file.
18337         * lib/getnline.c: New file.
18338         * lib/getndelim2.c: New file, extracted from getline.c.
18339         (getndelim2): Renamed from getdelim2, with added nmax argument.
18340         * lib/getline.c: Include getndelim2.c.
18341         (getdelim2): Moved out to getndelim2.c.
18342         (getline, getdelim): Update.
18343
18344 2003-07-17  Bruno Haible  <bruno@clisp.org>
18345
18346         * lib/Makefile.am: Remove file.
18347         * lib/Makefile.in: Remove file.
18348
18349 2003-07-17  Bruno Haible  <bruno@clisp.org>
18350
18351         * configure.in: Remove file.
18352         * Makefile.in: Remove file.
18353
18354 2003-07-17  Bruno Haible  <bruno@clisp.org>
18355
18356         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18357
18358 2003-07-16  Karl Berry  <karl@gnu.org>
18359
18360         * config/srclist-update: was running fixlicense twice, which caused
18361                 texinfo.tex to be nullified for some reason.  Simplify,
18362                 $gplsrc is no longer needed as far as I can see?
18363
18364 2003-07-16  Jim Meyering  <jim@meyering.net>
18365
18366         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18367
18368 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18369
18370         * config/srclist.txt: Get the following files from gettext-runtime/intl
18371         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18372         ref-del.sin.  From Bruno Haible.
18373         * config/srclist-update (fixfile): Change grep pattern again, since the
18374         previous fix didn't work (there was another trailing $).  Use
18375         '[$]' to escape the $s.
18376
18377 2003-07-15  Karl Berry  <karl@gnu.org>
18378
18379         * lib/vasnprintf.c: update from gettext.
18380
18381 2003-07-15  Karl Berry  <karl@gnu.org>
18382
18383         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18384         gets expanded when surrounded by '$'.
18385
18386 2003-07-15  Jim Meyering  <jim@meyering.net>
18387
18388         * modules/save-cwd: Don't depend on error.  From Derek Price.
18389
18390 2003-07-15  Jim Meyering  <jim@meyering.net>
18391
18392         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18393
18394 2003-07-14  Simon Josefsson  <jas@extundo.com>
18395
18396         * modules/mempcpy: New file.
18397         * MODULES.html.sh (func_all_modules): Add mempcpy.
18398
18399 2003-07-14  Simon Josefsson  <jas@extundo.com>
18400
18401         * m4/mempcpy.m4: New file.
18402
18403 2003-07-14  Simon Josefsson  <jas@extundo.com>
18404
18405         * lib/mempcpy.h: New file.
18406         * lib/mempcpy.c: New file.
18407
18408 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18409
18410         * modules/getdate, modules/posixtm: Depend on mktime.
18411
18412 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18413
18414         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18415         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18416         unicodeio.c, unicodeio.h, unlocked-io.h:
18417         Switch from LGPL to GPL.
18418
18419 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18420
18421         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18422         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18423         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18424         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18425         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18426         updated automatically by ../config/srclist-update.  This changes
18427         their license from LPGL to GPL.
18428
18429 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18430
18431         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18432         assumed to refer to the root of the most recent stable gettext version.
18433         * config/srclistvars.sh: Add defaults for eggert.
18434         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18435         Match "This program" as well as "The program".  This is needed
18436         for gettext.
18437
18438 2003-07-14  Jim Meyering  <jim@meyering.net>
18439
18440         Don't emit diagnostics.  Let callers do that.
18441         * lib/save-cwd.c: Don't include "error.h".
18442         (save_cwd): Don't call error.  Ensure that errno is valid
18443         when returning nonzero.
18444
18445         * lib/save-cwd.h (restore_cwd): Update prototype.
18446         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18447         Simplify.  Don't call error upon failure.  Let callers do that.
18448         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18449         when auditing is enabled.  But don't bother updating the #if.
18450
18451 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18452
18453         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18454         it breaks C++ compilation.
18455         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18456
18457 2003-07-10  Simon Josefsson  <jas@extundo.com>
18458
18459         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18460
18461 2003-07-10  Jim Meyering  <jim@meyering.net>
18462
18463         * m4/clock_time.m4: Remove trailing blank.
18464         * m4/intmax_t.m4: Likewise.
18465
18466 2003-07-10  Jim Meyering  <jim@meyering.net>
18467
18468         * lib/vasnprintf.c: Remove trailing blanks.
18469         Make cpp indentation consistent.
18470
18471 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18472
18473         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18474         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18475         Switch from LGPL to GPL.
18476
18477 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18478
18479         * config/srclist.txt: Sort sublists.  Add
18480         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18481         that differ from gnulib for one reason or another; we'd like this list
18482         to be smaller but for now let's document what we have.
18483
18484 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18485
18486         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18487         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18488         and sweeter "eval x=$x".
18489         * config/srclist.txt: Get lib/argp* from glibc.
18490
18491 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18492
18493         * lib/mktime.c: Fix some boundary cases and remove need for floating
18494         point.
18495
18496         Issue a compile-time diagnostic if time_t is floating point, or if
18497         two's complement arithmetic is not in effect, or if arithmetic
18498         right shift does not propagate the sign.  These assumptions were
18499         all in the original code but they weren't checked.
18500
18501         (TIME_T_MIDPOINT, verify): New macros.
18502         (__isleap): Remove; it has integer overflow problems.
18503         (leapyear): New function, without those problems.
18504         (ydhms_tm_diff): Remove; splitting into two parts.
18505         (ydhms_diff): New function, containing the arithmetic part of
18506         the old ydhms_tm_diff function.  Issue a compile-time
18507         diagnostic if we are not using C99 integer division.
18508         Avoid casts when possible.
18509         (guess_time_tm): New function, containing the checking part of
18510         the old ydhms_tm_diff function.  Return the new value, rather than
18511         the difference between it and the old.  Accept a new argument T
18512         so that *T specifies the old value.  Check for overflow in the result.
18513
18514         (__mktime_internal): Use a time_t offset, not a long int offset.
18515         This undoes the 2003-06-04 change, which is no longer needed now
18516         that we have better overflow checking.
18517         (localtime_offset): Likewise.
18518
18519         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18520         and long are 64-bit but int is only 32-bit.
18521         (ydhms_diff): Use long int to store year1 and yday1.
18522         Issue a compile-time diagnostic if long int is not wide enough.
18523
18524         (__mktime_internal): Use long int to store adjusted year and yday.
18525         Use plain C rather than preprocessor commands, if that doesn't
18526         affect efficiency.
18527         Check for overflow (and try to repair) after each probe
18528         rather than checking only at the very end.  This avoids some bugs
18529         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18530         does not equal GMT offset at maximum time).
18531         Use integer to check for overflow rather than floating point; this
18532         is more portable to non-IEEE hosts, and is a tad faster.
18533         When we detect that we are oscillating between two values,
18534         don't check whether tm_isdst has the requested value, since
18535         we already know the answer.  When tm_isdst has the wrong value,
18536         use a different heuristic to find the right one, based on the
18537         extreme values actually observed in practice in tz2003a,
18538         rather than the (overly optimistic) "previous 3 calendar quarters".
18539
18540         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18541         "T const" to accommodate glibc style.
18542         (check_result): Use less-confusing report format.  "long" -> "long int.
18543         (main): Likewise.
18544         Don't loop if the iteration overflows time_t.
18545         Allow a negative step in the iteration.
18546
18547 2003-07-06  Karl Berry  <karl@gnu.org>
18548
18549         * config/depcomp: update from automake.
18550         * config/config.sub: update from prep.
18551
18552 2003-07-03  Karl Berry  <karl@gnu.org>
18553
18554         * config/config.guess: update from prep.
18555
18556 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18557
18558         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18559         xreadlink.c now includes it unconditionally.
18560
18561 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18562
18563         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18564         having it depend on HAVE_SYS_TYPES_H.
18565
18566 2003-07-01  Bruno Haible  <bruno@clisp.org>
18567
18568         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18569         <sys/types.h> should be sufficient.
18570         Reported by Paul Eggert.
18571
18572 2003-06-26  Karl Berry  <karl@gnu.org>
18573
18574         * config/depcomp: update from automake.
18575
18576 2003-06-26  Bruno Haible  <bruno@clisp.org>
18577
18578         * modules/human: Depend on module stdbool.
18579
18580 2003-06-25  Bruno Haible  <bruno@clisp.org>
18581
18582         * modules/readlink: New file.
18583         * modules/xreadlink: Depend on it.
18584         * MODULES.html.sh (func_all_modules): Add readlink.
18585
18586 2003-06-25  Bruno Haible  <bruno@clisp.org>
18587
18588         * m4/readlink.m4: New file.
18589
18590 2003-06-25  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/readlink.c: New file.
18593
18594 2003-06-22  Karl Berry  <karl@gnu.org>
18595
18596         * config/srclist.txt: update mkinstalldirs from automake.
18597         * config/mkinstalldirs: update.
18598
18599 2003-06-22  Bruno Haible  <bruno@clisp.org>
18600
18601         Portability to mingw32.
18602         * m4/ssize_t.m4: New file, from GNU gettext.
18603         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18604         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18605
18606 2003-06-22  Bruno Haible  <bruno@clisp.org>
18607
18608         * modules/safe-read: Add m4/ssize_t.m4.
18609         * modules/xreadlink: Add m4/ssize_t.m4.
18610
18611 2003-06-20  Bruno Haible  <bruno@clisp.org>
18612
18613         Assume C89, so PARAMS isn't needed.
18614         * lib/unicodeio.h (PARAMS): Remove.
18615         * lib/unicodeio.c: Don't use PARAMS.
18616
18617 2003-06-18  Karl Berry  <karl@gnu.org>
18618
18619         * config/config.{guess,sub}: update from prep.
18620
18621 2003-06-18  Jim Meyering  <jim@meyering.net>
18622
18623         Merge changes from coreutils.
18624         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18625         Remove explicit declarations of xmalloc and realloc.
18626         Include xalloc.h.
18627         (read_utmp): Remove anachronistic cast of xmalloc.
18628
18629 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18630
18631         Assume C89, so PARAMS isn't needed.
18632         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18633         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18634         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18635         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18636         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18637         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18638         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18639         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18640         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18641         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18642         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18643         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18644         no longer needed. Anyway, config.h should always be included before any
18645         other file.
18646
18647 2003-06-11  Simon Josefsson  <jas@extundo.com>
18648
18649         * modules/sysexits: New file.
18650         * MODULES.html.sh (func_all_modules): Add sysexits.
18651
18652 2003-06-11  Simon Josefsson  <jas@extundo.com>
18653
18654         * lib/sysexit_.h: New file.
18655
18656 2003-06-11  Derek Price  <derek@ximbiot.com>
18657
18658         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18659         necessary.
18660
18661 2003-06-11  Bruno Haible  <bruno@clisp.org>
18662
18663         * m4/sysexits.m4: New file.
18664
18665 2003-06-10  Simon Josefsson  <jas@extundo.com>
18666
18667         * lib/argp.h: New file, from glibc.
18668         * lib/argp-ba.c: New file, from glibc.
18669         * lib/argp-eexst.c: New file, from glibc.
18670         * lib/argp-fmtstream.c: New file, from glibc.
18671         * lib/argp-fmtstream.h: New file, from glibc.
18672         * lib/argp-fs-xinl.c: New file, from glibc.
18673         * lib/argp-help.c: New file, from glibc.
18674         * lib/argp-namefrob.h: New file, from glibc.
18675         * lib/argp-parse.c: New file, from glibc.
18676         * lib/argp-pv.c: New file, from glibc.
18677         * lib/argp-pvh.c: New file, from glibc.
18678         * lib/argp-xinl.c: New file, from glibc.
18679
18680 2003-06-10  Simon Josefsson  <jas@extundo.com>
18681
18682         * modules/strchrnul: New file.
18683
18684 2003-06-10  Simon Josefsson  <jas@extundo.com>
18685
18686         * modules/argp: New file.
18687
18688 2003-06-10  Simon Josefsson  <jas@extundo.com>
18689
18690         * m4/strchrnul.m4: New file.
18691
18692 2003-06-10  Simon Josefsson  <jas@extundo.com>
18693
18694         * lib/strchrnul.h: New file.
18695         * lib/strchrnul.c: New file.
18696
18697 2003-06-10  Bruno Haible  <bruno@clisp.org>
18698
18699         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18700
18701 2003-06-07  Karl Berry  <karl@gnu.org>
18702
18703         * config/config.{guess,sub}: update from prep.
18704
18705 2003-06-07  Jim Meyering  <jim@meyering.net>
18706
18707         * modules/strtod: Use $(...) notation, not @...@ for
18708         AC_REPLACE'd variables.
18709         * modules/localcharset: Likewise.
18710
18711 2003-06-07  Jim Meyering  <jim@meyering.net>
18712
18713         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18714         in place of my name in the copyright comment.
18715         Remove definition and uses of __P.
18716
18717         From coreutils.
18718         * lib/stat.c: Don't declare xmalloc explicitly.
18719         Instead, include "xalloc.h".
18720         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18721         xrealloc, and xcalloc return values.
18722         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18723         Improve comment.
18724         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18725
18726 2003-06-07  Bruno Haible  <bruno@clisp.org>
18727
18728         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18729         avoid AC_CONFIG_LINKS.
18730         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18731         fnmatch.h, to avoid AC_CONFIG_LINKS.
18732         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18733
18734 2003-06-07  Bruno Haible  <bruno@clisp.org>
18735
18736         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18737         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18738         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18739         directory.
18740         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18741         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18742         directory.
18743
18744 2003-06-06  Jim Meyering  <jim@meyering.net>
18745
18746         Merge from coreutils.
18747         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18748         Consolidate declarations and initializations of *_base* locals.
18749
18750         Merge from coreutils.
18751         This avoids a core dump on systems without GNU putenv,
18752         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18753         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18754         (unsetenv): New static function, from GNU libc.
18755         (rpl_putenv): Use it.
18756
18757         * lib/modechange.c: Remove trailing blanks.
18758
18759         Merge from coreutils.
18760         * lib/fsusage.c: Remove declaration of statfs.
18761         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18762
18763         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18764
18765 2003-06-06  Jim Meyering  <jim@meyering.net>
18766
18767         * lib/stdbool_.h: Renamed from stdbool.h.in.
18768
18769 2003-06-06  Jim Meyering  <jim@meyering.net>
18770             Bruno Haible  <bruno@clisp.org>
18771
18772         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18773         Adjust Makefile.am snippet not to redirect directly to target.
18774         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18775
18776 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18777
18778         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18779         mismatch, look in future quarters as well as past.  This fixes a
18780         bug when processing fall-backwards gaps immediately after a long
18781         period of daylight-saving time.
18782
18783         * lib/mktime.c: Assume freestanding C89 or better.
18784         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18785         (__P): Remove; not used.
18786         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18787         (mktime, not_equal_tm, print_tm, check_result,
18788         main): Use prototypes.  Use const * where appropriate.
18789         (main): Fix typo in testing code that uncovered by above changes.
18790         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18791
18792 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18793
18794         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18795         locale.h, localeconv.  This merges changes from coreutils.
18796
18797         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18798         It can be removed after the next Autoconf is released.
18799         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18800         needed.
18801
18802 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18803
18804         * lib/mktime.c: Fix Debian bug 177940
18805         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18806         (localtime_offset): Now long int, not time_t, because we want it
18807         to be guaranteed to be signed.  All uses changed.
18808         (__mktime_internal): If overflow would occur when adding offset,
18809         don't add it.
18810
18811         Merge 'human' changes from coreutils.  Rewrite to support
18812         locale-specific notations like thousands separators.
18813         * lib/human.c: Simplify authorship notice.
18814         Include human.h immediately after config.h.
18815         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18816         <limits.h>: Do not include, since human.h does.
18817         (SIZE_MAX, UINTMAX_MAX): New macros.
18818         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18819         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18820         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18821         (power_letter): Renamed from suffixes.
18822         (generate_suffix_backwards): Remove.
18823         (adjust_value): Now takes int style (because of human.h changes)
18824         and long double value (for greater precision on some platforms).
18825         (group_number): New function.
18826         (human_readable): Use it.  Use integer options, not enum.
18827         Put the options before the sizes in the arg list.
18828         Support all the new options.
18829         The old human_readable function has been removed;
18830         use inttostr.h instead.
18831         (human_readable, default_block_size, humblock):
18832         Use uintmax_t, not int, for block sizes.
18833         (human_readable_inexact, block_size_types): Remove.
18834         (block_size_opts): New constant.
18835         (human_options): Renamed from human_block_size, with new signature
18836         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18837         * lib/human.h: Add copyright and authorship notice.
18838         Include <limits.h> and <stdbool.h> unconditionally.
18839         (PARAMS): Remove.  All uses removed.
18840         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18841         (enum human_inexact_style): Remove tag; now a nameless enum.
18842         (human_floor, human_ceiling, human_round_to_even): Now have
18843         values 2, 0, 1 rather than -1, 1, 0.
18844         (human_group_digits, human_suppress_point_zero, human_autoscale,
18845         human_base_1024, human_SI, human_B): New constants.
18846         (human_readable_inexact, human_block_size): Remove.
18847         (human_readable): Size args are now uintmax_t, not int.
18848         (human_options): New decl.
18849
18850         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18851         unnecessary now that we assume C89 or better.  This change
18852         imported from coreutils.
18853
18854         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18855         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18856         in the 2003-05-30 sync from glibc.
18857
18858         .h files should stand alone, but we shouldn't include <sys/types.h>
18859         if we can get away with just <stddef.h>.
18860
18861         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18862         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18863         rather than <sys/types.h>, as we merely need size_t.
18864         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18865         to get size_t.
18866         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18867         Include <stdio.h>, to get FILE.
18868         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18869         memcasecmp.h has included <stddef.h> and all we need is size_t.
18870         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18871         our interface, instead of including <sys/types.h>
18872
18873 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18874
18875         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18876         now, as glibc mktime is buggy on non-glibc systems.
18877
18878 2003-06-03  Karl Berry  <karl@gnu.org>
18879
18880         * config/config.sub: update from prep.
18881
18882 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18883
18884         [from coreutils]
18885         Fix some minor time-related bugs with POSIX time arguments.
18886         Some valid time stamps were being rejected (notably -1, and
18887         time stamps before 1900 on 64-bit hosts).  And some invalid
18888         time stamps were being accepted, e.g. September 31.
18889
18890         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18891         that we can return (time_t) -1 successfully.
18892         * lib/posixtm.c: Likewise.
18893         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18894         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18895         (t): Remove static var.
18896         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18897         of static var.  All uses changed.
18898         (year): Do not reject years before 1900; they can occur with
18899         64-bit time_t.
18900         (posix_time_parse): Do not check for out-of-range components;
18901         that is now the caller's responsibility, since our checks were
18902         only approximations.
18903         (posixtime): Use mktime to check for out-of-range components,
18904         since it knows them exactly.
18905         If mktime returns (time_t) -1, check whether an error actually occurred
18906         by invoking localtime on -1.
18907         (main) [TEST_POSIXTIME]: Check for input data errors, and report
18908         posixtime failures better.
18909         Improve the test data (in comments only).
18910
18911 2003-06-02  Karl Berry  <karl@gnu.org>
18912
18913         * config/mkinstalldirs (version): new variable.
18914         (--version): new option.
18915         (usage): improve message.
18916
18917 2003-05-30  Karl Berry  <karl@gnu.org>
18918
18919         * lib/mktime.c: update from libc.
18920
18921 2003-05-30  Bruno Haible  <bruno@clisp.org>
18922
18923         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
18924         * config/config.rpath: Upgrade to gettext-0.12.1.
18925
18926 2003-05-30  Bruno Haible  <bruno@clisp.org>
18927
18928         * m4/gettext.m4: Upgrade to gettext-0.12.1.
18929         * m4/nls.m4: New file, from gettext-0.12.1.
18930         * m4/po.m4: New file, from gettext-0.12.1.
18931         * m4/progtest.m4: Upgrade to gettext-0.12.1.
18932
18933 2003-05-30  Bruno Haible  <bruno@clisp.org>
18934
18935         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
18936         * lib/localcharset.h: Likewise.
18937         * lib/localcharset.c: Likewise.
18938
18939 2003-05-29  Karl Berry  <karl@gnu.org>
18940
18941         * config/config.rpath: update from gettext.
18942
18943 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18944
18945         Assume the headers required for C89 freestanding compilers.
18946         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
18947         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
18948         * m4/human.m4 (gl_HUMAN): Likewise.
18949         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
18950         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
18951         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18952         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
18953         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18954         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
18955
18956 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18957
18958         Assume the headers required for C89 freestanding compilers.
18959         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
18960         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
18961         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
18962         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
18963         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
18964         define, since <limits.h> is guaranteed to do that.
18965         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
18966         * lib/exclude.c: Include <stdbool.h> unconditionally.
18967         * lib/tempname.c: Include <stddef.h> unconditionally.
18968         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
18969         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
18970         <stddef.h> does that.
18971         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
18972         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
18973         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
18974         needed.
18975         * lib/xstrtol.c: Likewise.
18976         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
18977         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
18978
18979         * lib/addext.c (addext): Use assignment rather than cast, to avoid
18980         warnings on some platforms.
18981
18982         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18983         arbitrarily.
18984
18985 2003-05-26  Jim Meyering  <jim@meyering.net>
18986
18987         Merge in a change from coreutils:
18988         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
18989         that is guaranteed to be `no'.  Use `no_such_member' to indicate
18990         that condition, rather than `-1' which is slightly misleading.
18991         Change the name of the cache variable to have the gl_ prefix.
18992         Prompted by a patch from Richard Dawe for DJGPP.
18993
18994 2003-05-24  Karl Berry  <karl@gnu.org>
18995
18996         * config/config.guess: update from prep.
18997
18998 2003-05-22  Karl Berry  <karl@gnu.org>
18999
19000         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19001
19002 2003-05-20  Karl Berry  <karl@gnu.org>
19003
19004         * config/config.guess: update from prep.
19005
19006 2003-05-18  Karl Berry  <karl@gnu.org>
19007
19008         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19009         might actually be set by the user.
19010
19011         * config/depcomp, install-sh, mdate-sh: update from automake.
19012
19013 2003-05-17  Bruno Haible  <bruno@clisp.org>
19014
19015         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19016         invalid expansion for AC_EGREP_CPP.
19017         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19018         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19019         Suggested by Akim Demaille <akim@epita.fr> in
19020         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19021
19022 2003-05-12  Jim Meyering  <jim@meyering.net>
19023
19024         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19025         the space-padded-by-default conversion specifiers, %e, %k, %l.
19026
19027 2003-05-12  Bruno Haible  <bruno@clisp.org>
19028
19029         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19030         the string is longer than 4 KB.
19031
19032 2003-05-11  Karl Berry  <karl@gnu.org>
19033
19034         * config/config.{guess,sub}: update from prep.
19035
19036 2003-05-09  Bruno Haible  <bruno@clisp.org>
19037
19038         * modules/error: Add m4/strerror_r.m4 to file list.
19039
19040 2003-05-03  Bruno Haible  <bruno@clisp.org>
19041
19042         Upgrade to Unicode-4.0.
19043         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19044         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19045         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19046         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19047         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19048         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19049         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19050         Change width of U+E0100..U+E01EF from 1 to 0.
19051
19052 2003-04-25  Jim Meyering  <jim@meyering.net>
19053
19054         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19055         of type size_t, not int.
19056
19057 2003-04-25  Bruno Haible  <bruno@clisp.org>
19058
19059         * lib/copy-file.c: Include <stddef.h>, for size_t.
19060
19061 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19062
19063         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19064         code which expansion is under static control.  Patch imported from
19065         Akim Demaille's patch to Bison; see
19066         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19067
19068 2003-04-14  Bruno Haible  <bruno@clisp.org>
19069
19070         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19071
19072 2003-04-11  Jim Meyering  <jim@meyering.net>
19073
19074         Merge changes from Coreutils.
19075
19076         2003-03-22  Jim Meyering  <jim@meyering.net>
19077
19078         * lib/strftime.c (widen): Cast alloca return value to proper type.
19079
19080         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19081
19082         From GNU libc.
19083         * lib/strftime.c (my_strftime): Handle very large width
19084         specifications for numeric values correctly.  Improve checks for
19085         overflow.
19086
19087         2003-01-19  Jim Meyering  <jim@meyering.net>
19088
19089         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19090         definitions.
19091         (nl_get_alt_digit) [! defined my_strftime]: Define.
19092         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19093         _nl_get_alt_digit and _nl_get_walt_digit.
19094
19095         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19096         libc. These changes have no effect outside of _LIBC.
19097
19098 2003-04-10  Bruno Haible  <bruno@clisp.org>
19099
19100         * modules/findprog: New file.
19101         * MODULES.html.sh (func_all_modules): Add it.
19102
19103 2003-04-10  Bruno Haible  <bruno@clisp.org>
19104
19105         * m4/findprog.m4: New file.
19106         * m4/eaccess.m4: New file.
19107
19108 2003-04-10  Bruno Haible  <bruno@clisp.org>
19109
19110         * lib/findprog.h: New file, from GNU gettext.
19111         * lib/findprog.c: New file, from GNU gettext.
19112
19113 2003-04-05  Jim Meyering  <jim@meyering.net>
19114
19115         Merge changes from Coreutils.
19116
19117         * lib/exclude.h (PARAMS): Remove definition and uses.
19118         * lib/exclude.c: Remove uses of `PARAMS'.
19119
19120         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19121         Add test-cases for DOS filenames. Declare program_name.
19122         (main): Set up program_name.  Patch by Rich Dawe.
19123
19124         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19125         error from mntctl.
19126         Use mntctl's return value to drive the entry-processing loop, since
19127         we can't rely on the value of the vmt_length member in the last
19128         entry.  On some systems doing so could result in exhausting
19129         virtual memory.  Based in part on a patch from Mike Jetzer.
19130
19131 2003-04-04  Bruno Haible  <bruno@clisp.org>
19132
19133         * modules/linebreak: New file.
19134         * MODULES.html.sh (func_all_modules): Add it.
19135
19136 2003-04-04  Bruno Haible  <bruno@clisp.org>
19137
19138         * m4/linebreak.m4: New file.
19139
19140 2003-04-04  Bruno Haible  <bruno@clisp.org>
19141
19142         * lib/linebreak.h: New file, from GNU gettext.
19143         * lib/linebreak.c: New file, from GNU gettext with slight
19144         modifications.
19145         * lib/lbrkprop.h: New file, from GNU gettext.
19146
19147 2003-04-03  Bruno Haible  <bruno@clisp.org>
19148
19149         * modules/utf8-ucs4: New file.
19150         * modules/utf16-ucs4: New file.
19151         * modules/ucs4-utf8: New file.
19152         * modules/ucs4-utf16: New file.
19153         * MODULES.html.sh (func_all_modules): Add them.
19154
19155 2003-04-03  Bruno Haible  <bruno@clisp.org>
19156
19157         * m4/utf-ucs4.m4: New file.
19158         * m4/ucs4-utf.m4: New file.
19159
19160 2003-04-03  Bruno Haible  <bruno@clisp.org>
19161
19162         * lib/utf8-ucs4.h: New file, from GNU gettext.
19163         * lib/utf16-ucs4.h: New file, from GNU gettext.
19164         * lib/ucs4-utf8.h: New file, from GNU gettext.
19165         * lib/ucs4-utf16.h: New file, from GNU gettext.
19166
19167 2003-04-02  Bruno Haible  <bruno@clisp.org>
19168
19169         * modules/binary-io: New file.
19170         * MODULES.html.sh (func_all_modules): Add it.
19171
19172 2003-04-02  Bruno Haible  <bruno@clisp.org>
19173
19174         * lib/binary-io.h: New file, from GNU gettext.
19175
19176 2003-04-01  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/pathname: New file.
19179         * MODULES.html.sh (func_all_modules): Add it.
19180
19181 2003-04-01  Bruno Haible  <bruno@clisp.org>
19182
19183         * lib/pathname.h: New file, from GNU gettext.
19184         * lib/concatpath.c: New file, from GNU gettext.
19185
19186 2003-03-30  Bruno Haible  <bruno@clisp.org>
19187
19188         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19189
19190 2003-03-30  Bruno Haible  <bruno@clisp.org>
19191
19192         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19193         function chown() doesn't exist.
19194
19195 2003-03-28  Bruno Haible  <bruno@clisp.org>
19196
19197         * modules/copy-file: New file.
19198         * MODULES.html.sh (func_all_modules): Add it.
19199
19200 2003-03-28  Bruno Haible  <bruno@clisp.org>
19201
19202         * m4/copy-file.m4: New file.
19203
19204 2003-03-28  Bruno Haible  <bruno@clisp.org>
19205
19206         * lib/copy-file.h: New file, from GNU gettext.
19207         * lib/copy-file.c: New file, from GNU gettext.
19208
19209 2003-03-18  Jim Meyering  <jim@meyering.net>
19210
19211         * lib/quote.c (quote_n): Fix typo in comment.
19212
19213 2003-03-18  Bruno Haible  <bruno@clisp.org>
19214
19215         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19216         checking.
19217         * m4/onceonly_2_57.m4: Likewise.
19218
19219 2003-03-17  Bruno Haible  <bruno@clisp.org>
19220
19221         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19222         (m4_quote): Remove macro.
19223         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19224
19225 2003-03-14  Jim Meyering  <jim@meyering.net>
19226
19227         Merge changes from Coreutils.
19228         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19229         to be const, in order to avoid warnings.
19230         (obstack_room): Likewise.
19231         (obstack_empty_p): Likewise.
19232
19233 2003-03-14  Bruno Haible  <bruno@clisp.org>
19234
19235         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19236         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19237
19238 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19239
19240         Merge changes from Bison.
19241         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19242         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19243         when compiling Bison 1.875's `bitset bset = obstack_alloc
19244         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19245         * lib/hash.c: Include <stdbool.h> unconditionally.
19246
19247 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19248
19249         * m4/onceonly.m4 (m4_quote): New macro.
19250         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19251         Quote AC_FOREACH variable-expansions properly.
19252
19253 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19254
19255         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19256
19257 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19258
19259         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19260         Reported by Bruce Becker; see:
19261         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19262
19263 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19264             Bruno Haible  <bruno@clisp.org>
19265
19266         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19267         Reported by John Hughes, see
19268         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19269
19270 2003-02-20  Bruno Haible  <bruno@clisp.org>
19271
19272         * MODULES.html.sh (func_all_modules): Add poll.
19273
19274 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19275
19276         * modules/poll: New file.
19277
19278 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19279
19280         * lib/poll_.h: New file.
19281         * lib/poll.c: New file.
19282
19283 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19284
19285         * m4/poll.m4: New file.
19286
19287 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19288
19289         * modules/mathl: New file.
19290
19291 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19292
19293         * lib/mathl.h: New file.
19294         * lib/acosl.c: New file.
19295         * lib/asinl.c: New file.
19296         * lib/atanl.c: New file.
19297         * lib/ceill.c: New file.
19298         * lib/cosl.c: New file.
19299         * lib/expl.c: New file.
19300         * lib/floorl.c: New file.
19301         * lib/frexpl.c: New file.
19302         * lib/ldexpl.c: New file.
19303         * lib/logl.c: New file.
19304         * lib/sincosl.c: New file.
19305         * lib/sinl.c: New file.
19306         * lib/sqrtl.c: New file.
19307         * lib/tanl.c: New file.
19308         * lib/trigl.c: New file.
19309         * lib/trigl.h: New file.
19310
19311 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19312
19313         * m4/mathl.m4: New file.
19314
19315 2003-02-18  Bruno Haible  <bruno@clisp.org>
19316
19317         * MODULES.html.sh (func_all_modules): Add mathl.
19318
19319 2003-02-17  Bruno Haible  <bruno@clisp.org>
19320
19321         * modules/mkdtemp: New module.
19322         * MODULES.html.sh (func_all_modules): Add it.
19323
19324 2003-02-17  Bruno Haible  <bruno@clisp.org>
19325
19326         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19327
19328 2003-02-17  Bruno Haible  <bruno@clisp.org>
19329
19330         * lib/mkdtemp.h: New file, from GNU gettext.
19331         * lib/mkdtemp.c: New file, from GNU gettext.
19332
19333 2003-02-02  Jim Meyering  <jim@meyering.net>
19334
19335         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19336         e.g. glibc-2.2.93.
19337
19338 2003-01-31  Bruno Haible  <bruno@clisp.org>
19339
19340         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19341         'rpl_rename'.
19342         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19343         'rpl_strnlen'.
19344         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19345         'rpl_strtod'.
19346         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19347         'rpl_utime'.
19348
19349 2003-01-31  Bruno Haible  <bruno@clisp.org>
19350
19351         * lib/rename.c: #undef rename before defining rpl_rename.
19352         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19353
19354 2003-01-30  Bruno Haible  <bruno@clisp.org>
19355
19356         * modules/vasnprintf, modules/vasprintf: New modules.
19357         * MODULES.html.sh (func_all_modules): Add them.
19358
19359 2003-01-30  Bruno Haible  <bruno@clisp.org>
19360
19361         * m4/signed.m4: New file, from GNU gettext.
19362         * m4/longdouble.m4: New file, from GNU gettext.
19363         * m4/wchar_t.m4: New file, from GNU gettext.
19364         * m4/wint_t.m4: New file, from GNU gettext.
19365         * m4/vasnprintf.m4: New file.
19366         * m4/vasprintf.m4: New file.
19367
19368 2003-01-30  Bruno Haible  <bruno@clisp.org>
19369
19370         * lib/printf-args.h: New file, from GNU gettext.
19371         * lib/printf-args.c: New file, from GNU gettext.
19372         * lib/printf-parse.h: New file, from GNU gettext.
19373         * lib/printf-parse.c: New file, from GNU gettext.
19374         * lib/vasnprintf.h: New file, from GNU gettext.
19375         * lib/vasnprintf.c: New file, from GNU gettext.
19376         * lib/asnprintf.c: New file, from GNU gettext.
19377         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19378         * lib/vasprintf.c: New file, from GNU gettext.
19379         * lib/asprintf.c: New file, from GNU gettext.
19380
19381 2003-01-29  Bruno Haible  <bruno@clisp.org>
19382
19383         * modules/stpncpy: New module.
19384         * MODULES.html.sh (func_all_modules): Add it.
19385
19386 2003-01-29  Bruno Haible  <bruno@clisp.org>
19387
19388         * m4/stpncpy.m4: New file.
19389
19390 2003-01-29  Bruno Haible  <bruno@clisp.org>
19391
19392         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19393         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19394
19395 2003-01-28  Bruno Haible  <bruno@clisp.org>
19396
19397         * modules/c-ctype: New module.
19398         * MODULES.html.sh (func_all_modules): Add it.
19399
19400 2003-01-28  Bruno Haible  <bruno@clisp.org>
19401
19402         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19403         Paul Eggert.
19404         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19405         Paul Eggert.
19406
19407 2003-01-27  Bruno Haible  <bruno@clisp.org>
19408
19409         * modules/xsetenv: New module.
19410         * MODULES.html.sh (func_all_modules): Add it.
19411
19412 2003-01-27  Bruno Haible  <bruno@clisp.org>
19413
19414         * lib/xsetenv.h: New file, from GNU gettext.
19415         * lib/xsetenv.c: New file, from GNU gettext.
19416
19417 2003-01-23  Jim Meyering  <jim@meyering.net>
19418
19419         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19420         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19421
19422 2003-01-23  Bruno Haible  <bruno@clisp.org>
19423
19424         * modules/minmax: New module.
19425         * MODULES.html.sh (func_all_modules): Add it.
19426
19427 2003-01-23  Bruno Haible  <bruno@clisp.org>
19428
19429         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19430         Eggert.
19431
19432 2003-01-22  Bruno Haible  <bruno@clisp.org>
19433
19434         * modules/exit: New module.
19435         * MODULES.html.sh (func_all_modules): Add it.
19436
19437 2003-01-22  Bruno Haible  <bruno@clisp.org>
19438
19439         * lib/exit.h: New file, from GNU gettext.
19440
19441 2003-01-19  Bruno Haible  <bruno@clisp.org>
19442
19443         * gnulib-tool: Recognize option --extract-maintainer.
19444         (func_get_maintainer): New function.
19445         * modules/*: Add Maintainer entry.
19446
19447 2003-01-16  Jim Meyering  <jim@meyering.net>
19448
19449         * m4/regex.m4: The `regex' struct is both input and output.
19450         Initialize it before each use.  Patch by Tim Waugh.
19451
19452 2003-01-16  Bruno Haible  <bruno@clisp.org>
19453
19454         * MODULES.html.sh: Add a table of contents. Add the module name as
19455         leftmost column. Add hyperlinks.
19456
19457 2003-01-15  Bruno Haible  <bruno@clisp.org>
19458
19459         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19460
19461 2003-01-15  Bruno Haible  <bruno@clisp.org>
19462
19463         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19464         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19465         suffix.
19466
19467 2003-01-15  Bruno Haible  <bruno@clisp.org>
19468
19469         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19470
19471 2003-01-15  Bruno Haible  <bruno@clisp.org>
19472
19473         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19474         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19475
19476 2003-01-14  Jim Meyering  <jim@meyering.net>
19477
19478         * lib/same.c (same_name): Tweak a comment.
19479
19480 2003-01-14  Bruno Haible  <bruno@clisp.org>
19481
19482         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19483         when a string comparison is sufficient.
19484
19485 2003-01-14  Bruno Haible  <bruno@clisp.org>
19486
19487         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19488         'unsigned int'.
19489
19490 2003-01-14  Bruno Haible  <bruno@clisp.org>
19491
19492         * lib/hash-pjw.c: Add comment about low quality of this function.
19493
19494 2003-01-13  Bruno Haible  <bruno@clisp.org>
19495
19496         * modules/stpcpy: Distribute lib/stpcpy.h.
19497         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19498
19499 2003-01-13  Bruno Haible  <bruno@clisp.org>
19500
19501         * modules/*: Add a description.
19502         * modules/strpbrk: Fix Makefile.am snippet.
19503         * modules/strtoimax: Fix dependencies.
19504         * modules/strtoumax: Likewise.
19505
19506 2003-01-13  Bruno Haible  <bruno@clisp.org>
19507
19508         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19509         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19510         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19511
19512 2003-01-13  Bruno Haible  <bruno@clisp.org>
19513
19514         * gnulib-tool (func_create_testdir): Store config/* files in the main
19515         directory.
19516         * config.rpath: Move to ...
19517         * config/config.rpath: ... here.
19518         * modules/gettext: Contains config/config.rpath, not config.rpath.
19519         * modules/iconv: Likewise.
19520
19521 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19522
19523         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19524         to avoid collisions with libcurses and libreadline.
19525
19526         * m4/getstr.m4: Remove.
19527         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19528
19529 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19530
19531         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19532         to avoid collisions with libcurses and libreadline.
19533
19534         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19535         * lib/getstr.h, getstr.c: Remove.
19536         * lib/getline.c: Include "getline.h", to check interface.
19537         Move body of old getstr.c here: this defines MIN_CHUNK and
19538         declares getdelim2, which is renamed from getstr.
19539         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19540
19541         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19542         All uses changed.
19543         * lib/linebuffer.h: Likewise.
19544         (readline): Remove backward-compatibility macro.
19545
19546 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19547
19548         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19549         to avoid collisions with libcurses and libreadline.
19550         * getstr: Remove.
19551         * MODULES.html.sh: Remove getstr.
19552         * modules/getline: Depend on unlocked-io, not getstr.
19553
19554 2003-01-12  Jim Meyering  <jim@meyering.net>
19555
19556         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19557
19558 2003-01-10  Bruno Haible  <bruno@clisp.org>
19559
19560         * modules/alloca: Change Makefile.am requirements. Simplify Include
19561         requirements. Add lib/alloca_.h to file list.
19562
19563 2003-01-10  Bruno Haible  <bruno@clisp.org>
19564
19565         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19566
19567 2003-01-10  Bruno Haible  <bruno@clisp.org>
19568
19569         * lib/alloca_.h: New file.
19570         * lib/getdate.y: Unconditionally include alloca.h.
19571         * lib/makepath.c: Likewise.
19572         * lib/setenv.c: Likewise.
19573         * lib/userspec.c: Likewise.
19574
19575 2003-01-09  Karl Berry  <karl@gnu.org>
19576
19577         * MODULES.html.sh: include `dirname $0` in PATH, to find
19578         gnulib-tool.
19579
19580 2003-01-09  Bruno Haible  <bruno@clisp.org>
19581
19582         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19583         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19584
19585 2003-01-09  Bruno Haible  <bruno@clisp.org>
19586
19587         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19588
19589 2003-01-09  Bruno Haible  <bruno@clisp.org>
19590
19591         * lib/stdbool.h.in: New file.
19592
19593 2003-01-09  Bruno Haible  <bruno@clisp.org>
19594
19595         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19596         * MODULES.html.sh: Likewise.
19597
19598 2003-01-08  Jim Meyering  <jim@meyering.net>
19599
19600         * lib/full-write.c: Undefine and define-away `const' after inclusion
19601         of errno.h, not before.  Suggestion from Bruno Haible.
19602
19603 2003-01-08  Bruno Haible  <bruno@clisp.org>
19604
19605         * modules/full-read: Depend on full-write.
19606
19607 2003-01-08  Bruno Haible  <bruno@clisp.org>
19608
19609         * lib/safe-read.c: Include specification header first, to ensure its
19610         selfcontainedness.
19611         * lib/full-write.c: Likewise.
19612
19613 2003-01-07  Jim Meyering  <jim@meyering.net>
19614
19615         * lib/full-write.c: Rework so that it may serve to define full_read,
19616         too.
19617         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19618
19619 2003-01-07  Bruno Haible  <bruno@clisp.org>
19620
19621         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19622         <inttypes.h>.
19623         * lib/xstrtol.h: Likewise.
19624         * lib/xstrtoimax.c: Likewise.
19625         * lib/xstrtoumax.c: Likewise.
19626         * lib/human.h: Likewise.
19627
19628         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19629         on systems that have <inttypes.h> but not <stdint.h>.
19630
19631 2003-01-07  Bruno Haible  <bruno@clisp.org>
19632
19633         * MODULES.html.sh: Add copyright notice.
19634         (missed_files): Omit CVS directory entries.
19635         (func_module): Make it work with sed-3.02.
19636         * MODULES.txt: Remove file.
19637
19638 2003-01-06  Jim Meyering  <jim@meyering.net>
19639
19640         * lib/version-etc.c: Update year in translatable copyright string.
19641
19642 2003-01-03  Karl Berry  <karl@gnu.org>
19643
19644         * config/config.{guess,sub}: update from prep.
19645
19646 2003-01-02  Karl Berry  <karl@gnu.org>
19647
19648         * doc/COPYING.DOC: belatedly updated to 1.2.
19649
19650 2003-01-01  Karl Berry  <karl@gnu.org>
19651
19652         * gnulib-tool (func_verify_module): report module name $module in
19653         error message, not $1.
19654         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19655         be created, only if it doesn't exist.
19656         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19657
19658 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19659
19660         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19661
19662 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19663
19664         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19665         memcmp if strcoll doesn't work.
19666
19667 2002-12-31  Bruno Haible  <bruno@clisp.org>
19668
19669         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19670         nonempty.
19671
19672 2002-12-31  Bruno Haible  <bruno@clisp.org>
19673
19674         * lib/memcoll.c (STRCOLL): New macro.
19675         (memcoll): Use it.
19676
19677 2002-12-31  Bruno Haible  <bruno@clisp.org>
19678
19679         * lib/localcharset.h: New file.
19680         * lib/localcharset.c: Include it.
19681         * lib/unicodeio.c: Likewise.
19682
19683 2002-12-31  Bruno Haible  <bruno@clisp.org>
19684
19685         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19686         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19687
19688 2002-12-31  Bruno Haible  <bruno@clisp.org>
19689
19690         * lib/getline.h: Include <stddef.h>, for size_t.
19691
19692         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19693         * lib/unicodeio.c: Don't include <stddef.h>.
19694
19695 2002-12-31  Bruno Haible  <bruno@clisp.org>
19696
19697         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19698         HAVE_TM_ZONE.
19699
19700 2002-12-24  Karl Berry  <karl@gnu.org>
19701
19702         * config/config.guess: update from prep.
19703
19704 2002-12-24  Bruno Haible  <bruno@clisp.org>
19705
19706         General infrasructure.
19707         * m4/README: Rewritten.
19708         * m4/onceonly.m4: New file.
19709         * m4/onceonly_2_57.m4: New file.
19710
19711         Module atexit.
19712         * m4/atexit.m4: New file.
19713
19714         Module strtod.
19715         * m4/strtod.m4: New file.
19716
19717         Module strtol.
19718         * m4/strtol.m4: New file.
19719
19720         Module strtoul.
19721         * m4/strtoul.m4: New file.
19722
19723         Module memchr.
19724         * m4/memchr.m4: New file.
19725
19726         Module memcmp.
19727         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19728         (jm_FUNC_MEMCMP): Invoke it.
19729
19730         Module memcpy.
19731         * m4/memcpy.m4: New file.
19732
19733         Module memmove.
19734         * m4/memmove.m4: New file.
19735
19736         Module memset.
19737         * m4/memset.m4: New file.
19738
19739         Module strcspn.
19740         * m4/strcspn.m4: New file.
19741
19742         Module strpbrk.
19743         * m4/strpbrk.m4: New file.
19744
19745         Module strstr.
19746         * m4/strstr.m4: New file.
19747
19748         Module strerror.
19749         * m4/strerror.m4: New file.
19750
19751         Module mktime.
19752         * m4/mktime.m4: Renamed from jm-mktime.m4.
19753         (gl_PREREQ_MKTIME): New macro.
19754         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19755
19756         Module malloc.
19757         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19758         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19759         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19760
19761         Module realloc.
19762         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19763         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19764         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19765
19766         Module strftime.
19767         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19768         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19769         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19770         gl_TM_GMTOFF.
19771         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19772
19773         Module xalloc.
19774         * m4/xalloc.m4: New file.
19775
19776         Module alloca.
19777         * m4/alloca.m4: New file.
19778
19779         Module putenv.
19780         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19781         (jm_FUNC_PUTENV): Invoke it.
19782
19783         Module setenv.
19784         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19785         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19786         when invoked twice.
19787         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19788         gt_FUNC_SETENV.
19789
19790         Module memrchr.
19791         * m4/memrchr.m4: New file.
19792
19793         Module stpcpy.
19794         * m4/stpcpy.m4: New file.
19795
19796         Module strcase.
19797         * m4/strcase.m4: New file.
19798
19799         Module strdup.
19800         * m4/strdup.m4: New file.
19801
19802         Module strnlen.
19803         * m4/strnlen.m4: New file.
19804
19805         Module strndup.
19806         * m4/strndup.m4: New file.
19807
19808         Module xstrtod.
19809         * m4/xstrtod.m4: New file.
19810
19811         Module xstrtol.
19812         * m4/xstrtol.m4: New file.
19813
19814         Module getdate.
19815         * m4/getdate.m4: New file.
19816
19817         Module unlocked-io.
19818         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19819         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19820         * m4/jm-glibc-io.m4n: Remove file.
19821
19822         Module long-options.
19823         * m4/long-options.m4: New file.
19824
19825         Module md5.
19826         * m4/md5.m4: New file.
19827
19828         Module sha.
19829         * m4/sha.m4: New file.
19830
19831         Module getstr.
19832         * m4/getstr.m4: New file.
19833
19834         Module getline.
19835         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19836         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19837         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19838         simply getline. Infoke gl_PREREQ_GETLINE.
19839
19840         Module obstack.
19841         * m4/obstack.m4: New file.
19842
19843         Module hash.
19844         * m4/hash.m4: New file.
19845
19846         Module readtokens.
19847         * m4/readtokens.m4: New file.
19848
19849         Module strverscmp.
19850         * m4/strverscmp.m4: New file.
19851
19852         Module stdbool.
19853         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19854         OSF/1.
19855
19856         Module strtoll.
19857         * m4/strtoll.m4: New file.
19858
19859         Module strtoull.
19860         * m4/strtoull.m4: New file.
19861
19862         Module strtoimax.
19863         * m4/strtoimax.m4: New file.
19864
19865         Module strtoumax.
19866         * m4/strtoumax.m4: New file.
19867
19868         Module xstrtoimax.
19869         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19870         jm_AC_PREREQ_XSTRTOIMAX.
19871         Moved the strtol prerequisites to strtol.m4.
19872         Moved the strtoll prerequisites to strtoll.m4.
19873         Moved the strtoimax prerequisites to strtoimax.m4.
19874
19875         Module xstrtoumax.
19876         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19877         jm_AC_PREREQ_XSTRTOUMAX.
19878         Moved the strtoul prerequisites to strtoul.m4.
19879         Moved the strtoull prerequisites to strtoull.m4.
19880         Moved the strtoumax prerequisites to strtoumax.m4.
19881
19882         Module chown.
19883         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19884         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19885
19886         Module dup2.
19887         * m4/dup2.m4: New file.
19888
19889         Module ftruncate.
19890         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19891         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19892
19893         Module getgroups.
19894         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19895         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19896
19897         Module gettimeofday.
19898         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19899         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19900         gl_PREREQ_GETTIMEOFDAY.
19901
19902         Module mkdir.
19903         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19904         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19905
19906         Module mkstemp.
19907         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
19908         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
19909         jm_AC_TYPE_UINTMAX_T.
19910         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
19911
19912         Module stat.
19913         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
19914         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
19915
19916         Module lstat.
19917         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
19918         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
19919
19920         Module timespec.
19921         * m4/timespec.m4 (gl_TIMESPEC): New macro.
19922         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
19923         * m4/st_mtim.m4: Indentation.
19924
19925         Module nanosleep.
19926         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
19927         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
19928         gl_PREREQ_NANOSLEEP.
19929
19930         Module regex.
19931         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
19932         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
19933         (gl_REGEX): New macro.
19934
19935         Module rename.
19936         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
19937         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
19938
19939         Module rmdir.
19940         * m4/rmdir.m4: New file.
19941
19942         Module utime.
19943         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
19944         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
19945         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
19946
19947         Module dirname.
19948         * m4/dirname.m4: New file.
19949
19950         Module getopt.
19951         * m4/getopt.m4: New file.
19952
19953         Module unistd-safer.
19954         * m4/unistd-safer.m4: New file.
19955
19956         Module fnmatch.
19957         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
19958         declaration.
19959         (gl_PREREQ_FNMATCH_EXTRA): New macro.
19960         (gl_FUNC_FNMATCH_POSIX): New macro.
19961         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
19962         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
19963         simply fnmatch.
19964
19965         Module exclude.
19966         * m4/exclude.m4: New file.
19967
19968         Module human.
19969         * m4/human.m4: New file.
19970
19971         Module acl.
19972         * m4/acl.m4: Nop.
19973
19974         Module backupfile.
19975         * m4/backupfile.m4: New file.
19976         * m4/d-ino.m4: Indentation.
19977
19978         Module fsusage.
19979         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
19980         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
19981         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
19982
19983         Module dirfd.
19984         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
19985         requirements.
19986
19987         Module euidaccess.
19988         * m4/euidaccess.m4: New file.
19989
19990         Module file-type.
19991         * m4/file-type.m4: New file.
19992
19993         Module fileblocks.
19994         * m4/fileblocks.m4: New file.
19995
19996         Module filemode.
19997         * m4/filemode.m4: New file.
19998
19999         Module isdir.
20000         * m4/isdir.m4: New file.
20001
20002         Module lchown.
20003         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20004         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20005
20006         Module makepath.
20007         * m4/makepath.m4: New file.
20008
20009         Module modechange.
20010         * m4/modechange.m4: New file.
20011
20012         Module mountlist.
20013         * m4/mountlist.m4: New file.
20014         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20015         Indentation.
20016
20017         Module path-concat.
20018         * m4/path-concat.m4: New file.
20019
20020         Module pathmax.
20021         * m4/pathmax.m4: New file.
20022
20023         Module same.
20024         * m4/same.m4: New file.
20025
20026         Module save-cwd.
20027         * m4/save-cwd.m4: New file.
20028
20029         Module savedir.
20030         * m4/savedir.m4: New file.
20031
20032         Module xgetcwd.
20033         * m4/xgetcwd.m4: New file.
20034         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20035
20036         Module xreadlink.
20037         * m4/xreadlink.m4: New file.
20038
20039         Module safe-read.
20040         * m4/safe-read.m4: New file.
20041
20042         Module safe-write.
20043         * m4/safe-write.m4: New file.
20044
20045         Module closeout.
20046         * m4/closeout.m4: New file.
20047
20048         Module stdio-safer.
20049         * m4/stdio-safer.m4: New file.
20050
20051         Module getpass.
20052         * m4/getpass.m4: New file.
20053
20054         Module getugroups.
20055         * m4/getugroups.m4: New file.
20056
20057         Module group-member.
20058         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20059         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20060
20061         Module idcache.
20062         * m4/idcache.m4: New file.
20063
20064         Module userspec.
20065         * m4/userspec.m4: New file.
20066
20067         Module gettime.
20068         * m4/clock_time.m4: New file.
20069         * m4/gettime.m4: New file.
20070
20071         Module settime.
20072         * m4/settime.m4: New file.
20073
20074         Module posixtm.
20075         * m4/posixtm.m4: New file.
20076
20077         Module gethostname.
20078         * m4/gethostname.m4: New file.
20079
20080         Module canon-host.
20081         * m4/canon-host.m4: New file.
20082
20083         Module gettext.
20084         * m4/codeset.m4: New file, from gettext-0.11.5.
20085         * m4/gettext.m4: New file, from gettext-0.11.5.
20086         * m4/glibc21.m4: New file, from gettext-0.11.5.
20087         * m4/iconv.m4: New file, from gettext-0.11.5.
20088         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20089         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20090         * m4/inttypes.m4: New file, from gettext-0.11.5.
20091         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20092         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20093         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20094         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20095         * m4/lib-link.m4: New file, from gettext-0.11.5.
20096         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20097         * m4/progtest.m4: New file, from gettext-0.11.5.
20098         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20099         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20100         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20101
20102         Module localcharset.
20103         * m4/localcharset.m4: New file.
20104
20105         Module hard-locale.
20106         * m4/hard-locale.m4: New file.
20107
20108         Module mbswidth.
20109         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20110         onceonly macros.
20111         * m4/mbrtowc.m4: Add comment.
20112
20113         Module memcasecmp.
20114         * m4/memcasecmp.m4: New file.
20115
20116         Module memcoll.
20117         * m4/memcoll.m4: New file.
20118
20119         Module unicodeio.
20120         * m4/unicodeio.m4: New file.
20121
20122         Module rpmatch.
20123         * m4/rpmatch.m4: New file.
20124
20125         Module yesno.
20126         * m4/yesno.m4: New file.
20127
20128         Module exitfail.
20129         * m4/exitfail.m4: New file.
20130
20131         Module c-stack.
20132         * m4/c-stack.m4 (gl_C_STACK): New macro.
20133         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20134
20135         Module error.
20136         * m4/error.m4 (gl_ERROR): New macro.
20137         (jm_PREREQ_ERROR): Use onceonly macros.
20138
20139         Module fatal.
20140         * m4/fatal.m4: New file.
20141
20142         Module getloadavg.
20143         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20144         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20145
20146         Module getpagesize.
20147         * m4/getpagesize.m4: New file.
20148
20149         Module getusershell.
20150         * m4/getusershell.m4: New file.
20151
20152         Module physmem.
20153         * m4/physmem.m4: New file.
20154
20155         Module posixver.
20156         * m4/posixver.m4: New file.
20157
20158         Module quotearg.
20159         * m4/quotearg.m4: New file.
20160
20161         Module quote.
20162         * m4/quote.m4: New file.
20163
20164         Module readutmp.
20165         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20166
20167         Module sig2str.
20168         * m4/sig2str.m4: New file.
20169
20170         Other.
20171         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20172         ulonglong.m4.
20173         * m4/intmax_t.m4: New file.
20174         * m4/d-type.m4: Indentation.
20175         * m4/jm-macros.m4: Update.
20176         * m4/prereq.m4 (jm_PREREQ): Update.
20177         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20178         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20179         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20180         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20181         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20182         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20183         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20184         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20185         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20186         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20187         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20188         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20189         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20190         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20191         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20192         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20193         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20194         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20195         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20196
20197 2002-12-24  Bruno Haible  <bruno@clisp.org>
20198
20199         * MODULES.txt: Update according to m4/ changes.
20200
20201         Module gettext.
20202         * config.rpath: New file, from gettext-0.11.5.
20203
20204         * modules/*: New module descriptions.
20205         * gnulib-tool: New file.
20206         * MODULES.html.sh: New file.
20207
20208 2002-12-21  Karl Berry  <karl@gnu.org>
20209
20210         * doc/fdl.texi: update to version 1.2.
20211
20212 2002-12-19  Karl Berry  <karl@gnu.org>
20213
20214         * config/config.guess: update from prep.
20215
20216 2002-12-18  Bruno Haible  <bruno@clisp.org>
20217
20218         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20219         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20220
20221 2002-12-17  Bruno Haible  <bruno@clisp.org>
20222
20223         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20224         stdlib.h, string.h.
20225
20226 2002-12-17  Bruno Haible  <bruno@clisp.org>
20227
20228         * lib/canon-host.c (strdup): Remove unused declaration.
20229
20230         * lib/fsusage.c: Include full_read.h.
20231         (get_fs_usage): Use full_read instead of safe_read.
20232
20233         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20234
20235 2002-12-12  Karl Berry  <karl@gnu.org>
20236
20237         * config/config.guess: update from prep.
20238
20239 2002-12-11  Bruno Haible  <bruno@clisp.org>
20240
20241         * m4/setenv.m4: New file, from gettext-0.11.5.
20242
20243 2002-12-11  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20246         not unsetenv().
20247         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20248         modifications:
20249
20250         2002-12-11  Bruno Haible  <bruno@clisp.org>
20251
20252                 * setenv.c (alloca): Fall back to malloc.
20253                 (freea): New macro.
20254                 (setenv): Use freea() to free memory allocated with alloca().
20255
20256         2002-11-13  Bruno Haible  <bruno@clisp.org>
20257
20258                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20259                 function declarations.
20260                 * unsetenv.c (unsetenv): Likewise.
20261
20262         2002-03-04  Bruno Haible  <bruno@clisp.org>
20263
20264                 Portability to AIX 4.3.3.
20265                 * unsetenv.c: New file, extracted from setenv.c.
20266                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20267
20268         2001-12-20  Bruno Haible  <bruno@clisp.org>
20269
20270                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20271                 use malloc instead. For SunOS 4.
20272
20273         2001-12-11  Bruno Haible  <bruno@clisp.org>
20274
20275                 * setenv.c: Declare alloca.
20276                 (compar_fn_t): New typedef.
20277                 (KNOWN_VALUE, STORE_VALUE): Use it.
20278
20279         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20280         setenv.h.
20281
20282 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20283
20284         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20285         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20286         Choose values that are less likely to collide with system fnmatch
20287         options.
20288         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20289         defined (e.g., a pure POSIX system).
20290         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20291         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20292
20293 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20294
20295         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20296         a pain in practice to deal with generated m4 files.  This change
20297         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20298
20299         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20300         and jm-glibc-io.m4, as they are no longer a special case.
20301         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20302         kludge and the auto-generation stuff.  Check only whether the
20303         functions are declared, not whether they exist, since older hosts
20304         that don't declare the functions can't use the optimization anyway.
20305
20306 2002-12-06  Jim Meyering  <jim@meyering.net>
20307
20308         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20309
20310         Merge in changes from libc's misc/error.c, in preparation
20311         for the merge of gnulib's changes back into libc.
20312
20313         * lib/error.c (_): Define only if not already defined.
20314         Move definition to follow all #include directives.
20315         Include unlocked-io.h only if !_LIBC.
20316         [_LIBC]: Include <libio/libioP.h>.
20317         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20318         (fflush): Tweak definition to use INTUSE.
20319         (putc): Define.
20320
20321 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20322
20323         * lib/alloca.c [defined emacs]: Include "lisp.h".
20324         (xalloc_die) [defined emacs]: New macro.
20325         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20326         [! defined emacs]: Include <xalloc.h>.
20327         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20328         (pointer): Typedef to POINTER_TYPE *.
20329         (malloc): Remove decl; we now always use xmalloc.
20330         (alloca): Use old-style definition, since Emacs needs this.
20331         Check for arithmetic overflow when computing combined size.
20332
20333 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20334
20335         Do not generate unlocked-io.h automatically, since it's easier to
20336         maintain it by hand.
20337
20338         * lib/unlocked-io.h: New file, from GNU diffutils,
20339         but with proper copyright notice and attribution.
20340         * lib/gen-uio: Remove.
20341         * lib/Makefile.am: Add copyright notice.
20342         (libfetish_a_SOURCES): Add unlocked-io.h.
20343         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20344         (DISTCLEANFILES, io_functions): Remove macros.
20345         (EXTRA_DIST): Remove gen_uio.
20346         (unlocked-io.h): Remove rule.
20347
20348 2002-12-04  Jim Meyering  <jim@meyering.net>
20349
20350         Reflect the fact that stat.c and lstat.c are no longer generated.
20351         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20352         (DISTCLEANFILES): Likewise.
20353         (EXTRA_DIST): Likewise.
20354         (all_local): Don't depend on stat.c or lstat.c.
20355         (stat.c, lstat.c): Remove rules.
20356         (EXTRA_DIST): Remove xstat.in.
20357
20358         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20359         * lib/stat.c: New file.  Contents mostly from xstat.in.
20360         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20361         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20362
20363         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20364         too.
20365         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20366
20367 2002-12-03  Jim Meyering  <jim@meyering.net>
20368
20369         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20370         but not semantics, to minimize the differences between these two files.
20371         (safe_read): Change comment to mention SAFE_READ_ERROR.
20372
20373         * lib/safe-read.c (IS_EINTR): Define.
20374         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20375
20376 2002-12-02  Jim Meyering  <jim@meyering.net>
20377
20378         * lib/safe-read.c (EINTR): Define.
20379         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20380         (INT_MAX): Provide fallback.
20381         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20382
20383         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20384
20385 2002-12-02  Bruno Haible  <bruno@clisp.org>
20386
20387         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20388         Define, taken from safe-read.c.
20389         (INT_MAX): Provide fallback.
20390         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20391         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20392
20393         * lib/safe-read.c (EINTR): Remove definition.
20394         (safe_read): Don't use EINTR if it is absent.
20395
20396 2002-12-01  Jim Meyering  <jim@meyering.net>
20397
20398         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20399         zero.
20400         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20401
20402 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20403
20404         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20405         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20406         with `if (! (value < limit)) abort ();', for readability.
20407
20408 2002-11-26  Karl Berry  <karl@gnu.org>
20409
20410         * lib/strdup.c: copy from libc again, with jim's ok.
20411         * lib/.cppi-disable: re-add strdup.c
20412
20413 2002-11-25  Karl Berry  <karl@gnu.org>
20414
20415         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20416         instead of "strtol.c".
20417
20418 2002-11-25  Karl Berry  <karl@gnu.org>
20419
20420         * config/install-sh: update from automake for variable quoting, $0 in
20421         error msgs, etc.
20422
20423         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20424         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20425         entry.
20426
20427 2002-11-25  Jim Meyering  <jim@meyering.net>
20428
20429         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20430
20431 2002-11-24  Karl Berry  <karl@gnu.org>
20432
20433         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20434         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20435
20436 2002-11-24  Jim Meyering  <jim@meyering.net>
20437
20438         Update from coreutils:
20439
20440         * lib/mktime.c: Merge in changes from libc.
20441
20442         Avoid a link-time failure on some Linux systems.
20443         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20444         (otherwise).
20445         (__mon_yday): Declare with the STATIC attribute.
20446         (__mktime_internal): Likewise.
20447         Based on a report from Greg Schafer.
20448
20449 2002-11-23  Jim Meyering  <jim@meyering.net>
20450
20451         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20452         Use `unsigned', not `int', as type of index.
20453
20454         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20455
20456         * lib/fsusage.c: Remove unneeded parentheses around operands of
20457         `defined'.
20458
20459 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20460
20461         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20462         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20463         so that we can be included first.
20464         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20465         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20466         No need to include stddef.h or sys/types.h any more.
20467         Surround local include files with "", not "<>".
20468         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20469         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20470         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20471         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20472         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20473         (ISPRINT): Remove; no longer needed now that we assume C89.
20474
20475         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20476         Preserve errno.
20477
20478         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20479         quotearg_char): Use SIZE_MAX rather than
20480         (size_t) -1 when we are talking about "infinity".
20481
20482         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20483
20484 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20485
20486         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20487         hint that one should use `if (! x) abort ();' rather than `assert
20488         (x);', and anyway it's one less thing to worry about configuring.
20489         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20490         hash_rehash, hash_insert): Use abort rather than assert.
20491
20492 2002-11-22  Bruno Haible  <bruno@clisp.org>
20493
20494         * lib/safe-read.h: Assume C89. Add comments.
20495         (safe_read): Change return type to size_t.
20496         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20497         byte counts > SSIZE_MAX correctly.
20498         * lib/safe-write.h: New file.
20499         * lib/safe-write.c: New file.
20500         * lib/full-read.h: New file.
20501         * lib/full-read.c: New file.
20502         * lib/full-write.h: Assume C89. Add comments.
20503         * lib/full-write.c: Include safe-write.h.
20504         (full_write): Rewritten to use safe_write.
20505         Suggested by Jim Meyering and Paul Eggert.
20506
20507 2002-11-21  Jim Meyering  <jim@meyering.net>
20508
20509         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20510
20511         Merge in changes from the coreutils.
20512
20513         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20514         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20515         <stdint.h>.
20516         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20517         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20518         int.  Work more efficiently if X is the same width as uintmax_t.
20519         Do not compare X to -1, to avoid bogus compiler warning.
20520         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20521         Don't assume that f_frsize and f_bsize are the same type.
20522
20523         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20524         warning on FreeBSD.
20525
20526         * lib/makepath.c (make_path): Restore umask *before* creating the final
20527         component.
20528         (make_path): Minor reformatting.
20529
20530         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20531         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20532         HAVE_MALLOC/HAVE_REALLOC.
20533
20534         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20535         dummy ones.  At least on GNU/Linux systems, `auto' means something
20536         else.
20537         From Michael Stone.
20538
20539 2002-11-21  Bruno Haible  <bruno@clisp.org>
20540
20541         Remove case insensitive option matching.
20542         * lib/argmatch.h (argcasematch): Remove declaration.
20543         (ARGCASEMATCH): Remove macro.
20544         (__xargmatch_internal): Remove case_sensitive argument.
20545         (XARGMATCH): Update.
20546         (XARGCASEMATCH): Remove macro.
20547         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20548         case_sensitive argument.
20549         (argcasematch): Remove function.
20550         (__xargmatch_internal): Remove case_sensitive argument.
20551         (main): Use XARGMATCH instead of XARGCASEMATCH.
20552
20553         * lib/xmalloc.c: Change compile-time error message. Add comment about
20554         required autoconf version.
20555
20556 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20557
20558         Merge argmatch cleanups from Bison.  Assume C89.
20559
20560         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20561         Include stdlib.h, for EXIT_FAILURE.
20562         Always include <string.h>, since we assume C89.
20563         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20564         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20565         Include <stddef.h> instead, since it's all we need for size_t.
20566         (PARAMS): Remove.  All uses removed.
20567         (ARRAY_CARDINALITY): Do not bother to #undef.
20568         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20569         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20570         Remove unnecessary parentheses.
20571         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20572         Insert necessary parentheses.
20573         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20574         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20575
20576 2002-11-19  Bruno Haible  <bruno@clisp.org>
20577
20578         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20579         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20580
20581         * lib/mbswidth.h (PARAMS): Remove macro.
20582         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20583         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20584
20585         * lib/gcd.h (PARAMS): Remove macro.
20586         (gcd): Use ANSI C function declarations.
20587         * lib/gcd.c (gcd): Likewise.
20588
20589 2002-11-15  Bruno Haible  <bruno@clisp.org>
20590
20591         * lib/strcspn.c: Include <stddef.h>.
20592         (strcspn): Use ANSI C function declaration. Change return type to
20593         size_t. Use NULL.
20594         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20595         (strpbrk): Use NULL.
20596         * lib/strpbrk.h (PARAMS): Remove macro.
20597         (strpbrk): Use ANSI C function declaration.
20598         * lib/strstr.c: Don't include <sys/types.h>.
20599         * lib/strstr.h (PARAMS): Remove macro.
20600         (strstr): Use ANSI C function declarations.
20601
20602 2002-11-14  Karl Berry  <karl@gnu.org>
20603
20604         * config/mkinstalldirs: `do' on separate line, instead of
20605         `for var; do'.
20606
20607 2002-11-06  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20610         * lib/gcd.c (gcd): Likewise.
20611
20612 2002-11-05  Bruno Haible  <bruno@clisp.org>
20613
20614         * lib/gcd.h: New file, from gettext-0.11.5.
20615         * lib/gcd.c: New file, from gettext-0.11.5.
20616
20617 2002-11-05  Bruno Haible  <bruno@clisp.org>
20618
20619         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20620         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20621         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20622         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20623
20624         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20625         <libintl.h>.
20626         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20627         <libintl.h>.
20628
20629         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20630         * lib/human.c: Include gettext.h instead of <libintl.h>.
20631         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20632         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20633         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20634         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20635         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20636         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20637         (textdomain): Remove definition.
20638         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20639
20640         * lib/long-options.c: Remove include of <libintl.h> and definition of
20641         _.
20642         * lib/same.c: Remove include of <libintl.h> and definition of _.
20643
20644 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20645
20646         * lib/config.charset: A few additions for Solaris.
20647
20648 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20649
20650         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20651         * lib/localcharset.c (locale_charset): Declare as extern "C".
20652
20653 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20654
20655         * lib/config.charset: msdos in uk_UA uses CP1125.
20656
20657 2002-11-04  Bruno Haible  <bruno@clisp.org>
20658
20659         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20660         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20661         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20662         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20663         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20664
20665 2002-11-04  Bruno Haible  <bruno@clisp.org>
20666
20667         * lib/localcharset.c (locale_charset): Don't return an empty string.
20668
20669 2002-11-04  Bruno Haible  <bruno@clisp.org>
20670
20671         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20672         aliases.
20673
20674 2002-11-04  Bruno Haible  <bruno@clisp.org>
20675
20676         * lib/config.charset: Update for newest glibc. Add canonical names
20677         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20678
20679 2002-11-04  Bruno Haible  <bruno@clisp.org>
20680
20681         * lib/config.charset: Add support for NetBSD.
20682
20683 2002-11-04  Bruno Haible  <bruno@clisp.org>
20684
20685         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20686
20687 2002-11-01  Bruno Haible  <bruno@clisp.org>
20688
20689         * configure.in: Add AC_CONFIG_AUX_DIR call.
20690         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20691         test/Makefile.
20692         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20693
20694 2002-09-28  Karl Berry  <karl@gnu.org>
20695
20696         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20697         installed automake until the next release, since changes have been
20698         made.
20699
20700 2002-09-25  Karl Berry  <karl@gnu.org>
20701
20702         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20703         * lib/getopt*: copy from libc/posix.
20704         * lib/gettext.h: copy from gettext.
20705         * lib/.cppi-disable: add strdup.c, gettext.h.
20706
20707 2002-09-25  Karl Berry  <karl@gnu.org>
20708
20709         * config/srclist.txt: enable gettext.h check.
20710         * config/config.{guess,sub}: update from prep.
20711         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20712                 from automake 1.6.3.
20713         See srclist*.
20714
20715 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20716
20717         * regex.c (PATFETCH): Remove the translating fetch.
20718         (PATFETCH_RAW): Rename to PATFETCH.
20719         (set_image_of_range): New fun.
20720         (SET_RANGE_TABLE_WORK_AREA): Use it.
20721         (regex_compile): Don't translate the pattern chars so eagerly.
20722         Only do it when inserting an `exactn' bytecode or when handling
20723         a char-range.
20724         (mutually_exclusive_p): Avoid empty statement.
20725
20726 2002-07-06  Jim Meyering  <meyering@lucent.com>
20727
20728         * m4/README: Don't mention Makefile.am.in.
20729         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20730
20731 2002-07-01  Jim Meyering  <meyering@lucent.com>
20732
20733         * lib/c-stack.c: Include sys/time.h.
20734         From Volker Borchert.
20735
20736 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20737
20738         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20739
20740 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20741
20742         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20743         New macro.  Use it uniformly instead of
20744         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20745         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20746         reported by Vin Shelton.
20747
20748 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20749
20750         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20751         Do not assume SA_SIGINFO behavior.
20752         Bug reported by Jim Meyering on NetBSD 1.5.2.
20753
20754 2002-06-22  Jim Meyering  <meyering@lucent.com>
20755
20756         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20757         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20758
20759         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20760         now that configure.ac uses AC_GNU_SOURCE.
20761         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20762         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20763
20764         Update to latest tools.  Suggestions from Paul Eggert.
20765         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20766         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20767         * m4/fnmatch.m4: Likewise.
20768         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20769         to AC_HEADER_STDBOOL
20770
20771 2002-06-22  Jim Meyering  <meyering@lucent.com>
20772
20773         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20774         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20775
20776 2002-06-22  Jim Meyering  <meyering@lucent.com>
20777
20778         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20779
20780         * lib/exitfail.c, exitfail.h: Likewise.
20781         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20782
20783         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20784         of fnmatch.h.
20785         (EXTRA_DIST): Add fnmatch_loop.c.
20786         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20787
20788         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20789         * lib/fnmatch.c: Update from diffutils-2.8.2.
20790         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20791         * lib/fnmatch.h: Remove file.
20792
20793 2002-06-21  Jim Meyering  <meyering@lucent.com>
20794
20795         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20796         * m4/mbrtowc.m4: Likewise.
20797
20798         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20799         * m4/mbswidth.m4: Reflect name change:
20800         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20801         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20802
20803         * m4/lib-link.m4: Update from gettext-0.11.2.
20804         * m4/gettext.m4: Likewise.
20805
20806         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20807         From Alfred M. Szmidt.
20808
20809 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20810
20811         * lib/file-type.h: Report an error if neither S_ISREG nor
20812         S_IFREG is defined, instead of using a test specific to glibc
20813         2.2.  This should be safe, since POSIX requires S_ISREG and
20814         Unix Version 7 had S_IFREG.  We don't need to check for
20815         <sys/types.h> since we don't use any symbols that it defines.
20816
20817 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20818
20819         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20820         $@-t, so that each temporary file name is unique and valid in the first
20821         8 characters, for operation under DOS.
20822
20823 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20824
20825         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20826
20827 2002-06-15  Jim Meyering  <meyering@lucent.com>
20828
20829         Work even with DJGPP 2.03, which lacks support for symlinks.
20830         From Richard Dawe.
20831         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20832         is defined.
20833         * lib/lchown.c (S_ISLNK): Likewise.
20834
20835 2002-06-15  Jim Meyering  <meyering@lucent.com>
20836
20837         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20838         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20839         have been included before this file.
20840
20841 2002-06-14  Jim Meyering  <meyering@lucent.com>
20842
20843         * lib/file-type.h: Use the version from diffutils-2.8.2.
20844         * lib/file-type.c: Likewise.
20845
20846 2002-06-07  Jim Meyering  <meyering@lucent.com>
20847
20848         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20849         They're needed at least for NetBSD 1.5.2.
20850         ($statxfs_includes): Include those same headers.
20851         ($statxfs_includes): Include sys/vfs.h if available.
20852         ($statxfs_includes): Likewise for sys/statvfs.h.
20853         Check for the following members in both structs statfs and statvfs:
20854         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20855
20856 2002-06-01  Jim Meyering  <meyering@lucent.com>
20857
20858         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20859         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20860
20861 2002-05-28  Jim Meyering  <meyering@lucent.com>
20862
20863         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20864         Reported by Volker Borchert.
20865
20866 2002-05-27  Jim Meyering  <meyering@lucent.com>
20867
20868         Fix a problem seen only on nonconforming systems whereby ls.c's
20869         use of localtime, and then of gettimeofday would cause trouble:
20870         the localtime call used to initialize rpl_gettimeofday's save
20871         mechanism would clobber ls's current local time information so
20872         that in any long listing the first file would always be listed
20873         with date 1970-01-01.  Analysis by Volker Borchert.
20874
20875         * lib/gettimeofday.c (localtime): Undefine.
20876         (rpl_localtime): New function.
20877
20878 2002-05-27  Jim Meyering  <meyering@lucent.com>
20879
20880         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20881         localtime.
20882
20883         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20884         use the replacement function; it wouldn't resolve at link time.
20885         Reported by Volker Borchert.
20886
20887 2002-05-22  Jim Meyering  <meyering@lucent.com>
20888
20889         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20890         file-type.h.
20891         * lib/file-type.h: New file.
20892         * lib/file-type.c (file_type): New file/function.  Extracted from
20893         diffutils.
20894
20895 2002-04-30  Jim Meyering  <meyering@lucent.com>
20896
20897         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20898
20899 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20900
20901         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20902
20903 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20904
20905         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20906         Do not check for alloca.h (no longer used) or stdbool.h (was never
20907         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
20908
20909 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20910
20911         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
20912
20913 2002-04-29  Jim Meyering  <meyering@lucent.com>
20914
20915         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
20916         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
20917         Use AC_FUNC_STRNLEN here instead.
20918
20919         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
20920         With autoconf-2.53a, it's part of AC_PROG_CC.
20921
20922 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20923
20924         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
20925         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
20926
20927 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20928
20929         * lib/sig2str.h, lib/sig2str.c: New files.
20930         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
20931
20932 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20933
20934         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
20935         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
20936         of 127, since 64 is the largest conceivable number for ancient
20937         nonstandard hosts.
20938         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
20939
20940 2002-04-28  Jim Meyering  <meyering@lucent.com>
20941
20942         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
20943
20944 2002-04-24  Jim Meyering  <meyering@lucent.com>
20945
20946         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
20947         (jm_PREREQ): Use it.
20948
20949         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
20950         mach/mach.h fcntl.h.
20951         Check for this function: setlocale.
20952
20953 2002-04-24  Jim Meyering  <meyering@lucent.com>
20954
20955         * lib/gettext.h: New file, from Gettext.
20956         * lib/Makefile.am (INCLUDES): Remove -I../intl.
20957         (libfetish_a_SOURCES): Add gettext.h.
20958
20959 2002-04-16  Jim Meyering  <meyering@lucent.com>
20960
20961         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
20962         ut_pid, ut_id, ut_exit.
20963
20964 2002-04-16  Jim Meyering  <meyering@lucent.com>
20965
20966         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
20967         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
20968         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
20969
20970 2002-04-12  Jim Meyering  <meyering@lucent.com>
20971
20972         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
20973         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
20974         existence of the getmntinfo function.  Needed for Darwin 5.3.
20975
20976         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
20977         This is necessary at least on Darwin 5.3.
20978
20979         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
20980         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
20981         strnlen.o in the library, and that makes some versions of ranlib
20982         object.
20983
20984 2002-04-12  Jim Meyering  <meyering@lucent.com>
20985
20986         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
20987
20988 2002-04-09  Jim Meyering  <meyering@lucent.com>
20989
20990         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
20991         to be more precise.  Rather than saying we're checking whether the
20992         function `works', say what we're testing.
20993         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20994         Reported by Bruno Haible.
20995
20996 2002-03-10  Jim Meyering  <meyering@lucent.com>
20997
20998         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20999         Suggestion from Santiago Vila.
21000
21001 2002-03-08  Jim Meyering  <meyering@lucent.com>
21002
21003         * lib/rename.c: Mention that this wrapper is needed also on
21004         mips-dec-ultrix4.4 systems.
21005
21006 2002-03-02  Jim Meyering  <meyering@lucent.com>
21007
21008         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21009         not HAVE_CLOCK_SETTIME.
21010
21011 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21012
21013         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21014         Check for clock_settime.
21015
21016 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21017
21018         * lib/nanosleep.h: Rename to....
21019         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21020
21021         * lib/gettime.c: New file.
21022         * lib/settime.c: New file.
21023         * lib/stime.c: Remove.
21024
21025         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21026         timespec.h.  Remove nanosleep.h.
21027
21028 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21029
21030         * m4/acl.m4: New file.
21031         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21032         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21033
21034 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21035
21036         * lib/acl.c, lib/acl.h: New files.
21037         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21038
21039 2002-02-24  Jim Meyering  <meyering@lucent.com>
21040
21041         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21042         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21043         cause trouble.  Reported by Nelson Beebe.
21044
21045 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21046
21047         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21048         compilers that don't know that xalloc_die never returns.
21049
21050 2002-02-20  Jim Meyering  <meyering@lucent.com>
21051
21052         * lib/getdate.c: Regenerate using bison-1.33.
21053
21054 2002-02-17  Jim Meyering  <meyering@lucent.com>
21055
21056         * config/config.guess (main): Don't use `head -1'; it's no longer
21057         portable. Use `sed 1q' instead.
21058
21059 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21060
21061         * m4/codeset.m4: Upgrade to gettext-0.11.
21062         * m4/gettext.m4: Upgrade to gettext-0.11.
21063         * m4/glibc21.m4: Upgrade to gettext-0.11.
21064         * m4/iconv.m4: Upgrade to gettext-0.11.
21065         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21066         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21067         * m4/lib-ld.m4: New file, from gettext-0.11.
21068         * m4/lib-link.m4: New file, from gettext-0.11.
21069         * m4/lib-prefix.m4: New file, from gettext-0.11.
21070         * m4/progtest.m4: Upgrade to gettext-0.11.
21071
21072 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21073
21074         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21075         (jm_PREREQ): Use it.
21076
21077 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21078
21079         * lib/posixver.c, lib/posixver.h: New files.
21080         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21081
21082 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21083             Bruno Haible  <bruno@clisp.org>
21084
21085         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21086         (fwrite_success_callback): New declaration.
21087         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21088         print_unicode_char. Call failure callback instead of error.
21089         (fwrite_success_callback): New function.
21090         (exit_failure_callback): New function.
21091         (fallback_failure_callback): New function.
21092         (print_unicode_char): Call unicode_to_mb.
21093
21094 2002-01-26  Jim Meyering  <meyering@lucent.com>
21095
21096         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21097         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21098
21099 2002-01-26  Jim Meyering  <meyering@lucent.com>
21100
21101         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21102
21103 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21104
21105         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21106
21107 2002-01-22  Jim Meyering  <meyering@lucent.com>
21108
21109         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21110         Otherwise, some versions of automake would omit the rule that makes
21111         Makefile from Makefile.in.
21112
21113 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21114
21115         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21116         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21117         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21118         (memcoll): Set errno to zero if there is no error.
21119
21120         * lib/quotearg.c (quotearg_buffer_restyled):
21121         Fix bug with quoting buffers containing NUL when backslashing escapes.
21122         This bug was exposed by the other changes in this patch.
21123         (quotearg_n_options): New arg ARGSIZE.
21124         All callers changed.
21125         (quoting_options_from_style): New function.
21126         (quotearg_n_style): Use it.
21127         (quotearg_n_style_mem): New function.
21128
21129         * lib/quotearg.h (quotearg_n_style_mem): New function.
21130
21131 2002-01-19  Jim Meyering  <meyering@lucent.com>
21132
21133         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21134         Remove useless quotes: DF_PROG="df".
21135         * m4/strnlen.m4: New file.
21136
21137 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21138
21139         * lib/backupfile.c (ISDIGIT): Comment fix.
21140         * lib/getdate.y (ISDIGIT): Likewise.
21141         * lib/posixtm.c (ISDIGIT, year): Likewise.
21142         * lib/strverscmp.c (ISDIGIT): Likewise.
21143         * lib/userspec.c (ISDIGIT): Likewise.
21144
21145 2002-01-16  Jim Meyering  <meyering@lucent.com>
21146
21147         * lib/getdate.y: Add three semicolons, each just before a closing
21148         brace. Bison (as of version 1.31) no longer papers over that mistake.
21149
21150 2002-01-05  Jim Meyering  <meyering@lucent.com>
21151
21152         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21153
21154 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21155
21156         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21157         not silently exit merely because the output buffer happens to
21158         have nothing pending.
21159
21160 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21161
21162         See the big note in ../ChangeLog.
21163         * lib/human.c (suffixes): Prefer K to k for 1024.
21164         (generate_suffix_backwards): New function.
21165         (human_readable_inexact): Use it.
21166         * lib/xstrtol.c (__xstrtol): If there is no number but there
21167         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21168         Accept 'K' as well as 'k'.
21169
21170 2001-12-15  Jim Meyering  <meyering@lucent.com>
21171
21172         * lib/regex.h (__restrict_arr): Update from libc.
21173
21174         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21175         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21176         (STREQ): Define.
21177
21178 2001-12-14  Jim Meyering  <meyering@lucent.com>
21179
21180         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21181         Suggestion from Bruno Haible.
21182
21183 2001-12-10  Jim Meyering  <meyering@lucent.com>
21184
21185         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21186         xrealloc, Instead, include "xalloc.h".
21187         (initbuffer): Don't cast xmalloc return value to char*.
21188         (readline): Reword comment.
21189         Don't cast xrealloc return value to char*
21190         Return NULL, not 0.
21191
21192 2001-12-09  Jim Meyering  <meyering@lucent.com>
21193
21194         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21195         about `signed and unsigned type in conditional expression'.
21196         * lib/posixtm.c (posix_time_parse): Likewise.
21197
21198         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21199
21200         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21201         to avoid a pedantic warning.
21202
21203         * lib/getstr.c: Don't include assert.h.
21204         (getstr): Remove warning-evoking assertions.
21205         Return -1 if offset parameter is out of bounds.
21206         Change the type of a local from int to size_t.
21207
21208         * lib/strftime.c (my_strftime_localtime_r): Include this function
21209         definition in the `#if ! HAVE_TM_GMTOFF' block.
21210
21211         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21212         Include xalloc.h instead.
21213
21214 2001-12-02  Jim Meyering  <meyering@lucent.com>
21215
21216         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21217         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21218         included.
21219
21220         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21221         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21222
21223 2001-11-30  Akim Demaille  <akim@epita.fr>
21224
21225         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21226         before being defined.
21227
21228 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21229
21230         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21231         First arg is int, not unsigned.
21232         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21233         (SIZE_MAX, UINT_MAX): New macros.
21234         (quotearg_n_options): Abort if N is negative.
21235         Avoid overflow check on hosts where size_t is 64 bits and int
21236         is 32 bits, as overflow is impossible there.
21237         Fix off-by-one typo that caused unnecessary reallocation.
21238
21239 2001-11-27  Jim Meyering  <meyering@lucent.com>
21240
21241         * lib/tempname.c: Merge with version from libc.
21242         * lib/regex.c: Likewise.
21243
21244         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21245         systems for which STDC_HEADERS is 0, it was not included, resulting in
21246         a warning about an integer-to-pointer conversion problem with getenv.
21247         Reported by Volker Borchert.
21248
21249 2001-11-26  Jim Meyering  <meyering@lucent.com>
21250
21251         * lib/gtod.h: Remove file.
21252         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21253         * lib/gettimeofday.c: Don't include gtod.h.
21254         (GTOD_init): Remove function.
21255         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21256         Suggestion from Volker Borchert.
21257
21258 2001-11-23  Jim Meyering  <meyering@lucent.com>
21259
21260         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21261         it.
21262         * lib/hash.c (struct hash_table): Define it here instead.
21263
21264 2001-11-22  Jim Meyering  <meyering@lucent.com>
21265
21266         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21267
21268 2001-11-20  Jim Meyering  <meyering@lucent.com>
21269
21270         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21271         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21272
21273 2001-11-19  Jim Meyering  <meyering@lucent.com>
21274
21275         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21276         directory.  Use "conftestXXXXXX" as the template.
21277         Suggestion from Paul Eggert.
21278
21279         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21280         immediately, so the test doesn't mistakenly hit the max-open-files
21281         limit.
21282
21283 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21284
21285         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21286         (TEMPORARIES): New macro.
21287         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21288         removes an artificial limitation (e.g. HP-UX 10.20, where
21289         TMP_MAX is 17576).
21290
21291 2001-11-18  Jim Meyering  <meyering@lucent.com>
21292
21293         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21294
21295 2001-11-18  Jim Meyering  <meyering@lucent.com>
21296
21297         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21298         on SunOS 4.
21299
21300         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21301         files will be created before anything else.
21302
21303 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21304
21305         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21306         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21307
21308 2001-11-17  Jim Meyering  <meyering@lucent.com>
21309
21310         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21311         Prompted by a report from Bob Proulx.
21312
21313         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21314         Instead, require UTILS_FUNC_MKSTEMP.
21315
21316 2001-11-17  Jim Meyering  <meyering@lucent.com>
21317
21318         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21319         Now, that's done as part of AC_FUNC_STRTOD.
21320
21321 2001-11-17  Jim Meyering  <meyering@lucent.com>
21322
21323         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21324         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21325         rather than group writable.  Patch by Juan F. Codagnone.
21326
21327         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21328         xrealloc, Instead, include "xalloc.h".
21329
21330         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21331         Remove explicit declarations of xmalloc, xrealloc,
21332         and xstrdup.  Instead, include "xalloc.h".
21333
21334         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21335         unlocked-io.h.
21336         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21337         Likewise.
21338         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21339
21340         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21341         Reported by Padraig Brady.
21342
21343         * lib/mkstemp.c: #undef mkstemp.
21344         Include config.h.
21345         (rpl_mkstemp): Rename from mkstemp.
21346         Protoize.
21347
21348 2001-11-16  Jim Meyering  <meyering@lucent.com>
21349
21350         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21351         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21352         determine the amount of total physical memory, use pstat_getstatic.
21353         HPUX-11 doesn't define _SC_PHYS_PAGES.
21354         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21355         If sysconf couldn't be used to determine the amount of available
21356         physical memory, use both pstat_getstatic and pstat_getdynamic.
21357         Based on a patch from Bob Proulx.
21358
21359 2001-11-10  Jim Meyering  <meyering@lucent.com>
21360
21361         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21362         (jm_PREREQ): Use it.
21363
21364 2001-11-09  Jim Meyering  <meyering@lucent.com>
21365
21366         * m4/jm-macros.m4: Require autoconf-2.52f.
21367         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21368         Use these AC_-prefixed names, not the AM_-prefixed ones.
21369
21370         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21371
21372 2001-11-05  Jim Meyering  <meyering@lucent.com>
21373
21374         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21375
21376 2001-11-04  Jim Meyering  <meyering@lucent.com>
21377
21378         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21379         $DEFS.
21380
21381 2001-11-03  Jim Meyering  <meyering@lucent.com>
21382
21383         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21384         of AC_DEFUN.
21385
21386         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21387         know the name of the variable in the macro definition.
21388
21389 2001-11-03  Jim Meyering  <meyering@lucent.com>
21390
21391         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21392         in argmatch_to_argument call.
21393
21394         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21395         argument.
21396
21397         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21398         e.g., a fault due to an attempt to free a NULL pointer.
21399
21400 2001-11-01  Jim Meyering  <meyering@lucent.com>
21401
21402         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21403         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21404
21405 2001-11-01  Jim Meyering  <meyering@lucent.com>
21406
21407         * lib/dirfd.c, lib/dirfd.h: New files.
21408         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21409
21410         * lib/hash.c (hash_print) [TESTING]: Clean up.
21411
21412 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21413
21414         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21415         to avoid a warning if -Wall.
21416
21417 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21418
21419         * README: New file
21420         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21421         (per RMS's instructions, this is now the canonical source)
21422         * lgpl/, gpl/: New directories.
21423
21424 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21425
21426         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21427
21428 2001-10-21  Jim Meyering  <meyering@lucent.com>
21429
21430         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21431         this code would end up calling gettext even in packages built
21432         with --disable-nls.
21433         * lib/getopt.c (_): Likewise.
21434         * lib/regex.c (_): Likewise.
21435
21436 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21437
21438         * m4/error.m4 (jm_PREREQ_ERROR):
21439         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21440         AC_FUNC_STRERROR_R does that.
21441         Check for strerror declaration.
21442
21443         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21444         are supposed to have them these days.
21445         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21446         Merge changes from latest Autoconf CVS.
21447         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21448         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21449         POSIX decided to standardize on the int flavor of strerror_r.
21450
21451 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21452
21453         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21454         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21455         Use strerror_r that is only a macro, even if it is not a function.
21456         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21457         (private_strerror): Use prototypes, not old-style function definition.
21458         (print_errno_message): New function.
21459         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21460         char*-flavored one.
21461         (error_tail, error, error_at_line): Use it.
21462
21463 2001-10-11  Jim Meyering  <meyering@lucent.com>
21464
21465         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21466         and quote_n (1, ... to avoid clobbering a buffer.
21467
21468 2001-10-05  Jim Meyering  <meyering@lucent.com>
21469
21470         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21471         hash-pjw.h.
21472         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21473         * lib/hash-pjw.h: New file.
21474
21475 2001-09-30  Jim Meyering  <meyering@lucent.com>
21476
21477         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21478         `struct fsstat' has the `f_fstypename' member.
21479         Use that to define FS_TYPE, which is now used to make
21480         the getfsstat link test tighter.
21481
21482 2001-09-30  Jim Meyering  <meyering@lucent.com>
21483
21484         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21485         Include <sys/ucred.h>, for Apple Darwin.
21486         Include sys/mount.h and sys/fs_types.h only if available.
21487         (FS_TYPE): Define.
21488         (read_filesystem_list): Use FS_TYPE.
21489
21490 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21491
21492         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21493         a boolean context.
21494
21495 2001-09-29  Jim Meyering  <meyering@lucent.com>
21496
21497         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21498         [one-argument getmntent function]): Include stdio.h before mntent.h.
21499         SunOS 4.1.x needs it for the declaration of `FILE'.
21500         Patch by Volker Borchert.
21501
21502         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21503         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21504         sys/fs_types.h, and make the link-test for getfsstat guard #include
21505         directives with appropriate #if HAVE_*_H tests so that we can
21506         detect getfsstat on Apple Darwin1.3.7 systems.
21507         Reported by Nelson Beebe.
21508         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21509
21510 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21511
21512         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21513         #defines strtoimax.  Also treat the other strto* functions
21514         like strtoimax.
21515
21516         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21517         Check for strtoul and strtoumax,
21518         as those declarations are made even in the signed case.
21519         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21520         Likewise, for strtol and strtoimax.
21521
21522 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21523
21524         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21525         #defines strtoimax.  Also treat the other strto* functions
21526         like strtoimax.
21527
21528         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21529         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21530         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21531
21532 2001-09-26  Jim Meyering  <meyering@lucent.com>
21533
21534         Most macros in unlocked-io.h had the wrong number of arguments.
21535         * lib/gen-uio: New script.
21536         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21537         * lib/unlocked-io.hin: Remove file.
21538         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21539         rather than trying to embed it here.
21540         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21541         Reported by Padraig Brady.
21542
21543 2001-09-25  Volker Borchert  <bt@teknon.de>
21544
21545         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21546         `result'.
21547
21548 2001-09-24  Jim Meyering  <meyering@lucent.com>
21549
21550         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21551
21552 2001-09-23  Jim Meyering  <meyering@lucent.com>
21553
21554         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21555         instead of the mere test for existence of mntent.h.  The latter
21556         would get a false-positive on AIX 3.4 systems.
21557         In the outer getmntent if-block, don't die if neither of the getmntent
21558         tests succeeds.  Instead, just fall through and continue with the
21559         remaining tests.
21560
21561 2001-09-23  Jim Meyering  <meyering@lucent.com>
21562
21563         * lib/mountlist.c: Remove useless parentheses in #if directives.
21564         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21565         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21566
21567 2001-09-22  Jim Meyering  <meyering@lucent.com>
21568
21569         * m4/gettext.m4: New file.  From gettext.
21570         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21571         * m4/progtest.m4: Likewise
21572         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21573         * m4/glibc21.m4: Likewise.
21574
21575         * m4/libintl.m4: Remove.  No longer used.
21576
21577 2001-09-22  Jim Meyering  <meyering@lucent.com>
21578
21579         * lib/localcharset.c: Update from latest gettext.
21580         * lib/config.charset: Likewise.
21581
21582 2001-09-20  Jim Meyering  <meyering@lucent.com>
21583
21584         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21585         strtoimax.
21586         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21587         strtoumax.
21588
21589 2001-09-20  Jim Meyering  <meyering@lucent.com>
21590
21591         * lib/xstrtol.c (strtoimax): Guard declaration with
21592         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21593         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21594         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21595         (strtoumax): Likewise, for completeness (it wasn't necessary).
21596
21597 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21598
21599         * lib/strtoimax.c (HAVE_LONG_LONG):
21600         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21601         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21602         to work around bug in IBM C compiler.
21603
21604 2001-09-17  Jim Meyering  <meyering@lucent.com>
21605
21606         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21607         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21608         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21609         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21610         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21611         whenever the right hand side need not be expanded by the shell.
21612
21613 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21614
21615         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21616         library.  It's not correct, as some older glibcs are buggy.
21617         fnmatch wasn't fixed until glibc 2.2.
21618
21619         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21620         special shell magic here.
21621
21622 2001-09-16  Jim Meyering  <meyering@lucent.com>
21623
21624         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21625         * m4/jm-macros.m4: Require it.
21626
21627 2001-09-16  Jim Meyering  <meyering@lucent.com>
21628
21629         * lib/mkdir.c: New file.
21630
21631 2001-09-15  Jim Meyering  <meyering@lucent.com>
21632
21633         * m4/jm-macros.m4: Check for help2man.
21634
21635 2001-09-11  Jim Meyering  <meyering@lucent.com>
21636
21637         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21638         The body, by Paul Eggert, was moved here from configure.in.
21639         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21640
21641 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21642
21643         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21644         (jm_PREREQ): Use it.
21645
21646 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21647
21648         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21649         Use ssize_t, not int, to store result of readlink.
21650         Check for ssize_t overflow as well as size_t overflow,
21651         as POSIX says the result of readlink is implementation-defined
21652         when ssize_t overflows.
21653         Remove unnecessary cast to char*.
21654         Use free+malloc instead of realloc, as the storage doesn't need
21655         to be preserved and it's clearer and can be more efficient that way.
21656         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21657         * lib/xreadlink.h (xreadlink): Update prototype.
21658
21659 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21660
21661         * lib/xgetcwd.c: Revert some of the previous change; intead,
21662         fix the HAVE_GETCWD_NULL code to behave more like the
21663         !HAVE_GETCWD_NULL code used to.
21664
21665         Include "xalloc.h".
21666         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21667         invoke xalloc_die.
21668
21669 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21670
21671         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21672         sys/param.h, as pathmax.h includes them.
21673
21674 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21675
21676         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21677         (jm_PREREQ_XGETCWD): New macro.
21678
21679         * m4/getcwd.m4: New file.
21680
21681 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21682
21683         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21684         like the HAVE_GETCWD_NULL code.
21685         Include pathmax.h if not HAVE_GETCWD.
21686         Do not include xalloc.h.
21687         (INITIAL_BUFFER_SIZE): New symbol.
21688         Do not use xmalloc / xrealloc, since the caller is responsible for
21689         handling errors.  Preserve errno around `free' during failure.
21690         Do not overrun buffer when using getwd.
21691
21692 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21693
21694         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21695         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21696         getcwd (NULL, 0).
21697
21698 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21699
21700         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21701         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21702         spotted by Jim Meyering.
21703
21704 2001-09-03  Jim Meyering  <meyering@lucent.com>
21705
21706         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21707         failure.
21708
21709 2001-09-02  Jim Meyering  <meyering@lucent.com>
21710
21711         * lib/error.c: Update from GNU libc.
21712
21713 2001-09-01  Jim Meyering  <meyering@lucent.com>
21714
21715         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21716         Used by df.
21717
21718 2001-09-01  Jim Meyering  <meyering@lucent.com>
21719
21720         * lib/xreadlink.c: New file.
21721         * lib/xreadlink.h: New file.
21722         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21723         xreadlink.h.
21724
21725         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21726         doesn't conflict with sparc Solaris 7's definition in
21727         /usr/include/sys/int_types.h.
21728
21729         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21730         files.
21731         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21732         and strncasecmp as r-values.  Unixware didn't have declarations.
21733
21734 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21735
21736         * lib/xstrtol.h: Add copyright notice.
21737         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21738         LONGINT_INVALID_SUFFIX_CHAR.
21739
21740 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21741
21742         * lib/xstrtol.c (strtoimax): New decl.
21743
21744 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21745
21746         * lib/xgetcwd.c: Don't include pathmax.h.
21747         Include stdlib.h and unistd.h if available.
21748         Include xalloc.h.
21749         (xmalloc, xstrdup, free): Remove decls.
21750         (xgetcwd): Don't assume sizes fit in unsigned.
21751         Check for overflow when computing sizes.
21752         Simplify reallocation code.
21753
21754 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21755
21756         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21757         a directory's st_size can have an arbitrary value, so the old
21758         usage could waste an arbitrary amount of memory.  All uses
21759         changed.
21760         * lib/savedir.h: Update prototype.
21761
21762 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21763
21764         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21765
21766         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21767         old strtoimax.c.
21768
21769         Also, make the following further changes to make this file's
21770         configuration more similar to that of strtol.c:
21771         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21772         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21773         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21774         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21775         changed to signed values.
21776
21777         And make the following changes as well:
21778         Fix copyright notice, as 1999 was missing.
21779         (verify): New macro.
21780         (strtoimax): Check sizes at compile-time, not run-time.
21781         Prefer strtol to strtoll if both work.
21782         (main): Remove; it was not that useful and was a pain to maintain.
21783
21784         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21785
21786 2001-08-31  Jim Meyering  <meyering@lucent.com>
21787
21788         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21789         Use an initial, malloc'd, buffer of length 128 rather than
21790         a statically allocated one of length 1024.
21791
21792 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21793
21794         Simplify code, partly by assuming autoconf 2.52 semantics.
21795
21796         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21797
21798         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21799         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21800         All uses removed.
21801         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21802         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21803         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21804         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21805         jm_AC_HEADER_INTTYPES_H.
21806         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21807
21808         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21809
21810         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21811         Quote first arg of AC_DEFUN.
21812         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21813         since they are needed to parse the include file even if we need
21814         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21815         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21816         but with opposite signedness.
21817
21818 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21819
21820         Merge 'exclude' changes from tar 1.13.22.
21821         This fixes one or two unlikely storage allocation overflow bugs,
21822         but doesn't change user-visible behavior otherwise.
21823
21824 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21825
21826         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21827         (jm_PREREQ_EXCLUDE): New macro.
21828
21829 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21830
21831         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21832         tm to be declared.
21833
21834 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21835
21836         * lib/hash.c: Remove '2001' from copyright notice.
21837
21838 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21839
21840         * lib/full-write.h: New file.
21841         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21842         * lib/full-write.c: Correct credits, as cccp.c no longer
21843         exists and anyway it was so heavily changed from the old cccp
21844         code as to be unrecognizable.  Include full-write.h.
21845         (full_write) Return size_t, with short writes meaning failure.
21846         All callers changed.  This fixes a bug with large buffers
21847         on 64-bit hosts.
21848         * lib/utime.c: Include full-write.h.
21849
21850 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21851
21852         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21853         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21854         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21855         Include if available.
21856         (<xalloc.h>): Include
21857         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21858         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21859         collide with FNM macros.
21860         (struct patopts): New struct.
21861         (struct exclude): Use it, as exclude patterns now come with options.
21862         (new_exclude): Support above changes.
21863         (new_exclude, add_exclude_file):
21864         Initial size must now be a power of two to simplify overflow checking.
21865         (free_exclude, fnmatch_no_wildcards): New function.
21866         (excluded_filename): No longer requires options arg, as the options
21867         are determined by add_exclude.  Now returns bool, not int.
21868         (excluded_filename, add_exclude):
21869         Add support for the fancy new exclusion options.
21870         (add_exclude, add_exclude_file): Now takes int options arg.
21871         Check for arithmetic overflow when computing sizes.
21872         (add_exclude_file): xrealloc might modify errno, so don't
21873         realloc until after errno might be used.
21874
21875         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21876         New macros.
21877         (free_exclude): New decl.
21878         (add_exclude, add_exclude_file): Now takes int options arg.
21879         (excluded_filename): No longer requires options arg, as the options
21880         are determined by add_exclude.  Now returns bool, not int.
21881
21882 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21883
21884         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21885
21886 2001-08-27  Jim Meyering  <meyering@lucent.com>
21887
21888         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21889
21890         * lib/version-etc.c (N_): Remove definition.
21891         Revert most of last change.
21892         Instead, simply don't mark the `Copyright...' string for translation.
21893         Based on advice from Paul Eggert.
21894
21895         * lib/strtoxmax.c: Tweak comment.
21896
21897 2001-08-26  Jim Meyering  <meyering@lucent.com>
21898
21899         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21900
21901         * m4/xstrtoimax.m4: New file.
21902         * m4/xstrtoumax.m4: Add comments explaining why we
21903         AC_REPLACE_FUNCS(strtol).
21904
21905 2001-08-26  Jim Meyering  <meyering@lucent.com>
21906
21907         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
21908         of copyright with `%s' so translators don't get an untranslated
21909         message in 2002.
21910         (COPYRIGHT_YEAR): Define.
21911         (version_etc): Use fprintf rather than fputs.
21912         Suggestion from Ulrich Drepper.
21913
21914         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
21915
21916         * lib/strtoll.c: New file, from GNU libc.
21917         * lib/xstrtoimax.c: New file.
21918
21919         * lib/xstrtol.h: Add xstrtoimax.
21920         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
21921         * lib/strtoimax.c: New file.  Likewise, but first define
21922         STRTOUXMAX_SIGNED.
21923
21924         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
21925         ...
21926         * lib/strtoxmax.c: ... then renamed to this.
21927
21928 2001-08-18  Paul Eggert  <eggert@twinsun.com>
21929
21930         * m4/inttypes.m4: Add AC_PREREQ(2.13).
21931         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
21932         (jm_AC_TYPE_INTMAX_T): New macro.
21933         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
21934
21935         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
21936
21937         * m4/longlong.m4: Renamed from ulonglong.m4.
21938         * m4/inttypes.m4: Renamed from inttypes_h.m4.
21939         * m4/uintmax_t.m4: Removed.
21940
21941 2001-08-13  Paul Eggert  <eggert@twinsun.com>
21942
21943         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
21944         Port to Solaris 8, where 'sed' requires a space after the 'r'
21945         command, and where sh dislikes "$/".  Clean up the spacing a bit.
21946         Redirect output to $tmp just once.
21947
21948 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
21949
21950         * lib/addext.c (<errno.h>): Include.
21951         (errno): Declare if not defined.
21952         (addext): Work correctly when pathconf returns -1 and leaves
21953         errno alone because there is no limit.  Also, work even if
21954         pathconf returns a value greater than SIZE_MAX.
21955
21956 2001-08-12  Jim Meyering  <meyering@lucent.com>
21957
21958         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
21959         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
21960         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
21961         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
21962         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
21963         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
21964         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
21965         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
21966         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
21967         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
21968         utime.m4, utimes.m4, xstrtoumax.m4:
21969         Quote the first argument in each use of AC_DEFUN.
21970
21971 2001-08-12  Jim Meyering  <meyering@lucent.com>
21972
21973         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
21974         Simply `return getcwd (NULL, 0);'.
21975         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
21976         Use 1300 as initial value for length, not PATH_MAX.
21977
21978         * lib/pathmax.h: Clean up cpp syntax.
21979
21980 2001-08-12  Jim Meyering  <meyering@lucent.com>
21981
21982         * lib/gettimeofday.c: New file.
21983         * lib/gtod.h: New file.
21984         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
21985
21986 2001-08-05  Jim Meyering  <meyering@lucent.com>
21987
21988         * m4/jm-macros.m4: Require autoconf-2.52.
21989
21990 2001-08-04  Jim Meyering  <meyering@lucent.com>
21991
21992         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21993         stmt, to get in sync with glibc.
21994
21995 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21996
21997         The following changes are from gettext 0.10.39 as maintained by
21998         Bruno Haible.
21999
22000         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22001         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22002         with inverted sense.  All uses changed.
22003
22004         * lib/mbswidth.c: Don't include <limits.h>.
22005         Include <stdlib.h> and <string.h> unconditionally.
22006         (iswcntrl, mbsinit, ISCNTRL): New macros.
22007         (mbsnwidth): Use K&R style function declarations.
22008         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22009         can optimize it when MB_CUR_MAX == 1.
22010         The width of control characters is zero, not 1.
22011
22012 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22013
22014         The following changes are from gettext 0.10.39 as maintained by
22015         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22016
22017         * m4/codeset.m4: Upgrade to serial AM1.
22018         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22019         all uses changed.  Quote first arg of AC_DEFUN.
22020         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22021
22022         * m4/iconv.m4: Upgrade to serial AM2.
22023         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22024         Add --with-libconv-prefix.
22025         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22026         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22027         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22028         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22029         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22030
22031         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22032         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22033         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22034         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22035         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22036         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22037         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22038         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22039         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22040
22041         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22042         string.h any more.
22043
22044         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22045         not the default value.
22046
22047         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22048         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22049         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22050         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22051         Also check for iswcntrl, used for wcwidth fallback.
22052         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22053         to Autoconf 2.13.
22054
22055 2001-08-03  Jim Meyering  <meyering@lucent.com>
22056
22057         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22058         as it was in the original.  Reported by Paul Eggert.
22059
22060 2001-07-16  Jim Meyering  <meyering@lucent.com>
22061
22062         * m4/gettimeofday.m4: New file.
22063         Prompted by a report from Bernhard Baehr.
22064
22065 2001-07-15  Jim Meyering  <meyering@lucent.com>
22066
22067         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22068         stuff. Now it's in ../Makefile.cfg.
22069
22070 2001-07-15  Jim Meyering  <meyering@lucent.com>
22071
22072         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22073         (BUILT_SOURCES): Add unlocked-io.h.
22074         (io_functions): Define.
22075         (unlocked-io.h): New rule.
22076         (DISTCLEANFILES): Add unlocked-io.h.
22077         (all-local): Depend on unlocked-io.h, to ensure it is created.
22078
22079         * lib/unlocked-io.hin: New file
22080
22081         * lib/regex.c: Update from glibc.
22082
22083 2001-07-05  Jim Meyering  <meyering@lucent.com>
22084
22085         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22086         recommendation.
22087         (libfetish_a_SOURCES): Put all .h files here instead.
22088         Remove a thus-exposed (better checks in automake) duplicate and
22089         two unnecessary .h files.
22090
22091 2001-07-04  Jim Meyering  <meyering@lucent.com>
22092
22093         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22094         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22095         distcheck failure.
22096
22097 2001-07-02  Jim Meyering  <meyering@lucent.com>
22098
22099         The following changes were prompted by suggestions from Bruno Haible.
22100
22101         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22102         is now generated.
22103         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22104         definition of EXTRA_DIST.
22105         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22106         ensure that the generated file is created/updated whenever the list
22107         of $(unlocked_functions) is changed.
22108         (jm-glibc-io.m4): New rule.
22109         (unlocked-io.h): New rule -- currently unused.
22110
22111 2001-06-24  Jim Meyering  <meyering@lucent.com>
22112
22113         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22114         unmatched right bracket, rather than kludging it with an extra,
22115         falsely-matching quote in a comment.  Patch by Akim Demaille.
22116
22117 2001-06-11  Jim Meyering  <meyering@lucent.com>
22118
22119         * lib/regex.c: Update from GNU libc.
22120
22121 2001-05-27  Jim Meyering  <meyering@lucent.com>
22122
22123         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22124         Check for ut_type in struct utmp.
22125
22126 2001-05-27  Jim Meyering  <meyering@lucent.com>
22127
22128         * lib/readutmp.h (UT_TYPE): Define.
22129
22130 2001-05-24  Jim Meyering  <meyering@lucent.com>
22131
22132         * lib/argmatch.c: Include "quote.h".
22133         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22134         quote function.  Reported by Göran Uddeborg.
22135
22136 2001-05-22  Jim Meyering  <meyering@lucent.com>
22137
22138         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22139         now that we use the package-supplied version unconditionally.
22140         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22141
22142 2001-05-21  Jim Meyering  <meyering@lucent.com>
22143
22144         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22145         shell syntax errors.
22146
22147 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22148
22149         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22150
22151 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22152
22153         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22154         Don't bother to check library strftime, since
22155         we'll be using our own my_strftime function anyway.
22156         Define my_strftime instead of strftime.
22157
22158 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22159
22160         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22161         which is not yet declared.
22162
22163 2001-05-15  Jim Meyering  <meyering@lucent.com>
22164
22165         * m4/regex.m4: Use proper quoting so brackets appear in the test
22166         program.
22167         Reported by, and with help from, Bruno Haible.
22168
22169 2001-05-13  Jim Meyering  <meyering@lucent.com>
22170
22171         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22172         undefined.
22173
22174 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22175
22176         dirname code cleanup.  base_name now behaves more compatibly
22177         with POSIX basename when given file names that have trailing
22178         slashes, and similarly for dir_name.  Add new primitives
22179         base_len and dir_len.  Put the directory-name-related decls
22180         into dirname.h.
22181
22182         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22183         * lib/backupfile.c (base_name): Likewise.
22184         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22185         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22186         * lib/makepath.c (strip_trailing_slashes): Likewise.
22187         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22188         ISSLASH): Likewise.
22189         * lib/rename.c (strip_trailing_slashes): Likewise.
22190         * lib/same.c (base_name): Likewise.
22191         * lib/stripslash.c (ISSLASH): Likewise.
22192
22193         * lib/addext.c: Include <dirname.h> after size_t is defined.
22194         * lib/backupfile.c: Likewise.
22195
22196         * lib/addext.c (addext): Use base_len to trim redundant
22197         trailing slashes instead of doing it ourselves.
22198         But do not trim the last slash if it is not redundant.
22199
22200         * lib/backupfile.c (find_backup_file_name,
22201         max_backup_version): Use base_len instead of rolling it ourselves.
22202         Handle the case of "" and (on DOS) "C:" correctly.
22203
22204         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22205         needed. Include <string.h>, <dirname.h>.
22206         (base_name): Allow file names ending in slashes, other than names
22207         that are all slashes.  In this case, return the basename followed
22208         by the slashes.  This is more general, and can be used in places
22209         where the original base_name purposely had an assertion failure.
22210         (base_len): New function.
22211
22212         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22213         Do not include <assert.h>; no longer needed.
22214         Include xalloc.h.
22215         (memrchr): Remove decl.
22216         (dir_name_r): Remove.
22217         (dir_len): Renamed from dirlen.  All callers changed.
22218         Rewrite in terms of base_name, for simplicity and consistency.
22219         (dir_name): Never return NULL.  All callers changed.
22220         Do not include <stdlib.h> in test program; no longer needed.
22221         return 0; is fine for test program.
22222
22223         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22224         New macros.
22225         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22226
22227         * lib/path-concat.c (path_concat): Use base_len to compute
22228         base length, not strlen; this means we cannot rely on memcpy
22229         to null-terminate.
22230
22231         * lib/same.c (STREQ): Remove.
22232         (same_name): Handle the case where the basename ends in trailing '/'.
22233
22234         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22235         a slash was stripped.  Do not strip the last slash after a
22236         file system prefix.
22237
22238 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22239
22240         * lib/Makefile.am (libfetish_a_SOURCES):
22241         Add strftime.c, since we now compile it on all hosts.
22242
22243         * lib/strftime.c (my_strftime):
22244         Define to nstrftime if emacs, but only if my_strftime is not defined.
22245         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22246         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22247         Add one more extra argument: a nanoseconds value.
22248         All uses changed.
22249         (ns): New macro.
22250         (my_strftime function): Add %N format.
22251         (emacs_strftimeu): Renamed from emacs_strftime,
22252         with extra ut argument.
22253
22254 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22255
22256         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22257
22258 2001-04-21  Jim Meyering  <meyering@lucent.com>
22259
22260         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22261         doesn't interfere.
22262
22263 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22264
22265         * m4/ftruncate.m4: Check for chsize.
22266         Link with ftruncate.o unconditionally if ftruncate is missing.
22267         This was required when cross-compiling to i586-mingw32msvc.
22268
22269 2001-04-08  Jim Meyering  <meyering@lucent.com>
22270
22271         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22272         recomputed; that's necessary when the offset spans a DST transition.
22273         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22274
22275 2001-04-02  Jim Meyering  <meyering@lucent.com>
22276
22277         * lib/regex.h, regex.c: Update from GNU libc.
22278
22279 2001-03-24  Jim Meyering  <meyering@lucent.com>
22280
22281         * m4/jm-macros.m4: Require autoconf-2.49d.
22282
22283 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22284
22285         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22286
22287 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22288
22289         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22290
22291 2001-03-17  Jim Meyering  <meyering@lucent.com>
22292
22293         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22294         now that the version in autoconf is equivalent.
22295         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22296
22297         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22298         Suggestion from Akim Demaille.
22299
22300         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22301         (jm_PREREQ_TEMPNAME): New function.
22302
22303 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22304
22305         * lib/tempname.c (uint64_t): Define to uintmax_t if
22306         not defined, and if UINT64_MAX is not defined.
22307         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22308         Reported by John David Anglin.
22309
22310 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22311
22312         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22313         resolve alias if codeset is empty.
22314         * lib/config.charset (BeOS): Use wildcard syntax.
22315
22316 2001-03-13  Jim Meyering  <meyering@lucent.com>
22317
22318         * lib/path-concat.c (path_concat)
22319         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22320         concatenating e.g., `C:' and `foo'.
22321         From Bruno Haible.
22322
22323 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22324
22325         * lib/localcharset.c (locale_charset): Don't use
22326         setlocale(LC_CTYPE,NULL). Don't return NULL.
22327         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22328
22329 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22330
22331         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22332         support for DOS/DJGPP.
22333
22334 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22335
22336         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22337         lacks mkstemp.  Compile our own tempname.c if we compile our own
22338         mkstemp.c, as mkstemp relies on tempname.
22339
22340 2001-03-01  Jim Meyering  <meyering@lucent.com>
22341
22342         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22343         AH_VERBATIM really does output its argument verbatim.
22344
22345 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22346
22347         * lib/Makefile.am (libfetish_a_SOURCES):
22348         Add dup-safer.c, fopen-safer.c.
22349         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22350
22351         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22352         * lib/unistd-safer.h: New files.
22353
22354 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22355
22356         The mkstemp replacement is taken from glibc 2.2.2, with some
22357         portability fixes for use outside glibc, as follows:
22358
22359         * lib/tempname.c (struct_stat64): New macro.
22360         (direxists, __gen_tempname): Use it.
22361         This avoids a portability problem with Solaris 8.
22362
22363         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22364         (<stddef.h>, <stdint.h>, <string.h>):
22365         Include only if STDC_HEADERS || _LIBC.
22366         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22367         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22368         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22369         (__set_errno): Define this macro if <errno.h> doesn't.
22370         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22371         Define these macros if <stdio.h> doesn't.
22372         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22373         Define these macros if <sys/stat.h>
22374         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22375         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22376         __xstat64): Define if not _LIBC.
22377         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22378         (__gen_tempname): Invoke gettimeofday only if
22379         HAVE_GETTIMEOFDAY || _LIBC;
22380         otherwise, fall back on plain "time".
22381         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22382
22383         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22384
22385         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22386
22387 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22388
22389         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22390
22391 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22392
22393         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22394         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22395         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22396         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22397
22398 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22399
22400         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22401         Remove workaround macros for hosts that have mbrtowc but not
22402         mbstate_t, as we now insist on proper declarations for both
22403         before using mbrtowc.
22404
22405 2001-02-17  Jim Meyering  <meyering@lucent.com>
22406
22407         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22408         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22409         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22410         UnixWare 7.1.1.
22411
22412         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22413         rather than AC_CACHE_VAL.
22414
22415 2001-02-17  Jim Meyering  <meyering@lucent.com>
22416
22417         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22418         around included file name.
22419
22420         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22421
22422         * lib/strftime.c: Update from GNU libc (the only changes were to
22423         comments).
22424
22425 2001-02-17  Jim Meyering  <meyering@lucent.com>
22426
22427         * lib/regex.c: Update from libc.
22428
22429 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22430
22431         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22432         clash.
22433
22434 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22435
22436         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22437         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22438         Reported by Mark Hounschell via Paul Eggert.
22439
22440 2001-02-07  Jim Meyering  <meyering@lucent.com>
22441
22442         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22443
22444 2001-02-05  Jim Meyering  <meyering@lucent.com>
22445
22446         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22447         it includes the patch required for `large file' support with at least
22448         HP-UX's 10.20 /bin/cc.
22449
22450 2001-02-03  Jim Meyering  <meyering@lucent.com>
22451
22452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22453         AS_IF, now that it works once again (mysteriously).
22454         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22455
22456 2001-01-30  Jim Meyering  <meyering@lucent.com>
22457
22458         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22459         * m4/chown.m4: Rename conftestchown to conftest.chown.
22460         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22461         s/conftestdir2/conftest.d2/.
22462         * m4/utimes.m4: s/conftestdata/conftest.data/
22463         Inspired by Pavel Roskin's change in autoconf.
22464
22465 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22466
22467         * lib/config.charset: Update for FreeBSD 4.2.
22468
22469 2001-01-27  Jim Meyering  <meyering@lucent.com>
22470
22471         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22472         a use of AS_IF.
22473         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22474
22475 2001-01-26  Jim Meyering  <meyering@lucent.com>
22476
22477         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22478         quotearg.c includes it.
22479
22480 2001-01-26  Jim Meyering  <meyering@lucent.com>
22481
22482         * lib/quotearg.c: Include stddef.h.
22483         * lib/quote.c: Include stddef.h.
22484         Reported by Axel Kittenberger.
22485
22486         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22487         line in double quotes so that it evokes a better diagnostic.
22488         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22489         Reported by Axel Kittenberger.
22490
22491 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22492
22493         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22494         as if it was a `charset'.
22495
22496 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22497
22498         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22499         has const.
22500
22501 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22502
22503         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22504         to avoid a warning.  Add back 'const' to inptr.
22505
22506 2001-01-20  Jim Meyering  <meyering@lucent.com>
22507
22508         Be sure that headers are checked before used in code compiled
22509         for the type checks.
22510         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22511         In place of that, invoke jm_CHECK_ALL_TYPES.
22512         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22513         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22514         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22515         The check for ssize_t was mistakenly run before the test for unistd.h.
22516
22517         The configure-time check for stdbool.h was missing.
22518         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22519         (jm_PREREQ_HASH): New function.
22520
22521 2001-01-17  Jim Meyering  <meyering@lucent.com>
22522
22523         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22524         for autoconf-2.49c.
22525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22526
22527 2001-01-16  Jim Meyering  <meyering@lucent.com>
22528
22529         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22530         From Bruno Haible.
22531
22532 2001-01-14  Jim Meyering  <meyering@lucent.com>
22533
22534         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22535         foo and bar.  Create conftestdir/ in the script, not in the C code.
22536         Remove directories in the script, not in the C code.
22537         Remove conftestdir{,2} before trying to create the directory.
22538         Make the entire configure script fail if the mkdir fails.
22539
22540 2001-01-14  Jim Meyering  <meyering@lucent.com>
22541
22542         * lib/rename.c: New file.  From Volker Borchert.
22543         Include stdlib.h, string.h or strings.h, and xalloc.h.
22544         Use strip_trailing_slashes rather than open-coding it.
22545
22546 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22547
22548         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22549
22550 2001-01-03  Jim Meyering  <meyering@lucent.com>
22551
22552         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22553         of local `inptr' to avoid warning with some system declarations of
22554         iconv.
22555
22556 2001-01-02  Volker Borchert  <bt@teknon.de>
22557
22558         * m4/rename.m4: New file.
22559         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22560
22561 2001-01-01  Jim Meyering  <meyering@lucent.com>
22562
22563         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22564         even on systems with utmpx.h.  It's necessary for the declaration of
22565         utmp's ut_user member.  Reported by Andreas Jaeger.
22566
22567         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22568         available. They are required for the declarations of getgrgid and
22569         getpwuid resp.
22570         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22571         Reported by Andreas Jaeger.
22572
22573 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22574
22575         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22576         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22577         so `make install' also works in VPATH builds.
22578
22579 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22580
22581         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22582         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22583         can be used in subdirectories.
22584
22585 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22586
22587         * lib/modechange.c: Do not assume that mode_t uses the
22588         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22589         the other-execute bit of FOO even if S_IXOTH != 1.
22590
22591         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22592         WOTH, XOTH, ALLM): New macros.
22593         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22594          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22595         Use them.
22596         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22597         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22598         (mode_compile):
22599         No need to use uintmax_t; unsigned long is long enough.
22600         Don't bother to get suffix since we don't use it.
22601
22602 2000-12-26  Jim Meyering  <meyering@lucent.com>
22603
22604         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22605         better with autoheader.
22606
22607 2000-12-24  Jim Meyering  <meyering@lucent.com>
22608
22609         * lib/hash.c (is_prime): Return explicit boolean values.
22610         (hash_get_first): Return NULL to appease Irix5.6's 89.
22611         Reported by Nelson Beebe.
22612
22613 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22614
22615         * lib/localcharset.c (locale_charset): Add support for Win32.
22616
22617 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22618
22619         * lib/physmem.h, lib/physmem.c: New files.
22620
22621         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22622         (noinst_HEADERS): Add physmem.h.
22623
22624         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22625         't' for compatibility with Solaris 8 sort.
22626
22627 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22628
22629         * lib/config.charset: Add support for BeOS.
22630
22631 2000-12-17  Jim Meyering  <meyering@lucent.com>
22632
22633         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22634         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22635
22636 2000-12-16  Jim Meyering  <meyering@lucent.com>
22637
22638         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22639         N and M) would have treated it like `chown N:N FILE'.
22640
22641         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22642
22643 2000-12-16  Jim Meyering  <meyering@lucent.com>
22644
22645         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22646         SHELLS_FILE to a file name that's useful on djgpp systems.
22647         Include stdlib.h.
22648         (ADDITIONAL_DEFAULT_SHELLS): Define.
22649         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22650         Based mostly on a patch from Prashant TR.
22651
22652 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22653
22654         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22655         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22656         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22657
22658 2000-12-08  Andreas Schwab  <schwab@suse.de>
22659
22660         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22661         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22662
22663 2000-12-07  Jim Meyering  <meyering@lucent.com>
22664
22665         * lib/stripslash.c (ISSLASH): Define.
22666         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22667         `/'.
22668         From Prashant TR.
22669
22670         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22671         (dir_name_r): Declare this function as static.
22672         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22673         manifest itself on a name containing a mix of slashes and
22674         backslashes.
22675         Make this function work with names starting with a DOS-style
22676         drive letter and colon prefix.
22677         (dir_name): Append `.' if necessary.
22678         Based mostly on patches from Prashant TR and Eli Zaretskii.
22679
22680         * lib/dirname.h (dir_name_r): Remove prototype.
22681
22682 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22683
22684         * m4/off_t-format.m4: Remove this file.
22685         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22686
22687 2000-12-06  Jim Meyering  <meyering@lucent.com>
22688
22689         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22690         replacement strtoull, we may well need the replacement strtoul, too.
22691         Check for declarations of strtoul and strtoull.
22692         Check for strtol.  Mainly as a cue to cause automake to include
22693         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22694         Check for limits.h -- strtol.c needs it.
22695
22696 2000-12-05  Jim Meyering  <meyering@lucent.com>
22697
22698         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22699
22700 2000-12-04  Jim Meyering  <meyering@lucent.com>
22701
22702         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22703         Also include memory.h, stdlib.h, unistd.h if appropriate.
22704         Reported by Andreas Jaeger (conflicting declaration of malloc).
22705
22706 2000-12-02  Jim Meyering  <meyering@lucent.com>
22707
22708         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22709         * m4/jm-macros.m4 (jm_MACROS): require it.
22710
22711 2000-12-02  Jim Meyering  <meyering@lucent.com>
22712
22713         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22714
22715 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22716
22717         * lib/memrchr.c: Include <config.h> before any system include file.
22718
22719 2000-11-30  Jim Meyering  <meyering@lucent.com>
22720
22721         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22722
22723 2000-11-30  Jim Meyering  <meyering@lucent.com>
22724
22725         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22726
22727 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22728
22729         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22730
22731 2000-11-26  Jim Meyering  <meyering@lucent.com>
22732
22733         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22734
22735 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22736
22737         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22738         size of (size_t) -1; it's not portable.
22739
22740 2000-11-17  Jim Meyering  <meyering@lucent.com>
22741
22742         * lib/strstr.c: Update from GNU libc.
22743
22744 2000-11-17  Akim Demaille  <akim@epita.fr>
22745
22746         * lib/obstack.h: Formatting changes.
22747         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22748         prevent type checking.
22749         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22750         cast the value to (void *): assigning a `foo *' to a `void *'
22751         variable is valid.
22752         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22753
22754 2000-11-16  Jim Meyering  <meyering@lucent.com>
22755
22756         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22757
22758 2000-11-11  Jim Meyering  <meyering@lucent.com>
22759
22760         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22761
22762 2000-11-10  Jim Meyering  <meyering@lucent.com>
22763
22764         * lib/obstack.h: Update from GNU libc.
22765         * lib/obstack.c: Likewise.
22766
22767 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22768
22769         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22770
22771 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22772
22773         * lib/getusershell.c (setusershell): Use rewind rather than
22774         fseek/fseeko, to avoid configuration hassles with fseeko.
22775         Don't bother opening SHELLS_FILE if shellstream is NULL;
22776         it's not necessary.
22777
22778 2000-11-05  Jim Meyering  <meyering@lucent.com>
22779
22780         * lib/makepath.h (make_dir): Declare.
22781         * lib/makepath.c (make_dir): Remove `static' attribute.
22782         Tweak a comment.
22783
22784 2000-11-04  Jim Meyering  <meyering@lucent.com>
22785
22786         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22787
22788 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22789
22790         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22791         last one in a bucket, advance to the next bucket.
22792
22793 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22794
22795         * lib/fnmatch.c: Do not comment out all the code if we are using
22796         the GNU C library, because in some cases we are replacing buggy
22797         code in the GNU C library itself.
22798
22799 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22800
22801         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22802         (regex_compile): Catch bogus \(\1\).
22803
22804 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22805
22806         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22807         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22808         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22809
22810 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22811
22812         * lib/error.h, getline.h, modechange.h:
22813         Remove "2000" from Copyright line, as the file hasn't been
22814         changed this year other than in the copyright notice.
22815
22816         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22817         was changed this year.
22818
22819 2000-10-29  Jim Meyering  <meyering@lucent.com>
22820
22821         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22822         renaming.
22823         * m4/ls-mntd-fs.m4: Likewise
22824
22825 2000-10-29  Jim Meyering  <meyering@lucent.com>
22826
22827         * lib/xstat.in: Fix grammar in comment.
22828
22829 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22830
22831         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22832         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22833         doesn't define __restrict_arr.
22834
22835 2000-10-28  Jim Meyering  <meyering@lucent.com>
22836
22837         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22838         (jm_PREREQ_MEMCHR): New function.
22839
22840 2000-10-28  Jim Meyering  <meyering@lucent.com>
22841
22842         * lib/memchr.c: Update from libc.
22843         Adjust for portability:
22844         [HAVE_STDLIB_H]: Include stdlib.h.
22845         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22846         Undef __memchr, too.
22847         [!weak_alias]: Define __memchr to memchr.
22848
22849         * lib/regex.c: Update from libc.
22850         * lib/regex.h: Likewise.
22851         * lib/getopt1.c: Likewise.
22852         * lib/memcmp.c: Likewise.
22853
22854         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22855         Avoid using fseek, when possible -- it's broken by design.
22856         Patch by Ulrich Drepper.
22857
22858 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22859
22860         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22861         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22862         Giving in to popular pressure to shut up the compiler with casts.
22863
22864 2000-10-26  Jim Meyering  <meyering@lucent.com>
22865
22866         * lib/strftime.c: Update from libc.
22867
22868 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22869
22870         * regex.c: More `unsigned char' -> `re_char' changes.
22871         Also change several `int' into `re_wchar_t'.
22872         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22873         (PUSH_FAILURE_POINTER): Don't cast any more.
22874         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22875         We want GCC to complain, since this piece of code makes
22876         re_match non-reentrant, which *should* be fixed.
22877         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22878         (EXTEND_BUFFER): Use RETALLOC.
22879         (SET_LIST_BIT): Don't cast.
22880         (re_wchar_t): New type.
22881         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22882         that those two functions will always properly return.
22883         (IMMEDIATE_QUIT_CHECK): Cast to void.
22884         (analyse_first): Use recursion rather than an explicit stack.
22885         (re_compile_fastmap): Can't fail anymore.
22886         (re_search_2): Don't check re_compile_fastmap for failure.
22887         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22888         Now also sets the new value (passed in a new argument).
22889         (re_match_2_internal): Use it.
22890         Also, use a new var `reg' of type size_t when looping through regs
22891         rather than reuse the inappropriate `mcnt'.
22892
22893 2000-10-25  Jim Meyering  <meyering@lucent.com>
22894
22895         * lib/obstack.c: Update from libc.
22896
22897 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22898
22899         * regex.c (regex_compile): Change the way of handling a range from
22900         a char less than 256 to a char not less than 256.
22901
22902 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22903
22904         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22905         NT-Emacs only.
22906         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
22907         so that re_search functions only quit when callers expect them to.
22908
22909 2000-10-23  Jim Meyering  <meyering@lucent.com>
22910
22911         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
22912         wrong.  That set_locale call must not have any side effects.
22913         From Paul Eggert.
22914
22915 2000-10-22  Jim Meyering  <meyering@lucent.com>
22916
22917         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
22918         [CYCLIC]: Remove now-unused definition.
22919
22920         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
22921         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
22922         Suggestion from Ulrich Drepper.
22923
22924 2000-10-21  Jim Meyering  <meyering@lucent.com>
22925
22926         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
22927         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
22928         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
22929
22930 2000-10-21  Jim Meyering  <meyering@lucent.com>
22931
22932         * lib/dirname.c (memrchr): Declare if necessary.
22933         (dir_name): Remove the restriction that there be no
22934         trailing slashes.  Now, this code skips past them, effectively
22935         ignoring them.
22936         [TEST_DIRNAME] (main): New unit tests.
22937
22938         * lib/memrchr.c: New file from GNU libc.
22939         Undef __memrchr, too.
22940         [!weak_alias]: Define __memrchr to memrchr.
22941         Guard weak_alias use with `#ifdef weak_alias'.
22942
22943 2000-10-21  Jim Meyering  <meyering@lucent.com>
22944
22945         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
22946         (dir_name): Use dir_name_r.
22947         * lib/dirname.h (dir_name_r): Declare it.
22948
22949 2000-10-17  Jim Meyering  <meyering@lucent.com>
22950
22951         * lib/quote.h (PARAMS): Define and use.
22952         Reported by Akim Demaille.
22953
22954         * lib/getopt.c: Update from libc.
22955
22956 2000-10-16  Jim Meyering  <meyering@lucent.com>
22957
22958         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
22959         setlocale.
22960         From Jan Fedak.
22961
22962 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
22963
22964         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
22965
22966 2000-09-25  Jim Meyering  <meyering@lucent.com>
22967
22968         * lib/md5.h (rol): Define (from GnuPG).
22969
22970         * lib/sha.c: Give credit (GnuPG) where due.
22971         (M): Use rol rather than open-coding it.
22972         Add a FIXME comment.
22973
22974 2000-09-21  Jim Meyering  <meyering@lucent.com>
22975
22976         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
22977         Reported by Michael Stone.
22978
22979 2000-09-20  Jim Meyering  <meyering@lucent.com>
22980
22981         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
22982         (noinst_HEADERS): Add sha.h.
22983         Based on code from Scott G. Miller and from GnuPG.
22984
22985 2000-09-18  Jim Meyering  <meyering@lucent.com>
22986
22987         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
22988         LIBS. Otherwise, everyone ends up linking with -lelf for some
22989         configurations.
22990         Reported by Mike Stone.
22991
22992 2000-09-15  Jim Meyering  <meyering@lucent.com>
22993
22994         * lib/regex.c: Update from libc.
22995
22996 2000-09-10  Jim Meyering  <meyering@lucent.com>
22997
22998         * lib/getopt.c (_getopt_internal): Update from glibc.
22999
23000 2000-09-09  Jim Meyering  <meyering@lucent.com>
23001
23002         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23003         think it should be used as a general replacement for isascii.
23004         * lib/fnmatch.c: Likewise.
23005         * lib/mbswidth.c: Likewise
23006         * lib/regex.c: Likewise.
23007
23008         Don't use atoi.
23009         * lib/userspec.c: Include sys/param.h and limits.h.
23010         Include xstrtol.h.
23011         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23012         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23013         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23014         UID, GID.  Check range.
23015
23016 2000-09-06  Jim Meyering  <meyering@lucent.com>
23017
23018         * lib/getopt.c (_getopt_internal): Update from glibc.
23019
23020 2000-08-30  Jim Meyering  <meyering@lucent.com>
23021
23022         * lib/strftime.c: Merge in changes from GNU libc.
23023
23024 2000-08-26  Jim Meyering  <meyering@lucent.com>
23025
23026         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23027         * m4/fpending.m4: New file.
23028
23029 2000-08-26  Jim Meyering  <meyering@lucent.com>
23030
23031         * lib/closeout.c: Include "__fpending.h".
23032         (close_stdout_status): Return right away if there's nothing to flush.
23033
23034         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23035         * lib/__fpending.c: New file.
23036         * lib/__fpending.h: New file.
23037
23038 2000-08-20  Jim Meyering  <meyering@lucent.com>
23039
23040         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23041         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23042         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23043
23044 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23045
23046         Improve fileutils installation on systems where running
23047         programs (like install) can't be unlinked.
23048         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23049         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23050
23051 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23052
23053         Standardize on "memory exhausted" instead of "Memory exhausted"
23054         or "virtual memory exhausted".
23055         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23056         "virtual memory exhausted".
23057         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23058         our own message.
23059         * lib/userspec.c (parse_user_spec): Likewise.
23060         * lib/bumpalloc.h: comment fix
23061         * lib/same.c, userspec.c: Include xalloc.h.
23062
23063         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23064         not char *const and pointing to a constant array.
23065         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23066         (xrealloc): Comment fix.
23067
23068         * lib/userspec.c (parse_user_spec):
23069         Don't translate a message until just before returning,
23070         to avoid unnecessary translation.
23071
23072 2000-08-07  Jim Meyering  <meyering@lucent.com>
23073
23074         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23075         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23076         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23077         getgroups.c, gethostname.c, getopt.h, group-member.c,
23078         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23079         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23080         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23081         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23082         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23083         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23084         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23085         yesno.c: Back out Copyright date changes for each file with no change
23086         this year.  This eases coordination with other programs using the same
23087         source code modules.  From Paul Eggert.
23088
23089 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23090
23091         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23092         not char, for compatibility with glibc 2.1.3 strftime.c.
23093
23094 2000-08-03  Greg McGary  <greg@mcgary.org>
23095
23096         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23097         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23098         (EXTEND_BUFFER): Use them.
23099
23100 2000-08-01  Jim Meyering  <meyering@lucent.com>
23101
23102         * lib/dirname.c (ISSLASH): Define.
23103         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23104         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23105         both `\' and `/' may be use as path separators.
23106         Based on a patch from Prashant TR.
23107
23108 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23109
23110         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23111         slot vector a constant, since it might get modified.
23112
23113 2000-07-31  Jim Meyering  <meyering@lucent.com>
23114
23115         * lib/xmalloc.c: Use `virtual memory exhausted', not
23116         `Memory exhausted'.
23117         * lib/obstack.c (print_and_abort): Likewise.
23118
23119 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23120
23121         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23122         buffer, so that the caller can always quote one small
23123         component of a "memory exhausted" message in slot 0.
23124         From a suggestion by Jim Meyering.
23125
23126 2000-07-30  Jim Meyering  <meyering@lucent.com>
23127
23128         * lib/makepath.c (make_path): Quote the other instance, too.
23129
23130         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23131         (STATIC_BUF_SIZE): Define.
23132         (quotearg_n_options): Use only statically allocated storage when
23133         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23134         than STATIC_BUF_SIZE.
23135
23136 2000-07-29  Jim Meyering  <meyering@lucent.com>
23137
23138         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23139         * lib/dirname.c (dir_name): Likewise.
23140
23141         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23142         `/'.
23143
23144         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23145         (dir_name): Assert that there are no trailing slashes.
23146
23147 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23148
23149         * lib/mbswidth.h (mbswidth): Add a flags argument.
23150         (mbswidth): New declaration.
23151         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23152         * lib/mbswidth.c (mbswidth): Add a flags argument.
23153         (mbsnwidth): New function.
23154
23155 2000-07-24  Jim Meyering  <meyering@lucent.com>
23156
23157         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23158
23159 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23160
23161         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23162
23163 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23164
23165         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23166         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23167         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23168         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23169         invoke multibyte primitives.
23170
23171 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23172
23173         * lib/quotearg.c:
23174         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23175         so that mbstate_t is always defined.
23176
23177         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23178         be 1 in at least one GCC installation, and this configuration
23179         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23180         performance on hosts that have mbrtowc but have only unibyte
23181         locales, but I assume these hosts are rare.
23182
23183 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23184
23185         * lib/mbswidth.c (_XOPEN_SOURCE):
23186         Don't define; this causes problems on Solaris 7.
23187         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23188
23189 2000-07-23  Jim Meyering  <meyering@lucent.com>
23190
23191         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23192         too: getgrgid, getpwuid, getuid.
23193
23194 2000-07-23  Jim Meyering  <meyering@lucent.com>
23195
23196         * lib/basename.c (base_name): Add an assertion.
23197
23198 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23199
23200         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23201         shadow its mbsinit function.
23202
23203 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23204
23205         * lib/mbswidth.h: New file.
23206         * lib/mbswidth.c: New file.
23207         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23208         (noinst_HEADERS): Add mbswidth.h.
23209
23210 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23211
23212         * lib/config.charset: Add support for FreeBSD. Improve support for
23213         HP-UX and IRIX 6.
23214
23215 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23216
23217         * m4/mbswidth.m4: New file.
23218         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23219
23220 2000-07-15  Jim Meyering  <meyering@lucent.com>
23221
23222         * lib/makepath.c: Include quote.h.
23223         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23224         corresponding argument in a `quote (...)' call.
23225         Give better diagnostics.
23226
23227         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23228         (noinst_HEADERS): Add quote.h.
23229
23230         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23231         from tar's src/misc.c.
23232         * lib/quote.h: New file.  Prototypes for same.
23233
23234 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23235
23236         From a suggestion by Bruno Haible.
23237         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23238         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23239         to decide whether to define the BeOS workaround macro;
23240         this adjusts to the change to AC_MBSTATE_T.
23241
23242 2000-07-14  Jim Meyering  <meyering@lucent.com>
23243
23244         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23245         jm_AC_TYPE_UINTMAX_T.
23246
23247 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23248
23249         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23250
23251         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23252         quotearg_buffer_restyled): Add support for
23253         clocale_quoting_style.  Undo previous change to
23254         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23255         and "{RIGHT QUOTATION MARK}" msgids.
23256
23257 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23258
23259         From a suggestion by Bruno Haible.
23260         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23261         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23262         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23263         and mbstate_t, to a single-part test that simply defines mbstate_t.
23264         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23265         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23266
23267 2000-07-10  Jim Meyering  <meyering@lucent.com>
23268
23269         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23270
23271         * m4/gnu-source.m4: Output to confdefs.h directly.
23272         Suggestion from Akim Demaille.
23273
23274 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23275
23276         The old behavior of quoting `like this' doesn't look good with
23277         newer, ISO-style fonts.  See:
23278         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23279
23280         Instead, quote "like this" by default.  Let the translator
23281         tailor the locale-specific quoting behavior by providing
23282         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23283
23284         * lib/quotearg.c (N_): New macro.
23285         (gettext_default): New function.
23286         (quotearg_buffer_restyled): Use
23287         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23288         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23289
23290 2000-07-09  Jim Meyering  <meyering@lucent.com>
23291
23292         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23293         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23294
23295         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23296         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23297
23298 2000-07-09  Jim Meyering  <meyering@lucent.com>
23299
23300         * lib/Most files: Update copyright dates to include 2000.
23301
23302 2000-07-08  Jim Meyering  <meyering@lucent.com>
23303
23304         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23305         if not defined.
23306         (xgethostname): Remove now-unnecessary #ifdef.
23307         Move declaration of `err' into loop where it's used.
23308
23309 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23310         and Bruno Haible  <haible@clisp.cons.org>
23311
23312         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23313         only if the test for an object-type mbstate_t fails.  This
23314         prevents us from mistakenly reporting that mbstate_t is a
23315         system object type after we "#define mbstate_t int" to work
23316         around its lack.
23317
23318 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23319         and Bruno Haible  <haible@clisp.cons.org>
23320
23321         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23322
23323 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23324
23325         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23326         to strerror_r.
23327         Include <ctype.h> for use of isalpha.
23328
23329 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23330
23331         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23332         by allocating a larger buffer. Test the gethostname return value for
23333         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23334         returns an error and ENAMETOOLONG isn't defined.
23335
23336 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23337
23338         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23339         dimension.
23340
23341 2000-07-04  Jim Meyering  <meyering@lucent.com>
23342
23343         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23344         of the deprecated AC_CHECKING.
23345
23346 2000-07-04  Jim Meyering  <meyering@lucent.com>
23347
23348         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23349         Reported by Bruno Haible.
23350
23351 2000-07-04  Jim Meyering  <meyering@lucent.com>
23352
23353         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23354         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23355         lacks mbrtowc.
23356
23357 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23358
23359         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23360         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23361
23362 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23363         and Bruno Haible  <haible@clisp.cons.org>
23364
23365         * lib/quotearg.c (mbrtowc):
23366         Assign to *pwc, and return 1 only if result is nonzero.
23367         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23368
23369 2000-07-03  Jim Meyering  <meyering@lucent.com>
23370
23371         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23372
23373 2000-07-03  Jim Meyering  <meyering@lucent.com>
23374
23375         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23376         This is necessary to get a definition of e.g., UTMP_FILE on
23377         HP-UX 10.20.
23378         From Bob Proulx.
23379
23380 2000-07-02  Jim Meyering  <meyering@lucent.com>
23381
23382         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23383
23384         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23385         AC_LIBOBJ(function_name).
23386         * m4/chown.m4: Likewise.
23387         * m4/fnmatch.m4: Likewise.
23388         * m4/ftruncate.m4: Likewise.
23389         * m4/getgroups.m4: Likewise.
23390         * m4/getline.m4: Likewise.
23391         * m4/group-member.m4: Likewise.
23392         * m4/jm-macros.m4: Likewise.
23393         * m4/lstat.m4: Likewise.
23394         * m4/malloc.m4: Likewise.
23395         * m4/memcmp.m4: Likewise.
23396         * m4/nanosleep.m4: Likewise.
23397         * m4/putenv.m4: Likewise.
23398         * m4/realloc.m4: Likewise.
23399         * m4/regex.m4: Likewise.
23400         * m4/stat.m4: Likewise.
23401         * m4/strftime.m4: Likewise.
23402
23403 2000-07-02  Jim Meyering  <meyering@lucent.com>
23404
23405         * lib/quotearg.c (mbstate_t): Don't define here.
23406
23407 2000-07-02  Jim Meyering  <meyering@lucent.com>
23408
23409         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23410
23411 2000-07-01  Jim Meyering  <meyering@lucent.com>
23412
23413         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23414
23415 2000-07-01  Jim Meyering  <meyering@lucent.com>
23416
23417         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23418         problem.
23419
23420 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23421
23422         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23423         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23424
23425 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23426
23427         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23428         per change in ../m4/ls-mntd-fs.m4.
23429         (read_filesystem_list): Ignore symbolic links.
23430
23431 2000-06-29  Jim Meyering  <meyering@lucent.com>
23432
23433         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23434         for declaration of strcmp.
23435
23436         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23437
23438         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23439         Avoid warning by casting result to `char *' to remove `const'.
23440
23441 2000-06-28  Jim Meyering  <meyering@lucent.com>
23442
23443         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23444         included by quotearg.c, for which we perform this test.  From
23445         Bruno Haible.
23446
23447 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23448
23449         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23450         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23451         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23452
23453 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23454
23455         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23456
23457 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23458
23459         savedir now sets errno on failure and invokes xmalloc to get memory.
23460         Fix a couple of other minor bugs while we're at it.
23461
23462         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23463         (NAMLEN): Remove macro.
23464         (malloc, realloc): Remove decls.
23465         (stpcpy): Likewise.
23466         ("xalloc.h"): Include.
23467         (NAME_SIZE_DEFAULT): New macro.
23468         (savedir): Use xmalloc / xrealloc to allocate memory.
23469         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23470         Skip "" directory entries.
23471         Use strlen to calculate directory entry length, since the old method
23472         is rarely used these days and isn't worth supporting.
23473         Don't use a pointer after freeing it.
23474         Check for integer overflow when calculating allocation size.
23475         Use memcpy to copy entries, instead of stpcpy.
23476         Set errno properly when returning NULL.
23477         Check for readdir error.
23478
23479 2000-06-26  Jim Meyering  <meyering@lucent.com>
23480
23481         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23482
23483 2000-06-25  Jim Meyering  <meyering@lucent.com>
23484
23485         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23486         Linux header bug when _XOPEN_SOURCE is defined to 500.
23487
23488 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23489
23490         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23491         deficiency.
23492
23493 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23494
23495         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23496         Include xalloc.h.
23497         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23498
23499 2000-06-24  Jim Meyering  <meyering@lucent.com>
23500
23501         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23502         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23503         for which strerror does return char*, but which lacks a conveniently
23504         accessible declaration of the function.  If the compile-test says
23505         strerror_r doesn't work, then resort to a `run'-test that works on
23506         BeOS and segfaults on DEC Unix.
23507
23508 2000-06-24  Jim Meyering  <meyering@lucent.com>
23509
23510         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23511
23512 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23513
23514         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23515         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23516
23517 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23518
23519         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23520         (mbrtowc, mbstate_t): Define substitutes if
23521         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23522         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23523         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23524
23525 2000-06-23  Jim Meyering  <meyering@lucent.com>
23526
23527         * m4/afs.m4: Add missing AC_MSG_RESULT.
23528         Reported by Bruno Haible.
23529
23530         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23531         Suggestion from Bruno Haible.
23532
23533 2000-06-23  Jim Meyering  <meyering@lucent.com>
23534
23535         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23536
23537 2000-06-21  Jim Meyering  <meyering@lucent.com>
23538
23539         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23540
23541 2000-06-21  Jim Meyering  <meyering@lucent.com>
23542
23543         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23544         (noinst_HEADERS): Add getstr.h.
23545
23546         * lib/getline.c (getstr): Move into a separate file.
23547         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23548         the following changes: new parameter, delim2; both delim[12]
23549         parameters have type `int', not `char'.  The latter would lose
23550         with 8-bit delimiters.
23551         * lib/getstr.h: New file.
23552
23553 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23554
23555         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23556         than 1024, return a memory chunk of least possible size, instead
23557         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23558         Use free/xmalloc instead of xrealloc to avoid copying for very long
23559         paths.
23560
23561 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23562
23563         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23564         the empty string.
23565
23566 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23567
23568         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23569         address, not strdup.  Include <stdlib.h> and don't declare free().
23570
23571 2000-06-19  Jim Meyering  <meyering@lucent.com>
23572
23573         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23574
23575 2000-06-18  Jim Meyering  <meyering@lucent.com>
23576
23577         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23578
23579         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23580         `checking whether...' message to be consistent with that of the
23581         lstat test.
23582
23583 2000-06-18  Jim Meyering  <meyering@lucent.com>
23584
23585         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23586         Besides, these days every porting target provides a mkdir function.
23587
23588         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23589         needed. (this snippet comes from src/system.h).
23590
23591 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23592
23593         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23594
23595 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23596
23597         * lib/human.c (adjust_value): New function.
23598         (human_readable_inexact): Apply rounding style even when
23599         printing approximate values.
23600
23601 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23602
23603         * lib/human.c (human_readable_inexact): Allow an input block
23604         size that is not a multiple of the output block size, and vice versa.
23605         Reported by Piergiorgio Sartor.
23606
23607 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23608
23609         * lib/getdate.y (get_date): Apply relative times after time
23610         zone indicator, not before.  Reported by Todd A. Jacobs.
23611
23612 2000-06-13  Jim Meyering  <meyering@lucent.com>
23613
23614         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23615
23616         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23617
23618 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23619
23620         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23621
23622 2000-06-12  Jim Meyering  <meyering@lucent.com>
23623
23624         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23625         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23626         optional argument.
23627         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23628         the optional argument, `lib'.
23629
23630 2000-06-08  Jim Meyering  <meyering@lucent.com>
23631
23632         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23633
23634 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23635
23636         Rewrite largefile configuration so that we don't need to run
23637         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23638         AC_CANONICAL_HOST in configure.in -- jmm]
23639
23640         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23641         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23642         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23643         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23644         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23645         All uses changed.
23646         Instead of inspecting the output of getconf, try to compile the
23647         test program without and with the macro definition.
23648         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23649         for getconf.  Instead, check for the needed flags by compiling
23650         test programs.
23651
23652 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23653
23654         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23655
23656 2000-06-04  Jim Meyering  <meyering@lucent.com>
23657
23658         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23659         SunOS 4.1.4 for which gid_t is an unsigned type.
23660
23661 2000-06-03  Jim Meyering  <meyering@lucent.com>
23662
23663         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23664         now that autoconf requires that.
23665
23666         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23667         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23668         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23669
23670 2000-06-03  Jim Meyering  <meyering@lucent.com>
23671
23672         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23673
23674 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23675
23676         * m4/glibc21.m4: New file.
23677         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23678
23679 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23680
23681         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23682         newer, don't install charset.alias.
23683         * lib/config.charset: Change the Linux/glibc rules so they become empty
23684         on glibc-2.1 or newer.
23685
23686 2000-06-02  Jim Meyering  <meyering@lucent.com>
23687
23688         * lib/mountlist.c: Back out last change.  Instead, do this...
23689         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23690         me_dummy member using the same `ignore'-testing code.
23691         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23692         fs_type strings.
23693         From Mark D. Roth.
23694
23695 2000-05-29  Jim Meyering  <meyering@lucent.com>
23696
23697         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23698         mounts with the `ignore' attribute.  Based on a patch from
23699         Mark D. Roth.
23700
23701 2000-05-28  Jim Meyering  <meyering@lucent.com>
23702
23703         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23704         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23705         * m4/stat.m4: Likewise.
23706         * m4/lstat.m4: Likewise.
23707         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23708
23709         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23710         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23711
23712 2000-05-26  Jim Meyering  <meyering@lucent.com>
23713
23714         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23715
23716 2000-05-24  Jim Meyering  <meyering@lucent.com>
23717
23718         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23719         autoconf requires that.
23720         * m4/lib-check.m4: Likewise.
23721         * m4/jm-macros.m4: Likewise.
23722         * m4/strftime.m4: Likewise.
23723
23724         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23725         AC_CHECK_DECLS, now that autoconf requires that.
23726
23727 2000-05-22  Jim Meyering  <meyering@lucent.com>
23728
23729         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23730         * m4/lstat.m4: Likewise.
23731
23732 2000-05-22  Jim Meyering  <meyering@lucent.com>
23733
23734         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23735
23736 2000-05-20  Jim Meyering  <meyering@lucent.com>
23737
23738         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23739         (jm_PREREQ): Use it.
23740
23741 2000-05-18  Jim Meyering  <meyering@lucent.com>
23742
23743         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23744         back, too, since it may have been modified by allocate_entry.
23745         (hash_delete): Rewrite to use neither the assignment operator
23746         nor the comma operator in an if-expression.
23747
23748 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23749
23750         * lib/closeout.c:
23751         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23752         Remove; no longer needed.
23753         "quotearg.h": Add include.
23754         (file_name): Do not bother to explicitly initialize to NULL; it's less
23755         efficient on some hosts.
23756         (close_stdout_status): Remove test as to whether stdout was already
23757         closed; it breaks for the case "echo x | sort >&-".
23758         Quote file name colons.
23759         Do not assume that _("write error") lacks format strings.
23760
23761 2000-05-15  Jim Meyering  <meyering@lucent.com>
23762
23763         * lib/version-etc.c (version_etc_copyright): Update the copyright
23764         string used in all --version output.
23765
23766 2000-05-14  Jim Meyering  <meyering@lucent.com>
23767
23768         * lib/closeout.c (close_stdout_set_file_name): New function.
23769         (close_stdout_status): Use new file-scoped global.
23770         Return right away if fstat says the stdout file descriptor is invalid.
23771         * lib/closeout.h (close_stdout_set_file_name): Declare.
23772
23773 2000-05-10  Jim Meyering  <meyering@lucent.com>
23774
23775         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23776         (close_stdout_set_status): New function.
23777         * lib/closeout.h (close_stdout_set_status): Declare.
23778
23779 2000-05-09  Jim Meyering  <meyering@lucent.com>
23780
23781         * m4/gettext.m4: Rename this...
23782         * m4/libintl.m4: ...to this.
23783
23784 2000-05-08  Jim Meyering  <meyering@lucent.com>
23785
23786         * lib/long-options.c: Don't include closeout.h.
23787         (parse_long_options): Don't call close_stdout for --version.
23788
23789 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23790
23791         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23792         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23793         2.1.3 bug.  This avoids a clash when files like regex.c define
23794         _GNU_SOURCE.
23795
23796 2000-05-06  Jim Meyering  <meyering@lucent.com>
23797
23798         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23799         (AC_REPLACE_FUNCS): Add strnlen.
23800
23801         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23802         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23803
23804         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23805         AC_SEARCH_LIBS call for nanosleep.
23806         (LIB_NANOSLEEP): Set and AC_SUBST.
23807
23808 2000-05-06  Jim Meyering  <meyering@lucent.com>
23809
23810         * lib/strnlen.c: Undefine __strnlen and strnlen.
23811         [!weak_alias]: Define __strnlen to strnlen.
23812
23813         * lib/atexit.c: New file, from libiberty.
23814
23815 2000-05-06  Jim Meyering  <meyering@lucent.com>
23816
23817         * lib/closeout.c (close_stdout_status): Also check for errors on the
23818         stderr stream.
23819
23820 2000-05-05  Jim Meyering  <meyering@lucent.com>
23821
23822         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23823         AC_SEARCH_LIBS call for clock_gettime.
23824         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23825
23826         * m4/search-libs.m4: Update from autoconf.
23827
23828         su doesn't work on Solaris 2.6.
23829         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23830         <shadow.h>.  Reported by Dragos Harabor.
23831
23832 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23833
23834         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23835         memcpy instead of xmalloc, xrealloc, path_concat.
23836         (locale_charset): Treat empty environment variables as absent.
23837         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23838
23839 2000-05-04  Jim Meyering  <meyering@lucent.com>
23840
23841         * lib/getopt.c: Update from glibc.
23842         * lib/obstack.c: Likewise.
23843         * lib/obstack.h: Likewise.
23844         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23845         file
23846
23847         * lib/regex.h: Likewise.
23848         * lib/strndup.c: Likewise.
23849         * lib/strnlen.c: New file, from glibc.
23850
23851 2000-05-03  Jim Meyering  <meyering@lucent.com>
23852
23853         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23854
23855 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23856
23857         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23858         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23859         compile-time test, rather than inspecting host and OS, to
23860         decide whether to define _LARGEFILE_SOURCE.
23861
23862 2000-05-01  Jim Meyering  <meyering@lucent.com>
23863
23864         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23865
23866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23867         Based on a patch from Bruno Haible.
23868
23869 2000-05-01  Jim Meyering  <meyering@lucent.com>
23870
23871         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23872
23873 2000-04-29  Jim Meyering  <meyering@lucent.com>
23874
23875         * lib/path-concat.c: Declare strdup only if it's not defined.
23876         * lib/canon-host.c: Likewise.
23877
23878 2000-04-28  Jim Meyering  <meyering@lucent.com>
23879
23880         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23881         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23882         is included first, then limits.h is included by locale.h by libintl.h.
23883         From John David Anglin.
23884
23885 2000-04-25  Jim Meyering  <meyering@lucent.com>
23886
23887         * lib/makepath.c (S_IRWXUGO): Define.
23888         (make_path): Always perform explicit chmod if MODE specifies any
23889         of the `special' permission bits.  Prompted by a bug report against
23890         install from Mate Wierdl and Joost van Baal.
23891
23892 2000-04-18  Jim Meyering  <meyering@lucent.com>
23893
23894         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23895         (jm_PREREQ): Use it.
23896
23897 2000-04-18  Jim Meyering  <meyering@lucent.com>
23898
23899         * lib/README: New file.
23900
23901         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23902         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23903
23904 2000-04-17  Jim Meyering  <meyering@lucent.com>
23905
23906         Get it right :-)
23907         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
23908         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
23909         Suggestion from Akim Demaille.
23910
23911 2000-04-17  Jim Meyering  <meyering@lucent.com>
23912
23913         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
23914         the definition of it to rpl_strftime also defined-away the system's
23915         declaration.
23916
23917 2000-04-15  Jim Meyering  <meyering@lucent.com>
23918
23919         Use `C' to denote so-called `contiguous' files, the same way
23920         that tar does.
23921         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
23922         (ftypelet): Use S_ISCTG.
23923         From Michael Deutschmann.
23924
23925 2000-04-14  Jim Meyering  <meyering@lucent.com>
23926
23927         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
23928         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
23929         clobbered.
23930
23931 2000-04-14  Jim Meyering  <meyering@lucent.com>
23932
23933         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23934
23935 2000-04-13  Jim Meyering  <meyering@lucent.com>
23936
23937         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
23938         AH_VERBATIM to insert required #ifndef into config.h.in.
23939         Suggestion from Akim Demaille.
23940
23941 2000-04-12  Jim Meyering  <meyering@lucent.com>
23942
23943         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
23944         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
23945         Christian Krackowizer.
23946
23947         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
23948         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
23949         (AC_SYS_LARGEFILE): Require.
23950         (AM_C_PROTOTYPES): Require.
23951
23952 2000-04-08  Jim Meyering  <meyering@lucent.com>
23953
23954         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
23955         names don't conflict.  Reported by Eli Zaretskii.
23956
23957 2000-04-07  Jim Meyering  <meyering@lucent.com>
23958
23959         * lib/putenv.c: Move inclusion of errno.h so it follows that of
23960         sys/types.h, to work around system header problems on AIX 3.2.5.
23961         From Bruno Haible.
23962
23963 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
23964
23965         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
23966         bug.  Deal with the different error behavior of Irix iconv.
23967
23968 2000-04-05  Paul Eggert  <eggert@twinsun.com>
23969
23970         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
23971         IRIX if the installer said otherwise.
23972
23973 2000-04-05  Jim Meyering  <meyering@lucent.com>
23974
23975         Portability tweaks required for ultrix4.3.
23976         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
23977         (jm_CHECK_DECLS): Add getutent to the list of functions.
23978         (_jm_DECL_HEADERS): Add utmpx.h.
23979         From John David Anglin.
23980
23981         * m4/strftime.m4: Back out the 2000-04-02 change.
23982         Instead of that change, simply undefine putenv in the test program.
23983
23984 2000-04-05  Jim Meyering  <meyering@lucent.com>
23985
23986         Portability tweaks required for ultrix4.3.
23987         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
23988         getutent.
23989         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
23990         * lib/canon-host.c: Declare strdup.
23991         * lib/path-concat.c: Likewise.
23992         From John David Anglin.
23993
23994 2000-04-04  Jim Meyering  <meyering@lucent.com>
23995
23996         Be more DOS 8.3-friendly.
23997         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23998         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23999         * lib/Makefile.am: Reflect renaming.
24000         Reported by Eli Zaretskii.
24001
24002         Use a temporary file name that won't clash with `charset.alias'
24003         in the DOS 8.3 name space.
24004         * lib/Makefile.am (charset_tmp): Define.
24005         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24006         (uninstall-local): Likewise.
24007         Reported by Eli Zaretskii.
24008
24009 2000-04-03  Jim Meyering  <meyering@lucent.com>
24010
24011         * m4/gettext.m4: Fix typo in comment.
24012
24013         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24014         textutils/configure.in).  Suggestion from Paul Eggert.
24015         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24016
24017 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24018
24019         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24020         variable in the shell rather than using putenv, which isn't
24021         portable.  This avoids the configure-time inter-test dependency
24022         on the potentially-renamed putenv function.
24023
24024 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24025
24026         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24027         before checking struct stat.st_blksize, so that
24028         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24029
24030 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24031
24032         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24033         since strftime.c uses HAVE_STRFTIME to decide whether to use
24034         the underlying strftime.
24035
24036 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24037
24038         * lib/time/strftime.c (my_strftime): Make sure we call the system
24039         strftime, not ourselves, when invoking the underlying strftime.
24040
24041 2000-03-24  Jim Meyering  <meyering@lucent.com>
24042
24043         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24044         (charset_alias): Define.
24045         (install-exec-local): Factor out common code.
24046         (uninstall-local): Split lines longer than 80.
24047         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24048         (SUFFIXES): Define.
24049         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24050         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24051
24052 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24053
24054         * lib/config.charset: Output a line containing "Packages using this
24055         file".
24056         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24057         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24058         ref-del.sed): New rules.
24059
24060 2000-03-17  Jim Meyering  <meyering@lucent.com>
24061
24062         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24063         Otherwise, include <strings.h>
24064
24065 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24066
24067         * lib/unicodeio.c (utf8_wctomb): New function.
24068         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24069         format instead of in UCS-4 with platform dependent endianness.
24070
24071 2000-03-10  Jim Meyering  <meyering@lucent.com>
24072
24073         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24074         From Marco Franzen.
24075
24076 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24077
24078         * lib/savedir.c (savedir): Work even if directory size is
24079         negative; this can happen with some screwy NFS configurations.
24080
24081 2000-03-06  Jim Meyering  <meyering@lucent.com>
24082
24083         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24084         if it's NULL (because we ran out of memory).  From Bruno Haible.
24085
24086 2000-03-05  Jim Meyering  <meyering@lucent.com>
24087
24088         * lib/localcharset.c ("path-concat.h"): Include.
24089         (get_charset_aliases): Use path_concat instead of ANSI string
24090         concatenation.
24091
24092         * lib/unicodeio.h (PARAMS): Define.
24093         Use it to guard prototype.
24094
24095 2000-03-04  Jim Meyering  <meyering@lucent.com>
24096
24097         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24098         for lib/localcharset.c.
24099
24100 2000-03-04  Jim Meyering  <meyering@lucent.com>
24101
24102         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24103         installing into it.
24104         (uninstall-local): Uncomment this rule so `make distcheck' works
24105         once again.
24106
24107         * lib/unicodeio.c (<errno.h>): Include it.
24108         (errno): Declare if not defined.
24109
24110         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24111
24112         * lib/config.charset: New version, incorporating remarks from a linux
24113         i18n mailing list.  From Bruno Haible.
24114
24115 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24116
24117         * m4/codeset.m4: New file.
24118         * m4/iconv.m4: New file.
24119         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24120
24121 2000-03-03  Jim Meyering  <meyering@lucent.com>
24122
24123         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24124
24125 2000-03-02  Jim Meyering  <meyering@lucent.com>
24126
24127         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24128         the messages come out on separate lines.
24129
24130         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24131         rather than jm_CHECK_DECLARATIONS.
24132         * m4/decl.m4: Remove now-unused file.
24133
24134         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24135         geteuid.
24136
24137 2000-03-02  Jim Meyering  <meyering@lucent.com>
24138
24139         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24140
24141 2000-03-01  Jim Meyering  <meyering@lucent.com>
24142
24143         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24144         * lib/unicodeio.c: Likewise.
24145
24146 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24147
24148         * lib/config.charset: New file.
24149         * lib/localcharset.c: New file.
24150         * lib/unicodeio.h, lib/unicodeio.c: New files.
24151         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24152         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24153         (noinst_HEADERS): Add unicodeio.h.
24154         (all-local, install-exec-local, charset.alias): New targets.
24155
24156 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24157
24158         * lib/quotearg.c (ALERT_CHAR): New macro.
24159         (quotearg_buffer_restyled): Use it.
24160
24161 2000-02-27  Jim Meyering  <meyering@lucent.com>
24162
24163         * m4/check-decl.m4: Add getenv to the list.
24164
24165 2000-02-27  Jim Meyering  <meyering@lucent.com>
24166
24167         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24168         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24169
24170         * lib/backupfile.c: Guard inclusion of stdlib.h with
24171         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24172         Declare malloc if needed.
24173
24174         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24175         `#ifndef HAVE_DECL..'
24176         now that autoconf always defines the HAVE_DECL_ symbols.
24177         * lib/human.c: Likewise.
24178         * lib/same.c: Likewise.
24179         * lib/strtoumax.c: Likewise.
24180
24181         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24182         declaration check was not run.
24183         * lib/hash.c: Likewise.
24184         * lib/human.c: Likewise.
24185         * lib/same.c: Likewise.
24186         * lib/strtoumax.c: Likewise.
24187
24188         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24189         `.', then first look up the entire `.'-containing string as a login
24190         name.
24191
24192 2000-02-23  Jim Meyering  <meyering@lucent.com>
24193
24194         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24195         in place of my hack.
24196
24197 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24198
24199         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24200         (textint): New typedef.
24201         (parser_control): Member year changed from int to textint.
24202         All uses changed.
24203         (YYSTYPE): Removed; replaced by %union with int and textint members.
24204         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24205         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24206         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24207         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24208         (date, number, to_year): Use width of number in digits, not its value,
24209         to determine whether it's a 2-digit year, or a 2-digit time.
24210         (yylex): Store number of digits of numeric tokens.
24211         Reported by John Kendall.
24212
24213         (parser_control): Changed from struct parser_control to typedef (for
24214         consistency).  All uses changed.
24215
24216         (tID): Removed; not used.
24217         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24218
24219 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24220
24221         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24222         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24223
24224 2000-02-12  Jim Meyering  <meyering@lucent.com>
24225
24226         * lib/userspec.c (ISDIGIT): Define it.
24227         (isdigit): Remove definition.
24228         (is_number): Use ISDIGIT, not isdigit.
24229         <libintl.h>: Include.
24230         (_ and N_): Define.
24231         (parse_user_spec): Mark translatable strings.
24232
24233 2000-02-10  Jim Meyering  <meyering@lucent.com>
24234
24235         With these changes, nanosleep.[ch] are finally enough like the other
24236         lib/* replacement files to compile on a few more losing systems.
24237
24238         * lib/nanosleep.h: Don't include config.h.
24239         Remove prototype from declaration of nanosleep.
24240         (PARAMS): Remove now-unneeded definition.
24241         * lib/nanosleep.c: #undef nanosleep.
24242         (rpl_nanosleep): Rename from nanosleep.
24243
24244 2000-02-10  Jim Meyering  <meyering@lucent.com>
24245
24246         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24247         gnu_nanosleep to rpl_nanosleep.
24248
24249 2000-02-09  Jim Meyering  <meyering@lucent.com>
24250
24251         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24252         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24253
24254 2000-02-08  Akim Demaille  <akim@epita.fr>
24255
24256         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24257         `[' and `]' and remove uses of `changequote'.
24258         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24259         (AC_SYS_LARGEFILE): Likewise.
24260         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24261         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24262         of changequote.
24263         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24264         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24265         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24266         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24267
24268 2000-02-05  Jim Meyering  <meyering@lucent.com>
24269
24270         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24271         Remove explicit use of AC_HEADER_TIME.  It is required by
24272         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24273         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24274         in autoconf whereby the expansion of the latter ended up preceding
24275         the expansion of its prerequisite, AC_HEADER_TIME.
24276         Reported by Volker Borchert.
24277
24278 2000-02-03  Jim Meyering  <meyering@lucent.com>
24279
24280         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24281
24282 2000-02-03  Jim Meyering  <meyering@lucent.com>
24283
24284         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24285         rather than with `#if HAVE_UTMPNAME'.
24286
24287 2000-02-02  Jim Meyering  <meyering@lucent.com>
24288
24289         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24290         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24291         Reported by Eli Zaretskii.
24292
24293 2000-02-01  Jim Meyering  <meyering@lucent.com>
24294
24295         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24296
24297 2000-01-31  Jim Meyering  <meyering@lucent.com>
24298
24299         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24300         functions.  Add the time.h and sys/time.h headers along with the
24301         AC_REQUIRE'ment of AC_HEADER_TIME.
24302
24303 2000-01-31  Jim Meyering  <meyering@lucent.com>
24304
24305         * lib/nanosleep.h (nanosleep): Guard declaration with
24306         `#if ! HAVE_DECL_NANOSLEEP'.
24307         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24308         the declaration in that vendor's sys/timers.h.
24309         Reported by Christian Krackowizer.
24310
24311         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24312         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24313         (ISPRINT): Likewise.
24314         Reported by Tom Tromey.
24315
24316 2000-01-30  Jim Meyering  <meyering@lucent.com>
24317
24318         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24319
24320         * m4/prereq.m4 (utmp_includes): Define.
24321         Check for ut_user and ut_name members in both struct utmpx
24322         and struct utmp.
24323
24324 2000-01-30  Jim Meyering  <meyering@lucent.com>
24325
24326         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24327         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24328         header files where only utmpx.ut_user is declared.
24329
24330         * lib/readutmp.h (UT_USER): Define.
24331
24332 2000-01-29  Jim Meyering  <meyering@lucent.com>
24333
24334         * m4/lib-check.m4: New file containing library-related checks from
24335         fileutils and sh-utils (textutils had none).
24336
24337 2000-01-28  Jim Meyering  <meyering@lucent.com>
24338
24339         * m4/perl.m4: Change format of warning message to look more like that
24340         from the missing script.  Suggestion from François Pinard.
24341
24342 2000-01-25  Jim Meyering  <meyering@lucent.com>
24343
24344         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24345         well as time.h in the compile check.
24346         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24347         Fix typo in cross-compiling case: s/yes/no/.
24348
24349 2000-01-23  Jim Meyering  <meyering@lucent.com>
24350
24351         * m4/jm-macros.m4: Move df-related tests here from
24352         fileutils/configure.in
24353
24354         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24355         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24356
24357         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24358         s/space/ac_fsusage_space/.
24359         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24360
24361         * m4/ftruncate.m4: New file (derived from part of
24362         fileutils/configure.in).
24363         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24364         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24365
24366         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24367         AC_SUBST these here, rather than just in sh-util/configure.in, so
24368         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24369         all the same.
24370         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24371         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24372         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24373         (AC_SUBST(POW_LIBM)): Likewise.
24374         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24375
24376 2000-01-23  Jim Meyering  <meyering@lucent.com>
24377
24378         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24379         obstack.c.
24380
24381 2000-01-22  Jim Meyering  <meyering@lucent.com>
24382
24383         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24384
24385         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24386
24387         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24388         configure.in
24389         (AC_CHECK_HEADERS): Likewise for sh-utils.
24390         (AC_CHECK_HEADERS): Likewise for textutils.
24391         Merge the three lists of headers.
24392
24393         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24394         from fileutils' configure.in.
24395
24396         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24397         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24398         check-decl.m4.
24399
24400         * m4/check-decl.m4: Use #if rather than #ifdef.
24401         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24402         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24403         (_jm_DECL_HEADERS): Define new function.
24404         (jm_CHECK_DECLARATIONS): Require it.
24405
24406 2000-01-22  Jim Meyering  <meyering@lucent.com>
24407
24408         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24409         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24410         Required for some AIX systems.  Reported by Christian Krackowizer.
24411         [TESTING] (main): New function.
24412
24413         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24414         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24415         letters.
24416
24417         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24418         iswprint.
24419
24420         * lib/strverscmp.c (ISDIGIT): Define.
24421         (strverscmp): Use ISDIGIT, not isdigit.
24422
24423 2000-01-19  Jim Meyering  <meyering@lucent.com>
24424
24425         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24426         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24427         defines `struct timespec' in <sys/time.h>
24428
24429         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24430         Thanks to Akim for explaining.
24431
24432 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24433
24434         * lib/nanosleep.c (nanosleep):
24435         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24436         POSIX.1 doesn't require SA_INTERRUPT and some systems
24437         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24438         it's been part of POSIX.1 since day 1 (in 1988).
24439
24440 2000-01-17  Jim Meyering  <meyering@lucent.com>
24441
24442         * lib/interlock: Remove unused file.  Reported by François Pinard.
24443
24444 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24445
24446         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24447         alert, backslash, formfeed, and vertical tab unnecessarily in
24448         shell quoting style.
24449
24450 2000-01-16  Jim Meyering  <meyering@lucent.com>
24451
24452         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24453         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24454         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24455         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24456
24457 2000-01-16  Jim Meyering  <meyering@lucent.com>
24458
24459         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24460         because the latter didn't work.
24461
24462 2000-01-15  Jim Meyering  <meyering@lucent.com>
24463
24464         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24465         (AC_REPLACE_FUNCS): Add memcpy and memset.
24466         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24467         Add strpbrk.
24468         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24469
24470 2000-01-12  Jim Meyering  <meyering@lucent.com>
24471
24472         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24473         (jm_PREREQ): Use it.
24474         (jm_PREREQ_READUTMP): New macro.
24475         (jm_PREREQ): Use it.
24476
24477 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24478
24479         Quote multibyte characters correctly.
24480         * m4/c-bs-a.m4: New file.
24481         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24482         (jm_PREREQ): Use it.
24483
24484 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24485
24486         * m4/uintmax_t.m4: Port to autoconf 2.13.
24487
24488 2000-01-08  Jim Meyering  <meyering@ascend.com>
24489
24490         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24491         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24492
24493 2000-01-04  Jim Meyering  <meyering@ascend.com>
24494
24495         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24496         jm_STRUCT_DIRENT_D_TYPE.
24497         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24498         jm_STRUCT_DIRENT_D_INO.
24499         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24500         jm_STRUCT_UTIMBUF.
24501         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24502         renamings.
24503         * m4/utime.m4: Likewise.
24504
24505         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24506         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24507
24508 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24509
24510         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24511         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24512
24513 2000-01-02  Jim Meyering  <meyering@ascend.com>
24514
24515         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24516         remember if this is necessary.
24517
24518 1999-12-26  Jim Meyering  <meyering@ascend.com>
24519
24520         * m4/jm-macros.m4: Use it here.
24521         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24522
24523 1999-12-23  Jim Meyering  <meyering@ascend.com>
24524
24525         * m4/jm-macros.m4: Check for clock_gettime (moved from
24526         fileutils/configure.in)
24527         Check for gettimeofday.
24528
24529 1999-12-20  Jim Meyering  <meyering@ascend.com>
24530
24531         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24532         autoconf-2.14a-1999-12-20.
24533
24534 1999-12-19  Jim Meyering  <meyering@ascend.com>
24535
24536         * m4/lstat-slash.m4: New file.
24537         * m4/jm-macros.m4: Use the new macro:
24538         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24539
24540 1999-12-07  Jim Meyering  <meyering@ascend.com>
24541
24542         * m4/perl.m4: Require that File::Compare be available, too.
24543         Too many systems seem to lack it.
24544
24545         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24546         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24547
24548 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24549
24550         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24551         problem with the QNX 4.25 shell, which doesn't propagate exit
24552         status of failed commands inside shell assignments.
24553
24554 1999-11-17  Jim Meyering  <meyering@ascend.com>
24555
24556         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24557
24558 1999-11-07  Jim Meyering  <meyering@ascend.com>
24559
24560         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24561
24562 1999-11-06  Jim Meyering  <meyering@ascend.com>
24563
24564         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24565         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24566
24567 1999-11-05  Jim Meyering  <meyering@ascend.com>
24568
24569         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24570         configure.in of textutils, fileutils, and sh-utils into this one
24571         (shared between those packages) file.
24572         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24573         AC_STRUCT_ST_BLKSIZE.
24574
24575 1999-11-03  Jim Meyering  <meyering@ascend.com>
24576
24577         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24578         of AC_CHECK_TYPE checks includes unistd.h.
24579         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24580         Suggestion from Akim Demaille.
24581
24582 1999-10-30  Jim Meyering  <meyering@ascend.com>
24583
24584         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24585         m4-quoted string.
24586         * m4/ls-mntd-fs.m4: Likewise.
24587         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24588         * m4/jm-winsz1.m4: Likewise.
24589
24590         * m4/const.m4: Remove file, since the fix made it into the experimental
24591         version of autoconf.
24592         * m4/mktime.m4: Likewise.
24593
24594         * m4/check-type.m4: Remove file, now that the latest version of
24595         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24596
24597         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24598         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24599         AC_CHECK_TYPE.
24600
24601 1999-10-04  Jim Meyering  <meyering@ascend.com>
24602
24603         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24604
24605 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24606
24607         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24608         2.95.1 bug with HP-UX 10.20.
24609
24610 1999-09-17  Jim Meyering  <meyering@ascend.com>
24611
24612         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24613         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24614         due to missing strdup (against sh-utils-2.0).
24615
24616 1999-08-29  Jim Meyering  <meyering@ascend.com>
24617
24618         * m4/jm-macros.m4: Require jm_BISON.
24619         * m4/bison.m4: New file.
24620
24621 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24622
24623         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24624         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24625
24626 1999-08-05  Jim Meyering  <meyering@ascend.com>
24627
24628         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24629         to avoid conflicts with `conftest' on 8+3 filesystems.
24630         Suggestion from Eli Zaretskii.
24631
24632 1999-08-04  Jim Meyering  <meyering@ascend.com>
24633
24634         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24635         fileutils and sh-utils (textutils's getline test was inadequate).
24636         (AM_FUNC_GETLINE): Run this test.
24637         (AC_CHECK_FUNCS): Check for getdelim.
24638         Reported by Bob Proulx.
24639
24640 1999-08-02  Jim Meyering  <meyering@ascend.com>
24641
24642         * m4/jm-macros.m4: Add a comment.
24643
24644 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24645
24646         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24647         <inttypes.h> defines strtoumax as a macro (and not as a
24648         function).
24649
24650 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24651
24652         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24653         that we can shift, multiply and divide unsigned long long
24654         values; Ultrix cc can't do it.
24655
24656 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24657
24658         * m4/mktime.m4: New file, which is a preview of what should appear
24659         in the next public autoconf release.
24660
24661 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24662
24663         * m4/lfs.m4: Remove this file.
24664         * m4/largefile.m4: New file.  It contains the old contents of
24665         lfs.m4, except that all names with prefix AC_LFS have been
24666         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24667         compatible with future autoconf versions.  Also, some minor m4
24668         quoting problems have been fixed.
24669
24670 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24671
24672         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24673         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24674         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24675         and simplify the shell code.
24676
24677 1999-08-01  Jim Meyering  <meyering@ascend.com>
24678
24679         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24680         m4.
24681
24682 1999-07-20  Jim Meyering  <meyering@ascend.com>
24683
24684         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24685
24686 1999-07-15  Jim Meyering  <meyering@ascend.com>
24687
24688         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24689
24690 1999-05-22  Jim Meyering  <meyering@ascend.com>
24691
24692         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24693
24694 1999-05-20  Jim Meyering  <meyering@ascend.com>
24695
24696         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24697         Add a colon after each `then' in case $4 is empty.
24698
24699 1999-05-16  Jim Meyering  <meyering@ascend.com>
24700
24701         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24702
24703 1999-05-10  Jim Meyering  <meyering@ascend.com>
24704
24705         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24706
24707         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24708         AC_FUNC_MKTIME.
24709
24710 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24711
24712         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24713
24714 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24715
24716         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24717         not CPPFLAGS, so that linking works correctly in IRIX.
24718
24719 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24720
24721         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24722
24723 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24724
24725         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24726         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24727         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24728         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24729         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24730
24731         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24732
24733 1999-04-20  Jim Meyering  <meyering@ascend.com>
24734
24735         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24736         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24737         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24738
24739 1999-04-18  Jim Meyering  <meyering@ascend.com>
24740
24741         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24742         * m4/jm-macros.m4: Use it.
24743
24744 1999-04-06  Jim Meyering  <meyering@ascend.com>
24745
24746         * m4/strftime.m4: Remove test for %f.
24747
24748 1999-03-29  Jim Meyering  <meyering@ascend.com>
24749
24750         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24751         superset of the AC_TYPE_* checks in the textutils, fileutils,
24752         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24753         AC_TYPE_PID_T.
24754
24755 1999-03-28  Jim Meyering  <meyering@ascend.com>
24756
24757         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24758         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24759         replaced e.g., in the *.sh files of the sh-utils.
24760
24761 1999-03-20  Jim Meyering  <meyering@ascend.com>
24762
24763         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24764         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24765         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24766
24767 1999-03-19  Jim Meyering  <meyering@ascend.com>
24768
24769         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24770
24771 1999-03-12  Jim Meyering  <meyering@ascend.com>
24772
24773         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24774
24775 1999-03-07  Jim Meyering  <meyering@ascend.com>
24776
24777         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24778         declared.
24779
24780 1999-02-17  Jim Meyering  <meyering@ascend.com>
24781
24782         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24783         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24784
24785 1999-02-07  Jim Meyering  <meyering@ascend.com>
24786
24787         * m4/group-member.m4: New file -- extracted from sh-utils'
24788         configure.in.
24789
24790         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24791         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24792
24793 1999-02-06  Jim Meyering  <meyering@ascend.com>
24794
24795         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24796         * m4/fnmatch.m4: Likewise.
24797         * m4/getgroups.m4: Likewise.
24798         * m4/lstat.m4: Likewise.
24799         * m4/malloc.m4: Likewise.
24800         * m4/putenv.m4: Likewise.
24801         * m4/realloc.m4: Likewise.
24802         * m4/regex.m4: Likewise.
24803         * m4/stat.m4: Likewise.
24804         * m4/strftime.m4: Likewise.
24805         Suggestion from Alain Magloire.
24806
24807         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24808         * m4/fnmatch.m4: Likewise.
24809         * m4/getgroups.m4: Likewise.
24810         * m4/getline.m4: Likewise.
24811         * m4/lstat.m4: Likewise.
24812         * m4/malloc.m4: Likewise.
24813         * m4/memcmp.m4: Likewise.
24814         * m4/putenv.m4: Likewise.
24815         * m4/realloc.m4: Likewise.
24816         * m4/regex.m4: Likewise.
24817         * m4/stat.m4: Likewise.
24818         * m4/strftime.m4: Likewise.
24819         Suggestion from Alain Magloire.
24820
24821         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24822         an argument.
24823
24824         * m4/regex.m4: Add a run-time Test for proper operation of
24825         re_compile_pattern.
24826
24827 1999-01-31  Jim Meyering  <meyering@ascend.com>
24828
24829         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24830
24831 1999-01-30  Jim Meyering  <meyering@ascend.com>
24832
24833         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24834
24835         * m4/jm-mktime.m4: Make this a wrapper around the official
24836         AM_FUNC_MKTIME rather than my private copy, now that the official one
24837         is up to date.
24838         * m4/mktime.m4: Remove file.
24839
24840         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24841         * m4/uptime.m4: Likewise.
24842         * m4/uintmax_t.m4: Likewise.
24843
24844 1999-01-28  Jim Meyering  <meyering@ascend.com>
24845
24846         * m4/jm-macros.m4: Use jm_AFS.
24847         * m4/afs.m4: New file (from fileutils' configure.in).
24848
24849         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24850         * m4/chown.m4: Likewise.
24851         * m4/d-ino.m4: Likewise.
24852         * m4/d-type.m4: Likewise.
24853         * m4/fnmatch.m4: Likewise.
24854         * m4/getgroups.m4: Likewise.
24855         * m4/gettext.m4: Likewise.
24856         * m4/jm-mktime.m4: Likewise.
24857         * m4/jm-winsz2.m4: Likewise.
24858         * m4/lcmessage.m4: Likewise.
24859         * m4/ls-mntd-fs.m4: Likewise.
24860         * m4/malloc.m4: Likewise.
24861         * m4/memcmp.m4: Likewise.
24862         * m4/putenv.m4: Likewise.
24863         * m4/realloc.m4: Likewise.
24864         * m4/st_mtim.m4: Likewise.
24865         * m4/strftime.m4: Likewise.
24866
24867 1999-01-16  Jim Meyering  <meyering@ascend.com>
24868
24869         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24870         (ARGMATCH_DIE_DECL): Define.
24871
24872 1999-01-12  Jim Meyering  <meyering@ascend.com>
24873
24874         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24875         Reported by Lars Hecking.
24876
24877 1999-01-10  Jim Meyering  <meyering@ascend.com>
24878
24879         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24880         gross kludge.
24881         * m4/inttypes_h.m4: Likewise.
24882         * m4/lstat.m4: Likewise.
24883         * m4/malloc.m4: Likewise.
24884         * m4/readdir.m4: Likewise.
24885         * m4/realloc.m4: Likewise.
24886         * m4/st_dm_mode.m4: Likewise.
24887         * m4/stat.m4: Likewise.
24888         * m4/utimbuf.m4: Likewise.
24889         * m4/utimes.m4: Likewise.
24890
24891         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24892         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24893         comments in config.h.in are meaningful.
24894
24895         * m4/jm-macros.m4: Require autoconf-2.13 here.
24896
24897         * m4/regex.m4: By default, don't use the included regex.c on systems
24898         with glibc 2.  Suggestion from Uli Drepper.
24899
24900 1999-01-02  Jim Meyering  <meyering@ascend.com>
24901
24902         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24903
24904 1998-12-18  Jim Meyering  <meyering@ascend.com>
24905
24906         * m4/Makefile.am.in (Makefile.am): Simplify rule.
24907         Based on a suggestion from Lars Hecking.
24908
24909 1998-11-16  Paul Eggert  <eggert@twinsun.com>
24910
24911         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
24912
24913 1998-11-16  Jim Meyering  <meyering@ascend.com>
24914
24915         * m4/lfs.m4: Double-quote the `uname...` expression.
24916
24917 1998-11-14  Jim Meyering  <meyering@ascend.com>
24918
24919         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
24920         * m4/stat.m4: Likewise.
24921
24922 1998-11-03  Jim Meyering  <meyering@ascend.com>
24923
24924         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
24925         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
24926
24927 1998-10-18  Jim Meyering  <meyering@ascend.com>
24928
24929         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
24930
24931 1998-10-17  Jim Meyering  <meyering@ascend.com>
24932
24933         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
24934         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
24935         calls for those previously hard-coded headers.  Instead, take a new
24936         parameter.
24937         (jm_CHECK_DECLARATIONS): Reflect interface change.
24938         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
24939         (jm_CHECK_DECL_LOCALTIME_R): New macro.
24940
24941         * m4/mktime.m4: Test for spring-forward gap before long-running test.
24942
24943 1998-10-14  Jim Meyering  <meyering@ascend.com>
24944
24945         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
24946         instead of "TZ=America/Vancouver".  From Paul Eggert.
24947
24948 1998-10-11  Jim Meyering  <meyering@ascend.com>
24949
24950         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
24951         This adds a test for a recently added compatibility fix for mktime.c.
24952         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
24953
24954 1998-09-27  Jim Meyering  <meyering@ascend.com>
24955
24956         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
24957
24958         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
24959         ../configure.in, including a change from Gordon Matzigkeit to allow
24960         cross-compiling for the Hurd.
24961
24962         * m4/glibc.m4: New file/macro to test for the GNU C Library
24963         versions 1 and 2.  From Gordon Matzigkeit.
24964         Indent.
24965
24966 1998-09-21  Jim Meyering  <meyering@ascend.com>
24967
24968         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
24969
24970 1998-08-18  Paul Eggert  <eggert@twinsun.com>
24971
24972         Port nanosecond-resolution times to UnixWare 2.1.2 and
24973         pedantic Solaris 2.6.
24974
24975         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
24976         AC_STRUCT_ST_MTIM.
24977         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
24978         Generate name of ns member, instead of just 1 or undef.
24979         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
24980
24981 1998-08-15  Jim Meyering  <meyering@ascend.com>
24982
24983         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
24984         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
24985         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
24986         instead of jm_TYPE_SSIZE_T.
24987
24988 1998-08-12  Jim Meyering  <meyering@ascend.com>
24989
24990         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
24991
24992 1998-08-02  Jim Meyering  <meyering@ascend.com>
24993
24994         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24995         in acconfig.h manually.
24996
24997 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24998
24999         * m4/st_mtim.m4: New file.
25000
25001 1998-07-28  Jim Meyering  <meyering@ascend.com>
25002
25003         * m4/utimes.m4: Undef stat.
25004
25005 1998-07-25  Jim Meyering  <meyering@ascend.com>
25006
25007         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25008         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25009
25010 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25011
25012         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25013         uid and gid actually remain unchanged.
25014
25015 1998-07-07  Jim Meyering  <meyering@ascend.com>
25016
25017         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25018
25019 1998-07-04  Jim Meyering  <meyering@ascend.com>
25020
25021         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25022         to prove that this macro can be used in packages without regex.c.
25023
25024 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25025
25026         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25027         is to be used.
25028
25029 1998-07-03  Jim Meyering  <meyering@ascend.com>
25030
25031         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25032
25033         * m4/gettext.m4: New file -- from gettext-0.10.35.
25034         * m4/lcmessage.m4: Likewise.
25035         * m4/progtest.m4: Likewise.
25036
25037         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25038         * m4/jm-macros.m4: Require the new macro.
25039
25040 1998-06-29  Jim Meyering  <meyering@ascend.com>
25041
25042         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25043         for the definition of NGROUPS (used in a system header included
25044         by sys/mount.h).
25045
25046 1998-06-28  Jim Meyering  <meyering@ascend.com>
25047
25048         * m4/ls-mntd-fs.m4: New file.
25049         * m4/fstypename.m4: New file.
25050
25051         * m4/jm-macros.m4: Require the new macro.
25052         * m4/jm-glibc-io.m4: New file.
25053
25054 1998-05-19  Jim Meyering  <meyering@ascend.com>
25055
25056         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25057         * m4/lchown.m4: New file.
25058
25059         * m4/Makefile.am.in: New file.
25060         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25061
25062 1998-05-14  Jim Meyering  <meyering@ascend.com>
25063
25064         * m4/Makefile.am (EXTRA_DIST): Add them.
25065         * m4/jm-macros.m4: New file.
25066         * m4/utimbuf.m4: New file.
25067
25068 1998-05-12  Jim Meyering  <meyering@ascend.com>
25069
25070         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25071
25072 1998-05-11  Jim Meyering  <meyering@ascend.com>
25073
25074         * m4/isc-posix.m4: New file.
25075
25076 1998-05-10  Jim Meyering  <meyering@ascend.com>
25077
25078         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25079
25080 1998-05-09  Jim Meyering  <meyering@ascend.com>
25081
25082         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25083         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25084         with automake.
25085
25086         * m4/ssize_t.m4: New file.
25087         * m4/mktime.m4: Remove file -- the new automake has this now.
25088
25089 1998-04-26  Jim Meyering  <meyering@ascend.com>
25090
25091         * m4/assert.m4: New file.
25092         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25093
25094 1998-04-05  Jim Meyering  <meyering@ascend.com>
25095
25096         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25097         (jm_PREREQ): Use it here.
25098
25099 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25100
25101         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25102         in acconfig.h.
25103
25104 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25105
25106         * m4/prereq.m4: New file.
25107         * m4/error.m4: New file.
25108         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25109
25110 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25111
25112         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25113         cache-check for the same variable -- that defeated the purpose of
25114         the test; the test program was never run.  This was a problem only
25115         on systems with losing getline functions -- HP-UX 10.20 is one.
25116         Reported by Bjorn Helgaas.
25117
25118 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25119
25120         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25121
25122 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25123
25124         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25125
25126         * m4/const.m4: New file.  Use an initializer in this declaration
25127         typedef int charset[2]; const charset x;
25128         Reported by Bob Glickstein.
25129
25130 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25131
25132         * m4/chown.m4: Fix reversed types on -1 args to chown.
25133         From Kaveh Ghazi.
25134
25135 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25136
25137         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25138         Add lseek and memchr.
25139
25140         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25141         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25142         have a 20-character limit on names.
25143
25144 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25145
25146         * m4/inttypes_h.m4: New file.
25147         * m4/uintmax_t.m4: New file.
25148         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25149
25150 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25151   Free Software Foundation, Inc.
25152 Copying and distribution of this file, with or without modification,
25153 are permitted provided the copyright notice and this notice are preserved.