New module 'unicase/ulc-casecoll'.
[gnulib.git] / ChangeLog
1 2009-03-08  Bruno Haible  <bruno@clisp.org>
2
3         New module 'unicase/ulc-casecoll'.
4         * lib/unicase.h (ulc_casecoll): New declaration.
5         * lib/unicase/ulc-casecoll.c: New file.
6         * modules/unicase/ulc-casecoll: New file.
7
8         New module 'unicase/ulc-casexfrm'.
9         * lib/unicase.h (ulc_casexfrm): New declaration.
10         * lib/unicase/ulc-casexfrm.c: New file.
11         * modules/unicase/ulc-casexfrm: New file.
12
13 2009-03-09  Bruno Haible  <bruno@clisp.org>
14
15         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
16         invocations.
17
18         * m4/mbscasecmp.m4: Remove file.
19         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
20         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
21
22         * m4/mbscasestr.m4: Remove file.
23         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
24         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
25
26         * m4/mbschr.m4: Remove file.
27         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
28         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
29
30         * m4/mbscspn.m4: Remove file.
31         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
32         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
33
34         * m4/mbslen.m4: Remove file.
35         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
36         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
37
38         * m4/mbsncasecmp.m4: Remove file.
39         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
40         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
41
42         * m4/mbsnlen.m4: Remove file.
43         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
44         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
45
46         * m4/mbspbrk.m4: Remove file.
47         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
48         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
49
50         * m4/mbspcasecmp.m4: Remove file.
51         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
52         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
53
54         * m4/mbsrchr.m4: Remove file.
55         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
56         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
57
58         * m4/mbssep.m4: Remove file.
59         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
60         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
61
62         * m4/mbsspn.m4: Remove file.
63         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
64         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
65
66         * m4/mbsstr.m4: Remove file.
67         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
68         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
69
70         * m4/mbstok_r.m4: Remove file.
71         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
72         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
73
74         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
75
76         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
77         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
78
79         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
80
81 2009-03-08  Bruno Haible  <bruno@clisp.org>
82
83         Tests for module 'unicase/ulc-casecmp'.
84         * modules/unicase/ulc-casecmp-tests: New file.
85         * tests/unicase/test-ulc-casecmp1.sh: New file.
86         * tests/unicase/test-ulc-casecmp2.sh: New file.
87         * tests/unicase/test-ulc-casecmp.c: New file.
88
89         New module 'unicase/ulc-casecmp'.
90         * lib/unicase.h (ulc_casecmp): New declaration.
91         * lib/unicase/ulc-casecmp.c: New file.
92         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
93         'const SRC_UNIT *'.
94         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
95         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
96         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
97         * modules/unicase/ulc-casecmp: New file.
98
99         Tests for module 'unicase/u32-is-cased'.
100         * modules/unicase/u32-is-cased-tests: New file.
101         * tests/unicase/test-u32-is-cased.c: New file.
102
103         Tests for module 'unicase/u16-is-cased'.
104         * modules/unicase/u16-is-cased-tests: New file.
105         * tests/unicase/test-u16-is-cased.c: New file.
106
107         Tests for module 'unicase/u8-is-cased'.
108         * modules/unicase/u8-is-cased-tests: New file.
109         * tests/unicase/test-u8-is-cased.c: New file.
110         * tests/unicase/test-is-cased.h: New file.
111
112         New module 'unicase/u32-is-cased'.
113         * lib/unicase/u32-is-cased.c: New file.
114         * modules/unicase/u32-is-cased: New file.
115
116         New module 'unicase/u16-is-cased'.
117         * lib/unicase/u16-is-cased.c: New file.
118         * modules/unicase/u16-is-cased: New file.
119
120         New module 'unicase/u8-is-cased'.
121         * lib/unicase/u8-is-cased.c: New file.
122         * lib/unicase/u-is-cased.h: New file.
123         * modules/unicase/u8-is-cased: New file.
124
125         Tests for module 'unicase/u32-is-casefolded'.
126         * modules/unicase/u32-is-casefolded-tests: New file.
127         * tests/unicase/test-u32-is-casefolded.c: New file.
128
129         Tests for module 'unicase/u16-is-casefolded'.
130         * modules/unicase/u16-is-casefolded-tests: New file.
131         * tests/unicase/test-u16-is-casefolded.c: New file.
132
133         Tests for module 'unicase/u8-is-casefolded'.
134         * modules/unicase/u8-is-casefolded-tests: New file.
135         * tests/unicase/test-u8-is-casefolded.c: New file.
136         * tests/unicase/test-is-casefolded.h: New file.
137
138         New module 'unicase/u32-is-casefolded'.
139         * lib/unicase/u32-is-casefolded.c: New file.
140         * modules/unicase/u32-is-casefolded: New file.
141
142         New module 'unicase/u16-is-casefolded'.
143         * lib/unicase/u16-is-casefolded.c: New file.
144         * modules/unicase/u16-is-casefolded: New file.
145
146         New module 'unicase/u8-is-casefolded'.
147         * lib/unicase/u8-is-casefolded.c: New file.
148         * modules/unicase/u8-is-casefolded: New file.
149
150         Tests for module 'unicase/u32-is-titlecase'.
151         * modules/unicase/u32-is-titlecase-tests: New file.
152         * tests/unicase/test-u32-is-titlecase.c: New file.
153
154         Tests for module 'unicase/u16-is-titlecase'.
155         * modules/unicase/u16-is-titlecase-tests: New file.
156         * tests/unicase/test-u16-is-titlecase.c: New file.
157
158         Tests for module 'unicase/u8-is-titlecase'.
159         * modules/unicase/u8-is-titlecase-tests: New file.
160         * tests/unicase/test-u8-is-titlecase.c: New file.
161         * tests/unicase/test-is-titlecase.h: New file.
162
163         New module 'unicase/u32-is-titlecase'.
164         * lib/unicase/u32-is-titlecase.c: New file.
165         * modules/unicase/u32-is-titlecase: New file.
166
167         New module 'unicase/u16-is-titlecase'.
168         * lib/unicase/u16-is-titlecase.c: New file.
169         * modules/unicase/u16-is-titlecase: New file.
170
171         New module 'unicase/u8-is-titlecase'.
172         * lib/unicase/u8-is-titlecase.c: New file.
173         * modules/unicase/u8-is-titlecase: New file.
174
175         Tests for module 'unicase/u32-is-lowercase'.
176         * modules/unicase/u32-is-lowercase-tests: New file.
177         * tests/unicase/test-u32-is-lowercase.c: New file.
178
179         Tests for module 'unicase/u16-is-lowercase'.
180         * modules/unicase/u16-is-lowercase-tests: New file.
181         * tests/unicase/test-u16-is-lowercase.c: New file.
182
183         Tests for module 'unicase/u8-is-lowercase'.
184         * modules/unicase/u8-is-lowercase-tests: New file.
185         * tests/unicase/test-u8-is-lowercase.c: New file.
186         * tests/unicase/test-is-lowercase.h: New file.
187
188         New module 'unicase/u32-is-lowercase'.
189         * lib/unicase/u32-is-lowercase.c: New file.
190         * modules/unicase/u32-is-lowercase: New file.
191
192         New module 'unicase/u16-is-lowercase'.
193         * lib/unicase/u16-is-lowercase.c: New file.
194         * modules/unicase/u16-is-lowercase: New file.
195
196         New module 'unicase/u8-is-lowercase'.
197         * lib/unicase/u8-is-lowercase.c: New file.
198         * modules/unicase/u8-is-lowercase: New file.
199
200         Tests for module 'unicase/u32-is-uppercase'.
201         * modules/unicase/u32-is-uppercase-tests: New file.
202         * tests/unicase/test-u32-is-uppercase.c: New file.
203
204         Tests for module 'unicase/u16-is-uppercase'.
205         * modules/unicase/u16-is-uppercase-tests: New file.
206         * tests/unicase/test-u16-is-uppercase.c: New file.
207
208         Tests for module 'unicase/u8-is-uppercase'.
209         * modules/unicase/u8-is-uppercase-tests: New file.
210         * tests/unicase/test-u8-is-uppercase.c: New file.
211         * tests/unicase/test-is-uppercase.h: New file.
212
213         New module 'unicase/u32-is-uppercase'.
214         * lib/unicase/u32-is-uppercase.c: New file.
215         * modules/unicase/u32-is-uppercase: New file.
216
217         New module 'unicase/u16-is-uppercase'.
218         * lib/unicase/u16-is-uppercase.c: New file.
219         * modules/unicase/u16-is-uppercase: New file.
220
221         New module 'unicase/u8-is-uppercase'.
222         * lib/unicase/u8-is-uppercase.c: New file.
223         * modules/unicase/u8-is-uppercase: New file.
224
225         New module 'unicase/u32-is-invariant'.
226         * lib/unicase/u32-is-invariant.c: New file.
227         * modules/unicase/u32-is-invariant: New file.
228
229         New module 'unicase/u16-is-invariant'.
230         * lib/unicase/u16-is-invariant.c: New file.
231         * modules/unicase/u16-is-invariant: New file.
232
233         New module 'unicase/u8-is-invariant'.
234         * lib/unicase/u8-is-invariant.c: New file.
235         * lib/unicase/invariant.h: New file.
236         * lib/unicase/u-is-invariant.h: New file.
237         * modules/unicase/u8-is-invariant: New file.
238
239         Tests for module 'unicase/u32-casecoll'.
240         * modules/unicase/u32-casecoll-tests: New file.
241         * tests/unicase/test-u32-casecoll.c: New file.
242
243         Tests for module 'unicase/u16-casecoll'.
244         * modules/unicase/u16-casecoll-tests: New file.
245         * tests/unicase/test-u16-casecoll.c: New file.
246
247         Tests for module 'unicase/u8-casecoll'.
248         * modules/unicase/u8-casecoll-tests: New file.
249         * tests/unicase/test-u8-casecoll.c: New file.
250
251         New module 'unicase/u32-casecoll'.
252         * lib/unicase/u32-casecoll.c: New file.
253         * modules/unicase/u32-casecoll: New file.
254
255         New module 'unicase/u16-casecoll'.
256         * lib/unicase/u16-casecoll.c: New file.
257         * modules/unicase/u16-casecoll: New file.
258
259         New module 'unicase/u8-casecoll'.
260         * lib/unicase/u8-casecoll.c: New file.
261         * lib/unicase/u-casecoll.h: New file.
262         * modules/unicase/u8-casecoll: New file.
263
264         New module 'unicase/u32-casexfrm'.
265         * lib/unicase/u32-casexfrm.c: New file.
266         * modules/unicase/u32-casexfrm: New file.
267
268         New module 'unicase/u16-casexfrm'.
269         * lib/unicase/u16-casexfrm.c: New file.
270         * modules/unicase/u16-casexfrm: New file.
271
272         New module 'unicase/u8-casexfrm'.
273         * lib/unicase/u8-casexfrm.c: New file.
274         * lib/unicase/u-casexfrm.h: New file.
275         * modules/unicase/u8-casexfrm: New file.
276
277         Tests for module 'unicase/u32-casecmp'.
278         * modules/unicase/u32-casecmp-tests: New file.
279         * tests/unicase/test-u32-casecmp.c: New file.
280
281         Tests for module 'unicase/u16-casecmp'.
282         * modules/unicase/u16-casecmp-tests: New file.
283         * tests/unicase/test-u16-casecmp.c: New file.
284
285         Tests for module 'unicase/u8-casecmp'.
286         * modules/unicase/u8-casecmp-tests: New file.
287         * tests/unicase/test-u8-casecmp.c: New file.
288         * tests/unicase/test-casecmp.h: New file.
289
290         New module 'unicase/u32-casecmp'.
291         * lib/unicase/u32-casecmp.c: New file.
292         * modules/unicase/u32-casecmp: New file.
293
294         New module 'unicase/u16-casecmp'.
295         * lib/unicase/u16-casecmp.c: New file.
296         * modules/unicase/u16-casecmp: New file.
297
298         New module 'unicase/u8-casecmp'.
299         * lib/unicase/u8-casecmp.c: New file.
300         * lib/unicase/u-casecmp.h: New file.
301         * modules/unicase/u8-casecmp: New file.
302
303         Tests for module 'unicase/u32-casefold'.
304         * modules/unicase/u32-casefold-tests: New file.
305         * tests/unicase/test-u32-casefold.c: New file.
306
307         Tests for module 'unicase/u16-casefold'.
308         * modules/unicase/u16-casefold-tests: New file.
309         * tests/unicase/test-u16-casefold.c: New file.
310
311         Tests for module 'unicase/u8-casefold'.
312         * modules/unicase/u8-casefold-tests: New file.
313         * tests/unicase/test-u8-casefold.c: New file.
314
315         New module 'unicase/u32-casefold'.
316         * lib/unicase/u32-casefold.c: New file.
317         * modules/unicase/u32-casefold: New file.
318
319         New module 'unicase/u16-casefold'.
320         * lib/unicase/u16-casefold.c: New file.
321         * modules/unicase/u16-casefold: New file.
322
323         New module 'unicase/u8-casefold'.
324         * lib/unicase/u8-casefold.c: New file.
325         * lib/unicase/u-casefold.h: New file.
326         * modules/unicase/u8-casefold: New file.
327
328         New module 'unicase/tocasefold'.
329         * lib/unicase/casefold.h: New file.
330         * lib/unicase/tocasefold.c: New file.
331         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
332         * modules/unicase/tocasefold: New file.
333
334         Tests for module 'unicase/u32-totitle'.
335         * modules/unicase/u32-totitle-tests: New file.
336         * tests/unicase/test-u32-totitle.c: New file.
337
338         Tests for module 'unicase/u16-totitle'.
339         * modules/unicase/u16-totitle-tests: New file.
340         * tests/unicase/test-u16-totitle.c: New file.
341
342         Tests for module 'unicase/u8-totitle'.
343         * modules/unicase/u8-totitle-tests: New file.
344         * tests/unicase/test-u8-totitle.c: New file.
345
346         New module 'unicase/u32-totitle'.
347         * lib/unicase/u32-totitle.c: New file.
348         * modules/unicase/u32-totitle: New file.
349
350         New module 'unicase/u16-totitle'.
351         * lib/unicase/u16-totitle.c: New file.
352         * modules/unicase/u16-totitle: New file.
353
354         New module 'unicase/u8-totitle'.
355         * lib/unicase/u8-totitle.c: New file.
356         * lib/unicase/u-totitle.h: New file.
357         * modules/unicase/u8-totitle: New file.
358
359         Tests for module 'unicase/u32-tolower'.
360         * modules/unicase/u32-tolower-tests: New file.
361         * tests/unicase/test-u32-tolower.c: New file.
362
363         Tests for module 'unicase/u16-tolower'.
364         * modules/unicase/u16-tolower-tests: New file.
365         * tests/unicase/test-u16-tolower.c: New file.
366
367         Tests for module 'unicase/u8-tolower'.
368         * modules/unicase/u8-tolower-tests: New file.
369         * tests/unicase/test-u8-tolower.c: New file.
370
371         New module 'unicase/u32-tolower'.
372         * lib/unicase/u32-tolower.c: New file.
373         * modules/unicase/u32-tolower: New file.
374
375         New module 'unicase/u16-tolower'.
376         * lib/unicase/u16-tolower.c: New file.
377         * modules/unicase/u16-tolower: New file.
378
379         New module 'unicase/u8-tolower'.
380         * lib/unicase/u8-tolower.c: New file.
381         * modules/unicase/u8-tolower: New file.
382
383         Tests for module 'unicase/u32-toupper'.
384         * modules/unicase/u32-toupper-tests: New file.
385         * tests/unicase/test-u32-toupper.c: New file.
386
387         Tests for module 'unicase/u16-toupper'.
388         * modules/unicase/u16-toupper-tests: New file.
389         * tests/unicase/test-u16-toupper.c: New file.
390
391         Tests for module 'unicase/u8-toupper'.
392         * modules/unicase/u8-toupper-tests: New file.
393         * tests/unicase/test-u8-toupper.c: New file.
394
395         New module 'unicase/u32-toupper'.
396         * lib/unicase/u32-toupper.c: New file.
397         * modules/unicase/u32-toupper: New file.
398
399         New module 'unicase/u16-toupper'.
400         * lib/unicase/u16-toupper.c: New file.
401         * modules/unicase/u16-toupper: New file.
402
403         New module 'unicase/u8-toupper'.
404         * lib/unicase/u8-toupper.c: New file.
405         * modules/unicase/u8-toupper: New file.
406
407         New module 'unicase/u32-casemap'.
408         * lib/unicase/u32-casemap.c: New file.
409         * modules/unicase/u32-casemap: New file.
410
411         New module 'unicase/u16-casemap'.
412         * lib/unicase/u16-casemap.c: New file.
413         * modules/unicase/u16-casemap: New file.
414
415         New module 'unicase/u8-casemap'.
416         * lib/unicase/unicasemap.h: New file.
417         * lib/unicase/u8-casemap.c: New file.
418         * lib/unicase/u-casemap.h: New file.
419         * modules/unicase/u8-casemap: New file.
420
421         New module 'unicase/special-casing'.
422         * lib/unicase/special-casing.h: New file.
423         * lib/unicase/special-casing.c: New file.
424         * lib/unicase/special-casing-table.gperf: New file, generated by
425         gen-uni-tables.c.
426         * modules/unicase/special-casing: New file.
427
428         Tests for module 'unicase/locale-language'.
429         * modules/unicase/locale-language-tests: New file.
430         * tests/unicase/test-locale-language.sh: New file.
431         * tests/unicase/test-locale-language.c: New file.
432
433         New module 'unicase/locale-language'.
434         * lib/unicase/locale-language.c: New file.
435         * lib/unicase/locale-languages.gperf: New file.
436         * modules/unicase/locale-language: New file.
437
438         Generate more tables for case conversion and case folding.
439         * lib/gen-uni-tables.c (SCC_*): New enum items.
440         (struct special_casing_rule): New type.
441         (casing_rules, num_casing_rules, allocated_casing_rules): New
442         variables.
443         (add_casing_rule, fill_casing_rules): New functions.
444         (struct casefold_rule): New type.
445         (casefolding_rules, num_casefolding_rules,
446         allocated_casefolding_rules): New variables.
447         (fill_casefolding_rules): New function.
448         (unicode_casefold): New variable.
449         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
450         sort_casing_rules, output_casing_rules): New functions.
451         (main): Accept to more arguments: SpecialCasing.txt and
452         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
453         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
454         Output mapping for casefolding.
455
456         * lib/unicase.h: Include stdbool.h, uninorm.h.
457         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
458         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
459         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
460         arguments.
461         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
462         resultp arguments.
463         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
464         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
465         resultp arguments.
466         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
467         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
468         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
469         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
470         declarations.
471         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
472
473 2009-03-08  Bruno Haible  <bruno@clisp.org>
474
475         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
476         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
477         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
478         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
479
480 2009-03-07  Bruno Haible  <bruno@clisp.org>
481
482         Adjust u*_normcmp, u*_normcoll API.
483         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
484         u16_normcoll, u32_normcoll): Change failure conventions.
485         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
486         errno and return -1.
487         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
488
489 2009-03-07  Bruno Haible  <bruno@clisp.org>
490
491         Tests for module 'uninorm/u32-normcoll'.
492         * modules/uninorm/u32-normcoll-tests: New file.
493         * tests/uninorm/test-u32-normcoll.c: New file.
494
495         Tests for module 'uninorm/u16-normcoll'.
496         * modules/uninorm/u16-normcoll-tests: New file.
497         * tests/uninorm/test-u16-normcoll.c: New file.
498
499         Tests for module 'uninorm/u8-normcoll'.
500         * modules/uninorm/u8-normcoll-tests: New file.
501         * tests/uninorm/test-u8-normcoll.c: New file.
502
503 2009-03-07  Bruno Haible  <bruno@clisp.org>
504
505         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
506         tests/uninorm/test-u32-normcmp.c.
507         * tests/uninorm/test-u32-normcmp.c: Include it.
508         (test_nonascii): New function, extracted from main. Add some more
509         tests.
510         (main): Invoke test_ascii and test_nonascii.
511         * modules/uninorm/u32-normcmp-tests (Files): Add
512         tests/uninorm/test-u32-normcmp.h.
513         (Depends-on): Remove uninorm/u32-normcmp.
514
515         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
516         tests/uninorm/test-u16-normcmp.c.
517         * tests/uninorm/test-u16-normcmp.c: Include it.
518         (test_nonascii): New function, extracted from main. Add some more
519         tests.
520         (main): Invoke test_ascii and test_nonascii.
521         * modules/uninorm/u16-normcmp-tests (Files): Add
522         tests/uninorm/test-u16-normcmp.h.
523         (Depends-on): Remove uninorm/u16-normcmp.
524
525         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
526         tests/uninorm/test-u8-normcmp.c.
527         * tests/uninorm/test-u8-normcmp.c: Include it.
528         (test_nonascii): New function, extracted from main. Add some more
529         tests.
530         (main): Invoke test_ascii and test_nonascii.
531         * modules/uninorm/u8-normcmp-tests (Files): Add
532         tests/uninorm/test-u8-normcmp.h.
533         (Depends-on): Remove uninorm/u8-normcmp.
534
535 2009-03-07  Bruno Haible  <bruno@clisp.org>
536
537         New module 'uninorm/u32-normcoll'.
538         * lib/uninorm/u32-normcoll.c: New file.
539         * modules/uninorm/u32-normcoll: New file.
540
541         New module 'uninorm/u16-normcoll'.
542         * lib/uninorm/u16-normcoll.c: New file.
543         * modules/uninorm/u16-normcoll: New file.
544
545         New module 'uninorm/u8-normcoll'.
546         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
547         declarations.
548         * lib/uninorm/u8-normcoll.c: New file.
549         * lib/uninorm/u-normcoll.h: New file.
550         * modules/uninorm/u8-normcoll: New file.
551
552         New module 'uninorm/u32-normxfrm'.
553         * lib/uninorm/u32-normxfrm.c: New file.
554         * modules/uninorm/u32-normxfrm: New file.
555
556         New module 'uninorm/u16-normxfrm'.
557         * lib/uninorm/u16-normxfrm.c: New file.
558         * modules/uninorm/u16-normxfrm: New file.
559
560         New module 'uninorm/u8-normxfrm'.
561         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
562         declarations.
563         * lib/uninorm/u8-normxfrm.c: New file.
564         * lib/uninorm/u-normxfrm.h: New file.
565         * modules/uninorm/u8-normxfrm: New file.
566
567 2009-03-07  Bruno Haible  <bruno@clisp.org>
568
569         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
570         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
571         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
572
573 2009-03-07  Bruno Haible  <bruno@clisp.org>
574
575         New module 'memxfrm'.
576         * lib/memxfrm.h: New file.
577         * lib/memxfrm.c: New file.
578         * modules/memxfrm: New file.
579
580 2009-03-07  Bruno Haible  <bruno@clisp.org>
581
582         New module 'memcmp2'.
583         * lib/memcmp2.h: New file.
584         * lib/memcmp2.c: New file.
585         * modules/memcmp2: New file.
586
587 2009-03-07  Bruno Haible  <bruno@clisp.org>
588
589         Tests for module 'uninorm/decomposing-form'.
590         * modules/uninorm/decomposing-form-tests: New file.
591         * tests/uninorm/test-decomposing-form.c: New file.
592
593         New module 'uninorm/decomposing-form'.
594         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
595         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
596         Add 'decomposing_variant' field.
597         * lib/uninorm/decomposing-form.c: New file.
598         * lib/uninorm/nfc.c (uninorm_nfc): Update.
599         * lib/uninorm/nfd.c (uninorm_nfd): Update.
600         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
601         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
602         * modules/uninorm/decomposing-form: New file.
603         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
604         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
605
606 2009-03-07  Bruno Haible  <bruno@clisp.org>
607
608         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
609         strings.
610
611 2009-03-06  Bruno Haible  <bruno@clisp.org>
612
613         Tests for module 'uninorm/u32-normcmp'.
614         * tests/uninorm/test-u32-normcmp.c: New file.
615         * modules/uninorm/u32-normcmp-tests: New file.
616
617         Tests for module 'uninorm/u16-normcmp'.
618         * tests/uninorm/test-u16-normcmp.c: New file.
619         * modules/uninorm/u16-normcmp-tests: New file.
620
621         Tests for module 'uninorm/u8-normcmp'.
622         * tests/uninorm/test-u8-normcmp.c: New file.
623         * modules/uninorm/u8-normcmp-tests: New file.
624
625         New module 'uninorm/u32-normcmp'.
626         * lib/uninorm/u32-normcmp.c: New file.
627         * modules/uninorm/u32-normcmp: New file.
628
629         New module 'uninorm/u16-normcmp'.
630         * lib/uninorm/u16-normcmp.c: New file.
631         * modules/uninorm/u16-normcmp: New file.
632
633         New module 'uninorm/u8-normcmp'.
634         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
635         declarations.
636         * lib/uninorm/u8-normcmp.c: New file.
637         * lib/uninorm/u-normcmp.h: New file.
638         * modules/uninorm/u8-normcmp: New file.
639
640 2009-03-06  Bruno Haible  <bruno@clisp.org>
641
642         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
643         Reported by Eric Blake.
644
645 2009-03-06  Eric Blake  <ebb9@byu.net>
646             Bruno Haible  <bruno@clisp.org>
647
648         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
649         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
650         condition.
651         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
652         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
653         condition.
654         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
655
656 2009-03-06  Eric Blake  <ebb9@byu.net>
657
658         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
659         to avoid compiler warnings.
660         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
661
662 2009-03-05  Bruno Haible  <bruno@clisp.org>
663
664         * tests/test-ftell.c (main): Disable test beyond end of file on
665         FreeMiNT.
666         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
667
668 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
669
670         * lib/filevercmp.c: Move hidden files up in ordering.
671         * tests/test-filevercmp.c: Add tests for hidden files.
672
673 2009-03-04  Bruno Haible  <bruno@clisp.org>
674
675         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
676         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
677         AM_CFLAGS.
678         Reported by Simon Josefsson.
679
680 2009-03-03  Bruno Haible  <bruno@clisp.org>
681
682         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
683         Reported by Simon Josefsson.
684
685         * doc/ld-version-script.texi: Update node reference.
686
687 2009-03-03  Bruno Haible  <bruno@clisp.org>
688
689         * modules/visibility (License): Change to 'unlimited'.
690         Suggested by Simon Josefsson.
691
692 2009-03-03  Jim Meyering  <meyering@redhat.com>
693
694         unlinkdir: cannot_unlink_dir may modify process state
695         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
696         it's neither thread-safe nor appropriate for use in a library.
697
698 2009-03-03  Eric Blake  <ebb9@byu.net>
699
700         test-closein: silence test under Darwin
701         * tests/test-closein.sh: Ignore stderr from cat, since we don't
702         care if it dies from EPIPE or EBADF.
703
704 2009-03-03  Bruno Haible  <bruno@clisp.org>
705
706         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
707         earlier.
708         * doc/visibility.texi: Fix @node and @section.
709
710 2009-03-03  Simon Josefsson  <simon@josefsson.org>
711
712         * doc/gnulib.texi: Link to sections for ld version script and
713         visibility.
714         * doc/visibility.texi: Add @node and @section.
715         * modules/ld-version-script: New module.
716         * m4/ld-version-script.m4: New file.
717         * doc/ld-version-script.texi: New file.
718
719 2009-03-02  David Lutterkort  <lutter@redhat.com>
720
721         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
722         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
723
724 2009-03-02  Bruno Haible  <bruno@clisp.org>
725
726         * doc/visibility.texi: Mention libtool's -export-symbols option.
727
728 2009-03-02  Jim Meyering  <meyering@redhat.com>
729
730         announce-gen: new option: --no-print-checksums
731         * build-aux/announce-gen (usage): Describe it.
732         (print_checksums): Print a newline here, not in the [*] footnote.
733         (main): Honor it.
734
735 2009-03-01  Bruno Haible  <bruno@clisp.org>
736
737         Use socklen_t in the native Windows replacements prototypes.
738         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
739         instead of 'int'.
740         * lib/getsockopt.c (rpl_getsockopt): Likewise.
741         * lib/setsockopt.c (rpl_setsockopt): Likewise.
742         * modules/getsockopt (Depends-on): Add socklen.
743         * modules/setsockopt (Depends-on): Add socklen.
744
745 2009-03-01  Bruno Haible  <bruno@clisp.org>
746
747         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
748         least 4.2.
749
750 2009-03-01  Eric Blake  <ebb9@byu.net>
751             Bruno Haible  <bruno@clisp.org>
752
753         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
754         error messages.
755         * lib/wait-process.c (wait_subprocess): Omit error message about
756         deadly signal sent to the child of termsigp != NULL.
757
758 2009-03-01  Eric Blake  <ebb9@byu.net>
759
760         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
761
762 2009-03-01  Bruno Haible  <bruno@clisp.org>
763
764         Avoid a gcc warning.
765         * tests/test-sched.c (b): Make global.
766         Reported by Eric Blake.
767
768 2009-01-19  Martin Lambers  <marlam@marlam.de>
769
770         Provide POSIX semantics for socket timeout options on W32.
771         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
772         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
773         * modules/setsockopt: Depend on sys_time module for struct timeval.
774         * modules/getsockopt: Depend on sys_time module for struct timeval.
775
776 2009-03-01  Simon Josefsson  <simon@josefsson.org>
777
778         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
779         __USE_GNU, for consistency with netdb.in.h.
780         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
781
782 2009-03-01  Bruno Haible  <bruno@clisp.org>
783
784         More support for FreeMiNT.
785         * lib/fseeko.c (rpl_fseeko): Complete last commit.
786         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
787
788 2009-03-01  Bruno Haible  <bruno@clisp.org>
789
790         More support for FreeMiNT.
791         * lib/fpurge.c (fpurge): Correct last commit.
792         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
793
794 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
795
796         Fix unportable awk script in vc-list-files.
797         * build-aux/vc-list-files: In the replacement awk script, use
798         substr with a second argument of 1, not zero.
799         Report by Simon Josefsson.
800
801 2009-02-28  Bruno Haible  <bruno@clisp.org>
802
803         More support for FreeMiNT.
804         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
805         to FreeMiNT today.
806         * lib/fwriting.c (fwriting): Likewise.
807         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
808
809 2009-02-28  Bruno Haible  <bruno@clisp.org>
810
811         * tests/test-freadseek.c (main): Disable test beyond end of file on
812         FreeMiNT.
813         * tests/test-ftello.c (main): Likewise.
814         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
815
816 2009-02-28  Bruno Haible  <bruno@clisp.org>
817
818         Add tentative support for FreeMiNT.
819         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
820         * lib/fpurge.c (fpurge): Likewise.
821         * lib/freadable.c (freadable): Likewise.
822         * lib/freading.c (freading): Likewise.
823         * lib/freadptr.c (freadptr): Likewise.
824         * lib/freadseek.c (freadptrinc): Likewise.
825         * lib/fseeko.c (rpl_fseeko): Likewise.
826         * lib/fseterr.c (fseterr): Likewise.
827         * lib/fwritable.c (fwritable): Likewise.
828         * lib/fwriting.c (fwriting): Likewise.
829         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
830         Hourihane.
831         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
832
833 2009-02-28  Bruno Haible  <bruno@clisp.org>
834
835         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
836         SIGCHLD.
837         Reported by Jim Meyering.
838
839 2009-02-28  Bruno Haible  <bruno@clisp.org>
840
841         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
842         Mention the results of these tests on various platforms.
843         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
844         order.
845         * doc/posix-functions/printf.texi: Likewise.
846         * doc/posix-functions/snprintf.texi: Likewise.
847         * doc/posix-functions/sprintf.texi: Likewise.
848         * doc/posix-functions/vfprintf.texi: Likewise.
849         * doc/posix-functions/vprintf.texi: Likewise.
850         * doc/posix-functions/vsnprintf.texi: Likewise.
851         * doc/posix-functions/vsprintf.texi: Likewise.
852         * doc/glibc-functions/obstack_printf.texi: Likewise.
853         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
854
855 2009-02-28  Bruno Haible  <bruno@clisp.org>
856
857         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
858         Reported by Loïc Minier <lool@dooz.org>.
859
860 2009-02-27  Bruno Haible  <bruno@clisp.org>
861
862         * gnulib-tool (func_import): Make the sed expression used to create the
863         sed script for updating the .gitignore file POSIX compliant.
864         Reported by Eric Blake.
865
866 2009-02-27  Bruno Haible  <bruno@clisp.org>
867
868         * gnulib-tool (sed): Don't alias as "sed --posix".
869         Reported by Eric Blake.
870
871 2009-02-27  Bruno Haible  <bruno@clisp.org>
872
873         Avoid test link errors.
874         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
875         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
876         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
877         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
878         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
879
880 2009-02-27  Bruno Haible  <bruno@clisp.org>
881
882         Avoid spurious "(cached)" in configure output.
883         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
884         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
885         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
886         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
887         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
888         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
889         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
890         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
891         Reported by Eric Blake.
892
893 2009-02-27  Eric Blake  <ebb9@byu.net>
894
895         printf: fix regression in previous patch
896         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
897
898 2009-02-27  Bruno Haible  <bruno@clisp.org>
899
900         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
901         value.
902         * lib/stdint.in.h: Likewise.
903         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
904
905 2009-02-27  Eric Blake  <ebb9@byu.net>
906
907         doc: mention more functions added in cygwin 1.7.0
908         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
909         addition.
910         * doc/posix-functions/open_wmemstream.texi: Likewise.
911         * doc/posix-functions/wcsnlen.texi: Likewise.
912         * doc/posix-functions/wcsnrtombs.texi: Likewise.
913         * doc/posix-functions/wcstod.texi: Likewise.
914         * doc/posix-functions/wcstof.texi: Likewise.
915         * doc/posix-functions/wcstoimax.texi: Likewise.
916         * doc/posix-functions/wcstok.texi: Likewise.
917         * doc/posix-functions/wcstoumax.texi: Likewise.
918
919         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
920         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
921         * doc/posix-functions/fprintf.texi: Update.
922         * doc/posix-functions/printf.texi: Update.
923         * doc/posix-functions/snprintf.texi: Update.
924         * doc/posix-functions/sprintf.texi: Update.
925         * doc/posix-functions/vfprintf.texi: Update.
926         * doc/posix-functions/vprintf.texi: Update.
927         * doc/posix-functions/vsnprintf.texi: Update.
928         * doc/posix-functions/vsprintf.texi: Update.
929         * doc/glibc-functions/obstack_printf.texi: Update.
930         * doc/glibc-functions/obstack_vprintf.texi: Update.
931
932 2009-02-26  Eric Blake  <ebb9@byu.net>
933
934         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
935         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
936         compilation bug by using runtime conversion.
937         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
938         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
939         * modules/ceill-tests (Files): Use nan.h.
940         * modules/floorl-tests (Files): Likewise.
941         * modules/frexpl-tests (Files): Likewise.
942         * modules/isnanl-tests (Files): Likewise.
943         * modules/ldexpl-tests (Files): Likewise.
944         * modules/roundl-tests (Files): Likewise.
945         * modules/truncl-tests (Files): Likewise.
946         * tests/test-ceill.c (main): Use a working NaN.
947         * tests/test-floorl.c (main): Likewise.
948         * tests/test-frexpl.c (main): Likewise.
949         * tests/test-isnan.c (test_long_double): Likewise.
950         * tests/test-isnanl.h (main): Likewise.
951         * tests/test-ldexpl.h (main): Likewise.
952         * tests/test-roundl.h (main): Likewise.
953         * tests/test-truncl.h (main): Likewise.
954         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
955
956 2009-02-26  Eric Blake  <ebb9@byu.net>
957             Bruno Haible  <bruno@clisp.org>
958
959         Work around a *printf bug with %ls on Solaris.
960         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
961         precision is specified, sprintf stops converting the wide string
962         argument when the number of bytes that have been produced by this
963         conversion equals or exceeds the precision.
964         * doc/posix-functions/fprintf.texi: Update.
965         * doc/posix-functions/printf.texi: Update.
966         * doc/posix-functions/snprintf.texi: Update.
967         * doc/posix-functions/sprintf.texi: Update.
968         * doc/posix-functions/vfprintf.texi: Update.
969         * doc/posix-functions/vprintf.texi: Update.
970         * doc/posix-functions/vsnprintf.texi: Update.
971         * doc/posix-functions/vsprintf.texi: Update.
972         * doc/glibc-functions/obstack_printf.texi: Update.
973         * doc/glibc-functions/obstack_vprintf.texi: Update.
974
975 2009-02-26  Eric Blake  <ebb9@byu.net>
976
977         stdlib: favor compiler check of random.h
978         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
979         to avoid an ObjC random.h installed by Swarm.
980
981 2009-02-26  Bruno Haible  <bruno@clisp.org>
982
983         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
984         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
985         Reported by Gary V. Vaughan <gary@gnu.org>.
986
987 2009-02-26  Bruno Haible  <bruno@clisp.org>
988
989         Fix *printf behaviour regarding the %ls directive.
990         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
991         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
992         NEED_PRINTF_DIRECTIVE_LS.
993         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
994         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
995         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
996         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
997         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
998         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
999         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
1000         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1001         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1002         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1003         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1004         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
1005         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1006         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1007         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1008         * doc/posix-functions/fprintf.texi: Update.
1009         * doc/posix-functions/printf.texi: Update.
1010         * doc/posix-functions/snprintf.texi: Update.
1011         * doc/posix-functions/sprintf.texi: Update.
1012         * doc/posix-functions/vfprintf.texi: Update.
1013         * doc/posix-functions/vprintf.texi: Update.
1014         * doc/posix-functions/vsnprintf.texi: Update.
1015         * doc/posix-functions/vsprintf.texi: Update.
1016         * doc/glibc-functions/obstack_printf.texi: Update.
1017         * doc/glibc-functions/obstack_vprintf.texi: Update.
1018         Reported by Eric Blake.
1019
1020 2009-02-25  Bruno Haible  <bruno@clisp.org>
1021
1022         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
1023         with known value.
1024         Reported by Gary V. Vaughan <gary@gnu.org>.
1025
1026 2009-02-25  Bruno Haible  <bruno@clisp.org>
1027
1028         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
1029         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
1030         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
1031         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
1032         Reported by Gary V. Vaughan <gary@gnu.org>.
1033
1034 2009-02-25  Bruno Haible  <bruno@clisp.org>
1035
1036         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
1037         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
1038         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
1039         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
1040         Reported by Gary V. Vaughan <gary@gnu.org>.
1041
1042 2009-02-25  Eric Blake  <ebb9@byu.net>
1043
1044         tests: skip fseek/ftell tests if ungetc is broken
1045         * m4/ungetc.m4: New file.
1046         * modules/fseek-tests: Split test, so ungetc dependency is
1047         separate from rest of test.
1048         * modules/fseeko-tests: Likewise.
1049         * modules/ftell-tests: Likewise.
1050         * modules/ftello-tests: Likewise.
1051         * tests/test-fseek.c (main): Isolate ungetc dependency.
1052         * tests/test-fseeko.c (main): Likewise.
1053         * tests/test-ftell.c (main): Likewise.
1054         * tests/test-ftello.c (main): Likewise.
1055         * tests/test-fseek2.sh: New file.
1056         * tests/test-fseeko2.sh: Likewise.
1057         * tests/test-ftell2.sh: Likewise.
1058         * tests/test-ftello2.sh: Likewise.
1059
1060 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
1061
1062         test-getaddrinfo: fix usage of skip return code 77
1063         * tests/test-gettaddrinfo.c: Return skip code 77 only
1064         for first occurance of skip (4x77 is not 77)
1065
1066 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
1067
1068         strtod: avoid C99 decl-after-statement
1069         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
1070
1071 2009-02-24  Eric Blake  <ebb9@byu.net>
1072
1073         strtod: detect HP-UX 11.31 bug
1074         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
1075         Reported by Gary V. Vaughan.
1076
1077 2009-02-23  Bruno Haible  <bruno@clisp.org>
1078
1079         Fix invalid read past end of memory block.
1080         * lib/vasnprintf.c (DCHAR_SET): Define.
1081         (local_wcslen): Define only when needed.
1082         (local_strnlen, local_wcsnlen): New functions.
1083         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
1084         directives that involve a conversion ourselves.
1085         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
1086         wcsnlen, mbrtowc, wcrtomb.
1087         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
1088         * tests/test-vasprintf-posix.c (test_function): Likewise.
1089         * tests/test-snprintf-posix.h (test_function): Likewise.
1090         * tests/test-sprintf-posix.h (test_function): Likewise.
1091         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1092
1093 2009-02-22  Bruno Haible  <bruno@clisp.org>
1094
1095         Implement new clarified decomposition of Hangul syllables.
1096         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
1097         of type LTV, return only a pairwise decomposition.
1098         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
1099         Likewise.
1100         * tests/uninorm/test-decomposition.c (main): Updated expected result.
1101         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
1102         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
1103
1104 2009-02-22  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
1107         zero-length results and shrink excess allocated memory.
1108         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
1109         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
1110         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
1111         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
1112         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
1113         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
1114         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
1115         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
1116         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
1117         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
1118         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
1119         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
1120
1121 2009-02-21  Bruno Haible  <bruno@clisp.org>
1122
1123         * doc/gnulib.texi: Include safe-alloc.texi earlier.
1124         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
1125         spaces after a period. Put a space between a macro name and its
1126         argument list. Trivial rewordings.
1127         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
1128         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
1129         (main): Return 0 explicitly.
1130
1131 2009-02-21  Bruno Haible  <bruno@clisp.org>
1132
1133         Tests for module 'uninorm/filter'.
1134         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
1135         * modules/uninorm/filter-tests: New file.
1136
1137         New module 'uninorm/filter'.
1138         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
1139         uninorm_filter_flush, uninorm_filter_free): New declarations.
1140         * lib/uninorm/uninorm-filter.c: New file.
1141         * modules/uninorm/filter: New file.
1142
1143 2009-02-21  Bruno Haible  <bruno@clisp.org>
1144
1145         Tests for module 'uninorm/nfkc'.
1146         * tests/uninorm/test-nfkc.c: New file.
1147         * tests/uninorm/test-u8-nfkc.c: New file.
1148         * tests/uninorm/test-u16-nfkc.c: New file.
1149         * tests/uninorm/test-u32-nfkc.c: New file.
1150         * tests/uninorm/test-u32-nfkc-big.sh: New file.
1151         * tests/uninorm/test-u32-nfkc-big.c: New file.
1152         * modules/uninorm/nfkc-tests: New file.
1153
1154         New module 'uninorm/nfkc'.
1155         * lib/uninorm/nfkc.c: New file.
1156         * modules/uninorm/nfkc: New file.
1157
1158         Tests for module 'uninorm/nfkd'.
1159         * tests/uninorm/test-nfkd.c: New file.
1160         * tests/uninorm/test-u8-nfkd.c: New file.
1161         * tests/uninorm/test-u16-nfkd.c: New file.
1162         * tests/uninorm/test-u32-nfkd.c: New file.
1163         * tests/uninorm/test-u32-nfkd-big.sh: New file.
1164         * tests/uninorm/test-u32-nfkd-big.c: New file.
1165         * modules/uninorm/nfkd-tests: New file.
1166
1167         New module 'uninorm/nfkd'.
1168         * lib/uninorm/nfkd.c: New file.
1169         * modules/uninorm/nfkd: New file.
1170
1171         Tests for module 'uninorm/nfc'.
1172         * tests/uninorm/test-nfc.c: New file.
1173         * tests/uninorm/test-u8-nfc.c: New file.
1174         * tests/uninorm/test-u16-nfc.c: New file.
1175         * tests/uninorm/test-u32-nfc.c: New file.
1176         * tests/uninorm/test-u32-nfc-big.sh: New file.
1177         * tests/uninorm/test-u32-nfc-big.c: New file.
1178         * modules/uninorm/nfc-tests: New file.
1179
1180         New module 'uninorm/nfc'.
1181         * lib/uninorm/nfc.c: New file.
1182         * modules/uninorm/nfc: New file.
1183
1184         Tests for module 'uninorm/nfd'.
1185         * tests/uninorm/test-nfd.c: New file.
1186         * tests/uninorm/test-u8-nfd.c: New file.
1187         * tests/uninorm/test-u16-nfd.c: New file.
1188         * tests/uninorm/test-u32-nfd.c: New file.
1189         * tests/uninorm/test-u32-nfd-big.sh: New file.
1190         * tests/uninorm/test-u32-nfd-big.c: New file.
1191         * tests/uninorm/test-u32-normalize-big.h: New file.
1192         * tests/uninorm/test-u32-normalize-big.c: New file.
1193         * tests/uninorm/NormalizationTest.txt: New file, created from
1194         Unicode 5.1.0 NormalizationTest.txt.
1195         * modules/uninorm/nfd-tests: New file.
1196
1197         New module 'uninorm/nfd'.
1198         * lib/uninorm/nfd.c: New file.
1199         * modules/uninorm/nfd: New file.
1200
1201         New module 'uninorm/u32-normalize'.
1202         * lib/uninorm/u32-normalize.c: New file.
1203         * modules/uninorm/u32-normalize: New file.
1204
1205         New module 'uninorm/u16-normalize'.
1206         * lib/uninorm/u16-normalize.c: New file.
1207         * modules/uninorm/u16-normalize: New file.
1208
1209         New module 'uninorm/u8-normalize'.
1210         * lib/uninorm/u8-normalize.c: New file.
1211         * lib/uninorm/normalize-internal.h: New file.
1212         * lib/uninorm/u-normalize-internal.h: New file.
1213         * modules/uninorm/u8-normalize: New file.
1214
1215         New module 'uninorm/decompose-internal'.
1216         * lib/uninorm/decompose-internal.c: New file.
1217         * modules/uninorm/decompose-internal: New file.
1218
1219         Tests for module 'uninorm/composition'.
1220         * tests/uninorm/test-composition.c: New file.
1221         * modules/uninorm/composition-tests: New file.
1222
1223         New module 'uninorm/composition'.
1224         * lib/uninorm/composition.c: New file.
1225         * lib/uninorm/composition-table.gperf: New file, generated by
1226         gen-uni-tables.
1227         * modules/uninorm/composition: New file.
1228
1229         Tests for module 'uninorm/compat-decomposition'.
1230         * tests/uninorm/test-compat-decomposition.c: New file.
1231         * modules/uninorm/compat-decomposition-tests: New file.
1232
1233         New module 'uninorm/compat-decomposition'.
1234         * lib/uninorm/decompose-internal.h: New file.
1235         * lib/uninorm/compat-decomposition.c: New file.
1236         * modules/uninorm/compat-decomposition: New file.
1237
1238         Tests for module 'uninorm/canonical-decomposition'.
1239         * tests/uninorm/test-canonical-decomposition.c: New file.
1240         * modules/uninorm/canonical-decomposition-tests: New file.
1241
1242         New module 'uninorm/canonical-decomposition'.
1243         * lib/uninorm/canonical-decomposition.c: New file.
1244         * modules/uninorm/canonical-decomposition: New file.
1245
1246         Tests for module 'uninorm/decomposition'.
1247         * tests/uninorm/test-decomposition.c: New file.
1248         * modules/uninorm/decomposition-tests: New file.
1249
1250         New module 'uninorm/decomposition'.
1251         * lib/uninorm/decomposition.c: New file.
1252         * modules/uninorm/decomposition: New file.
1253
1254         New module 'uninorm/decomposition-table'.
1255         * lib/uninorm/decomposition-table.h: New file.
1256         * lib/uninorm/decomposition-table.c: New file.
1257         * lib/uninorm/decomposition-table1.h: New file, generated by
1258         gen-uni-tables.
1259         * lib/uninorm/decomposition-table2.h: New file, generated by
1260         gen-uni-tables.
1261         * modules/uninorm/decomposition-table: New file.
1262
1263         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
1264         (UC_DECOMP_*): New enumeration items.
1265         (get_decomposition): New function.
1266         (struct decomp_table): New type.
1267         (output_decomposition, output_decomposition_tables): New functions.
1268         (unicode_composition_exclusions): New variable.
1269         (fill_composition_exclusions, debug_output_composition_tables): New
1270         functions.
1271         (main): Accept one more argument. Invoke fill_composition_exclusions.
1272         Output decomposition and composition tables.
1273
1274         New module 'uninorm/base'.
1275         * lib/uninorm.h: New file.
1276         * lib/unictype.h: Update comment.
1277         * modules/uninorm/base: New file.
1278
1279 2009-02-21  David Lutterkort  <lutter@redhat.com>
1280
1281         Tests for module 'safe-alloc'.
1282         * tests/test-safe-alloc.c: New file.
1283         * modules/safe-alloc-tests: New file.
1284
1285         New module 'safe-alloc'.
1286         * lib/safe-alloc.h: New file.
1287         * lib/safe-alloc.c: New file.
1288         * m4/safe-alloc.m4: New file.
1289         * modules/safe-alloc: New file.
1290         * doc/safe-alloc.texi: New file.
1291         * doc/gnulib.texi: Include it.
1292         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
1293         safe-alloc.
1294
1295 2009-02-18  Bruno Haible  <bruno@clisp.org>
1296
1297         Fix link error on non-glibc systems.
1298         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
1299         variable.
1300         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1301
1302 2009-02-18  Jim Meyering  <meyering@redhat.com>
1303
1304         fts: avoid used-uninitialized error due to recent change
1305         * lib/fts.c (fts_read): Guard uses of the new member,
1306         parent->fts_n_dirs_remaining, since it's not relevant for
1307         the parent of a directory specified on the command-line.
1308
1309 2009-02-17  James Youngman  <jay@gnu.org>
1310             Bruno Haible  <bruno@clisp.org>
1311
1312         * m4/include_next.m4: Reformulate comment.
1313
1314 2009-02-16  Jim Meyering  <meyering@redhat.com>
1315
1316         fts: add #if guards so that the fts_lgpl module still builds
1317         * lib/fts.c: Guard just-added hash-table-using parts with
1318         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
1319         Reported by Simon Josefsson.
1320
1321 2009-02-15  Bruno Haible  <bruno@clisp.org>
1322
1323         * modules/array-mergesort-tests: New file.
1324         * tests/test-array-mergesort.c: New file.
1325
1326         New module 'array-mergesort'.
1327         * modules/array-mergesort: New file.
1328         * lib/array-mergesort.h: New file.
1329
1330 2009-02-15  Bruno Haible  <bruno@clisp.org>
1331
1332         Fix 2009-02-07 commit.
1333         * lib/gen-uni-tables.c (output_predicate, output_category,
1334         output_combclass, output_bidi_category, output_decimal_digit,
1335         output_digit, output_numeric, output_mirror, output_scripts,
1336         output_ident_category, output_simple_mapping): Fix format directives.
1337         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1338
1339 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1340
1341         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1342         fixes are available from IBM.
1343
1344 2009-02-13  Jim Meyering  <meyering@redhat.com>
1345
1346         fts: arrange not to stat non-directories in more cases
1347         This makes GNU find (when it doesn't need to stat each file)
1348         *much* more efficient at traversing reiserfs file systems.
1349         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1350         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1351         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1352         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1353         (leaf_optimization_applies): New function.
1354         (LCO_hash, LCO_compare): New helper functions.
1355         (link_count_optimize_ok): New function.
1356         (fts_stat): Initialize new member (if dir).
1357         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1358         we've just stat'ed a directory.  Skip the stat call when possible.
1359         ---
1360         Note this AFS-related exchange:
1361         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1362         and note find's pioctl call in find/fstype.c.
1363         But that is necessary only if you want to enable the
1364         optimization for AFS, and for now, I don't.
1365
1366         fts: move a function definition "up" (no semantic change)
1367         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1368         "up" to precede upcoming use of a related function.
1369
1370 2009-02-11  Jim Meyering  <meyering@redhat.com>
1371
1372         fts: correct internal computation of nlinks (optimization-related)
1373         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1374         whether the current entry is a directory, so don't test it.
1375
1376 2009-02-10  Bruno Haible  <bruno@clisp.org>
1377
1378         Tests for module 'uniwbrk/ulc-wordbreaks'.
1379         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1380         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1381         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1382
1383         Tests for module 'uniwbrk/u32-wordbreaks'.
1384         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1385         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1386
1387         Tests for module 'uniwbrk/u16-wordbreaks'.
1388         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1389         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1390
1391         Tests for module 'uniwbrk/u8-wordbreaks'.
1392         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1393         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1394
1395 2009-02-10  Bruno Haible  <bruno@clisp.org>
1396
1397         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1398         property.
1399         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1400         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1401         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1402
1403 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1404
1405         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1406         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1407
1408 2009-02-10  Bruno Haible  <bruno@clisp.org>
1409
1410         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1411         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1412         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1413         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1414         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1415         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1416
1417 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1418
1419         * lib/sockets.h (gl_fd_to_handle): New function.
1420
1421         * tests/test-sockets.c: Call gl_fd_to_handle.
1422
1423 2009-02-09  Bruno Haible  <bruno@clisp.org>
1424
1425         * doc/havelib.texi: Document the conventions on bi-arch systems.
1426
1427 2009-02-08  Bruno Haible  <bruno@clisp.org>
1428
1429         Document the AC_LIB_LINKFLAGS macro.
1430         * doc/havelib.texi: New file, mostly written on 2005-05-24.
1431         * doc/gnulib.texi: Include it.
1432
1433 2009-02-08  Bruno Haible  <bruno@clisp.org>
1434
1435         Fix wrong order of sections, compared to TOC.
1436         * doc/gnulib.texi: Include relocatable-maint.texi after the
1437         "Regular expressions" node, not before.
1438
1439 2009-02-08  Bruno Haible  <bruno@clisp.org>
1440
1441         Tests for module 'unicase/totitle'.
1442         * modules/unicase/totitle-tests: New file.
1443
1444         Tests for module 'unicase/tolower'.
1445         * modules/unicase/tolower-tests: New file.
1446
1447         Tests for module 'unicase/toupper'.
1448         * modules/unicase/toupper-tests: New file.
1449         * tests/unicase/test-mapping-part1.h: New file.
1450         * tests/unicase/test-mapping-part2.h: New file.
1451
1452         New module 'unicase/totitle'.
1453         * modules/unicase/totitle: New file.
1454         * lib/unicase/totitle.c: New file.
1455
1456         New module 'unicase/tolower'.
1457         * modules/unicase/tolower: New file.
1458         * lib/unicase/tolower.c: New file.
1459
1460         New module 'unicase/toupper'.
1461         * modules/unicase/toupper: New file.
1462         * lib/unicase/toupper.c: New file.
1463         * lib/unicase/simple-mapping.h: New file.
1464
1465         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
1466         (mapping_table): New structure.
1467         (output_simple_mapping): New function.
1468         (main): Invoke output_simple_mapping_test and output_simple_mapping.
1469         * modules/gen-uni-tables (Description): Update.
1470         * lib/unicase/toupper.h: New file, automatically generated by
1471         gen-uni-tables.
1472         * lib/unicase/tolower.h: New file, automatically generated by
1473         gen-uni-tables.
1474         * lib/unicase/totitle.h: New file, automatically generated by
1475         gen-uni-tables.
1476         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
1477         gen-uni-tables.
1478         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
1479         gen-uni-tables.
1480         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
1481         gen-uni-tables.
1482
1483         New module 'unicase/base'.
1484         * modules/unicase/base: New file.
1485         * lib/unicase.h: New file.
1486
1487 2009-02-08  Bruno Haible  <bruno@clisp.org>
1488
1489         New module 'uniwbrk/ulc-wordbreaks'.
1490         * modules/uniwbrk/ulc-wordbreaks: New file.
1491         * lib/uniwbrk/ulc-wordbreaks.c: New file.
1492
1493         New module 'uniwbrk/u32-wordbreaks'.
1494         * modules/uniwbrk/u32-wordbreaks: New file.
1495         * lib/uniwbrk/u32-wordbreaks.c: New file.
1496
1497         New module 'uniwbrk/u16-wordbreaks'.
1498         * modules/uniwbrk/u16-wordbreaks: New file.
1499         * lib/uniwbrk/u16-wordbreaks.c: New file.
1500
1501         New module 'uniwbrk/u8-wordbreaks'.
1502         * modules/uniwbrk/u8-wordbreaks: New file.
1503         * lib/uniwbrk/u8-wordbreaks.c: New file.
1504         * lib/uniwbrk/u-wordbreaks.h: New file.
1505
1506         New module 'uniwbrk/table'.
1507         * modules/uniwbrk/table: New file.
1508         * lib/uniwbrk/wbrktable.h: New file.
1509         * lib/uniwbrk/wbrktable.c: New file.
1510
1511         New module 'uniwbrk/wordbreak-property'.
1512         * modules/uniwbrk/wordbreak-property: New file.
1513         * lib/uniwbrk/wordbreak-property.c: New file.
1514
1515         * lib/gen-uni-tables.c (WBP_*): New enum items.
1516         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
1517         (unicode_org_wbp): New variable.
1518         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
1519         New functions.
1520         (wbp_table): New structure.
1521         (output_wbp, output_wbrk_tables): New functions.
1522         (main): Accept additional argument. Invoke fill_org_wbp,
1523         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
1524         output_wbrk_tables.
1525         * modules/gen-uni-tables (Description): Update.
1526         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
1527         gen-uni-tables.
1528
1529         New module 'uniwbrk/base'.
1530         * modules/uniwbrk/base: New file.
1531         * lib/uniwbrk.h: New file.
1532
1533 2009-02-08  Bruno Haible  <bruno@clisp.org>
1534
1535         Update to Unicode 5.1.0.
1536         * lib/gen-uni-tables.c (is_property_alphabetic): Include
1537         U+2185..U+2188.
1538         (is_property_default_ignorable_code_point): Don't include characters
1539         of category Cc or Cs and not-a-characters.
1540         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
1541         U+0D79, U+109E, U+109F, U+A60C.
1542         * lib/unictype/bidi_of.h: Regenerated.
1543         * lib/unictype/blocks.h: Regenerated.
1544         * lib/unictype/categ_C.h: Regenerated.
1545         * lib/unictype/categ_Cf.h: Regenerated.
1546         * lib/unictype/categ_Cn.h: Regenerated.
1547         * lib/unictype/categ_L.h: Regenerated.
1548         * lib/unictype/categ_Ll.h: Regenerated.
1549         * lib/unictype/categ_Lm.h: Regenerated.
1550         * lib/unictype/categ_Lo.h: Regenerated.
1551         * lib/unictype/categ_Lu.h: Regenerated.
1552         * lib/unictype/categ_M.h: Regenerated.
1553         * lib/unictype/categ_Mc.h: Regenerated.
1554         * lib/unictype/categ_Me.h: Regenerated.
1555         * lib/unictype/categ_Mn.h: Regenerated.
1556         * lib/unictype/categ_N.h: Regenerated.
1557         * lib/unictype/categ_Nd.h: Regenerated.
1558         * lib/unictype/categ_Nl.h: Regenerated.
1559         * lib/unictype/categ_No.h: Regenerated.
1560         * lib/unictype/categ_P.h: Regenerated.
1561         * lib/unictype/categ_Pd.h: Regenerated.
1562         * lib/unictype/categ_Pe.h: Regenerated.
1563         * lib/unictype/categ_Pf.h: Regenerated.
1564         * lib/unictype/categ_Pi.h: Regenerated.
1565         * lib/unictype/categ_Po.h: Regenerated.
1566         * lib/unictype/categ_Ps.h: Regenerated.
1567         * lib/unictype/categ_S.h: Regenerated.
1568         * lib/unictype/categ_Sk.h: Regenerated.
1569         * lib/unictype/categ_Sm.h: Regenerated.
1570         * lib/unictype/categ_So.h: Regenerated.
1571         * lib/unictype/categ_of.h: Regenerated.
1572         * lib/unictype/combining.h: Regenerated.
1573         * lib/unictype/ctype_alnum.h: Regenerated.
1574         * lib/unictype/ctype_alpha.h: Regenerated.
1575         * lib/unictype/ctype_graph.h: Regenerated.
1576         * lib/unictype/ctype_lower.h: Regenerated.
1577         * lib/unictype/ctype_print.h: Regenerated.
1578         * lib/unictype/ctype_punct.h: Regenerated.
1579         * lib/unictype/ctype_upper.h: Regenerated.
1580         * lib/unictype/decdigit.h: Regenerated.
1581         * lib/unictype/digit.h: Regenerated.
1582         * lib/unictype/mirror.h: Regenerated.
1583         * lib/unictype/numeric.h: Regenerated.
1584         * lib/unictype/pr_alphabetic.h: Regenerated.
1585         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
1586         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
1587         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
1588         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
1589         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
1590         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
1591         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
1592         * lib/unictype/pr_combining.h: Regenerated.
1593         * lib/unictype/pr_dash.h: Regenerated.
1594         * lib/unictype/pr_decimal_digit.h: Regenerated.
1595         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
1596         * lib/unictype/pr_deprecated.h: Regenerated.
1597         * lib/unictype/pr_diacritic.h: Regenerated.
1598         * lib/unictype/pr_extender.h: Regenerated.
1599         * lib/unictype/pr_format_control.h: Regenerated.
1600         * lib/unictype/pr_grapheme_base.h: Regenerated.
1601         * lib/unictype/pr_grapheme_extend.h: Regenerated.
1602         * lib/unictype/pr_grapheme_link.h: Regenerated.
1603         * lib/unictype/pr_id_continue.h: Regenerated.
1604         * lib/unictype/pr_id_start.h: Regenerated.
1605         * lib/unictype/pr_ideographic.h: Regenerated.
1606         * lib/unictype/pr_ignorable_control.h: Regenerated.
1607         * lib/unictype/pr_lowercase.h: Regenerated.
1608         * lib/unictype/pr_math.h: Regenerated.
1609         * lib/unictype/pr_numeric.h: Regenerated.
1610         * lib/unictype/pr_other_alphabetic.h: Regenerated.
1611         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
1612         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
1613         * lib/unictype/pr_other_id_continue.h: Regenerated.
1614         * lib/unictype/pr_other_lowercase.h: Regenerated.
1615         * lib/unictype/pr_other_math.h: Regenerated.
1616         * lib/unictype/pr_punctuation.h: Regenerated.
1617         * lib/unictype/pr_sentence_terminal.h: Regenerated.
1618         * lib/unictype/pr_soft_dotted.h: Regenerated.
1619         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
1620         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
1621         * lib/unictype/pr_unified_ideograph.h: Regenerated.
1622         * lib/unictype/pr_uppercase.h: Regenerated.
1623         * lib/unictype/pr_xid_continue.h: Regenerated.
1624         * lib/unictype/pr_xid_start.h: Regenerated.
1625         * lib/unictype/pr_zero_width.h: Regenerated.
1626         * lib/unictype/scripts.h: Regenerated.
1627         * lib/unictype/scripts_byname.gperf: Regenerated.
1628         * lib/unictype/sy_java_ident.h: Regenerated.
1629         * lib/unilbrk/lbrkprop1.h: Regenerated.
1630         * lib/unilbrk/lbrkprop2.h: Regenerated.
1631         * tests/unictype/test-categ_C.c: Regenerated.
1632         * tests/unictype/test-categ_Cf.c: Regenerated.
1633         * tests/unictype/test-categ_Cn.c: Regenerated.
1634         * tests/unictype/test-categ_L.c: Regenerated.
1635         * tests/unictype/test-categ_Ll.c: Regenerated.
1636         * tests/unictype/test-categ_Lm.c: Regenerated.
1637         * tests/unictype/test-categ_Lo.c: Regenerated.
1638         * tests/unictype/test-categ_Lu.c: Regenerated.
1639         * tests/unictype/test-categ_M.c: Regenerated.
1640         * tests/unictype/test-categ_Mc.c: Regenerated.
1641         * tests/unictype/test-categ_Me.c: Regenerated.
1642         * tests/unictype/test-categ_Mn.c: Regenerated.
1643         * tests/unictype/test-categ_N.c: Regenerated.
1644         * tests/unictype/test-categ_Nd.c: Regenerated.
1645         * tests/unictype/test-categ_Nl.c: Regenerated.
1646         * tests/unictype/test-categ_No.c: Regenerated.
1647         * tests/unictype/test-categ_P.c: Regenerated.
1648         * tests/unictype/test-categ_Pd.c: Regenerated.
1649         * tests/unictype/test-categ_Pe.c: Regenerated.
1650         * tests/unictype/test-categ_Pf.c: Regenerated.
1651         * tests/unictype/test-categ_Pi.c: Regenerated.
1652         * tests/unictype/test-categ_Po.c: Regenerated.
1653         * tests/unictype/test-categ_Ps.c: Regenerated.
1654         * tests/unictype/test-categ_S.c: Regenerated.
1655         * tests/unictype/test-categ_Sk.c: Regenerated.
1656         * tests/unictype/test-categ_Sm.c: Regenerated.
1657         * tests/unictype/test-categ_So.c: Regenerated.
1658         * tests/unictype/test-ctype_alnum.c: Regenerated.
1659         * tests/unictype/test-ctype_alpha.c: Regenerated.
1660         * tests/unictype/test-ctype_graph.c: Regenerated.
1661         * tests/unictype/test-ctype_lower.c: Regenerated.
1662         * tests/unictype/test-ctype_print.c: Regenerated.
1663         * tests/unictype/test-ctype_punct.c: Regenerated.
1664         * tests/unictype/test-ctype_upper.c: Regenerated.
1665         * tests/unictype/test-decdigit.h: Regenerated.
1666         * tests/unictype/test-digit.h: Regenerated.
1667         * tests/unictype/test-numeric.h: Regenerated.
1668         * tests/unictype/test-pr_alphabetic.c: Regenerated.
1669         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
1670         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
1671         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
1672         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
1673         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
1674         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
1675         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
1676         * tests/unictype/test-pr_combining.c: Regenerated.
1677         * tests/unictype/test-pr_dash.c: Regenerated.
1678         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
1679         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
1680         * tests/unictype/test-pr_deprecated.c: Regenerated.
1681         * tests/unictype/test-pr_diacritic.c: Regenerated.
1682         * tests/unictype/test-pr_extender.c: Regenerated.
1683         * tests/unictype/test-pr_format_control.c: Regenerated.
1684         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
1685         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
1686         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
1687         * tests/unictype/test-pr_id_continue.c: Regenerated.
1688         * tests/unictype/test-pr_id_start.c: Regenerated.
1689         * tests/unictype/test-pr_ideographic.c: Regenerated.
1690         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
1691         * tests/unictype/test-pr_lowercase.c: Regenerated.
1692         * tests/unictype/test-pr_math.c: Regenerated.
1693         * tests/unictype/test-pr_numeric.c: Regenerated.
1694         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
1695         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
1696         Regenerated.
1697         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
1698         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
1699         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
1700         * tests/unictype/test-pr_other_math.c: Regenerated.
1701         * tests/unictype/test-pr_punctuation.c: Regenerated.
1702         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
1703         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
1704         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
1705         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
1706         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
1707         * tests/unictype/test-pr_uppercase.c: Regenerated.
1708         * tests/unictype/test-pr_xid_continue.c: Regenerated.
1709         * tests/unictype/test-pr_xid_start.c: Regenerated.
1710         * tests/unictype/test-pr_zero_width.c: Regenerated.
1711
1712         Update to Unicode 5.1.0.
1713         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
1714         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
1715         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
1716         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
1717         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
1718         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
1719         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
1720         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
1721         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
1722         (nonspacing_table_ind): Update.
1723         * tests/uniwidth/test-uc_width2.sh: Update expected result.
1724
1725         Update to Unicode 5.1.0.
1726         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
1727         code transform.
1728         * lib/uniname/uniname.c (unicode_character_name,
1729         unicode_name_character): Add the range 0x1Fxxx to the code transform.
1730         * lib/uniname/uninames.h: Regenerated.
1731         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
1732
1733 2009-02-07  Bruno Haible  <bruno@clisp.org>
1734
1735         Merge gen-ctype and gen-lbrk into a single program.
1736         * lib/gen-uni-tables.c: New file, incorporating
1737         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
1738         Add directory prefixes to the names of the generated files.
1739         * lib/unictype/gen-ctype.c: Remove file.
1740         * lib/unilbrk/gen-lbrk.c: Remove file.
1741         * modules/gen-uni-tables: New file.
1742         * modules/unictype/gen-ctype: Remove file.
1743         * modules/unilbrk/gen-lbrk: Remove file.
1744
1745 2009-02-07  Bruno Haible  <bruno@clisp.org>
1746
1747         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
1748
1749         New module 'unistr/u32-strcoll'.
1750         * modules/unistr/u32-strcoll: New file.
1751         * lib/unistr/u32-strcoll.c: New file.
1752
1753         New module 'unistr/u16-strcoll'.
1754         * modules/unistr/u16-strcoll: New file.
1755         * lib/unistr/u16-strcoll.c: New file.
1756
1757         New module 'unistr/u8-strcoll'.
1758         * modules/unistr/u8-strcoll: New file.
1759         * lib/unistr/u8-strcoll.c: New file.
1760         * lib/unistr/u-strcoll.h: New file.
1761
1762 2009-02-07  Bruno Haible  <bruno@clisp.org>
1763
1764         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
1765         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1766         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1767         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
1768         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
1769         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
1770
1771 2009-02-07  Bruno Haible  <bruno@clisp.org>
1772
1773         Make 64-bit clean.
1774         * lib/unictype/gen-ctype.c (output_predicate, output_category,
1775         output_combclass, output_bidi_category, output_decimal_digit,
1776         output_digit, output_numeric, output_mirror, output_scripts,
1777         output_ident_category): Use proper width specifier in format strings.
1778
1779 2009-02-07  Bruno Haible  <bruno@clisp.org>
1780
1781         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
1782         failure behaviour.
1783
1784 2009-02-07  Jim Meyering  <meyering@redhat.com>
1785
1786         regex: avoid compilation failure with upcoming gcc-4.4
1787         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
1788         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
1789         "... error: integer overflow in preprocessor expression".
1790
1791 2009-02-05  Ben Pfaff  <blp@gnu.org>
1792
1793         Fix link errors on Windows when close module is used.
1794         * modules/close: Add $(LIB_CLOSE) to Link section.
1795         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
1796         $(LIB_CLOSE) on Windows.
1797
1798 2009-02-05  Jim Meyering  <meyering@redhat.com>
1799
1800         still avoid unused-parameter warnings, but do it cleanly
1801         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
1802         (get_fs_usage): Cast to void instead.
1803         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
1804         (dev_from_mount_options, read_file_system_list): Cast to void.
1805         Prompted by Bruno Haible.
1806
1807 2009-02-04  Jim Meyering  <meyering@redhat.com>
1808
1809         fsusage.c: correct copyright year
1810         * lib/fsusage.c: Reflect year in which the change is pushed into
1811
1812         avoid misc. warnings
1813         * lib/fsusage.c (UNUSED_PARAM): Define.
1814         (get_fs_usage): Mark parameter "disk" as unused.
1815         * lib/getugroups.c (getgrent): Use "void" in prototype.
1816         * lib/mountlist.c: Mark unused parameters.
1817         (read_file_system_list): Declare a local with "const".
1818         * lib/nanosleep.c (getnow): Declare static.
1819         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
1820
1821         dirfd: set errno upon failure
1822         * lib/dirfd.c: Include <errno.h>.
1823         Set errno to ENOTSUP when returning -1.
1824         * modules/dirfd (Depends-on): Add errno.
1825         Suggested by John Kodis <kodis@comcast.net>.
1826
1827 2009-02-01  Bruno Haible  <bruno@clisp.org>
1828
1829         Don't assume sizeof (long) >= sizeof (void *).
1830         * lib/memcmp.c: Include stdint.h.
1831         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
1832         srcp2 to 'const byte *'.
1833         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
1834         types to uintptr_t.
1835         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
1836         * modules/memcmp (Depends-on): Add stdint.
1837         Reported by Ozkan Sezer <sezeroz@gmail.com>.
1838
1839 2009-01-30  Eric Blake  <ebb9@byu.net>
1840
1841         fix more require-before-expand issues
1842         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
1843         expand, AC_PROG_AWK.
1844         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
1845
1846 2009-01-28  Eric Blake  <ebb9@byu.net>
1847
1848         version-etc: use consistent URL formatting
1849         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
1850         Improve formatting.  Use fputs for string without %.
1851
1852 2009-01-28  Jim Meyering  <meyering@redhat.com>
1853
1854         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
1855         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
1856         "underquoted definition of NAME" from autoconf-2.59.
1857
1858 2009-01-28  Bruno Haible  <bruno@clisp.org>
1859
1860         * doc/gnulib.texi: Add "Obsolete modules" to index.
1861
1862 2009-01-28  Jim Meyering  <meyering@redhat.com>
1863
1864         useless-if-before-free: recognize more variants
1865         * build-aux/useless-if-before-free: Also recognize e.g.,
1866         if (NULL != p) free (p);
1867
1868 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
1869
1870         test-getaddrinfo: skip (don't fail) this test when there's no network
1871         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
1872         on the presumption that it means you lack network access.
1873
1874 2009-01-26  Jim Meyering  <meyering@redhat.com>
1875
1876         fflush: avoid warnings on modern systems
1877         * lib/fflush.c (rpl_fflush): Move declarations of locals,
1878         pos and result, into scopes where they're used.
1879
1880 2009-01-26  Eric Blake  <ebb9@byu.net>
1881
1882         Silence warning reintroduced by recent extensions patch.
1883         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
1884         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
1885         autoconf.
1886
1887         Backport improved autoconf semantics of AC_DEFUN_ONCE.
1888         * m4/00gnulib.m4: New file.
1889         * gnulib-tool (func_get_filelist): Always use it.
1890         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
1891         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
1892
1893 2009-01-25  Bruno Haible  <bruno@clisp.org>
1894
1895         Make test-quotearg work on MacOS X and AIX.
1896         * tests/test-quotearg.sh: New file.
1897         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
1898         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
1899         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
1900         include <libintl.h>.
1901         (fake_locale): Remove variable.
1902         (gettext, dgettext, dcgettext): Remove functions.
1903         (main): Instead of setting a fake locale, set a real locale. Call
1904         textdomain and bindtextdomain.
1905         * modules/quotearg-tests (Files): Add the new files.
1906         (Depends-on): Add gettext, setenv, unsetenv.
1907         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1908         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
1909         Augment TESTS_ENVIRONMENT.
1910
1911 2009-01-25  Bruno Haible  <bruno@clisp.org>
1912
1913         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
1914         fr_FR.ISO8859-1 locale on MacOS X.
1915         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
1916         ja_JP.eucJP locale on MacOS X.
1917         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
1918         zh_CN.GB18030 locale on MacOS X.
1919
1920 2009-01-25  Bruno Haible  <bruno@clisp.org>
1921
1922         Avoid link errors on MacOS X 10.3.
1923         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
1924         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1925
1926 2009-01-25  Bruno Haible  <bruno@clisp.org>
1927
1928         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1929         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
1930         * modules/pipe (Files): Remove m4/posix_spawn.m4.
1931         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1932         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
1933         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1934         posix_spawnattr_init, posix_spawnattr_setsigmask,
1935         posix_spawnattr_setflags, posix_spawnattr_destroy.
1936
1937         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1938         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
1939         * modules/execute (Files): Remove m4/posix_spawn.m4.
1940         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1941         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1942         posix_spawnattr_init, posix_spawnattr_setsigmask,
1943         posix_spawnattr_setflags, posix_spawnattr_destroy.
1944
1945 2009-01-25  Bruno Haible  <bruno@clisp.org>
1946
1947         * lib/glthread/threadlib.c: Include <stdlib.h>.
1948
1949 2009-01-25  Bruno Haible  <bruno@clisp.org>
1950
1951         * lib/glthread/threadlib.c (dummy): New declaration.
1952
1953 2009-01-25  Bruno Haible  <bruno@clisp.org>
1954
1955         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
1956         multibyte characters also for the GB18030 encoding. Don't crash when
1957         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
1958
1959 2009-01-25  Bruno Haible  <bruno@clisp.org>
1960
1961         Avoid redefining 'struct random_data' on OSF/1 5.1.
1962         * lib/stdlib.in.h: Include <random.h> if it exists.
1963         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
1964         HAVE_RANDOM_H. Include <random.h> when testing whether
1965         'struct random_data' exists.
1966         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
1967
1968 2009-01-25  Bruno Haible  <bruno@clisp.org>
1969
1970         Don't install charset.alias on MacOS X >= 10.3.
1971         * lib/localcharset.c (DARWIN7): New macro.
1972         (get_charset_aliases): Hardcode the result for Darwin7.
1973         * modules/localcharset (install-exec-local): Don't install
1974         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
1975
1976 2009-01-25  Bruno Haible  <bruno@clisp.org>
1977
1978         Don't install charset.alias on mingw and Cygwin.
1979         * modules/localcharset (install-exec-local): Don't install
1980         charset.alias on mingw and Cygwin, if the file does not yet exist.
1981         The result for these platforms is hardcoded in localcharset.c.
1982
1983 2009-01-25  Bruno Haible  <bruno@clisp.org>
1984
1985         Make it possible again to use AC_GNU_SOURCE together with gnulib.
1986         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
1987         before requiring AC_USE_SYSTEM_EXTENSIONS.
1988
1989 2009-01-25  Jim Meyering  <meyering@redhat.com>
1990
1991         c-strtod: avoid warnings
1992         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
1993         "assignment discards qualifiers from pointer target type" warnings.
1994
1995 2009-01-24  Bruno Haible  <bruno@clisp.org>
1996
1997         Add support for non-UTF-8 locales on MacOS X.
1998         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
1999         canonical encodings. For Darwin 7 and newer, don't map traditional
2000         encodings to UTF-8.
2001         Reported by Vincent Lefevre <vincent@vinc17.org>
2002         at <http://savannah.gnu.org/bugs/?25235>.
2003
2004 2009-01-24  Bruno Haible  <bruno@clisp.org>
2005
2006         * doc/gnulib.texi (Obsolete modules): New section.
2007         Reported by Mike Frysinger <vapier@gentoo.org>.
2008
2009 2009-01-24  Bruno Haible  <bruno@clisp.org>
2010
2011         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
2012         (%.dvi): New rule.
2013
2014 2009-01-24  Bruno Haible  <bruno@clisp.org>
2015
2016         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
2017         Reported by Eric Blake.
2018
2019 2009-01-24  Bruno Haible  <bruno@clisp.org>
2020
2021         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
2022         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
2023         Reported by Gary V. Vaughan <gary@gnu.org>.
2024
2025 2009-01-24  Bruno Haible  <bruno@clisp.org>
2026
2027         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
2028
2029 2009-01-23  Bruno Haible  <bruno@clisp.org>
2030
2031         Make c-strtod, c-strtold usable in libraries.
2032         * lib/c-strtod.c: Include string.h instead of xalloc.h.
2033         (C_STRTOD): Call strdup instead of xstrdup.
2034         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
2035         * modules/c-strtold (Depends-on): Likewise.
2036         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
2037         * NEWS: Mention the change.
2038         Reported by Michael Gold <mgold@ncf.ca>.
2039
2040 2009-01-23  Jim Meyering  <meyering@redhat.com>
2041
2042         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
2043         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
2044         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
2045
2046 2009-01-23  Simon Josefsson  <simon@josefsson.org>
2047
2048         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
2049         GNU CoreUtils.
2050         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
2051         * modules/version-etc (Description): Update.
2052
2053 2009-01-22  Bruno Haible  <bruno@clisp.org>
2054
2055         Cache the C locale object.
2056         * lib/c-strtod.c (c_locale_cache): New variable.
2057         (c_locale): New function.
2058         (C_STRTOD): Use it, and don't call freelocale.
2059         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
2060         Suggested by Paolo Bonzini.
2061
2062 2009-01-21  Bruno Haible  <bruno@clisp.org>
2063
2064         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
2065         conditions other than overflow.
2066
2067 2009-01-21  Bruno Haible  <bruno@clisp.org>
2068
2069         * lib/c-strtod.c: Include errno.h.
2070         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
2071         value from STRTOD_L and STRTOD.
2072
2073 2009-01-21  Bruno Haible  <bruno@clisp.org>
2074         and Jim Meyering  <meyering@redhat.com>
2075
2076         nanosleep: skip configure test (fail it) for apple universal builds
2077         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
2078         universal builds, assume that nanosleep does not work.
2079         * modules/nanosleep (Depends-on): Add multiarch.
2080
2081         mktime: skip configure test (fail it) for apple universal builds
2082         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
2083         universal builds, assume that mktime does not work.
2084         * modules/mktime (Depends-on): Add multiarch.
2085
2086 2009-01-21  Eric Blake  <ebb9@byu.net>
2087
2088         multiarch: avoid expand-before-require warning
2089         * modules/multiarch (configure.ac): Require, rather than expand,
2090         gl_MULTIARCH.
2091         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
2092         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
2093         enforce that all clients require it.  Partial reversion of
2094         2008-12-29 patch.
2095
2096         error: avoid expand-before-require warning
2097         * modules/errno (configure.ac): Require, rather than expand,
2098         gl_HEADER_ERRNO_H.
2099         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
2100         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
2101         enforce that all clients require it.
2102
2103         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
2104         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
2105         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
2106         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
2107
2108 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
2109
2110         Revert:
2111         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2112
2113         regex: do not depend on obsolete modules.
2114         * modules/regex: Remove memcmp and memmove.
2115
2116 2009-01-20  Bruno Haible  <bruno@clisp.org>
2117
2118         Make the 'link' module link on Windows NT 4.
2119         * lib/link.c (_WIN32_WINNT): Don't define.
2120         (CreateHardLinkFuncType): New type.
2121         (CreateHardLinkFunc, initialized): New variables.
2122         (initialize): New function.
2123         (link): Invoke CreateHardLink indirectly through the function pointer.
2124
2125 2009-01-20  Bruno Haible  <bruno@clisp.org>
2126
2127         Fix compilation failure on mingw.
2128         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
2129
2130 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
2131
2132         * doc/c-strtod.texi: Mention a couple of restrictions.
2133
2134 2009-01-20  Jim Meyering  <meyering@redhat.com>
2135
2136         gettimeofday: move more declarations out of functions
2137         * lib/gettimeofday.c: Move extern declarations of tzset and
2138         gmtime out of containing functions.  Prompted by Bruno Haible.
2139
2140 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2141
2142         regex: do not depend on obsolete modules.
2143         * modules/regex: Remove memcmp and memmove.
2144
2145 2009-01-19  Bruno Haible  <bruno@clisp.org>
2146
2147         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2148         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
2149         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2150         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
2151         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
2152
2153 2009-01-19  Bruno Haible  <bruno@clisp.org>
2154
2155         * tests/test-link.c: Include <errno.h>.
2156         (main): Exit with code 77 when a hard link cannot be created due to
2157         the file system.
2158         * tests/test-link.sh: Skip test when a hard link cannot be created due
2159         to the file system.
2160         Suggested by Eric Blake.
2161
2162 2009-01-19  Martin Lambers  <marlam@marlam.de>
2163
2164         * modules/link-tests: New file.
2165         * tests/test-link.sh: New file.
2166         * tests/test-link.c: New file.
2167
2168 2009-01-19  Eric Blake  <ebb9@byu.net>
2169
2170         doc: mention another function added in cygwin 1.7.0
2171         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
2172         Another new function in cygwin 1.7.
2173
2174 2009-01-19  Bruno Haible  <bruno@clisp.org>
2175
2176         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2177         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
2178         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
2179         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2180         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2181         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
2182         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
2183         * m4/md4.m4 (gl_MD4): Likewise.
2184         * m4/md5.m4 (gl_MD5): Likewise.
2185         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
2186         * m4/sha1.m4 (gl_SHA1): Likewise.
2187         * m4/sha256.m4 (gl_SHA256): Likewise.
2188         * m4/sha512.m4 (gl_SHA512): Likewise.
2189
2190 2009-01-19  Bruno Haible  <bruno@clisp.org>
2191
2192         * modules/uniname/uniname-tests (Depends-on): Add progname.
2193         * tests/uniname/test-uninames.c: Include progname.h.
2194         (main): Call set_program_name.
2195
2196         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
2197         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
2198         (main): Call set_program_name.
2199
2200         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
2201         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
2202         (main): Call set_program_name.
2203
2204         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
2205         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
2206         (main): Call set_program_name.
2207
2208         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
2209         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
2210         (main): Call set_program_name.
2211
2212         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
2213         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
2214         (main): Call set_program_name.
2215
2216         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
2217         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
2218         (main): Call set_program_name.
2219
2220         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
2221         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
2222         (main): Call set_program_name.
2223
2224         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
2225         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
2226         (main): Call set_program_name.
2227
2228 2009-01-19  Eric Blake  <ebb9@byu.net>
2229
2230         test-unistd: test previous patch
2231         * tests/test-unistd.c: Test *_FILENO macros.
2232
2233         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
2234         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2235         Guarantee a definition.
2236         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
2237         * modules/unistd-safer (Depends-on): Add dependency on unistd.
2238         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
2239         * lib/dup-safer.c (STDERR_FILENO): Likewise.
2240         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2241         Likewise.
2242         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
2243         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
2244         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2245         Likewise.
2246         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
2247         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
2248         (STDERR_FILENO): Likewise.
2249         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
2250         (STDERR_FILENO): Likewise.
2251         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
2252         (STDERR_FILENO): Likewise.
2253         Reported by Elbert Pol.
2254
2255 2009-01-19  Eric Blake  <ebb9@byu.net>
2256
2257         doc: mention more functions added in cygwin 1.7.0
2258         * doc/posix-functions/abort.texi (abort): Update wording related
2259         to cygwin.
2260         * doc/posix-functions/daylight.texi (daylight): Likewise.
2261         * doc/posix-functions/optarg.texi (optarg): Likewise.
2262         * doc/posix-functions/optarg.texi (opterr): Likewise.
2263         * doc/posix-functions/optarg.texi (optind): Likewise.
2264         * doc/posix-functions/optarg.texi (optopt): Likewise.
2265         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
2266         worked in 1.5.x, and was withdrawn in 1.7.
2267         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
2268         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
2269         cygwin versions.
2270         * doc/posix-functions/perror.texi (perror): Likewise.
2271         * doc/posix-functions/printf.texi (printf): Likewise.
2272         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
2273         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
2274         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
2275         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
2276         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
2277         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
2278         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2279         Likewise.
2280         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2281         Likewise.
2282         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
2283         this function.
2284         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
2285         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
2286         Likewise.
2287         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
2288         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
2289         * doc/posix-functions/confstr.texi (confstr): Likewise.
2290         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
2291         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
2292         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
2293         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
2294         * doc/posix-functions/fputws.texi (fputws): Likewise.
2295         * doc/posix-functions/fwide.texi (fwide): Likewise.
2296         * doc/posix-functions/getwc.texi (getwc): Likewise.
2297         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
2298         * doc/posix-functions/putwc.texi (putwc): Likewise.
2299         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
2300         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
2301         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
2302         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
2303         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
2304         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
2305         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
2306         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
2307         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
2308         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
2309         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
2310
2311 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2312
2313         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2314         * lib/ioctl.c: Include <sys/ioctl.h>.
2315
2316 2009-01-19  Simon Josefsson  <simon@josefsson.org>
2317
2318         * modules/getdate-tests (Depends-on): Add progname.
2319         * tests/test-getdate.c: Use progname module, to avoid link errors
2320         on non-glibc systems.
2321
2322 2009-01-18  Simon Josefsson  <simon@josefsson.org>
2323
2324         * modules/filenamecat-tests (Depends-on): Add progname.
2325         * modules/fstrcmp-tests (Depends-on): Likewise.
2326
2327         * tests/test-filenamecat.c: Use progname module, to avoid link
2328         errors on non-glibc systems.
2329         * tests/test-fstrcmp.c: Likewise.
2330
2331 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2332
2333         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2334         * lib/gettimeofday.c: Move extern declaration out of function.
2335
2336 2009-01-18  Bruno Haible  <bruno@clisp.org>
2337
2338         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2339         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2340         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2341
2342 2009-01-18  Bruno Haible  <bruno@clisp.org>
2343
2344         * lib/strftime.c (MEMPCPY): Remove unused macro.
2345         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2346
2347 2009-01-18  Martin Lambers  <marlam@marlam.de>
2348
2349         New module 'link'.
2350         * lib/unistd.in.h (link): New declaration.
2351         * lib/link.c: New file.
2352         * m4/link.m4: New file.
2353         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2354         HAVE_LINK.
2355         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2356         * modules/link: New file.
2357         * doc/posix-functions/link.texi: Mention the new module.
2358
2359 2009-01-18  Bruno Haible  <bruno@clisp.org>
2360
2361         * tests/test-avltree_list.c (main): Call set_program_name.
2362         * tests/test-avltree_oset.c (main): Likewise.
2363         * tests/test-obstack-printf.c: Include progname.h.
2364         (main): Call set_program_name.
2365         * tests/test-quotearg.c: Include progname.h.
2366         (main): Call set_program_name.
2367         * tests/test-xmemdup0.c: Include progname.h.
2368         (main): Call set_program_name.
2369
2370 2009-01-18  Bruno Haible  <bruno@clisp.org>
2371
2372         New module 'alphasort'.
2373         * lib/dirent.in.h (alphasort): New declaration.
2374         * lib/alphasort.c: New file, from glibc with modifications.
2375         * m4/alphasort.m4: New file.
2376         * modules/alphasort: New file.
2377         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2378         HAVE_ALPHASORT.
2379         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2380         HAVE_ALPHASORT.
2381         * doc/posix-functions/alphasort.texi: Mention the new module and the
2382         portability problems.
2383
2384 2009-01-18  Bruno Haible  <bruno@clisp.org>
2385
2386         New module 'scandir'.
2387         * lib/dirent.in.h (scandir): New declaration.
2388         * lib/scandir.c: New file, from glibc with modifications.
2389         * m4/scandir.m4: New file.
2390         * modules/scandir: New file.
2391         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2392         HAVE_SCANDIR.
2393         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2394         HAVE_SCANDIR.
2395         * doc/posix-functions/scandir.texi: Mention the new module and the
2396         portability problems.
2397
2398 2009-01-17  Bruno Haible  <bruno@clisp.org>
2399
2400         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2401         Update documentation.
2402         (func_remove_suffix): Escape all dots in the suffix. Update
2403         documentation.
2404         (func_filter_filelist): Update documentation.
2405         Reported by Ralf Wildenhues.
2406
2407 2009-01-17  Bruno Haible  <bruno@clisp.org>
2408
2409         * modules/dprintf-posix-tests: New file.
2410         * tests/test-dprintf-posix.sh: New file.
2411         * tests/test-dprintf-posix.c: New file.
2412
2413         New modules 'dprintf', 'dprintf-posix'.
2414         * lib/stdio.in.h (dprintf): New declaration.
2415         * lib/dprintf.c: New file.
2416         * m4/dprintf.m4: New file.
2417         * m4/dprintf-posix.m4: New file.
2418         * modules/dprintf: New file.
2419         * modules/dprintf-posix: New file.
2420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2421         HAVE_DPRINTF, REPLACE_DPRINTF.
2422         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
2423         HAVE_DPRINTF, REPLACE_DPRINTF.
2424         * doc/posix-functions/dprintf.texi: Mention the new modules.
2425
2426 2009-01-17  Bruno Haible  <bruno@clisp.org>
2427
2428         * modules/vdprintf-posix-tests: New file.
2429         * tests/test-vdprintf-posix.sh: New file.
2430         * tests/test-vdprintf-posix.c: New file.
2431
2432         New modules 'vdprintf', 'vdprintf-posix'.
2433         * lib/stdio.in.h (vdprintf): New declaration.
2434         * lib/vdprintf.c: New file.
2435         * m4/vdprintf.m4: New file.
2436         * m4/vdprintf-posix.m4: New file.
2437         * modules/vdprintf: New file.
2438         * modules/vdprintf-posix: New file.
2439         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
2440         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2441         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
2442         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2443         * doc/posix-functions/vdprintf.texi: Mention the new modules.
2444
2445 2009-01-17  Bruno Haible  <bruno@clisp.org>
2446
2447         Fix replacement of fopen on mingw.
2448         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
2449         mingw.
2450
2451 2009-01-17  Bruno Haible  <bruno@clisp.org>
2452
2453         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
2454         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
2455
2456 2009-01-17  Bruno Haible  <bruno@clisp.org>
2457
2458         Avoid test-fflush2.sh failure on mingw.
2459         * tests/test-fflush2.c: Include binary-io.h.
2460         (main): Put standard input into binary mode.
2461         * modules/fflush-tests (Depends-on): Add binary-io.
2462
2463 2009-01-17  Bruno Haible  <bruno@clisp.org>
2464
2465         * lib/wchar.in.h: In another particular situation, include only the
2466         system's <wchar.h> file.
2467         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
2468         Reported by Albert Chin-A-Young <china@thewrittenword.com>
2469         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
2470
2471 2009-01-17  Bruno Haible  <bruno@clisp.org>
2472
2473         Support for stripping executables in --enable-relocatable.
2474         * build-aux/install-reloc: Expect one more argument, or an environment
2475         variable RELOC_STRIP_PROG. If set, strip the destination program and
2476         its wrapper.
2477         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
2478         RELOC_STRIP_PROG.
2479         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
2480         to set RELOCATABLE_STRIP.
2481         * NEWS: Mention the new Makefile requirement.
2482
2483 2009-01-17  Bruno Haible  <bruno@clisp.org>
2484
2485         * build-aux/install-reloc: Remove debugging information left over by
2486         C compiler on MacOS X.
2487
2488 2009-01-17  Bruno Haible  <bruno@clisp.org>
2489
2490         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
2491         * lib/progreloc.c (find_executable): Fix type of pointer passed to
2492         _NSGetExecutablePath.
2493
2494 2009-01-16  Jim Meyering  <meyering@redhat.com>
2495
2496         strerror: avoid warnings about discarding "const"
2497         * lib/strerror.c (rpl_strerror): Instead of returning a const
2498         string from each and every "case", use a variable, and add a single
2499         cast after the switch.
2500
2501 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
2502
2503         * lib/arpa_inet.in.h: Add extern "C" block for C++.
2504
2505 2009-01-16  Bruno Haible  <bruno@clisp.org>
2506
2507         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
2508         array initializer syntax that also works in C++ mode.
2509         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2510
2511 2009-01-16  Jim Meyering  <meyering@redhat.com>
2512
2513         poll: suppress a warning
2514         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
2515         to ignore "...unsigned expression < 0 is always false" warnings.
2516
2517 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
2518
2519         poll: remove declarations of unused variables
2520         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
2521         sockbuf and optlen.
2522
2523 2009-01-15  Bruno Haible  <bruno@clisp.org>
2524
2525         Make fflush-after-ungetc POSIX compliant on BSD systems.
2526         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
2527         (clear_ungetc_buffer): Implement also for other systems.
2528         (rpl_fflush): On glibc systems, invoke
2529         clear_ungetc_buffer_preserving_position. Otherwise, invoke
2530         clear_ungetc_buffer after fetching the stream's position, not before.
2531
2532 2009-01-15  Bruno Haible  <bruno@clisp.org>
2533
2534         Make fflush-after-ungetc POSIX compliant on glibc systems.
2535         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
2536         after ungetc.
2537         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
2538         (rpl_fflush): On glibc systems, simply call the system's fflush
2539         function after clearing the ungetc buffer.
2540         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
2541         Instead, lseek only to the end of file, then use the system's fseeko
2542         for the rest. On glibc systems, reset the EOF indicator bit.
2543
2544 2009-01-15  Jim Meyering  <meyering@redhat.com>
2545
2546         openmp.m4: revert quote-adding change, for portability to older autoconf
2547         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
2548         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
2549         Simon Josefsson noticed the problem when using autoconf-2.61.
2550
2551 2009-01-15  Bruno Haible  <bruno@clisp.org>
2552
2553         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
2554         * tests/test-fflush2.c (ASSERT): Always fail.
2555         (main): Add two tests for fflush() after ungetc(), taking into account
2556         the Austin Group's clarification.
2557         Suggested by Eric Blake.
2558
2559 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
2560
2561         mktime.m4: remove K&R-style function prototypes
2562         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
2563         for the Sun C++ compiler.
2564
2565 2009-01-14  Bruno Haible  <bruno@clisp.org>
2566
2567         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
2568         while including <wchar.h>.
2569         * lib/wchar.in.h: In two particular situations on HP-UX, include only
2570         the system's <wchar.h> file.
2571         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2572
2573 2009-01-14  Bruno Haible  <bruno@clisp.org>
2574
2575         * m4/csharp.m4: Don't mention gettext on the serial number line.
2576         * m4/csharpexec.m4: Likewise.
2577         * m4/eaccess.m4: Likewise.
2578         * m4/javaexec.m4: Likewise.
2579         * m4/sig_atomic_t.m4: Likewise.
2580         * m4/tmpdir.m4: Likewise.
2581         * m4/intldir.m4: Bump gettext version.
2582         * m4/lib-ld.m4: Likewise.
2583
2584 2009-01-14  Bruno Haible  <bruno@clisp.org>
2585
2586         * lib/progname.c (set_program_name): Add more comments.
2587         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2588
2589 2009-01-14  Simon Josefsson  <simon@josefsson.org>
2590
2591         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
2592         were sys/stat.h does not define it.
2593
2594 2009-01-14  Jim Meyering  <meyering@redhat.com>
2595
2596         many *.m4 files: improve m4 quoting
2597         99% of this change was performed by running the following commands:
2598         git ls-files | grep '\.m4$' | xargs perl -pi \
2599           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
2600           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2601           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2602           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
2603         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
2604         The remainder were to add Copyright dates, increment serial numbers,
2605         undo some changes in comments, exclude m4/intl.m4, and add quotes
2606         around the "1" in ",1" where the unusual spacing prohibited the
2607         above regexps from doing the job.  For more details, see
2608         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
2609         * m4/acl.m4: Modified.
2610         * m4/afs.m4: Likewise.
2611         * m4/alloca.m4: Likewise.
2612         * m4/argp.m4: Likewise.
2613         * m4/argz.m4: Likewise.
2614         * m4/atexit.m4: Likewise.
2615         * m4/bison-i18n.m4: Likewise.
2616         * m4/bison.m4: Likewise.
2617         * m4/byteswap.m4: Likewise.
2618         * m4/c-stack.m4: Likewise.
2619         * m4/c-strtod.m4: Likewise.
2620         * m4/calloc.m4: Likewise.
2621         * m4/canonicalize-lgpl.m4: Likewise.
2622         * m4/chown.m4: Likewise.
2623         * m4/clock_time.m4: Likewise.
2624         * m4/codeset.m4: Likewise.
2625         * m4/copy-file.m4: Likewise.
2626         * m4/csharp.m4: Likewise.
2627         * m4/csharpcomp.m4: Likewise.
2628         * m4/csharpexec.m4: Likewise.
2629         * m4/d-ino.m4: Likewise.
2630         * m4/d-type.m4: Likewise.
2631         * m4/dirfd.m4: Likewise.
2632         * m4/double-slash-root.m4: Likewise.
2633         * m4/eaccess.m4: Likewise.
2634         * m4/eealloc.m4: Likewise.
2635         * m4/environ.m4: Likewise.
2636         * m4/errno_h.m4: Likewise.
2637         * m4/euidaccess.m4: Likewise.
2638         * m4/execute.m4: Likewise.
2639         * m4/fatal-signal.m4: Likewise.
2640         * m4/fchdir.m4: Likewise.
2641         * m4/fcntl_h.m4: Likewise.
2642         * m4/fileblocks.m4: Likewise.
2643         * m4/filenamecat.m4: Likewise.
2644         * m4/findprog.m4: Likewise.
2645         * m4/flexmember.m4: Likewise.
2646         * m4/fnmatch.m4: Likewise.
2647         * m4/fopen.m4: Likewise.
2648         * m4/fpending.m4: Likewise.
2649         * m4/fprintf-posix.m4: Likewise.
2650         * m4/free.m4: Likewise.
2651         * m4/frexp.m4: Likewise.
2652         * m4/frexpl.m4: Likewise.
2653         * m4/fsusage.m4: Likewise.
2654         * m4/ftruncate.m4: Likewise.
2655         * m4/gc-camellia.m4: Likewise.
2656         * m4/gc-random.m4: Likewise.
2657         * m4/gc.m4: Likewise.
2658         * m4/getaddrinfo.m4: Likewise.
2659         * m4/getcwd-abort-bug.m4: Likewise.
2660         * m4/getcwd-path-max.m4: Likewise.
2661         * m4/getdate.m4: Likewise.
2662         * m4/getdomainname.m4: Likewise.
2663         * m4/getgroups.m4: Likewise.
2664         * m4/gethostname.m4: Likewise.
2665         * m4/gethrxtime.m4: Likewise.
2666         * m4/getline.m4: Likewise.
2667         * m4/getloadavg.m4: Likewise.
2668         * m4/getndelim2.m4: Likewise.
2669         * m4/getpass.m4: Likewise.
2670         * m4/gettext.m4: Likewise.
2671         * m4/gettime.m4: Likewise.
2672         * m4/gettimeofday.m4: Likewise.
2673         * m4/gnulib-common.m4: Likewise.
2674         * m4/group-member.m4: Likewise.
2675         * m4/host-os.m4: Likewise.
2676         * m4/iconv.m4: Likewise.
2677         * m4/iconv_open.m4: Likewise.
2678         * m4/inet_ntop.m4: Likewise.
2679         * m4/inet_pton.m4: Likewise.
2680         * m4/inline.m4: Likewise.
2681         * m4/intldir.m4: Likewise.
2682         * m4/intlmacosx.m4: Likewise.
2683         * m4/intmax.m4: Likewise.
2684         * m4/intmax_t.m4: Likewise.
2685         * m4/inttypes.m4: Likewise.
2686         * m4/inttypes_h.m4: Likewise.
2687         * m4/inttypes-pri.m4: Likewise.
2688         * m4/isapipe.m4: Likewise.
2689         * m4/isnand.m4: Likewise.
2690         * m4/isnanf.m4: Likewise.
2691         * m4/isnanl.m4: Likewise.
2692         * m4/javacomp.m4: Likewise.
2693         * m4/javaexec.m4: Likewise.
2694         * m4/jm-winsz1.m4: Likewise.
2695         * m4/jm-winsz2.m4: Likewise.
2696         * m4/lchown.m4: Likewise.
2697         * m4/lcmessage.m4: Likewise.
2698         * m4/ldexpl.m4: Likewise.
2699         * m4/lib-ld.m4: Likewise.
2700         * m4/lib-link.m4: Likewise.
2701         * m4/libsigsegv.m4: Likewise.
2702         * m4/link-follow.m4: Likewise.
2703         * m4/localcharset.m4: Likewise.
2704         * m4/locale-fr.m4: Likewise.
2705         * m4/locale-ja.m4: Likewise.
2706         * m4/locale-tr.m4: Likewise.
2707         * m4/locale-zh.m4: Likewise.
2708         * m4/lock.m4: Likewise.
2709         * m4/longlong.m4: Likewise.
2710         * m4/ls-mntd-fs.m4: Likewise.
2711         * m4/lstat.m4: Likewise.
2712         * m4/malloc.m4: Likewise.
2713         * m4/mathl.m4: Likewise.
2714         * m4/mbrtowc.m4: Likewise.
2715         * m4/mbstate_t.m4: Likewise.
2716         * m4/mbswidth.m4: Likewise.
2717         * m4/memchr.m4: Likewise.
2718         * m4/memcmp.m4: Likewise.
2719         * m4/memcpy.m4: Likewise.
2720         * m4/memmem.m4: Likewise.
2721         * m4/memmove.m4: Likewise.
2722         * m4/mempcpy.m4: Likewise.
2723         * m4/memrchr.m4: Likewise.
2724         * m4/memset.m4: Likewise.
2725         * m4/minmax.m4: Likewise.
2726         * m4/mkdir-slash.m4: Likewise.
2727         * m4/mkdtemp.m4: Likewise.
2728         * m4/mktime.m4: Likewise.
2729         * m4/mmap-anon.m4: Likewise.
2730         * m4/mountlist.m4: Likewise.
2731         * m4/nanosleep.m4: Likewise.
2732         * m4/nls.m4: Likewise.
2733         * m4/nocrash.m4: Likewise.
2734         * m4/open.m4: Likewise.
2735         * m4/openat.m4: Likewise.
2736         * m4/openmp.m4: Likewise.
2737         * m4/pathmax.m4: Likewise.
2738         * m4/perl.m4: Likewise.
2739         * m4/physmem.m4: Likewise.
2740         * m4/pipe.m4: Likewise.
2741         * m4/po.m4: Likewise.
2742         * m4/poll.m4: Likewise.
2743         * m4/posixtm.m4: Likewise.
2744         * m4/posixver.m4: Likewise.
2745         * m4/printf-frexp.m4: Likewise.
2746         * m4/printf-frexpl.m4: Likewise.
2747         * m4/printf-posix.m4: Likewise.
2748         * m4/printf-posix-rpl.m4: Likewise.
2749         * m4/printf.m4: Likewise.
2750         * m4/progtest.m4: Likewise.
2751         * m4/putenv.m4: Likewise.
2752         * m4/readline.m4: Likewise.
2753         * m4/readlink.m4: Likewise.
2754         * m4/readutmp.m4: Likewise.
2755         * m4/realloc.m4: Likewise.
2756         * m4/regex.m4: Likewise.
2757         * m4/relocatable.m4: Likewise.
2758         * m4/relocatable-lib.m4: Likewise.
2759         * m4/rename-dest-slash.m4: Likewise.
2760         * m4/rename.m4: Likewise.
2761         * m4/rmdir-errno.m4: Likewise.
2762         * m4/rmdir.m4: Likewise.
2763         * m4/roundf.m4: Likewise.
2764         * m4/roundl.m4: Likewise.
2765         * m4/rpmatch.m4: Likewise.
2766         * m4/save-cwd.m4: Likewise.
2767         * m4/selinux-selinux-h.m4: Likewise.
2768         * m4/setenv.m4: Likewise.
2769         * m4/settime.m4: Likewise.
2770         * m4/sig2str.m4: Likewise.
2771         * m4/sig_atomic_t.m4: Likewise.
2772         * m4/signalblocking.m4: Likewise.
2773         * m4/signbit.m4: Likewise.
2774         * m4/sigpipe.m4: Likewise.
2775         * m4/sockets.m4: Likewise.
2776         * m4/sockpfaf.m4: Likewise.
2777         * m4/st_dm_mode.m4: Likewise.
2778         * m4/stat-time.m4: Likewise.
2779         * m4/stdbool.m4: Likewise.
2780         * m4/stdint.m4: Likewise.
2781         * m4/stdint_h.m4: Likewise.
2782         * m4/stpcpy.m4: Likewise.
2783         * m4/stpncpy.m4: Likewise.
2784         * m4/strcase.m4: Likewise.
2785         * m4/strchrnul.m4: Likewise.
2786         * m4/strcspn.m4: Likewise.
2787         * m4/strdup.m4: Likewise.
2788         * m4/strftime.m4: Likewise.
2789         * m4/strndup.m4: Likewise.
2790         * m4/strnlen.m4: Likewise.
2791         * m4/strpbrk.m4: Likewise.
2792         * m4/strptime.m4: Likewise.
2793         * m4/strsep.m4: Likewise.
2794         * m4/strtod.m4: Likewise.
2795         * m4/strtoimax.m4: Likewise.
2796         * m4/strtok_r.m4: Likewise.
2797         * m4/strtol.m4: Likewise.
2798         * m4/strtoll.m4: Likewise.
2799         * m4/strtoul.m4: Likewise.
2800         * m4/strtoull.m4: Likewise.
2801         * m4/strtoumax.m4: Likewise.
2802         * m4/strverscmp.m4: Likewise.
2803         * m4/threadlib.m4: Likewise.
2804         * m4/timegm.m4: Likewise.
2805         * m4/tm_gmtoff.m4: Likewise.
2806         * m4/tmpdir.m4: Likewise.
2807         * m4/tmpfile.m4: Likewise.
2808         * m4/tzset.m4: Likewise.
2809         * m4/uintmax_t.m4: Likewise.
2810         * m4/unlinkdir.m4: Likewise.
2811         * m4/unlocked-io.m4: Likewise.
2812         * m4/uptime.m4: Likewise.
2813         * m4/userspec.m4: Likewise.
2814         * m4/utimbuf.m4: Likewise.
2815         * m4/utime.m4: Likewise.
2816         * m4/utimes-null.m4: Likewise.
2817         * m4/utimes.m4: Likewise.
2818         * m4/vararrays.m4: Likewise.
2819         * m4/vasnprintf.m4: Likewise.
2820         * m4/vfprintf-posix.m4: Likewise.
2821         * m4/vprintf-posix.m4: Likewise.
2822         * m4/wait-process.m4: Likewise.
2823         * m4/wchar_t.m4: Likewise.
2824         * m4/wint_t.m4: Likewise.
2825         * m4/write-any-file.m4: Likewise.
2826         * m4/yield.m4: Likewise.
2827
2828 2009-01-13  Bruno Haible  <bruno@clisp.org>
2829
2830         Avoid test-copy-file.sh failures when ACL support insufficient.
2831         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
2832         TESTS_ENVIRONMENT.
2833         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
2834         Reported by Jim Meyering.
2835
2836 2009-01-13  Bruno Haible  <bruno@clisp.org>
2837
2838         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
2839         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
2840         * modules/unistdio/u8-printf-parse (Files): Likewise.
2841         * modules/unistdio/u32-printf-parse (Files): Likewise.
2842         * modules/unistdio/ulc-printf-parse (Files): Likewise.
2843
2844 2009-01-13  Simon Josefsson  <simon@josefsson.org>
2845
2846         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
2847         and m4/inttypes_h.m4 too.
2848
2849 2009-01-12  Eric Blake  <ebb9@byu.net>
2850
2851         tests: IRIX 6.2 cc can't compile -0.0 into .data
2852         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
2853         rather than at compile-time.
2854         * tests/test-floorl.c (minus_zero): Likewise.
2855         * tests/test-frexpl.c (minus_zero): Likewise.
2856         * tests/test-isnan.c (minus_zerol): Likewise.
2857         * tests/test-isnanl.h (minus_zero): Likewise.
2858         * tests/test-ldexpl.c (minus_zero): Likewise.
2859         * tests/test-roundl.c (minus_zero): Likewise.
2860         * tests/test-signbit.c (minus_zerol): Likewise.
2861         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2862         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2863         * tests/test-truncl.c (minus_zero): Likewise.
2864         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2865         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2866         Reported by Tom G. Christensen and Nelson H. F. Beebe.
2867
2868 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2869
2870         regex: fix glibc bug 9697
2871         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
2872         handling.
2873
2874 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2875
2876         regex: fix glibc bug 697
2877         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
2878         being NULL also if there are no backreferences.
2879
2880 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2881
2882         regex: merge glibc changes
2883         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2884         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
2885         re_string_skip_chars, re_string_reconstruct): Likewise.
2886         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
2887
2888 2009-01-07  Jim Meyering  <meyering@redhat.com>
2889
2890         poll: filter through cppi
2891         * lib/poll.c: Indent cpp directives to reflect nesting.
2892
2893 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
2894
2895         poll: don't return uninitialized
2896         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
2897
2898 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
2899
2900         avoid compile failure on AIX 6.1
2901         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
2902         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
2903
2904 2009-01-04  Jim Meyering  <meyering@redhat.com>
2905
2906         remove duplicate inclusion of <stdio.h>
2907         * tests/test-fprintf-posix.c: Likewise.
2908         * tests/test-printf-posix.c: Likewise.
2909         * tests/test-snprintf-posix.c: Likewise.
2910         * tests/test-sprintf-posix.c: Likewise.
2911         * tests/test-vasprintf-posix.c: Likewise.
2912         * tests/test-vfprintf-posix.c: Likewise.
2913         * tests/test-vprintf-posix.c: Likewise.
2914         * tests/test-vsnprintf-posix.c: Likewise.
2915         * tests/test-vsprintf-posix.c: Likewise.
2916
2917 2009-01-03  Jim Meyering  <meyering@redhat.com>
2918
2919         gnulib-tool: fix sed-based filtering
2920         * gnulib-tool (func_filter_filelist): Remove extra backslash
2921         in sed_fff_filter definition.
2922
2923 2009-01-02  Jim Meyering  <meyering@redhat.com>
2924
2925         strftime: avoid compilation failure on Solaris 2.6
2926         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
2927         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
2928         Don't #define mbrlen or mbsinit, since now they're guaranteed to
2929         be available.  Reported by Tom G. Christensen.  Details in
2930         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
2931
2932 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2933             Bruno Haible  <bruno@clisp.org>
2934
2935         Speed up gnulib-tool by doing more string processing through shell
2936         built-ins.
2937         * gnulib-tool (fast_func_append): New variable.
2938         (func_remove_prefix, func_remove_suffix): New functions.
2939         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
2940         (func_filter_filelist): New function.
2941         (func_get_dependencies): Use func_remove_suffix instead of sed.
2942         (func_get_automake_snippet): Use func_filter_filelist instead of a
2943         subshell and sed invocation.
2944
2945 2009-01-01  Bruno Haible  <bruno@clisp.org>
2946
2947         Fix a security bug.
2948         * gnulib-tool (func_import, import, update): Don't allow the characters
2949         '"', '$', '`', '\' in macro arguments that become part of commands that
2950         are evaluated.
2951
2952 2009-01-01  Bruno Haible  <bruno@clisp.org>
2953
2954         * gnulib-tool (func_reset_sigpipe): Add more comments.
2955
2956 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2957
2958         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
2959         func_emit_tests_Makefile_am, func_import): Abort loops early if we
2960         already know the answer.
2961
2962 2009-01-01  Jim Meyering  <meyering@redhat.com>
2963
2964         * lib/version-etc.c (version_etc_va): Update copyright year.
2965
2966 2008-12-30  Bruno Haible  <bruno@clisp.org>
2967
2968         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
2969         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
2970         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
2971
2972 2008-12-29  Eric Blake  <ebb9@byu.net>
2973
2974         multiarch: avoid autoconf AC_REQUIRE bug
2975         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
2976         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
2977         2.63 and older.
2978         Reported by Bruno Haible, and analyzed in
2979         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
2980
2981 2008-12-29  Bruno Haible  <bruno@clisp.org>
2982
2983         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
2984         files in subdirectories correctly.
2985         Reported by Ralf Wildenhues.
2986
2987 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2988
2989         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
2990         rather than 'join FILE -', for Solaris join.
2991
2992 2008-12-29  Bruno Haible  <bruno@clisp.org>
2993
2994         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
2995         quoting.
2996         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
2997         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
2998         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
2999         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
3000         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
3001         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
3002         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
3003         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
3004         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3005         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
3006         * m4/nls.m4 (AM_NLS): Likewise.
3007         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
3008         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
3009         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
3010         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
3011         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
3012         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
3013         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
3014         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
3015         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
3016         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3017         * m4/xsize.m4 (gl_XSIZE): Likewise.
3018         Suggested by Jim Meyering.
3019
3020 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3021
3022         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
3023         * lib/parse-duration.c: use a switch instead of cascading if's.
3024
3025 2008-12-29  Eric Blake  <ebb9@byu.net>
3026
3027         wchar.h: supply WEOF on Irix 5.3
3028         * lib/wchar.in.h (wint_t): Also supply WEOF.
3029         * lib/wctype.in.h (wint_t): Likewise.
3030         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
3031         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
3032         Reported by Tom G. Christensen.
3033
3034 2008-12-26  Bruno Haible  <bruno@clisp.org>
3035
3036         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
3037         i486, i586, i686.
3038
3039 2008-12-26  Bruno Haible  <bruno@clisp.org>
3040
3041         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
3042
3043 2008-12-26  Bruno Haible  <bruno@clisp.org>
3044
3045         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
3046         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
3047         not __STDC_CONSTANT_MACROS.
3048         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3049
3050 2008-12-25  Bruno Haible  <bruno@clisp.org>
3051
3052         Add support for universal builds to vasnprintf.
3053         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
3054         universal builds, guess no.
3055         * modules/vasnprintf-posix (Depends-on): Add multiarch.
3056         * modules/vasprintf-posix (Depends-on): Likewise.
3057         * modules/fprintf-posix (Depends-on): Likewise.
3058         * modules/vfprintf-posix (Depends-on): Likewise.
3059         * modules/snprintf-posix (Depends-on): Likewise.
3060         * modules/vsnprintf-posix (Depends-on): Likewise.
3061         * modules/sprintf-posix (Depends-on): Likewise.
3062         * modules/vsprintf-posix (Depends-on): Likewise.
3063         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3064         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3065         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3066         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3067         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3068         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3069         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3070
3071         Add support for universal builds to <inttypes.h>.
3072         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
3073         _SCNu64_PREFIX): In Apple
3074         universal builds, define directly, using _LP64.
3075         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
3076         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
3077         * modules/inttypes (Depends-on): Add multiarch.
3078         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3079
3080         Add support for universal builds to <stdint.h>.
3081         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
3082         universal builds, define directly, using _LP64.
3083         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
3084         Apple universal builds, don't test for the size and suffix of ptrdiff_t
3085         and size_t.
3086         * modules/stdint (Depends-on): Add multiarch.
3087         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3088
3089         New module 'multiarch'.
3090         * modules/multiarch: New file.
3091         * m4/multiarch.m4: New file.
3092
3093 2008-12-25  Bruno Haible  <bruno@clisp.org>
3094
3095         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
3096
3097 2008-12-25  Bruno Haible  <bruno@clisp.org>
3098
3099         * modules/btowc (License): Relicense under LGPLv2+.
3100         * modules/mbsinit (License): Likewise.
3101         * modules/mbrtowc (License): Likewise.
3102         * modules/wcrtomb (License): Likewise.
3103         * modules/streq (License): Likewise.
3104         Reported by David Lutterkort <lutter@redhat.com>.
3105
3106 2008-12-23  Bruno Haible  <bruno@clisp.org>
3107
3108         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
3109
3110 2008-12-23  Bruno Haible  <bruno@clisp.org>
3111
3112         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
3113         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
3114         GETADDRINFO_LIB, not in LIBS.
3115         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
3116         * modules/canon-host (Link): Likewise.
3117         * NEWS: Mention the change.
3118         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
3119         GETADDRINFO_LIB.
3120
3121 2008-12-22  Bruno Haible  <bruno@clisp.org>
3122
3123         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
3124         * doc/posix-functions/iswalpha_l.texi: Likewise.
3125         * doc/posix-functions/iswblank_l.texi: Likewise.
3126         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3127         * doc/posix-functions/iswctype_l.texi: Likewise.
3128         * doc/posix-functions/iswdigit_l.texi: Likewise.
3129         * doc/posix-functions/iswgraph_l.texi: Likewise.
3130         * doc/posix-functions/iswlower_l.texi: Likewise.
3131         * doc/posix-functions/iswprint_l.texi: Likewise.
3132         * doc/posix-functions/iswpunct_l.texi: Likewise.
3133         * doc/posix-functions/iswspace_l.texi: Likewise.
3134         * doc/posix-functions/iswupper_l.texi: Likewise.
3135         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3136         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
3137         * doc/posix-functions/open_wmemstream.texi: Likewise.
3138         * doc/posix-functions/swscanf.texi: Likewise.
3139         * doc/posix-functions/towctrans_l.texi: Likewise.
3140         * doc/posix-functions/towlower.texi: Likewise.
3141         * doc/posix-functions/towlower_l.texi: Likewise.
3142         * doc/posix-functions/towupper.texi: Likewise.
3143         * doc/posix-functions/towupper_l.texi: Likewise.
3144         * doc/posix-functions/vfwprintf.texi: Likewise.
3145         * doc/posix-functions/vfwscanf.texi: Likewise.
3146         * doc/posix-functions/vswscanf.texi: Likewise.
3147         * doc/posix-functions/vwprintf.texi: Likewise.
3148         * doc/posix-functions/vwscanf.texi: Likewise.
3149         * doc/posix-functions/wcpcpy.texi: Likewise.
3150         * doc/posix-functions/wcpncpy.texi: Likewise.
3151         * doc/posix-functions/wcscasecmp.texi: Likewise.
3152         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
3153         * doc/posix-functions/wcscoll_l.texi: Likewise.
3154         * doc/posix-functions/wcsdup.texi: Likewise.
3155         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3156         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
3157         * doc/posix-functions/wcsnlen.texi: Likewise.
3158         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3159         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3160         * doc/posix-functions/wctrans_l.texi: Likewise.
3161         * doc/posix-functions/wctype_l.texi: Likewise.
3162         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
3163         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
3164         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
3165         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
3166         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
3167         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
3168         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
3169         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
3170         * doc/glibc-functions/wcschrnul.texi: Likewise.
3171         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3172         * doc/glibc-functions/wcstod_l.texi: Likewise.
3173         * doc/glibc-functions/wcstof_l.texi: Likewise.
3174         * doc/glibc-functions/wcstol_l.texi: Likewise.
3175         * doc/glibc-functions/wcstold_l.texi: Likewise.
3176         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3177         * doc/glibc-functions/wcstoq.texi: Likewise.
3178         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3179         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3180         * doc/glibc-functions/wcstouq.texi: Likewise.
3181         * doc/glibc-functions/wmempcpy.texi: Likewise.
3182
3183 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
3184             Eric Blake  <ebb9@byu.net>
3185             Paolo Bonzini  <bonzini@gnu.org>
3186             Bruno Haible  <bruno@clisp.org>
3187
3188         Make c-stack work on Haiku.
3189         * lib/c-stack.c (SA_ONSTACK): Define fallback.
3190         (c_stack_action): Use SA_ONSTACK flag.
3191
3192 2008-12-22  Bruno Haible  <bruno@clisp.org>
3193
3194         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
3195
3196 2008-12-22  Bruno Haible  <bruno@clisp.org>
3197
3198         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
3199         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
3200         being overridden.
3201         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
3202         New macros.
3203         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
3204         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
3205         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
3206         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
3207
3208 2008-12-22  Bruno Haible  <bruno@clisp.org>
3209
3210         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
3211         from test code.
3212
3213 2008-12-22  Eric Blake  <ebb9@byu.net>
3214
3215         Avoid gcc warnings on cygwin.
3216         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
3217         Avoid unused variable.
3218         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
3219         Likewise.
3220
3221 2008-12-22  Bruno Haible  <bruno@clisp.org>
3222
3223         Remove HAVE_MBRTOWC conditionals.
3224         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
3225         (mbscasecmp): Assume mbrtowc function.
3226         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
3227         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
3228         * lib/mbschr.c: Include mbuiter.h unconditionally.
3229         (mbschr): Assume mbrtowc function.
3230         * lib/mbscspn.c: Include mbuiter.h unconditionally.
3231         (mbscspn): Assume mbrtowc function.
3232         * lib/mbslen.c: Include mbuiter.h unconditionally.
3233         (mbslen): Assume mbrtowc function.
3234         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
3235         (mbsncasecmp): Assume mbrtowc function.
3236         * lib/mbsnlen.c: Include mbiter.h unconditionally.
3237         (mbsnlen): Assume mbrtowc function.
3238         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
3239         (mbspbrk): Assume mbrtowc function.
3240         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
3241         (mbspcasecmp): Assume mbrtowc function.
3242         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
3243         (mbsrchr): Assume mbrtowc function.
3244         * lib/mbssep.c: Include mbuiter.h unconditionally.
3245         (mbssep): Assume mbrtowc function.
3246         * lib/mbsspn.c: Include mbuiter.h unconditionally.
3247         (mbsspn): Assume mbrtowc function.
3248         * lib/mbsstr.c: Include mbuiter.h unconditionally.
3249         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
3250         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
3251         (mbstok_r): Assume mbrtowc function.
3252         * lib/propername.c: Include mbuiter.h unconditionally.
3253         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
3254         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
3255         (trim2): Assume mbrtowc function.
3256         * lib/mbswidth.c (mbsinit): Remove fallback definition.
3257         (mbsnwidth): Assume mbrtowc function.
3258         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
3259         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
3260         fallback definitions.
3261         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
3262
3263 2008-12-22  Bruno Haible  <bruno@clisp.org>
3264
3265         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
3266
3267 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
3268
3269         * modules/regex: Request emulations for the mb*/wc* functions we need.
3270         * m4/regex.m4: Don't look for those functions here.
3271         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
3272
3273 2008-12-22  Bruno Haible  <bruno@clisp.org>
3274
3275         * modules/fnmatch (Depends-on): Remove duplicated dependency.
3276
3277 2008-12-21  Bruno Haible  <bruno@clisp.org>
3278
3279         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
3280         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
3281         (Include): Remove conditionalization.
3282         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
3283         (Include): Remove conditionalization.
3284         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
3285         (Include): Remove conditionalization.
3286         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
3287         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3288         * NEWS: Mention the change.
3289         Reported by Alan Hourihane <alanh@fairlite.co.uk>
3290         via Sergey Poznyakoff <gray@gnu.org.ua>.
3291
3292 2008-12-21  Bruno Haible  <bruno@clisp.org>
3293
3294         * MODULES.html.sh (Extended multibyte and wide character utilities
3295         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
3296         wcrtomb, wcsrtombs.
3297         (Support for systems lacking POSIX:2008): Add accept, bind, close,
3298         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
3299         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
3300         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
3301
3302 2008-12-21  Bruno Haible  <bruno@clisp.org>
3303
3304         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
3305
3306 2008-12-21  Bruno Haible  <bruno@clisp.org>
3307
3308         * modules/wcsnrtombs-tests: New file.
3309         * tests/test-wcsnrtombs1.sh: New file.
3310         * tests/test-wcsnrtombs2.sh: New file.
3311         * tests/test-wcsnrtombs3.sh: New file.
3312         * tests/test-wcsnrtombs4.sh: New file.
3313         * tests/test-wcsnrtombs.c: New file.
3314
3315         New module 'wcsnrtombs'.
3316         * lib/wchar.in.h (wcsnrtombs): New declaration.
3317         * lib/wcsnrtombs.c: New file.
3318         * lib/wcsrtombs-state.c: New file.
3319         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
3320         (internal_state): Remove variable.
3321         * m4/wcsnrtombs.m4: New file.
3322         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
3323         compilation units.
3324         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3325         HAVE_WCSNRTOMBS.
3326         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3327         HAVE_WCSNRTOMBS.
3328         * modules/wcsnrtombs: New file.
3329         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3330         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3331
3332 2008-12-21  Bruno Haible  <bruno@clisp.org>
3333
3334         * modules/wcsrtombs-tests: New file.
3335         * tests/test-wcsrtombs1.sh: New file.
3336         * tests/test-wcsrtombs2.sh: New file.
3337         * tests/test-wcsrtombs3.sh: New file.
3338         * tests/test-wcsrtombs4.sh: New file.
3339         * tests/test-wcsrtombs.c: New file.
3340
3341         New module 'wcsrtombs'.
3342         * lib/wchar.in.h (wcsrtombs): New declaration.
3343         * lib/wcsrtombs.c: New file.
3344         * m4/wcsrtombs.m4: New file.
3345         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3346         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3347         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3348         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3349         * modules/wcsrtombs: New file.
3350         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3351         bugs.
3352
3353 2008-12-21  Bruno Haible  <bruno@clisp.org>
3354
3355         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3356         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3357         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3358         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3359         if not correct.
3360         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3361         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3362         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3363         m4/locale-zh.m4, m4/codeset.m4.
3364         * doc/posix-functions/wcrtomb.texi: Document the bug.
3365
3366 2008-12-21  Bruno Haible  <bruno@clisp.org>
3367
3368         Work around a btowc() bug on IRIX 6.5.
3369         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3370         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3371         REPLACE_WTOBC if not.
3372         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3373         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3374         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3375
3376 2008-12-21  Bruno Haible  <bruno@clisp.org>
3377
3378         * modules/wcrtomb-tests: New file.
3379         * tests/test-wcrtomb.sh: New file.
3380         * tests/test-wcrtomb.c: New file.
3381
3382         New module 'wcrtomb'.
3383         * lib/wchar.in.h (wcrtomb): New declaration.
3384         * lib/wcrtomb.c: New file.
3385         * m4/wcrtomb.m4: New file.
3386         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3387         HAVE_WCRTOMB.
3388         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3389         HAVE_WCRTOMB.
3390         * modules/wcrtomb: New file.
3391         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3392
3393 2008-12-21  Bruno Haible  <bruno@clisp.org>
3394
3395         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3396         * modules/mbsrtowcs (Files): Likewise.
3397         * modules/wctob (Files): Likewise.
3398         * modules/c-strcase-tests (Files): Likewise.
3399         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3400         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3401         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3402         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3403         * modules/vasnprintf-posix-tests (Files): Likewise.
3404
3405 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3406
3407         gitlog-to-changelog: pass all command-line arguments to git-log
3408         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3409         it is sometimes convenient to filter the commits in various ways.
3410         gitlog-to-changelog only allows --since to specify a start date,
3411         but git-log itself supports many other filtering mechanisms.
3412         At the moment, I want to filter by branch name.  Rather than
3413         adding a --branch option to gitlog-to-changelog, it seems more
3414         flexible to simply pass all options directly to git-log and let
3415         git do the work.  Notice that this effectively makes --since a
3416         redundant option for gitlog-to-changelog, but removing it would
3417         require current usage to change since calls would then require
3418         an additional '--'.
3419
3420 2008-12-21  Bruno Haible  <bruno@clisp.org>
3421
3422         * modules/mbsnrtowcs-tests: New file.
3423         * tests/test-mbsnrtowcs1.sh: New file.
3424         * tests/test-mbsnrtowcs2.sh: New file.
3425         * tests/test-mbsnrtowcs3.sh: New file.
3426         * tests/test-mbsnrtowcs4.sh: New file.
3427         * tests/test-mbsnrtowcs.c: New file.
3428
3429         New module 'mbsnrtowcs'.
3430         * lib/wchar.in.h (mbsnrtowcs): New declaration.
3431         * lib/mbsnrtowcs.c: New file.
3432         * lib/mbsrtowcs-state.c: New file.
3433         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
3434         (internal_state): Remove variable.
3435         * m4/mbsnrtowcs.m4: New file.
3436         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
3437         compilation units.
3438         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
3439         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3440         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
3441         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3442         * modules/mbsnrtowcs: New file.
3443         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
3444         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
3445         portability problem.
3446
3447 2008-12-21  Bruno Haible  <bruno@clisp.org>
3448
3449         Work around mbsrtowcs bug.
3450         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
3451         (gl_FUNC_MBSRTOWCS): Invoke it.
3452         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3453         m4/locale-zh.m4.
3454         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
3455
3456 2008-12-21  Bruno Haible  <bruno@clisp.org>
3457
3458         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
3459
3460 2008-12-21  Bruno Haible  <bruno@clisp.org>
3461
3462         Update doc for AIX.
3463         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
3464         16-bit wchar_t type.
3465         * doc/posix-functions/btowc.texi: Likewise.
3466         * doc/posix-functions/fgetwc.texi: Likewise.
3467         * doc/posix-functions/fgetws.texi: Likewise.
3468         * doc/posix-functions/fputwc.texi: Likewise.
3469         * doc/posix-functions/fputws.texi: Likewise.
3470         * doc/posix-functions/fwide.texi: Likewise.
3471         * doc/posix-functions/fwprintf.texi: Likewise.
3472         * doc/posix-functions/fwscanf.texi: Likewise.
3473         * doc/posix-functions/getwchar.texi: Likewise.
3474         * doc/posix-functions/getwc.texi: Likewise.
3475         * doc/posix-functions/iswalnum.texi: Likewise.
3476         * doc/posix-functions/iswalpha.texi: Likewise.
3477         * doc/posix-functions/iswblank.texi: Likewise.
3478         * doc/posix-functions/iswcntrl.texi: Likewise.
3479         * doc/posix-functions/iswctype.texi: Likewise.
3480         * doc/posix-functions/iswdigit.texi: Likewise.
3481         * doc/posix-functions/iswgraph.texi: Likewise.
3482         * doc/posix-functions/iswlower.texi: Likewise.
3483         * doc/posix-functions/iswprint.texi: Likewise.
3484         * doc/posix-functions/iswpunct.texi: Likewise.
3485         * doc/posix-functions/iswspace.texi: Likewise.
3486         * doc/posix-functions/iswupper.texi: Likewise.
3487         * doc/posix-functions/iswxdigit.texi: Likewise.
3488         * doc/posix-functions/mbrtowc.texi: Likewise.
3489         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3490         * doc/posix-functions/mbstowcs.texi: Likewise.
3491         * doc/posix-functions/mbtowc.texi: Likewise.
3492         * doc/posix-functions/putwchar.texi: Likewise.
3493         * doc/posix-functions/putwc.texi: Likewise.
3494         * doc/posix-functions/swprintf.texi: Likewise.
3495         * doc/posix-functions/tolower.texi: Likewise.
3496         * doc/posix-functions/toupper.texi: Likewise.
3497         * doc/posix-functions/towctrans.texi: Likewise.
3498         * doc/posix-functions/ungetwc.texi: Likewise.
3499         * doc/posix-functions/vswprintf.texi: Likewise.
3500         * doc/posix-functions/wcrtomb.texi: Likewise.
3501         * doc/posix-functions/wcscat.texi: Likewise.
3502         * doc/posix-functions/wcschr.texi: Likewise.
3503         * doc/posix-functions/wcscmp.texi: Likewise.
3504         * doc/posix-functions/wcscoll.texi: Likewise.
3505         * doc/posix-functions/wcscpy.texi: Likewise.
3506         * doc/posix-functions/wcscspn.texi: Likewise.
3507         * doc/posix-functions/wcsftime.texi: Likewise.
3508         * doc/posix-functions/wcslen.texi: Likewise.
3509         * doc/posix-functions/wcsncat.texi: Likewise.
3510         * doc/posix-functions/wcsncmp.texi: Likewise.
3511         * doc/posix-functions/wcsncpy.texi: Likewise.
3512         * doc/posix-functions/wcspbrk.texi: Likewise.
3513         * doc/posix-functions/wcsrchr.texi: Likewise.
3514         * doc/posix-functions/wcsrtombs.texi: Likewise.
3515         * doc/posix-functions/wcsspn.texi: Likewise.
3516         * doc/posix-functions/wcsstr.texi: Likewise.
3517         * doc/posix-functions/wcstod.texi: Likewise.
3518         * doc/posix-functions/wcstof.texi: Likewise.
3519         * doc/posix-functions/wcstoimax.texi: Likewise.
3520         * doc/posix-functions/wcstok.texi: Likewise.
3521         * doc/posix-functions/wcstold.texi: Likewise.
3522         * doc/posix-functions/wcstoll.texi: Likewise.
3523         * doc/posix-functions/wcstol.texi: Likewise.
3524         * doc/posix-functions/wcstombs.texi: Likewise.
3525         * doc/posix-functions/wcstoull.texi: Likewise.
3526         * doc/posix-functions/wcstoul.texi: Likewise.
3527         * doc/posix-functions/wcstoumax.texi: Likewise.
3528         * doc/posix-functions/wcswidth.texi: Likewise.
3529         * doc/posix-functions/wcsxfrm.texi: Likewise.
3530         * doc/posix-functions/wctob.texi: Likewise.
3531         * doc/posix-functions/wctomb.texi: Likewise.
3532         * doc/posix-functions/wctrans.texi: Likewise.
3533         * doc/posix-functions/wctype.texi: Likewise.
3534         * doc/posix-functions/wcwidth.texi: Likewise.
3535         * doc/posix-functions/wmemchr.texi: Likewise.
3536         * doc/posix-functions/wmemcmp.texi: Likewise.
3537         * doc/posix-functions/wmemcpy.texi: Likewise.
3538         * doc/posix-functions/wmemmove.texi: Likewise.
3539         * doc/posix-functions/wmemset.texi: Likewise.
3540         * doc/posix-functions/wprintf.texi: Likewise.
3541         * doc/posix-functions/wscanf.texi: Likewise.
3542
3543 2008-12-21  Bruno Haible  <bruno@clisp.org>
3544
3545         Update doc for HP-UX 11.11.
3546         * doc/posix-functions/btowc.texi: Clarify that the function is missing
3547         in HP-UX version 11.00, not in all versions of HP-UX 11.
3548         * doc/posix-functions/fwide.texi: Likewise.
3549         * doc/posix-functions/fwprintf.texi: Likewise.
3550         * doc/posix-functions/fwscanf.texi: Likewise.
3551         * doc/posix-functions/inet_ntop.texi: Likewise.
3552         * doc/posix-functions/inet_pton.texi: Likewise.
3553         * doc/posix-functions/mbrlen.texi: Likewise.
3554         * doc/posix-functions/mbrtowc.texi: Likewise.
3555         * doc/posix-functions/mbsinit.texi: Likewise.
3556         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3557         * doc/posix-functions/swprintf.texi: Likewise.
3558         * doc/posix-functions/swscanf.texi: Likewise.
3559         * doc/posix-functions/towctrans.texi: Likewise.
3560         * doc/posix-functions/vfwprintf.texi: Likewise.
3561         * doc/posix-functions/vswprintf.texi: Likewise.
3562         * doc/posix-functions/vwprintf.texi: Likewise.
3563         * doc/posix-functions/wcrtomb.texi: Likewise.
3564         * doc/posix-functions/wcsrtombs.texi: Likewise.
3565         * doc/posix-functions/wcsstr.texi: Likewise.
3566         * doc/posix-functions/wctob.texi: Likewise.
3567         * doc/posix-functions/wctrans.texi: Likewise.
3568         * doc/posix-functions/wmemchr.texi: Likewise.
3569         * doc/posix-functions/wmemcmp.texi: Likewise.
3570         * doc/posix-functions/wmemcpy.texi: Likewise.
3571         * doc/posix-functions/wmemmove.texi: Likewise.
3572         * doc/posix-functions/wmemset.texi: Likewise.
3573         * doc/posix-functions/wprintf.texi: Likewise.
3574         * doc/posix-functions/wscanf.texi: Likewise.
3575
3576 2008-12-21  Bruno Haible  <bruno@clisp.org>
3577
3578         Work around a portability problem.
3579         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
3580         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
3581
3582 2008-12-20  Bruno Haible  <bruno@clisp.org>
3583
3584         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
3585         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
3586         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
3587         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
3588         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
3589
3590         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
3591         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
3592         set.
3593         (GNULIB_defined_mbstate_t): New macro.
3594         (mbsinit): Redefine if REPLACE_MBSINIT is set.
3595         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
3596         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
3597         reuses the system's mbrtowc function but works around the bugs.
3598         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
3599         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
3600         macros.
3601         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
3602         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
3603         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
3604         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
3605         REPLACE_MBSINIT if mbsinit needs to be overridden.
3606         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
3607         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3608         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
3609         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3610         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3611         m4/locale-zh.m4.
3612         (Depends): Add mbsinit.
3613         * modules/mbsinit (Depends): Add mbrtowc.
3614         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
3615
3616 2008-12-20  Bruno Haible  <bruno@clisp.org>
3617
3618         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
3619         so that there are no conversion errors on AIX.
3620         * tests/test-mbsrtowcs.c (main): LIkewise.
3621
3622 2008-12-20  Bruno Haible  <bruno@clisp.org>
3623
3624         Work around wctob bug on Solaris <= 9.
3625         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
3626         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
3627         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
3628         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
3629         * modules/wctob (Files): Add m4/locale-fr.m4.
3630         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
3631
3632 2008-12-20  Bruno Haible  <bruno@clisp.org>
3633
3634         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
3635         /dev/null.
3636         * tests/test-select-in.sh: Likewise.
3637         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3638
3639 2008-12-20  Bruno Haible  <bruno@clisp.org>
3640
3641         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
3642         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
3643         Cygwin 1.5.x.
3644
3645 2008-12-20  Bruno Haible  <bruno@clisp.org>
3646
3647         Ensure mbstate_t is defined on HP-UX 11.11.
3648         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
3649         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
3650         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
3651         AC_USE_SYSTEM_EXTENSIONS.
3652         * modules/fnmatch (Depends-on): Add extensions.
3653         * modules/mbrlen (Depends-on): Likewise.
3654         * modules/mbrtowc (Depends-on): Likewise.
3655         * modules/mbsinit (Depends-on): Likewise.
3656         * modules/mbsrtowcs (Depends-on): Likewise.
3657         * modules/mbswidth (Depends-on): Likewise.
3658         * modules/quotearg (Depends-on): Likewise.
3659         * modules/strftime (Depends-on): Likewise.
3660
3661 2008-12-20  Bruno Haible  <bruno@clisp.org>
3662
3663         Ensure wctob is declared on IRIX 6.5.
3664         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
3665         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
3666         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
3667         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
3668         of HAVE_WCTOB.
3669         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
3670         HAVE_WCTOB.
3671         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
3672
3673 2008-12-19  Bruno Haible  <bruno@clisp.org>
3674
3675         * modules/mbsrtowcs-tests: New file.
3676         * tests/test-mbsrtowcs1.sh: New file.
3677         * tests/test-mbsrtowcs2.sh: New file.
3678         * tests/test-mbsrtowcs3.sh: New file.
3679         * tests/test-mbsrtowcs4.sh: New file.
3680         * tests/test-mbsrtowcs.c: New file.
3681
3682         New module 'mbsrtowcs'.
3683         * lib/wchar.in.h (mbsrtowcs): New declaration.
3684         * lib/mbsrtowcs.c: New file.
3685         * m4/mbsrtowcs.m4: New file.
3686         * modules/mbsrtowcs: New file.
3687         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
3688         HAVE_MBSRTOWCS.
3689         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
3690         HAVE_MBSRTOWCS.
3691         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
3692
3693 2008-12-19  Bruno Haible  <bruno@clisp.org>
3694
3695         New module 'mbrlen'.
3696         * lib/wchar.in.h (mbrlen): New declaration.
3697         * lib/mbrlen.c: New file.
3698         * m4/mbrlen.m4: New file.
3699         * modules/mbrlen: New file.
3700         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
3701         HAVE_MBRLEN.
3702         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
3703         HAVE_MBRLEN.
3704         * doc/posix-functions/mbrlen.texi: Document the new module.
3705
3706 2008-12-19  Bruno Haible  <bruno@clisp.org>
3707
3708         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
3709         * modules/mbrtowc (Depends-on): Add verify.
3710         Suggested by Paul Eggert.
3711
3712 2008-12-18  Bruno Haible  <bruno@clisp.org>
3713
3714         * modules/mbsinit-tests: New file.
3715         * tests/test-mbsinit.sh: New file.
3716         * tests/test-mbsinit.c: New file.
3717
3718 2008-12-18  Bruno Haible  <bruno@clisp.org>
3719
3720         * modules/mbrtowc-tests: New file.
3721         * tests/test-mbrtowc1.sh: New file.
3722         * tests/test-mbrtowc2.sh: New file.
3723         * tests/test-mbrtowc3.sh: New file.
3724         * tests/test-mbrtowc4.sh: New file.
3725         * tests/test-mbrtowc.c: New file.
3726
3727         New module 'mbrtowc'.
3728         * lib/wchar.in.h (mbstate_t): Override when the system does not have
3729         mbsinit and mbrtowc.
3730         (mbrtowc): New declaration.
3731         * lib/mbrtowc.c: New file.
3732         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
3733         * modules/mbrtowc: New file.
3734         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
3735         HAVE_MBRTOWC.
3736         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
3737         HAVE_MBRTOWC.
3738         * doc/posix-functions/mbrtowc.texi: Document the new module.
3739
3740 2008-12-18  Bruno Haible  <bruno@clisp.org>
3741
3742         New module 'wctob'.
3743         * lib/wchar.in.h (wctob): New declaration.
3744         * lib/wctob.c: New file.
3745         * m4/wctob.m4: New file.
3746         * modules/wctob: New file.
3747         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
3748         HAVE_WCTOB.
3749         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
3750         * doc/posix-functions/wctob.texi: Document the new module.
3751
3752 2008-12-18  Bruno Haible  <bruno@clisp.org>
3753
3754         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
3755         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
3756
3757 2008-12-18  Simon Josefsson  <simon@josefsson.org>
3758
3759         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
3760         G. Christensen" <tgc@jupiterrise.com>.
3761
3762         * lib/flock.c: Need to include errno.h.  Reported by "Tom
3763         G. Christensen" <tgc@jupiterrise.com>.
3764
3765         * lib/flock.c: Need to include string.h.  Reported by "Tom
3766         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
3767         <ebb9@byu.net>.
3768
3769 2008-12-18  Bruno Haible  <bruno@clisp.org>
3770
3771         * m4/locale-ja.m4: New file, from GNU gettext.
3772
3773 2008-12-17  Bruno Haible  <bruno@clisp.org>
3774
3775         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
3776         Suggested by Eric Blake.
3777
3778 2008-12-17  Bruno Haible  <bruno@clisp.org>
3779
3780         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
3781
3782 2008-12-17  Bruno Haible  <bruno@clisp.org>
3783
3784         * lib/mbsinit.c: Include verify.h. Verify an assumption.
3785         * modules/mbsinit (Depends-on): Add verify.
3786         Suggested by Paul Eggert.
3787
3788 2008-12-17  Bruno Haible  <bruno@clisp.org>
3789
3790         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
3791         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
3792         gl_FUNC_MBRTOWC.
3793         * m4/mbiter.m4 (gl_MBITER): LIkewise.
3794         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
3795         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
3796         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
3797         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
3798         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
3799         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
3800         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
3801         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
3802         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
3803         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
3804         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
3805         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
3806         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
3807         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
3808         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3809         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
3810         * modules/trim (configure.ac): Likewise.
3811
3812 2008-12-17  Bruno Haible  <bruno@clisp.org>
3813
3814         * modules/btowc-tests: New file.
3815         * tests/test-btowc1.sh: New file.
3816         * tests/test-btowc2.sh: New file.
3817         * tests/test-btowc.c: New file.
3818
3819         New module 'btowc'.
3820         * lib/wchar.in.h (btowc): New declaration.
3821         * lib/btowc.c: New file.
3822         * m4/btowc.m4: New file.
3823         * modules/btowc: New file.
3824         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
3825         HAVE_BTOWC.
3826         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
3827         * doc/posix-functions/btowc.texi: Document the new module.
3828
3829 2008-12-17  Bruno Haible  <bruno@clisp.org>
3830
3831         New module 'mbsinit'.
3832         * lib/wchar.in.h (mbsinit): New declaration.
3833         * lib/mbsinit.c: New file.
3834         * m4/mbsinit.m4: New file.
3835         * modules/mbsinit: New file.
3836         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
3837         HAVE_MBSINIT.
3838         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
3839         HAVE_MBSINIT.
3840         * doc/posix-functions/mbsinit.texi: Document the new module.
3841
3842 2008-12-16  Bruno Haible  <bruno@clisp.org>
3843
3844         * lib/unistd.in.h: Add comment.
3845         * tests/test-environ.c: Don't include <stdlib.h>.
3846
3847 2008-12-16  Bruno Haible  <bruno@clisp.org>
3848
3849         * lib/parse-duration.h (parse_duration): Document return value
3850         convention.
3851         * lib/parse-duration.c: Include specification header first. Add
3852         comments.
3853         (_): Remove macro.
3854         (parse_year_month_day, parse_hour_minute_second): Move side effects
3855         outside of strchr call.
3856         (parse_non_iso8601): Move side effects outside of isspace call.
3857         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
3858         call.
3859
3860 2008-12-16  Bruno Haible  <bruno@clisp.org>
3861
3862         * tests/test-parse-duration.sh: Produce no output when the test
3863         succeeds.
3864
3865 2008-12-16  Bruno Haible  <bruno@clisp.org>
3866
3867         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
3868         expressions.
3869
3870 2008-12-15  Bruno Haible  <bruno@clisp.org>
3871
3872         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
3873         * doc/glibc-functions/flistxattr.texi: Likewise.
3874         * doc/glibc-functions/fopencookie.texi: Likewise.
3875         * doc/glibc-functions/fremovexattr.texi: Likewise.
3876         * doc/glibc-functions/fsetxattr.texi: Likewise.
3877         * doc/glibc-functions/getxattr.texi: Likewise.
3878         * doc/glibc-functions/lgetxattr.texi: Likewise.
3879         * doc/glibc-functions/listxattr.texi: Likewise.
3880         * doc/glibc-functions/llistxattr.texi: Likewise.
3881         * doc/glibc-functions/lremovexattr.texi: Likewise.
3882         * doc/glibc-functions/lsetxattr.texi: Likewise.
3883         * doc/glibc-functions/removexattr.texi: Likewise.
3884         * doc/glibc-functions/setxattr.texi: Likewise.
3885         * doc/posix-functions/open_memstream.texi: Likewise.
3886
3887 2008-12-15  Eric Blake  <ebb9@byu.net>
3888
3889         Update doc for cygwin 1.7.
3890         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
3891         functions.
3892         * doc/posix-functions/fchmodat.texi: Likewise.
3893         * doc/posix-functions/fchownat.texi: Likewise.
3894         * doc/posix-functions/fdopendir.texi: Likewise.
3895         * doc/posix-functions/fmemopen.texi: Likewise.
3896         * doc/posix-functions/freeaddrinfo.texi: Likewise.
3897         * doc/posix-functions/fstatat.texi: Likewise.
3898         * doc/posix-functions/futimens.texi: Likewise.
3899         * doc/posix-functions/gai_strerror.texi: Likewise.
3900         * doc/posix-functions/getaddrinfo.texi: Likewise.
3901         * doc/posix-functions/getnameinfo.texi: Likewise.
3902         * doc/posix-functions/if_freenameindex.texi: Likewise.
3903         * doc/posix-functions/if_indextoname.texi: Likewise.
3904         * doc/posix-functions/if_nameindex.texi: Likewise.
3905         * doc/posix-functions/if_nametoindex.texi: Likewise.
3906         * doc/posix-functions/insque.texi: Likewise.
3907         * doc/posix-functions/linkat.texi: Likewise.
3908         * doc/posix-functions/llrint.texi: Likewise.
3909         * doc/posix-functions/llrintf.texi: Likewise.
3910         * doc/posix-functions/llrintl.texi: Likewise.
3911         * doc/posix-functions/lockf.texi: Likewise.
3912         * doc/posix-functions/lrintl.texi: Likewise.
3913         * doc/posix-functions/mkdirat.texi: Likewise.
3914         * doc/posix-functions/mkfifoat.texi: Likewise.
3915         * doc/posix-functions/mknodat.texi: Likewise.
3916         * doc/posix-functions/mq_close.texi: Likewise.
3917         * doc/posix-functions/mq_getattr.texi: Likewise.
3918         * doc/posix-functions/mq_notify.texi: Likewise.
3919         * doc/posix-functions/mq_open.texi: Likewise.
3920         * doc/posix-functions/mq_receive.texi: Likewise.
3921         * doc/posix-functions/mq_send.texi: Likewise.
3922         * doc/posix-functions/mq_setattr.texi: Likewise.
3923         * doc/posix-functions/mq_timedreceive.texi: Likewise.
3924         * doc/posix-functions/mq_timedsend.texi: Likewise.
3925         * doc/posix-functions/mq_unlink.texi: Likewise.
3926         * doc/posix-functions/open_memstream.texi: Likewise.
3927         * doc/posix-functions/openat.texi: Likewise.
3928         * doc/posix-functions/posix_fadvise.texi: Likewise.
3929         * doc/posix-functions/posix_fallocate.texi: Likewise.
3930         * doc/posix-functions/posix_madvise.texi: Likewise.
3931         * doc/posix-functions/posix_memalign.texi: Likewise.
3932         * doc/posix-functions/posix_openpt.texi: Likewise.
3933         * doc/posix-functions/readlinkat.texi: Likewise.
3934         * doc/posix-functions/remque.texi: Likewise.
3935         * doc/posix-functions/renameat.texi: Likewise.
3936         * doc/posix-functions/rintl.texi: Likewise.
3937         * doc/posix-functions/sem_unlink.texi: Likewise.
3938         * doc/posix-functions/shm_open.texi: Likewise.
3939         * doc/posix-functions/shm_unlink.texi: Likewise.
3940         * doc/posix-functions/signgam.texi: Likewise.
3941         * doc/posix-functions/sigset.texi: Likewise.
3942         * doc/posix-functions/stpcpy.texi: Likewise.
3943         * doc/posix-functions/stpncpy.texi: Likewise.
3944         * doc/posix-functions/strerror.texi: Likewise.
3945         * doc/posix-functions/strtod.texi: Likewise.
3946         * doc/posix-functions/symlinkat.texi: Likewise.
3947         * doc/posix-functions/unlinkat.texi: Likewise.
3948         * doc/posix-functions/utimensat.texi: Likewise.
3949         * doc/glibc-functions/bindresvport.texi: Likewise.
3950         * doc/glibc-functions/dn_expand.texi: Likewise.
3951         * doc/glibc-functions/exp10.texi: Likewise.
3952         * doc/glibc-functions/exp10f.texi: Likewise.
3953         * doc/glibc-functions/fgetxattr.texi: Likewise.
3954         * doc/glibc-functions/flistxattr.texi: Likewise.
3955         * doc/glibc-functions/fopencookie.texi: Likewise.
3956         * doc/glibc-functions/freeifaddrs.texi: Likewise.
3957         * doc/glibc-functions/fremovexattr.texi: Likewise.
3958         * doc/glibc-functions/fsetxattr.texi: Likewise.
3959         * doc/glibc-functions/getifaddrs.texi: Likewise.
3960         * doc/glibc-functions/getxattr.texi: Likewise.
3961         * doc/glibc-functions/lgetxattr.texi: Likewise.
3962         * doc/glibc-functions/listxattr.texi: Likewise.
3963         * doc/glibc-functions/llistxattr.texi: Likewise.
3964         * doc/glibc-functions/lremovexattr.texi: Likewise.
3965         * doc/glibc-functions/lsetxattr.texi: Likewise.
3966         * doc/glibc-functions/pow10.texi: Likewise.
3967         * doc/glibc-functions/pow10f.texi: Likewise.
3968         * doc/glibc-functions/rcmd_af.texi: Likewise.
3969         * doc/glibc-functions/removexattr.texi: Likewise.
3970         * doc/glibc-functions/res_init.texi: Likewise.
3971         * doc/glibc-functions/res_mkquery.texi: Likewise.
3972         * doc/glibc-functions/res_query.texi: Likewise.
3973         * doc/glibc-functions/res_querydomain.texi: Likewise.
3974         * doc/glibc-functions/res_send.texi: Likewise.
3975         * doc/glibc-functions/rresvport_af.texi: Likewise.
3976         * doc/glibc-functions/setxattr.texi: Likewise.
3977         * doc/glibc-functions/strcasestr.texi: Likewise.
3978
3979 2008-12-15  Bruno Haible  <bruno@clisp.org>
3980
3981         Fix compilation error on OSF/1 4.0.
3982         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
3983         <sys/time.h>, simply delegate to the system header.
3984         Reported by Daniel Richard G. <oss@teragram.com>.
3985
3986 2008-12-15  Bruno Haible  <bruno@clisp.org>
3987
3988         * doc/posix-functions/openat.texi: Mention the 'openat' module.
3989         * doc/posix-functions/fchmodat.texi: Likewise.
3990         * doc/posix-functions/fchownat.texi: Likewise.
3991         * doc/posix-functions/fdopendir.texi: Likewise.
3992         * doc/posix-functions/fstatat.texi: Likewise.
3993         * doc/posix-functions/mkdirat.texi: Likewise.
3994         * doc/posix-functions/unlinkat.texi: Likewise.
3995
3996 2008-12-14  Bruno Haible  <bruno@clisp.org>
3997
3998         Update doc for POSIX:2008.
3999         * doc/posix-functions/faccessat.texi: New file.
4000         * doc/posix-functions/fchmodat.texi: New file.
4001         * doc/posix-functions/fchownat.texi: New file.
4002         * doc/posix-functions/fdopendir.texi: New file.
4003         * doc/posix-functions/fstatat.texi: New file.
4004         * doc/posix-functions/futimens.texi: New file.
4005         * doc/posix-functions/linkat.texi: New file.
4006         * doc/posix-functions/mkdirat.texi: New file.
4007         * doc/posix-functions/mkfifoat.texi: New file.
4008         * doc/posix-functions/mknodat.texi: New file.
4009         * doc/posix-functions/open_wmemstream.texi: New file.
4010         * doc/posix-functions/openat.texi: New file.
4011         * doc/posix-functions/psiginfo.texi: New file.
4012         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
4013         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
4014         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
4015         * doc/posix-functions/readlinkat.texi: New file.
4016         * doc/posix-functions/renameat.texi: New file.
4017         * doc/posix-functions/strerror_l.texi: New file.
4018         * doc/posix-functions/symlinkat.texi: New file.
4019         * doc/posix-functions/unlinkat.texi: New file.
4020         * doc/posix-functions/utimensat.texi: New file.
4021         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4022
4023 2008-12-14  Bruno Haible  <bruno@clisp.org>
4024
4025         Update doc for POSIX:2008.
4026         * doc/posix-functions/alphasort.texi: Renamed from
4027         doc/glibc-functions/alphasort.texi.
4028         * doc/posix-functions/dirfd.texi: Renamed from
4029         doc/glibc-functions/dirfd.texi.
4030         * doc/posix-functions/dprintf.texi: Renamed from
4031         doc/glibc-functions/dprintf.texi.
4032         * doc/posix-functions/duplocale.texi: Renamed from
4033         doc/glibc-functions/duplocale.texi.
4034         * doc/posix-functions/fexecve.texi: Renamed from
4035         doc/glibc-functions/fexecve.texi.
4036         * doc/posix-functions/fmemopen.texi: Renamed from
4037         doc/glibc-functions/fmemopen.texi.
4038         * doc/posix-functions/freelocale.texi: Renamed from
4039         doc/glibc-functions/freelocale.texi.
4040         * doc/posix-functions/getdate_err.texi: Renamed from
4041         doc/glibc-functions/getdate_err.texi.
4042         * doc/posix-functions/isalnum_l.texi: Renamed from
4043         doc/glibc-functions/isalnum_l.texi.
4044         * doc/posix-functions/isalpha_l.texi: Renamed from
4045         doc/glibc-functions/isalpha_l.texi.
4046         * doc/posix-functions/isblank_l.texi: Renamed from
4047         doc/glibc-functions/isblank_l.texi.
4048         * doc/posix-functions/iscntrl_l.texi: Renamed from
4049         doc/glibc-functions/iscntrl_l.texi.
4050         * doc/posix-functions/isdigit_l.texi: Renamed from
4051         doc/glibc-functions/isdigit_l.texi.
4052         * doc/posix-functions/isgraph_l.texi: Renamed from
4053         doc/glibc-functions/isgraph_l.texi.
4054         * doc/posix-functions/islower_l.texi: Renamed from
4055         doc/glibc-functions/islower_l.texi.
4056         * doc/posix-functions/isprint_l.texi: Renamed from
4057         doc/glibc-functions/isprint_l.texi.
4058         * doc/posix-functions/ispunct_l.texi: Renamed from
4059         doc/glibc-functions/ispunct_l.texi.
4060         * doc/posix-functions/isspace_l.texi: Renamed from
4061         doc/glibc-functions/isspace_l.texi.
4062         * doc/posix-functions/isupper_l.texi: Renamed from
4063         doc/glibc-functions/isupper_l.texi.
4064         * doc/posix-functions/iswalnum_l.texi: Renamed from
4065         doc/glibc-functions/iswalnum_l.texi.
4066         * doc/posix-functions/iswalpha_l.texi: Renamed from
4067         doc/glibc-functions/iswalpha_l.texi.
4068         * doc/posix-functions/iswblank_l.texi: Renamed from
4069         doc/glibc-functions/iswblank_l.texi.
4070         * doc/posix-functions/iswcntrl_l.texi: Renamed from
4071         doc/glibc-functions/iswcntrl_l.texi.
4072         * doc/posix-functions/iswctype_l.texi: Renamed from
4073         doc/glibc-functions/iswctype_l.texi.
4074         * doc/posix-functions/iswdigit_l.texi: Renamed from
4075         doc/glibc-functions/iswdigit_l.texi.
4076         * doc/posix-functions/iswgraph_l.texi: Renamed from
4077         doc/glibc-functions/iswgraph_l.texi.
4078         * doc/posix-functions/iswlower_l.texi: Renamed from
4079         doc/glibc-functions/iswlower_l.texi.
4080         * doc/posix-functions/iswprint_l.texi: Renamed from
4081         doc/glibc-functions/iswprint_l.texi.
4082         * doc/posix-functions/iswpunct_l.texi: Renamed from
4083         doc/glibc-functions/iswpunct_l.texi.
4084         * doc/posix-functions/iswspace_l.texi: Renamed from
4085         doc/glibc-functions/iswspace_l.texi.
4086         * doc/posix-functions/iswupper_l.texi: Renamed from
4087         doc/glibc-functions/iswupper_l.texi.
4088         * doc/posix-functions/iswxdigit_l.texi: Renamed from
4089         doc/glibc-functions/iswxdigit_l.texi.
4090         * doc/posix-functions/isxdigit_l.texi: Renamed from
4091         doc/glibc-functions/isxdigit_l.texi.
4092         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
4093         doc/glibc-functions/mbsnrtowcs.texi.
4094         * doc/posix-functions/mkdtemp.texi: Renamed from
4095         doc/glibc-functions/mkdtemp.texi.
4096         * doc/posix-functions/newlocale.texi: Renamed from
4097         doc/glibc-functions/newlocale.texi.
4098         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
4099         doc/glibc-functions/nl_langinfo_l.texi.
4100         * doc/posix-functions/open_memstream.texi: Renamed from
4101         doc/glibc-functions/open_memstream.texi.
4102         * doc/posix-functions/opterr.texi: Renamed from
4103         doc/glibc-functions/opterr.texi.
4104         * doc/posix-functions/optind.texi: Renamed from
4105         doc/glibc-functions/optind.texi.
4106         * doc/posix-functions/optopt.texi: Renamed from
4107         doc/glibc-functions/optopt.texi.
4108         * doc/posix-functions/psignal.texi: Renamed from
4109         doc/glibc-functions/psignal.texi.
4110         * doc/posix-functions/scandir.texi: Renamed from
4111         doc/glibc-functions/scandir.texi.
4112         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
4113         doc/glibc-functions/sched_get_priority_min.texi.
4114         * doc/posix-functions/signgam.texi: Renamed from
4115         doc/glibc-functions/signgam.texi.
4116         * doc/posix-functions/stpcpy.texi: Renamed from
4117         doc/glibc-functions/stpcpy.texi.
4118         * doc/posix-functions/stpncpy.texi: Renamed from
4119         doc/glibc-functions/stpncpy.texi.
4120         * doc/posix-functions/strcasecmp_l.texi: Renamed from
4121         doc/glibc-functions/strcasecmp_l.texi.
4122         * doc/posix-functions/strcoll_l.texi: Renamed from
4123         doc/glibc-functions/strcoll_l.texi.
4124         * doc/posix-functions/strfmon_l.texi: Renamed from
4125         doc/glibc-functions/strfmon_l.texi.
4126         * doc/posix-functions/strftime_l.texi: Renamed from
4127         doc/glibc-functions/strftime_l.texi.
4128         * doc/posix-functions/strncasecmp_l.texi: Renamed from
4129         doc/glibc-functions/strncasecmp_l.texi.
4130         * doc/posix-functions/strndup.texi: Renamed from
4131         doc/glibc-functions/strndup.texi.
4132         * doc/posix-functions/strnlen.texi: Renamed from
4133         doc/glibc-functions/strnlen.texi.
4134         * doc/posix-functions/strsignal.texi: Renamed from
4135         doc/glibc-functions/strsignal.texi.
4136         * doc/posix-functions/strxfrm_l.texi: Renamed from
4137         doc/glibc-functions/strxfrm_l.texi.
4138         * doc/posix-functions/timer_gettime.texi: Renamed from
4139         doc/glibc-functions/timer_gettime.texi.
4140         * doc/posix-functions/tolower_l.texi: Renamed from
4141         doc/glibc-functions/tolower_l.texi.
4142         * doc/posix-functions/toupper_l.texi: Renamed from
4143         doc/glibc-functions/toupper_l.texi.
4144         * doc/posix-functions/towctrans_l.texi: Renamed from
4145         doc/glibc-functions/towctrans_l.texi.
4146         * doc/posix-functions/towlower_l.texi: Renamed from
4147         doc/glibc-functions/towlower_l.texi.
4148         * doc/posix-functions/towupper_l.texi: Renamed from
4149         doc/glibc-functions/towupper_l.texi.
4150         * doc/posix-functions/uselocale.texi: Renamed from
4151         doc/glibc-functions/uselocale.texi.
4152         * doc/posix-functions/vdprintf.texi: Renamed from
4153         doc/glibc-functions/vdprintf.texi.
4154         * doc/posix-functions/wcpcpy.texi:
4155         Renamed from doc/glibc-functions/wcpcpy.texi.
4156         * doc/posix-functions/wcpncpy.texi: Renamed from
4157         doc/glibc-functions/wcpncpy.texi.
4158         * doc/posix-functions/wcscasecmp.texi: Renamed from
4159         doc/glibc-functions/wcscasecmp.texi.
4160         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
4161         doc/glibc-functions/wcscasecmp_l.texi.
4162         * doc/posix-functions/wcscoll_l.texi: Renamed from
4163         doc/glibc-functions/wcscoll_l.texi.
4164         * doc/posix-functions/wcsdup.texi: Renamed from
4165         doc/glibc-functions/wcsdup.texi.
4166         * doc/posix-functions/wcsncasecmp.texi: Renamed from
4167         doc/glibc-functions/wcsncasecmp.texi.
4168         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
4169         doc/glibc-functions/wcsncasecmp_l.texi.
4170         * doc/posix-functions/wcsnlen.texi: Renamed from
4171         doc/glibc-functions/wcsnlen.texi.
4172         * doc/posix-functions/wcsnrtombs.texi: Renamed from
4173         doc/glibc-functions/wcsnrtombs.texi.
4174         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
4175         doc/glibc-functions/wcsxfrm_l.texi.
4176         * doc/posix-functions/wctrans_l.texi: Renamed from
4177         doc/glibc-functions/wctrans_l.texi.
4178         * doc/posix-functions/wctype_l.texi: Renamed from
4179         doc/glibc-functions/wctype_l.texi.
4180         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4181         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
4182         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
4183         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
4184         these subsections.
4185         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
4186         Remove sections.
4187
4188 2008-12-14  Bruno Haible  <bruno@clisp.org>
4189
4190         Update doc for POSIX:2008.
4191         * doc/posix-functions/*.texi: Update URL of POSIX specification.
4192
4193 2008-12-14  Bruno Haible  <bruno@clisp.org>
4194
4195         Update doc for POSIX:2008.
4196         * doc/pastposix-functions/bcmp.texi: Renamed from
4197         doc/posix-functions/bcmp.texi.
4198         * doc/pastposix-functions/bcopy.texi: Renamed from
4199         doc/posix-functions/bcopy.texi.
4200         * doc/pastposix-functions/bsd_signal.texi: Renamed from
4201         doc/posix-functions/bsd_signal.texi.
4202         * doc/pastposix-functions/bzero.texi: Renamed from
4203         doc/posix-functions/bzero.texi.
4204         * doc/pastposix-functions/ecvt.texi: Renamed from
4205         doc/posix-functions/ecvt.texi.
4206         * doc/pastposix-functions/fcvt.texi: Renamed from
4207         doc/posix-functions/fcvt.texi.
4208         * doc/pastposix-functions/ftime.texi: Renamed from
4209         doc/posix-functions/ftime.texi.
4210         * doc/pastposix-functions/gcvt.texi: Renamed from
4211         doc/posix-functions/gcvt.texi.
4212         * doc/pastposix-functions/getcontext.texi: Renamed from
4213         doc/posix-functions/getcontext.texi.
4214         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
4215         doc/posix-functions/gethostbyaddr.texi.
4216         * doc/pastposix-functions/gethostbyname.texi: Renamed from
4217         doc/posix-functions/gethostbyname.texi.
4218         * doc/pastposix-functions/getwd.texi: Renamed from
4219         doc/posix-functions/getwd.texi.
4220         * doc/pastposix-functions/h_errno.texi: Renamed from
4221         doc/posix-functions/h_errno.texi.
4222         * doc/pastposix-functions/index.texi: Renamed from
4223         doc/posix-functions/index.texi.
4224         * doc/pastposix-functions/makecontext.texi: Renamed from
4225         doc/posix-functions/makecontext.texi.
4226         * doc/pastposix-functions/mktemp.texi: Renamed from
4227         doc/posix-functions/mktemp.texi.
4228         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
4229         doc/posix-functions/pthread_attr_getstackaddr.texi.
4230         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
4231         doc/posix-functions/pthread_attr_setstackaddr.texi.
4232         * doc/pastposix-functions/rindex.texi: Renamed from
4233         doc/posix-functions/rindex.texi.
4234         * doc/pastposix-functions/scalb.texi: Renamed from
4235         doc/posix-functions/scalb.texi.
4236         * doc/pastposix-functions/setcontext.texi: Renamed from
4237         doc/posix-functions/setcontext.texi.
4238         * doc/pastposix-functions/swapcontext.texi: Renamed from
4239         doc/posix-functions/swapcontext.texi.
4240         * doc/pastposix-functions/ualarm.texi: Renamed from
4241         doc/posix-functions/ualarm.texi.
4242         * doc/pastposix-functions/usleep.texi: Renamed from
4243         doc/posix-functions/usleep.texi.
4244         * doc/pastposix-functions/vfork.texi: Renamed from
4245         doc/posix-functions/vfork.texi.
4246         * doc/pastposix-functions/wcswcs.texi: Renamed from
4247         doc/posix-functions/wcswcs.texi.
4248         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
4249         (Function Substitutes): Update.
4250
4251 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4252
4253         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
4254         m4/strerror.m4.
4255
4256 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4257             Bruno Haible  <bruno@clisp.org>
4258
4259         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
4260
4261 2008-12-13  Bruno Haible  <bruno@clisp.org>
4262
4263         * modules/strtoull (Depends-on): Remove unistd.
4264
4265 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4266
4267         * modules/strtoull (Depends-on): Add stdlib.
4268
4269 2008-12-11  Simon Josefsson  <simon@josefsson.org>
4270
4271         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
4272
4273 2008-12-10  Jim Meyering  <meyering@redhat.com>
4274
4275         gl_ASSERT: don't say assertions are disabled when they're not
4276         * m4/assert.m4 (gl_ASSERT): Do not make configure report
4277         "checking whether to enable assertions... no", when they are in
4278         fact enabled.  This is solely a bug in the output of configure.
4279         In spite of saying "no", NDEBUG was not defined in that case.
4280         Also, as noted by Eric Blake, leave assertions enabled upon
4281         --enable-assert=INVALID.
4282
4283 2008-12-10  Bruno Haible  <bruno@clisp.org>
4284
4285         Change MODULES.html to refer to POSIX:2008 where possible.
4286         * MODULES.html.sh (POSIX2008_URL): New variable.
4287         (posix_headers): Remove sys/timeb, ucontext.
4288         (posix2001_headers): New variable.
4289         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
4290         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
4291         index, makecontext, mktemp, pthread_attr_getstackaddr,
4292         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
4293         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
4294         (posix2001_functions): New variable.
4295         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
4296         otherwise.
4297
4298 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4299
4300         add missing include to parse-duration.c
4301         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
4302         * modules/parse-duration (Depends-on): Add xalloc.
4303
4304         fix sed script reading maint.mk
4305         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
4306         (syntax-check-rules): Use it.
4307
4308 2008-12-09  Bruno Haible  <bruno@clisp.org>
4309
4310         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
4311         MacOS X 10.4/PowerPC.
4312         Reported by Simon Josefsson.
4313
4314 2008-12-08  Jim Meyering  <meyering@redhat.com>
4315
4316         work around mingw's lack of some S_IF definitions
4317         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
4318         Reported by Simon Josefsson.
4319
4320 2008-12-08  Bruno Haible  <bruno@clisp.org>
4321
4322         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
4323         applied to variables. Needed on MacOS X 10.4/PowerPC.
4324         Reported by Simon Josefsson.
4325
4326 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4327         and Eric Blake  <ebb9@byu.net>
4328
4329         assert: honor --enable-assert
4330         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4331         order to honor --enable-assert, rather than treating it as a
4332         synonym for --disable-assert.
4333
4334 2008-12-08  Jim Meyering  <meyering@redhat.com>
4335
4336         * lib/posixtm.c: Remove now-useless declaration of mktime.
4337
4338         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4339
4340 2008-12-07  Bruno Haible  <bruno@clisp.org>
4341
4342         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4343         test_once): Mark functions as static.
4344         * tests/test-tls.c (test_tls): Likewise.
4345
4346 2008-12-07  Bruno Haible  <bruno@clisp.org>
4347
4348         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4349         iconv_register_autodetect.
4350
4351 2008-12-07  Jim Meyering  <meyering@redhat.com>
4352
4353         posixtm.c: avoid a warning
4354         * lib/posixtm.c (posixtime): Don't initialize tm0.
4355         It's no longer needed to placate gcc4's -Wuninitialized,
4356         and the attempt to placate would elicit a new warning.
4357
4358         unicodeio.c: mark unused parameters
4359         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4360         (fallback_failure_callback): Likewise.
4361
4362 2008-12-07  Bruno Haible  <bruno@clisp.org>
4363
4364         * gnulib-tool (func_create_testdir): When building the tests
4365         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4366         Reported by Simon Josefsson.
4367
4368 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4369
4370         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4371
4372 2008-12-06  Bruno Haible  <bruno@clisp.org>
4373
4374         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4375         Suggested by Eric Blake.
4376
4377 2008-12-06  Bruno Haible  <bruno@clisp.org>
4378
4379         Fix a c-stack test failure on MacOS X.
4380         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4381         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4382         handler for SIGBUS as well.
4383         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4384         install a signal handler for SIGBUS as well.
4385         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4386
4387 2008-12-06  Bruno Haible  <bruno@clisp.org>
4388
4389         Advocacy documentation.
4390         * doc/gnulib-intro.texi (Benefits): New section.
4391         * doc/gnulib.texi: Update.
4392
4393 2008-12-06  Bruno Haible  <bruno@clisp.org>
4394
4395         Document the 'manywarnings' module.
4396         * doc/manywarnings.texi: New file.
4397         * doc/gnulib.texi: Include it.
4398
4399 2008-12-05  Eric Blake  <ebb9@byu.net>
4400
4401         tests: silence some gcc warnings
4402         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4403         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4404         type mismatches.
4405
4406 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4407             Bruno Haible  <bruno@clisp.org>
4408
4409         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4410
4411 2008-11-29  Jim Meyering  <meyering@redhat.com>
4412
4413         unicodeio.c: mark unused parameters
4414         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4415         (fallback_failure_callback): Likewise.
4416
4417         fts: fix a thinko
4418         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4419         (set_stat_type): Return S_IF*-valued "type" directly.
4420         Prompted by James Youngman's spotting a related bug.
4421         Confirmed by further testing through find.
4422
4423         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
4424         * lib/fts.c (D_TYPE): Define.
4425         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
4426         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
4427         (s_ifmt_shift_bits): New function.
4428         (set_stat_type): New function.
4429         (fts_build): When not calling fts_stat, call set_stat_type
4430         to propagate dirent.d_type info to fts_read caller.
4431         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
4432         fts_statp->st_mode type information may be valid.
4433
4434 2008-11-28  Simon Josefsson  <simon@josefsson.org>
4435
4436         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
4437         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
4438         <sds@gnu.org>.
4439
4440 2008-11-20  Bruno Haible  <bruno@clisp.org>
4441
4442         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
4443         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
4444         INCLUDE_NEXT.
4445         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
4446         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
4447         * modules/math (Makefile.am): Substitute
4448         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
4449         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4450
4451 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
4452             Bruno Haible  <bruno@clisp.org>
4453
4454         * lib/stdint.in.h: Define all type macros so that their expansion is
4455         a single typedef'ed token. Fixes a compilation failure in Boost which
4456         does "using ::int8_t;".
4457
4458 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4459
4460         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
4461         gl_MANYWARN_ALL_GCC.
4462         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
4463         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
4464         * modules/manywarnings: New file.
4465         * MODULES.html.sh: Mention manywarnings module.
4466
4467 2008-11-18  Bruno Haible  <bruno@clisp.org>
4468
4469         * doc/gnulib-tool.texi (Unit tests): New section.
4470
4471 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4472
4473         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
4474         paths like 'lib/po/foo.po'.
4475
4476 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4477
4478         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
4479         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
4480
4481 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4482
4483         * m4/warnings.m4: Use CPPFLAGS to really check whether the
4484         parameter works.
4485
4486 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4487
4488         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
4489
4490 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4491
4492         * modules/parse-duration-tests: New file.
4493         * tests/test-parse-duration.sh: New file.
4494         * tests/test-parse-duration.c: New file.
4495
4496         New module 'parse-duration'.
4497         * lib/parse-duration.h: New file.
4498         * lib/parse-duration.c: New file.
4499         * modules/parse-duration: New file.
4500
4501 2008-11-17  Bruno Haible  <bruno@clisp.org>
4502
4503         * tests/test-select-out.sh: Comment out the first pipe test.
4504         Reported by Simon Josefsson.
4505
4506 2008-11-17  Bruno Haible  <bruno@clisp.org>
4507
4508         * modules/getaddrinfo (Depends-on): Add servent, hostent.
4509         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
4510         gl_HOSTENT.
4511
4512 2008-11-17  Bruno Haible  <bruno@clisp.org>
4513
4514         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
4515         -lnetwork and -lnet. Needed for Haiku and BeOS.
4516
4517 2008-11-16  Bruno Haible  <bruno@clisp.org>
4518
4519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
4520
4521 2008-11-16  Bruno Haible  <bruno@clisp.org>
4522
4523         Avoid test failure on Haiku.
4524         * tests/test-fsync.c: Include <errno.h>.
4525         (main): Don't require that fsync (0) fails.
4526
4527 2008-11-15  Bruno Haible  <bruno@clisp.org>
4528
4529         New module 'hostent'.
4530         * modules/hostent: New file.
4531         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
4532
4533 2008-11-15  Bruno Haible  <bruno@clisp.org>
4534
4535         New module 'servent'.
4536         * modules/servent: New file.
4537         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
4538
4539 2008-11-15  Bruno Haible  <bruno@clisp.org>
4540
4541         Avoid generating same test program with two different rules.
4542         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
4543         test-frexp to test-frexp-nolibm.
4544         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
4545         test-frexpl to test-frexpl-nolibm.
4546
4547 2008-11-15  Bruno Haible  <bruno@clisp.org>
4548
4549         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
4550         $(FREXPL_LIBM).
4551
4552 2008-11-15  Bruno Haible  <bruno@clisp.org>
4553
4554         * lib/netdb.in.h: Activate the definitions also when the system's
4555         <netdb.h> has 'struct addrinfo'.
4556         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
4557         EAI_OVERFLOW or AI_NUMERICSERV.
4558         * doc/posix-headers/netdb.texi: Document the problem.
4559
4560 2008-11-15  Bruno Haible  <bruno@clisp.org>
4561
4562         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
4563
4564         Make the 'sched' module work on platforms where <sched.h> exists but
4565         is incomplete (such as Haiku).
4566         * lib/sched.in.h; Include the system's <sched.h> if it exists.
4567         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
4568         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
4569         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
4570         HAVE_STRUCT_SCHED_PARAM.
4571         * modules/sched (Depends-on): Add include_next.
4572         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
4573         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
4574         * doc/posix-headers/sched.texi: Document the issue.
4575
4576 2008-11-13  Jim Meyering  <meyering@redhat.com>
4577
4578         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
4579         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
4580         test would fail due to the difference in the Report bugs to ...
4581         line.  The expected address is empty, "<>", while the actual
4582         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
4583
4584 2008-11-12  Bruno Haible  <bruno@clisp.org>
4585
4586         lstat: don't compile lstat.c on systems lacking lstat
4587         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
4588         which don't have lstat; this is handled by lib/sys_stat.in.h already.
4589         Reported by Daniel P. Berrange via Jim Meyering.
4590
4591 2008-11-12  Jim Meyering  <meyering@redhat.com>
4592
4593         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
4594
4595 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4596
4597         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
4598         instead.
4599
4600 2008-11-12  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/unicodeio.c: Include unistr.h.
4603         (utf8_wctomb): Remove function.
4604         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
4605
4606 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4607
4608         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
4609         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
4610         <bruno@clisp.org>.
4611         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
4612
4613 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4614
4615         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
4616         * doc/gnulib.texi: Add section for warnings.
4617
4618 2008-11-11  Bruno Haible  <bruno@clisp.org>
4619
4620         * lib/sockets.h: Add a comment.
4621
4622 2008-11-11  Karl Berry  <karl@gnu.org>
4623
4624         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
4625
4626 2008-11-11  Eric Blake  <ebb9@byu.net>
4627
4628         fdl.texi: avoid git symlinks
4629         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
4630
4631 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4632
4633         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
4634
4635 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4636
4637         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
4638         (gl_WARN_ADD): Substitute $2 if literal.
4639
4640 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4641
4642         * m4/warning.m4: Remove.
4643
4644 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4645
4646         * m4/warnings.m4: Almost complete rewrite. :-)
4647
4648 2008-11-10  Simon Josefsson  <simon@josefsson.org>
4649
4650         * modules/warnings: New module.
4651         * m4/warnings.m4: New file.
4652         * MODULES.html.sh: Mention warnings module.
4653         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
4654         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4655
4656 2008-11-10  Eric Blake  <ebb9@byu.net>
4657
4658         fdl.texi: make a symlink to the latest version
4659         * doc/standards.texi: Revert today's earlier change.
4660         * doc/fdl-1.2.texi: Rename from old fdl.texi...
4661         * doc/fdl.texi: ...and replace this with a symlink to the newer
4662         fdl-1.3.texi.
4663
4664 2008-11-10  Bruno Haible  <bruno@clisp.org>
4665
4666         * tests/test-select-fd.c (main): Accept the result file name as fourth
4667         argument.
4668         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
4669         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
4670
4671 2008-11-10  Bruno Haible  <bruno@clisp.org>
4672
4673         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
4674         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
4675         as autoconf-substituted macros.
4676         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
4677         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
4678         gl_NETDB_H_DEFAULTS. Set these variables.
4679         * modules/netdb (Makefile.am): Substitute these variables.
4680
4681 2008-11-10  Eric Blake  <ebb9@byu.net>
4682
4683         standards.texi: include correct file for FDL 1.3
4684         * doc/standards.texi (GNU Free Documentation License): Change
4685         include file to pull in FDL 1.3, not 1.2.
4686
4687         fdl.texi: revert accidental change to license
4688         * doc/fdl.texi: This is FDL 1.2, not 1.3.
4689
4690 2008-11-10  Bruno Haible  <bruno@clisp.org>
4691
4692         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
4693         cross-compiling guesses also when the native compile gives no result.
4694
4695 2008-11-10  Bruno Haible  <bruno@clisp.org>
4696
4697         * lib/spawni.c (__spawni): Force variable into the stack.
4698
4699 2008-11-10  Bruno Haible  <bruno@clisp.org>
4700
4701         Add support for Haiku.
4702         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
4703         glibc and BeOS, but also on Haiku.
4704         * lib/fpurge.c (fpurge): Likewise.
4705         * lib/freadable.c (freadable): Likewise.
4706         * lib/freadahead.c (freadahead): Likewise.
4707         * lib/freading.c (freading): Likewise.
4708         * lib/freadptr.c (freadptr): Likewise.
4709         * lib/freadseek.c (freadptrinc): Likewise.
4710         * lib/fseeko.c (rpl_fseeko): Likewise.
4711         * lib/fseterr.c (fseterr): Likewise.
4712         * lib/fwritable.c (fwritable): Likewise.
4713         * lib/fwriting.c (fwriting): Likewise.
4714         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
4715
4716 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4717
4718         * lib/config.charset: Treat Haiku like BeOS.
4719
4720 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4721
4722         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
4723         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
4724
4725 2008-11-08  Bruno Haible  <bruno@clisp.org>
4726
4727         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
4728         AC_CACHE_CHECK.
4729
4730 2008-11-08  Bruno Haible  <bruno@clisp.org>
4731
4732         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
4733
4734 2008-11-08  Bruno Haible  <bruno@clisp.org>
4735
4736         * tests/test-select-fd.c: New file.
4737         * tests/test-select-in.sh: New file.
4738         * tests/test-select-out.sh: New file.
4739         * tests/test-select-stdin.c: New file.
4740         * modules/select-tests (Files): Add the new files.
4741         (Depends-on): Add gettimeofday.
4742         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
4743         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
4744         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
4745
4746 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
4747             Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
4750
4751 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
4752
4753         * build-aux/pmccabe2html: Added support for C++ source files.
4754
4755 2008-11-05  Ben Pfaff  <blp@gnu.org>
4756
4757         Fix lib/close.c build on Windows.
4758         * modules/close (Files): Add lib/w32sock.h.
4759
4760 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4761
4762         Accept Bison's NEWS format.
4763         * build-aux/announce-gen (print_news_deltas): Tweak
4764         $re_prefix.
4765
4766 2008-11-04  Bruno Haible  <bruno@clisp.org>
4767
4768         * modules/random_r (Maintainer): Add glibc.
4769
4770 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4771
4772         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4773         by karl@freefriends.org (Karl Berry).
4774         * doc/alloca.texi: Likewise.
4775         * doc/c-ctype.texi: Likewise.
4776         * doc/c-strcase.texi: Likewise.
4777         * doc/c-strcaseeq.texi: Likewise.
4778         * doc/c-strcasestr.texi: Likewise.
4779         * doc/c-strstr.texi: Likewise.
4780         * doc/c-strtod.texi: Likewise.
4781         * doc/c-strtold.texi: Likewise.
4782         * doc/ctime.texi: Likewise.
4783         * doc/error.texi: Likewise.
4784         * doc/fdl.texi: Likewise.
4785         * doc/gcd.texi: Likewise.
4786         * doc/getdate.texi: Likewise.
4787         * doc/gnulib-intro.texi: Likewise.
4788         * doc/gnulib-tool.texi: Likewise.
4789         * doc/gnulib.texi: Likewise.
4790         * doc/inet_ntoa.texi: Likewise.
4791         * doc/maintain.texi: Likewise.
4792         * doc/make-stds.texi: Likewise.
4793         * doc/quote.texi: Likewise.
4794         * doc/regexprops-generic.texi: Likewise.
4795         * doc/standards.texi: Likewise.
4796         * doc/verify.texi: Likewise.
4797         * doc/visibility.texi: Likewise.
4798         * doc/gnulib.texi (GNU Free Documentation License): Include
4799         fdl-1.3.texi instead of fdl.texi.
4800
4801 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4802
4803         * doc/fdl-1.3.texi: New file, from
4804         <http://www.gnu.org/licenses/fdl-1.3.texi>.
4805         * modules/fdl-1.3: Add.
4806         * MODULES.html.sh: Add fdl-1.3.
4807
4808 2008-11-03  Bruno Haible  <bruno@clisp.org>
4809
4810         Make determination of absolute name of header file work with AIX xlc.
4811         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
4812         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
4813         preprocessing.
4814         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4815         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4816
4817 2008-11-03  Simon Josefsson  <simon@josefsson.org>
4818
4819         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
4820         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
4821         <ludo@gnu.org>.
4822
4823 2008-11-02  Bruno Haible  <bruno@clisp.org>
4824
4825         Mark 'strpbrk' obsolete.
4826         * modules/strpbrk (Status, Notice): New sections.
4827         * modules/strtok_r (Depends-on): Add strpbrk.
4828
4829 2008-11-02  Bruno Haible  <bruno@clisp.org>
4830
4831         Mark 'strdup' obsolete.
4832         * modules/strdup (Status, Notice): New sections.
4833         * modules/findprog (Depends-on): Add strdup.
4834         * modules/getaddrinfo (Depends-on): Likewise.
4835         * modules/localename (Depends-on): Likewise.
4836         * modules/relocatable-lib (Depends-on): Likewise.
4837         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
4838         * modules/relocatable-prog (Depends-on): Likewise.
4839         * modules/trim (Depends-on): Likewise.
4840         * modules/unictype/gen-ctype (Depends-on): Likewise.
4841         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4842
4843 2008-11-02  Bruno Haible  <bruno@clisp.org>
4844
4845         Mark 'strcspn' obsolete.
4846         * modules/strcspn (Status, Notice): New sections.
4847
4848 2008-11-02  Bruno Haible  <bruno@clisp.org>
4849
4850         Mark 'rmdir' obsolete.
4851         * modules/rmdir (Status, Notice): New sections.
4852         * modules/clean-temp (Depends-on): Add rmdir.
4853         * modules/openat (Depends-on): Likewise.
4854
4855 2008-11-02  Bruno Haible  <bruno@clisp.org>
4856
4857         Mark 'raise' obsolete.
4858         * modules/raise (Status, Notice): New sections.
4859         (Include): Specify <signal.h>.
4860         * modules/stdio (Depends-on): Add raise.
4861         * modules/write (Depends-on): Likewise.
4862
4863 2008-11-02  Bruno Haible  <bruno@clisp.org>
4864
4865         Mark 'memset' obsolete.
4866         * modules/memset (Status, Notice): New sections.
4867
4868 2008-11-02  Bruno Haible  <bruno@clisp.org>
4869
4870         Mark 'memmove' obsolete.
4871         * modules/memmove (Status, Notice): New sections.
4872         * modules/argp (Depends-on): Add memmove.
4873         * modules/argz (Depends-on): Likewise.
4874         * modules/canonicalize (Depends-on): Likewise.
4875         * modules/canonicalize-lgpl (Depends-on): Likewise.
4876         * modules/fts (Depends-on): Likewise.
4877         * modules/getcwd (Depends-on): Likewise.
4878         * modules/human (Depends-on): Likewise.
4879         * modules/regex (Depends-on): Likewise.
4880         * modules/striconveh (Depends-on): Likewise.
4881         * modules/trim (Depends-on): Likewise.
4882         * modules/unistr/u8-move (Depends-on): Likewise.
4883         * modules/unistr/u16-move (Depends-on): Likewise.
4884         * modules/unistr/u32-move (Depends-on): Likewise.
4885
4886 2008-11-02  Bruno Haible  <bruno@clisp.org>
4887
4888         Mark 'memcpy' obsolete.
4889         * modules/memcpy (Status, Notice): New sections.
4890
4891 2008-11-02  Bruno Haible  <bruno@clisp.org>
4892
4893         Mark 'memcmp' obsolete.
4894         * modules/memcmp (Status, Notice): New sections.
4895         * modules/argmatch (Depends-on): Add memchr.
4896         * modules/backupfile (Depends-on): Likewise.
4897         * modules/c-strcasestr (Depends-on): Likewise.
4898         * modules/crypto/des (Depends-on): Likewise.
4899         * modules/csharpcomp (Depends-on): Likewise.
4900         * modules/fnmatch (Depends-on): Likewise.
4901         * modules/git-merge-changelog (Depends-on): Likewise.
4902         * modules/isnand (Depends-on): Likewise.
4903         * modules/isnand-nolibm (Depends-on): Likewise.
4904         * modules/isnanf (Depends-on): Likewise.
4905         * modules/isnanf-nolibm (Depends-on): Likewise.
4906         * modules/isnanl (Depends-on): Likewise.
4907         * modules/isnanl-nolibm (Depends-on): Likewise.
4908         * modules/mbchar (Depends-on): Likewise.
4909         * modules/memcoll (Depends-on): Likewise.
4910         * modules/quotearg (Depends-on): Likewise.
4911         * modules/regex (Depends-on): Likewise.
4912         * modules/relocatable-prog (Depends-on): Likewise.
4913         * modules/same (Depends-on): Likewise.
4914         * modules/signbit (Depends-on): Likewise.
4915         * modules/strcasestr-simple (Depends-on): Likewise.
4916         * modules/unictype/gen-ctype (Depends-on): Likewise.
4917         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4918         * modules/uniname/uniname (Depends-on): Likewise.
4919         * modules/unistr/u8-cmp (Depends-on): Likewise.
4920
4921 2008-11-02  Bruno Haible  <bruno@clisp.org>
4922
4923         Mark 'memchr' obsolete.
4924         * modules/memchr (Status, Notice): New sections.
4925         * modules/argp (Depends-on): Add memchr.
4926         * modules/base64 (Depends-on): Likewise.
4927         * modules/c-strcasestr (Depends-on): Likewise.
4928         * modules/chdir-long (Depends-on): Likewise.
4929         * modules/fnmatch (Depends-on): Likewise.
4930         * modules/getsubopt (Depends-on): Likewise.
4931         * modules/git-merge-changelog (Depends-on): Likewise.
4932         * modules/glob (Depends-on): Likewise.
4933         * modules/strcasestr-simple (Depends-on): Likewise.
4934         * modules/strnlen (Depends-on): Likewise.
4935
4936 2008-11-02  Bruno Haible  <bruno@clisp.org>
4937
4938         Mark 'atexit' obsolete.
4939         * modules/atexit (Status, Notice): New sections.
4940         * modules/chdir-long (Depends-on): Add atexit.
4941         * modules/wait-process (Depends-on): Likewise.
4942
4943 2008-11-02  Bruno Haible  <bruno@clisp.org>
4944
4945         * gnulib-tool: New option --with-obsolete.
4946         (func_usage): Document it.
4947         (func_modules_transitive_closure): Drop obsolete dependencies if
4948         incobsolete is not true.
4949         (func_import): Read and save the incobsolete variable to the cache.
4950
4951 2008-11-02  Bruno Haible  <bruno@clisp.org>
4952
4953         * modules/TEMPLATE-EXTENDED: New field 'Status'.
4954         * gnulib-tool: New option --extract-status.
4955         (func_usage): Document it.
4956         (sed_extract_prog): Recognize it.
4957         (func_get_status): New function.
4958
4959 2008-10-30  Simon Josefsson  <simon@josefsson.org>
4960
4961         * modules/sockets (License): Change from LGPL to LGPLv2+.
4962
4963 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4964
4965         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
4966
4967 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4968
4969         * MODULES.html.sh (Support for systems lacking POSIX:2001):
4970         Mention times and sys_times.
4971         * modules/sys_times, modules/sys_times-tests: New modules.
4972         * modules/times, modules/times-tests: Likewise
4973         * m4/sys_times_h.m4: New file.
4974         * lib/sys_times.in.h: Likewise
4975         * lib/times.c: Likewise.
4976         * tests/test-sys_times.c: Likewise.
4977         * tests/test-times.c: Likewise.
4978         * doc/posix-headers/sys_times.texi: Update.
4979         * doc/posix-functions/times.texi: Update.
4980
4981 2008-10-28  Jim Meyering  <meyering@redhat.com>
4982
4983         * modules/tempname (Depends-on): Add lstat.
4984
4985         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
4986
4987 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4988
4989         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
4990         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
4991         using idiom used elsewhere in gnulib.
4992
4993 2008-10-27  Jim Meyering  <meyering@redhat.com>
4994
4995         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
4996
4997 2008-10-27  Simon Josefsson  <simon@josefsson.org>
4998
4999         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
5000         TESTS_ENVIRONMENT, for shell scripts that needs to call built
5001         programs.
5002         * tests/test-argp-2.sh: Use $EXEEXT when needed.
5003
5004 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5005
5006         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
5007
5008 2008-10-27  Bruno Haible  <bruno@clisp.org>
5009
5010         * tests/test-lstat.c: Include <stdio.h>.
5011
5012 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5013
5014         * modules/lstat-tests: New module.
5015         * tests/test-lstat.c: New file.
5016
5017 2008-10-26  Jim Meyering  <meyering@redhat.com>
5018
5019         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
5020
5021 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5022             Bruno Haible  <bruno@clisp.org>
5023
5024         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
5025         * modules/configmake (Include): Add a note that the include must come
5026         after all system headers.
5027         * lib/javaversion.c: Include configmake.h after all other includes.
5028
5029 2008-10-26  Bruno Haible  <bruno@clisp.org>
5030
5031         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
5032         HAVE_STRUCT_RANDOM_DATA to 1.
5033         (gl_STDLIB_H): Simplify.
5034
5035 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5036
5037         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
5038         substitute HAVE_STRUCT_RANDOM_DATA.
5039         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
5040         random_data.
5041         * modules/stdlib (Makefile.am): Substitute
5042         HAVE_STRUCT_RANDOM_DATA.
5043
5044 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5045
5046         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
5047         * doc/gnulib-intro.texi (Copyright): Likewise.
5048
5049 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5050
5051         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
5052         findings.
5053
5054 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
5055             Bruno Haible  <bruno@clisp.org>
5056
5057         * lib/unistd.in.h: Include <winsock2.h>.
5058         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
5059         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
5060         Provide dummy declarations.
5061         (gethostname): Override.
5062         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
5063         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
5064         gl_PREREQ_SYS_H_WINSOCK2.
5065         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
5066         * doc/posix-functions/gethostname.texi: More details.
5067
5068 2008-10-25  Bruno Haible  <bruno@clisp.org>
5069
5070         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5071         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
5072         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
5073
5074         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
5075         here ...
5076         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
5077         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
5078         gl_UNISTD_H_DEFAULTS.
5079
5080 2008-10-25  Eric Blake  <ebb9@byu.net>
5081
5082         signbit: avoid spurious compiler failure
5083         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
5084         declarations inside function.
5085
5086 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5087             Bruno Haible  <bruno@clisp.org>
5088
5089         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
5090         * modules/random_r (Depends-on): Add stdint.
5091
5092 2008-10-24  Bruno Haible  <bruno@clisp.org>
5093
5094         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
5095         Eggert.
5096         * modules/strerror (License): Likewise.
5097
5098 2008-10-24  Jim Meyering  <meyering@redhat.com>
5099
5100         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
5101         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
5102
5103 2008-10-24  Eric Blake  <ebb9@byu.net>
5104
5105         getgroups: fix compilation when getgroups is available
5106         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
5107         but with <config.h> override of getgroups disabled.
5108
5109 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5110
5111         * doc/gnulib.texi (Header files): Add note about C++ problems.
5112         Explained by Bruno Haible <bruno@clisp.org>.
5113
5114 2008-10-23  Bruno Haible  <bruno@clisp.org>
5115
5116         Define a dummy SA_NODEFER macro on Interix.
5117         * lib/signal.in.h (SA_NODEFER): Define fallback.
5118         Reported by Aleksey Cheusov <cheusov@tut.by> via
5119         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
5120
5121 2008-10-23  Bruno Haible  <bruno@clisp.org>
5122
5123         * modules/freadahead (License): Change to LGPLv2+.
5124         Suggested by Simon Josefsson.
5125
5126 2008-10-23  Jim Meyering  <meyering@redhat.com>
5127
5128         random_r: new module
5129         * modules/random_r: New file.
5130         * m4/random_r.m4: New file.
5131         * lib/random_r.c: New file, from glibc.
5132         * modules/random_r-tests: New file.
5133         * tests/test-random_r.c: New file.
5134         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
5135          Declare.
5136         (RAND_MAX): Define.
5137         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
5138         * modules/stdlib: Substitute them, too.
5139         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
5140         * doc/glibc-functions/initstate_r.texi: Mention the new module.
5141         * doc/glibc-functions/random_r.texi: Likewise.
5142         * doc/glibc-functions/setstate_r.texi: Likewise.
5143         * doc/glibc-functions/srandom_r.texi: Likewise.
5144         * config/srclist.txt: Mention it.
5145
5146 2008-10-23  David Lutterkort  <lutter@redhat.com>
5147
5148         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
5149         link requirement
5150
5151 2008-10-23  Jim Meyering  <meyering@redhat.com>
5152
5153         selinux-h: mark parameters of stub functions as intentionally unused
5154         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
5155         * lib/se-context.in.h: Likewise.
5156
5157 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5158
5159         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
5160
5161 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5162
5163         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
5164
5165 2008-10-22  Eric Blake  <ebb9@byu.net>
5166
5167         glthread/thread: avoid compiler warning
5168         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
5169         Add unreachable abort to silence compiler.
5170
5171 2008-10-22  Eric Blake  <ebb9@byu.net>
5172
5173         netdb: also supply struct addrinfo for cygwin 1.5.x
5174         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5175         older cygwin.
5176         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
5177         cygwin.
5178         * doc/posix-headers/netdb.texi (netdb.h): Document this.
5179
5180 2008-10-22  Bruno Haible  <bruno@clisp.org>
5181
5182         * users.txt: Update entry about pspp.
5183
5184 2008-10-21  Bruno Haible  <bruno@clisp.org>
5185
5186         Simplification.
5187         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
5188         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
5189
5190         Simplification.
5191         * lib/ioctl.c (ioctl): Don't undefine.
5192         * lib/socket.c (socket): Don't undefine.
5193
5194         Remove unused module indicator macros.
5195         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
5196         GNULIB_$1 as a C macro.
5197
5198         * doc/posix-functions/close.texi: Undo last change.
5199         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
5200         Windows platforms.
5201
5202 2008-10-21  Bruno Haible  <bruno@clisp.org>
5203
5204         Add gethostname() declaration to <unistd.h>.
5205         * lib/unistd.in.h (gethostname): New declaration.
5206         * lib/gethostname.c: Include <unistd.h>.
5207         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
5208         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
5209         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
5210         and HAVE_GETHOSTNAME.
5211         * modules/gethostname (Depends-on): Add unistd.
5212         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5213         (Include): Specify <unistd.h>.
5214         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
5215         HAVE_GETHOSTNAME.
5216         * tests/test-gethostname.c: Include <unistd.h> first.
5217
5218 2008-10-21  Bruno Haible  <bruno@clisp.org>
5219
5220         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
5221         * modules/select-tests (Depends-on): Likewise.
5222         Reported by Simon Josefsson.
5223
5224 2008-10-21  Simon Josefsson  <simon@josefsson.org>
5225
5226         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
5227         * lib/accept.c: New file, based on winsock.c.
5228         * lib/bind.c: New file, based on winsock.c.
5229         * lib/connect.c: New file, based on winsock.c.
5230         * lib/getpeername.c: New file, based on winsock.c.
5231         * lib/getsockname.c: New file, based on winsock.c.
5232         * lib/getsockopt.c: New file, based on winsock.c.
5233         * lib/ioctl.c: New file, based on winsock.c.
5234         * lib/listen.c: New file, based on winsock.c.
5235         * lib/recv.c: New file, based on winsock.c.
5236         * lib/recvfrom.c: New file, based on winsock.c.
5237         * lib/send.c: New file, based on winsock.c.
5238         * lib/sendto.c: New file, based on winsock.c.
5239         * lib/setsockopt.c: New file, based on winsock.c.
5240         * lib/shutdown.c: New file, based on winsock.c.
5241         * lib/socket.c: New file, based on winsock.c.
5242         * lib/w32sock.h: New file, based on winsock.c.
5243         * lib/winsock.c: Remove file.
5244         * modules/accept: Likewise.
5245         * modules/bind: Likewise.
5246         * modules/connect: Likewise.
5247         * modules/getpeername: Likewise.
5248         * modules/getsockname: Likewise.
5249         * modules/getsockopt: Likewise.
5250         * modules/ioctl: Likewise.
5251         * modules/listen: Likewise.
5252         * modules/recv: Likewise.
5253         * modules/recvfrom: Likewise.
5254         * modules/send: Likewise.
5255         * modules/sendto: Likewise.
5256         * modules/setsockopt: Likewise.
5257         * modules/shutdown: Likewise.
5258         * modules/socket: Use socket.c instead of winsock.c.
5259         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
5260         * doc/posix-functions/accept.texi: Doc fix.
5261         * doc/posix-functions/bind.texi: Doc fix.
5262         * doc/posix-functions/close.texi: Doc fix.
5263         * doc/posix-functions/connect.texi: Doc fix.
5264         * doc/posix-functions/getpeername.texi: Doc fix.
5265         * doc/posix-functions/getsockname.texi: Doc fix.
5266         * doc/posix-functions/getsockopt.texi: Doc fix.
5267         * doc/posix-functions/ioctl.texi: Doc fix.
5268         * doc/posix-functions/listen.texi: Doc fix.
5269         * doc/posix-functions/recv.texi: Doc fix.
5270         * doc/posix-functions/recvfrom.texi: Doc fix.
5271         * doc/posix-functions/send.texi: Doc fix.
5272         * doc/posix-functions/sendto.texi: Doc fix.
5273         * doc/posix-functions/setsockopt.texi: Doc fix.
5274         * doc/posix-functions/shutdown.texi: Doc fix.
5275         * doc/posix-functions/socket.texi: Doc fix.
5276
5277 2008-10-20  Bruno Haible  <bruno@clisp.org>
5278
5279         Take into account the role of SIGABRT_COMPAT on Windows 2008.
5280         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
5281         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
5282         as an alias for SIGABRT.
5283         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
5284         (sigaction): Map it to SIGABRT.
5285         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
5286
5287 2008-10-20  Bruno Haible  <bruno@clisp.org>
5288
5289         * lib/fts.c: Don't include lstat.h.
5290         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
5291
5292         Move the lstat() declaration to <sys/stat.h>.
5293         * lib/lstat.h: Remove file.
5294         * lib/sys_stat.in.h: Add special invocation convention.
5295         (lstat): New declaration.
5296         * lib/lstat.c (orig_lstat): New function.
5297         (rpl_lstat): Use orig_lstat instead of lstat.
5298         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
5299         AC_C_INLINE. Set REPLACE_LSTAT.
5300         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
5301         and REPLACE_LSTAT.
5302         * modules/lstat (Files): Remove lib/lstat.h.
5303         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5304         (Include): Specify <sys/stat.h> instead of lstat.h.
5305         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
5306         REPLACE_LSTAT.
5307         * NEWS: Mention the change.
5308
5309 2008-10-20  Bruno Haible  <bruno@clisp.org>
5310
5311         * modules/posix_spawn-tests: New file.
5312         * tests/test-posix_spawn3.c: New file.
5313
5314 2008-10-20  Bruno Haible  <bruno@clisp.org>
5315
5316         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
5317         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5318         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
5319         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5320         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
5321
5322 2008-10-20  Bruno Haible  <bruno@clisp.org>
5323
5324         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5325         of posix_spawn on AIX 5.3.
5326
5327 2008-10-20  Bruno Haible  <bruno@clisp.org>
5328
5329         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5330
5331 2008-10-20  Bruno Haible  <bruno@clisp.org>
5332
5333         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5334         of AC_LANG_PROGRAM.
5335
5336 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5337
5338         * lib/netdb.in.h: Don't define GNU specific constants until they
5339         are supported or needed.  Reported by Bruno Haible
5340         <bruno@clisp.org>.
5341
5342 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5343
5344         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5345
5346 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5347
5348         * lib/getaddrinfo.h: Remove file.
5349         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5350         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5351         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5352         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5353         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5354         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5355         * tests/test-getaddrinfo.c: Likewise.
5356         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5357         * NEWS: Mention change.
5358
5359 2008-10-19  Bruno Haible  <bruno@clisp.org>
5360
5361         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5362
5363 2008-10-19  Bruno Haible  <bruno@clisp.org>
5364
5365         * lib/wait-process.c: Include simply <sys/wait.h>.
5366         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5367         WIFSTOPPED): Remove fallback definitions.
5368         * modules/wait-process (Depends-on): Add sys_wait.
5369
5370         New module 'sys_wait'.
5371         * modules/sys_wait: New file.
5372         * lib/sys_wait.in.h: New file, partially copied from
5373         lib/wait-process.c.
5374         * m4/sys_wait_h.m4: New file.
5375         * doc/posix-headers/sys_wait.texi: Mention the new module.
5376
5377 2008-10-19  Bruno Haible  <bruno@clisp.org>
5378
5379         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5380
5381 2008-10-19  Bruno Haible  <bruno@clisp.org>
5382
5383         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5384         * lib/wait-process.c (WAIT_T): Remove type.
5385         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5386         (wait_subprocess): Update.
5387
5388 2008-10-19  Bruno Haible  <bruno@clisp.org>
5389
5390         New module 'atoll'.
5391         * modules/atoll: New file.
5392         * lib/stdlib.in.h (atoll): New declaration.
5393         * lib/atoll.c: New file, from glibc with modifications.
5394         * m4/atoll.m4: New file.
5395         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5396         HAVE_ATOLL.
5397         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5398         * doc/posix-functions/atoll.texi: Mention the new module.
5399
5400 2008-10-19  Bruno Haible  <bruno@clisp.org>
5401
5402         Add strtoull() declaration to <stdlib.h>.
5403         * lib/stdlib.in.h (strtoull): New declaration.
5404         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5405         Set HAVE_STRTOULL.
5406         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5407         HAVE_STRTOULL.
5408         * modules/strtoull (Depends-on): Add stdlib.
5409         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5410         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5411         HAVE_STRTOULL.
5412
5413 2008-10-19  Bruno Haible  <bruno@clisp.org>
5414
5415         Add strtoll() declaration to <stdlib.h>.
5416         * lib/stdlib.in.h (strtoll): New declaration.
5417         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5418         Set HAVE_STRTOLL.
5419         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5420         HAVE_STRTOLL.
5421         * modules/strtoll (Depends-on): Add stdlib.
5422         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5423         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
5424
5425 2008-10-19  Bruno Haible  <bruno@clisp.org>
5426
5427         * modules/bcopy (Depends-on): Add strings.
5428         (Include): Specify <strings.h>.
5429
5430 2008-10-19  Bruno Haible  <bruno@clisp.org>
5431
5432         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
5433
5434 2008-10-19  Bruno Haible  <bruno@clisp.org>
5435
5436         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
5437         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
5438         mingw.
5439
5440 2008-10-19  Bruno Haible  <bruno@clisp.org>
5441
5442         * lib/atanl.c: Don't include isnanl.h.
5443         * lib/cosl.c: Likewise.
5444         * lib/ldexpl.c: Likewise.
5445         * lib/logl.c: Likewise.
5446         * lib/sinl.c: Likewise.
5447         * lib/sqrtl.c: Likewise.
5448         * lib/tanl.c: Likewise.
5449
5450         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
5451         * lib/isnanf.h: Remove file.
5452         * lib/isnand.h: Remove file.
5453         * lib/isnanl.h: Remove file.
5454         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
5455         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
5456         macros.
5457         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
5458         HAVE_ISNANF, don't define it as a C macro.
5459         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
5460         HAVE_ISNAND, don't define it as a C macro.
5461         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
5462         HAVE_ISNANL, don't define it as a C macro.
5463         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
5464         HAVE_ISNAN[FDL].
5465         * modules/isnanf (Files): Remove lib/isnanf.h.
5466         (Depends-on): Add math.
5467         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5468         (Include): Specify <math.h> instead of isnanf.h.
5469         * modules/isnand (Files): Remove lib/isnand.h.
5470         (Depends-on): Add math.
5471         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5472         (Include): Specify <math.h> instead of isnand.h.
5473         * modules/isnanl (Files): Remove lib/isnanl.h.
5474         (Depends-on): Add math.
5475         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5476         (Include): Specify <math.h> instead of isnanl.h.
5477         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
5478         HAVE_ISNAN[FDL].
5479         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
5480         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
5481         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
5482         * NEWS: Mention the change.
5483
5484 2008-10-18  Bruno Haible  <bruno@clisp.org>
5485
5486         Add getusershell(), setusershell(), endusershell() declarations to
5487         <unistd.h>.
5488         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
5489         declarations.
5490         * lib/getusershell.c: Include unistd.h.
5491         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
5492         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5493         HAVE_GETUSERSHELL.
5494         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
5495         and HAVE_GETUSERSHELL.
5496         * modules/getusershell (Depends-on): Add unistd, extensions.
5497         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5498         (Include): Specify <unistd.h>.
5499         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
5500         HAVE_GETUSERSHELL.
5501
5502 2008-10-18  Bruno Haible  <bruno@clisp.org>
5503
5504         Add a getloadavg() declaration to <stdlib.h>.
5505         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
5506         getloadavg declaration.
5507         (getloadavg): New declaration.
5508         * lib/getloadavg.c: Include <stdlib.h> first.
5509         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
5510         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
5511         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
5512         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
5513         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5514         * modules/getloadavg (Depends-on): Add stdlib, extensions.
5515         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5516         (Include): Specify <stdlib.h>.
5517         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
5518         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5519
5520 2008-10-18  Bruno Haible  <bruno@clisp.org>
5521
5522         * lib/dirchownmod.c: Don't include lchmod.h.
5523
5524         Move the lchmod() declaration to <sys/stat.h>.
5525         * lib/lchmod.h: Remove file.
5526         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
5527         (lchmod): New declaration, moved here from lib/lchown.h.
5528         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
5529         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
5530         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
5531         and HAVE_LCHMOD.
5532         * modules/lchmod (Files): Remove lib/lchmod.h.
5533         (Depends-on): Add sys_stat, extensions.
5534         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5535         (Include): Specify <sys/stat.h> instead of lchmod.h.
5536         * modules/sys_stat (Depends-on): Add link-warning.
5537         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
5538         definition of GL_LINK_WARNING.
5539         * NEWS: Mention the change.
5540
5541 2008-10-18  Bruno Haible  <bruno@clisp.org>
5542
5543         * lib/fchdir.c: Don't include dirfd.h.
5544         * lib/fts.c: Likewise.
5545         * lib/getcwd.c: Likewise.
5546         * lib/glob.c: Likewise.
5547
5548         Move the dirfd() declaration to <dirent.h>.
5549         * lib/dirfd.h: Remove file.
5550         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
5551         (dirfd): New declaration.
5552         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
5553         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
5554         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
5555         HAVE_DECL_DIRFD.
5556         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
5557         HAVE_DECL_DIRFD.
5558         * modules/dirfd (Files): Remove lib/dirfd.h.
5559         (Depends-on): Add dirent, extensions.
5560         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
5561         (Include): Specify <dirent.h> instead of dirfd.h.
5562         * modules/dirent (Depends-on): Add link-warning.
5563         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
5564         definition of GL_LINK_WARNING.
5565         * NEWS: Mention the change.
5566
5567 2008-10-18  Bruno Haible  <bruno@clisp.org>
5568
5569         Move the euidaccess() declaration to <unistd.h>.
5570         * lib/euidaccess.h: Remove file.
5571         * lib/unistd.in.h (euidaccess): New declaration.
5572         * lib/euidaccess.c: Don't include euidaccess.h.
5573         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
5574         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
5575         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
5576         and HAVE_EUIDACCESS.
5577         * modules/euidaccess (Files): Remove lib/euidaccess.h.
5578         (Depends-on): Add unistd.
5579         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5580         (Include): Specify <unistd.h> instead of euidaccess.h.
5581         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
5582         HAVE_EUIDACCESS.
5583         * NEWS: Mention the change.
5584
5585 2008-10-18  Bruno Haible  <bruno@clisp.org>
5586
5587         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
5588
5589         Move the getdomainname() declaration to <unistd.h>.
5590         * lib/getdomainname.h: Remove file.
5591         * lib/unistd.in.h (getdomainname): New declaration.
5592         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
5593         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
5594         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5595         HAVE_GETDOMAINNAME.
5596         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5597         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
5598         * modules/getdomainname (Files): Remove lib/getdomainname.h.
5599         (Depends-on): Add unistd, extensions.
5600         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5601         (Includes): Specify <unistd.h> instead of getdomainname.h.
5602         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
5603         HAVE_GETDOMAINNAME.
5604         * NEWS: Mention the change.
5605
5606 2008-10-18  Bruno Haible  <bruno@clisp.org>
5607
5608         * modules/dirent: New file.
5609         * m4/dirent_h.m4: New file.
5610         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
5611         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
5612         * modules/fchdir (Files): Remove lib/dirent.in.h.
5613         (Depends-on): Add dirent.
5614         (Makefile.am): Move rules to modules/dirent.
5615         * doc/posix-headers/dirent.texi: Mention the new module.
5616
5617 2008-10-18  Bruno Haible  <bruno@clisp.org>
5618
5619         Avoid -Wunused-parameter warnings in public gnulib header files.
5620         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
5621         macro.
5622         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
5623
5624 2008-10-18  Bruno Haible  <bruno@clisp.org>
5625
5626         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
5627         * doc/glibc-functions/error.texi: Mention the module 'error'.
5628         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
5629         * doc/glibc-functions/getdomainname.texi: Mention the module
5630         'getdomainname'.
5631         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
5632         * doc/glibc-functions/getpagesize.texi: Mention the module
5633         'getpagesize'.
5634         * doc/glibc-functions/getusershell.texi: Mention the module
5635         'getusershell'.
5636         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
5637         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
5638         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
5639         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
5640         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
5641         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
5642         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
5643         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
5644         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
5645         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
5646         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
5647         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
5648         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
5649         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
5650
5651 2008-10-17  Bruno Haible  <bruno@clisp.org>
5652
5653         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
5654         HP-UX and IRIX, use -0.0L.
5655         * tests/test-ceill.c (minus_zero): Likewise.
5656         * tests/test-floorl.c (minus_zero): Likewise.
5657         * tests/test-frexpl.c (minus_zero): Likewise.
5658         * tests/test-isnan.c (minus_zerol): Likewise.
5659         * tests/test-isnanl.h (minus_zero): Likewise.
5660         * tests/test-ldexpl.c (minus_zero): Likewise.
5661         * tests/test-roundl.c (minus_zero): Likewise.
5662         * tests/test-signbit.c (minus_zerol): Likewise.
5663         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5664         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5665         * tests/test-truncl.c (minus_zero): Likewise.
5666         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5667         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5668         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
5669         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5670
5671 2008-10-17  Bruno Haible  <bruno@clisp.org>
5672
5673         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
5674         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
5675         that it gets activated only for gcc >= 3.0.
5676         * lib/dirent.in.h: Likewise.
5677         * lib/errno.in.h: Likewise.
5678         * lib/fcntl.in.h: Likewise.
5679         * lib/float.in.h: Likewise.
5680         * lib/iconv.in.h: Likewise.
5681         * lib/inttypes.in.h: Likewise.
5682         * lib/locale.in.h: Likewise.
5683         * lib/math.in.h: Likewise.
5684         * lib/netdb.in.h: Likewise.
5685         * lib/netinet_in.in.h: Likewise.
5686         * lib/search.in.h: Likewise.
5687         * lib/signal.in.h: Likewise.
5688         * lib/spawn.in.h: Likewise.
5689         * lib/stdarg.in.h: Likewise.
5690         * lib/stdint.in.h: Likewise.
5691         * lib/stdio.in.h: Likewise.
5692         * lib/stdlib.in.h: Likewise.
5693         * lib/string.in.h: Likewise.
5694         * lib/strings.in.h: Likewise.
5695         * lib/sys_file.in.h: Likewise.
5696         * lib/sys_ioctl.in.h: Likewise.
5697         * lib/sys_select.in.h: Likewise.
5698         * lib/sys_socket.in.h: Likewise.
5699         * lib/sys_stat.in.h: Likewise.
5700         * lib/sys_time.in.h: Likewise.
5701         * lib/sysexits.in.h: Likewise.
5702         * lib/time.in.h: Likewise.
5703         * lib/unistd.in.h: Likewise.
5704         * lib/wchar.in.h: Likewise.
5705         * lib/wctype.in.h: Likewise.
5706         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5707
5708 2008-10-17  Jim Meyering  <meyering@redhat.com>
5709
5710         ignore-value: don't depend on inline module
5711         * modules/ignore-value (Depends-on): Remove 'inline'.
5712         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
5713         Suggestion from Bruno Haible.
5714
5715 2008-10-17  Bruno Haible  <bruno@clisp.org>
5716
5717         New implementation of condition variables for Win32.
5718         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
5719         (gl_linked_waitqueue_t): New type.
5720         (gl_cond_t): Use it.
5721         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
5722         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
5723         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
5724         (glthread_cond_init_func, glthread_cond_wait_func,
5725         glthread_cond_timedwait_func, glthread_cond_signal_func,
5726         glthread_cond_broadcast_func, glthread_cond_destroy_func):
5727         Reimplemented on the basis of gl_linked_waitqueue_t.
5728         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
5729         gl_waitqueue_t.
5730         (gl_rwlock_t): Update.
5731         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
5732
5733 2008-10-17  Simon Josefsson  <simon@josefsson.org>
5734
5735         * modules/recvfrom (Depends-on): Add dependency on getpeername.
5736         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5737
5738 2008-10-17  Jim Meyering  <meyering@redhat.com>
5739
5740         ignore-value: new module
5741         * modules/ignore-value: New file.
5742         * lib/ignore-value.h: New file.
5743         * MODULES.html.sh (Compiler warning management): New section,
5744         just for this module.  More to come.
5745
5746 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5747
5748         open-safer.c: avoid 'signed and unsigned in conditional...' warning
5749         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
5750         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
5751
5752 2008-10-16  Jim Meyering  <meyering@redhat.com>
5753
5754         openat-die.c: avoid 'no previous prototype' warning
5755         * lib/openat-die.c: Include "openat.h".
5756         Reported by Reuben Thomas <rrt@sc3d.org>.
5757
5758 2008-10-16  Simon Josefsson  <simon@josefsson.org>
5759
5760         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
5761         * lib/netdb.in.h: Fix typo.
5762         Reported by Bruno Haible  <bruno@clisp.org>
5763
5764         * lib/netdb.in.h: Include sys/socket.h for platforms without
5765         netdb.h, to get structures like hostent on MinGW.
5766         * modules/netdb (Depends-on): Add sys_socket.
5767
5768 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5769
5770         * modules/netdb, modules/netdb-tests: New file.
5771         * m4/netdb_h.m4: New file.
5772         * lib/netdb.in.h: Add, currently just an empty file pending
5773         definitions.
5774         * tests/test-netdb.c: New file.
5775         * doc/posix-headers/netdb.texi: Mention that we replace it if
5776         needed.
5777         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5778         netdb.
5779
5780 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5781
5782         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
5783         with code.
5784
5785 2008-10-13  Bruno Haible  <bruno@clisp.org>
5786
5787         * lib/glthread/cond.c (glthread_cond_wait_func,
5788         glthread_cond_timedwait_func): Add a comment.
5789
5790 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5791
5792         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
5793         * tests/test-select.c: Likewise,
5794
5795 2008-10-13  Bruno Haible  <bruno@clisp.org>
5796
5797         * lib/glthread/cond.c (glthread_cond_wait_func,
5798         glthread_cond_timedwait_func): Fix variable name.
5799         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5800
5801 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
5802
5803         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
5804         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
5805         struct sockaddr.sa_len.
5806         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
5807
5808 2008-10-13  Simon Josefsson  <simon@josefsson.org>
5809
5810         * build-aux/pmccabe2html: Add css and css_url parameters.
5811
5812 2008-10-12  Bruno Haible  <bruno@clisp.org>
5813
5814         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
5815         calling aclx_get.
5816         Reported by Rainer Tammer <tammer@tammer.net>.
5817
5818 2008-10-12  Bruno Haible  <bruno@clisp.org>
5819
5820         Use msvcrt aware primitives for creation/termination of Win32 threads.
5821         * lib/glthread/thread.c: Include <process.h>.
5822         (glthread_create_func): Use _beginthreadex instead of CreateThread.
5823         (wrapper_func): Update signature.
5824         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
5825
5826 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5827             Bruno Haible  <bruno@clisp.org>
5828
5829         Provide a Win32 implementation of the 'cond' module.
5830         * lib/glthread/cond.h [USE_WIN32]: New implementation.
5831         * lib/glthread/cond.c (glthread_cond_init_func,
5832         glthread_cond_wait_func, glthread_cond_timedwait_func,
5833         glthread_cond_signal_func, glthread_cond_broadcast_func,
5834         glthread_cond_destroy_func) [USE_WIN32]: New functions.
5835         * modules/cond (Dependencies): Add gettimeofday.
5836
5837 2008-10-11  Bruno Haible  <bruno@clisp.org>
5838
5839         Make sleep work on older versions of mingw.
5840         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
5841         only whether it exists.
5842         * doc/posix-functions/sleep.texi: Mention the problem with older
5843         versions of mingw.
5844
5845 2008-10-11  Bruno Haible  <bruno@clisp.org>
5846
5847         New module 'shutdown'.
5848         * modules/shutdown: New file.
5849         * lib/sys_socket.in.h (shutdown): New declaration.
5850         * lib/winsock.c (shutdown): New function.
5851         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
5852         GNULIB_SHUTDOWN.
5853         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
5854         * doc/posix-functions/shutdown.texi: Document the new module.
5855
5856 2008-10-11  Jim Meyering  <meyering@redhat.com>
5857
5858         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
5859
5860 2008-10-11  Bruno Haible  <bruno@clisp.org>
5861
5862         New module 'fclose'.
5863         * modules/fclose: New file.
5864         * lib/stdio.in.h (fclose): New declaration.
5865         * lib/fclose.c: New file.
5866         * m4/fclose.m4: New file.
5867         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
5868         REPLACE_FCLOSE.
5869         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
5870         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
5871         REPLACE_FCLOSE.
5872         * modules/close (Depends-on): fclose.
5873         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
5874
5875 2008-10-11  Bruno Haible  <bruno@clisp.org>
5876
5877         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
5878         set errno and don't call _close.
5879
5880 2008-10-10  Bruno Haible  <bruno@clisp.org>
5881
5882         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
5883         ACL, not afterwards. Fixes test failure on Cygwin.
5884
5885 2008-10-09  Ben Pfaff  <blp@gnu.org>
5886
5887         * build-aux/announce-gen: Fix gnulib version related part of usage
5888         message.  Die with a useful error message if no tarballs are
5889         found.
5890
5891 2008-10-10  Jim Meyering  <meyering@redhat.com>
5892
5893         bootstrap: use git's --depth=N option only if it's supported
5894         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
5895         recognize the --depth option.  Reported by Pádraig Brady.
5896
5897 2008-10-09  Bruno Haible  <bruno@clisp.org>
5898
5899         New module 'ioctl'.
5900         * modules/ioctl: New file.
5901         * lib/sys_socket.in.h (ioctl): Remove declaration.
5902         * lib/winsock.c: Include <sys/ioctl.h>.
5903         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
5904         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5905         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
5906         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
5907         * doc/posix-functions/ioctl.texi: Mention the new module.
5908
5909 2008-10-09  Bruno Haible  <bruno@clisp.org>
5910
5911         New module 'sys_ioctl'.
5912         * lib/sys_ioctl.in.h: New file.
5913         * m4/sys_ioctl_h.m4: New file.
5914         * modules/sys_ioctl: New file.
5915         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
5916
5917 2008-10-09  Bruno Haible  <bruno@clisp.org>
5918
5919         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
5920         * lib/winsock.c: Include <stdarg.h>.
5921         (rpl_ioctl): Change to second argument 'int' and then varargs.
5922
5923 2008-10-09  Bruno Haible  <bruno@clisp.org>
5924
5925         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
5926         when the sys_socket module is present and the system has <winsock2.h>.
5927
5928 2008-10-09  Bruno Haible  <bruno@clisp.org>
5929
5930         * doc/posix-functions/close.texi: Mention module 'close' instead of
5931         module 'sys_socket'.
5932
5933 2008-10-09  Bruno Haible  <bruno@clisp.org>
5934
5935         * doc/glibc-headers/sys_ioctl.texi: New file.
5936         * doc/gnulib.texi: Include it.
5937
5938 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5939             Bruno Haible  <bruno@clisp.org>
5940
5941         Combine the two replacements of 'close'.
5942         * lib/sys_socket.in.h (close): Define to a reminder to include
5943         <unistd.h>.
5944         (_gl_close_fd_maybe_socket): New declaration.
5945         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
5946         * lib/winsock.c (close): Remove undefinition.
5947         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
5948         needed for the gnulib module 'close'.
5949         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
5950         define to an error symbol or to a warning, if suitable.
5951         * lib/close.c: Include <sys/socket.h>.
5952         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
5953         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
5954         UNISTD_H_HAVE_WINSOCK2_H.
5955         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
5956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5957         UNISTD_H_HAVE_WINSOCK2_H.
5958         * modules/sys_socket (Files): Add m4/unistd_h.m4.
5959         (configure.ac): Set a module indicator.
5960         (Makefile.am): Substitute GNULIB_CLOSE.
5961         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
5962         * modules/poll-tests (Depends-on): Add close.
5963         * modules/select-tests (Depends-on): Likewise.
5964
5965 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5966             Bruno Haible  <bruno@clisp.org>
5967
5968         New module 'close'.
5969         * modules/close: New file.
5970         * lib/unistd.in.h (close): Move declaration out of the
5971         FCHDIR_REPLACEMENT scope.
5972         (_gl_unregister_fd): New declaration.
5973         * lib/close.c: New file.
5974         * lib/fchdir.c (rpl_close): Remove function.
5975         * m4/close.m4: New file.
5976         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5977         close.
5978         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
5979         REPLACE_CLOSE.
5980         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
5981         REPLACE_CLOSE.
5982         * modules/fchdir (Depends-on): Add close.
5983
5984 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5985             Bruno Haible  <bruno@clisp.org>
5986
5987         * lib/fcntl.in.h (open): Simplify conditionals.
5988         (_gl_register_fd): New declaration.
5989         * lib/fchdir.c (rpl_open): Remove function.
5990         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
5991         also.
5992         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
5993         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5994         open.
5995
5996 2008-10-09  Jim Meyering  <meyering@redhat.com>
5997
5998         GNUmakefile: use the more name-space-friendly "_version"
5999         * top/GNUmakefile (_dummy): Update.
6000         (_version): Rename from "version".
6001
6002 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6003             Bruno Haible  <bruno@clisp.org>
6004
6005         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
6006         rpl_close.
6007         (_gl_register_fd): New function, extracted from rpl_open.
6008         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
6009         (rpl_open, rpl_opendir): Use _gl_register_fd.
6010
6011 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6012
6013         Fix organization of 'open' replacement.
6014         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
6015         (gl_FUNC_OPEN): Use it.
6016         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
6017
6018 2008-10-08  Bruno Haible  <bruno@clisp.org>
6019
6020         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
6021
6022 2008-10-08  Simon Josefsson  <simon@josefsson.org>
6023
6024         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
6025         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
6026         listen).
6027
6028 2008-10-08  Eric Blake  <ebb9@byu.net>
6029
6030         GNUmakefile: add 'make version' target
6031         * top/GNUmakefile (_curr-ver): Split version update rules...
6032         (version): ...into a target.
6033
6034 2008-10-07  Bruno Haible  <bruno@clisp.org>
6035
6036         Use a more portable replacement expression for -0.0L.
6037         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
6038         instead of -0.0L. Fix m4 quotation.
6039
6040         * tests/test-signbit.c: Include <float.h>.
6041         (minus_zero): New variable.
6042         (test_signbitl): Use minus_zero instead of -zero.
6043         * modules/signbit-tests (Depends-on): Add float.
6044
6045         * tests/test-ceill.c: Include <float.h>.
6046         (zero): Remove variable.
6047         (minus_zero): New variable.
6048         (main): Use minus_zero instead of -zero.
6049         * modules/ceill-tests (Depends-on): Add float.
6050
6051         * tests/test-floorl.c: Include <float.h>.
6052         (zero): Remove variable.
6053         (minus_zero): New variable.
6054         (main): Use minus_zero instead of -zero.
6055         * modules/floorl-tests (Depends-on): Add float.
6056
6057         * tests/test-roundl.c: Include <float.h>.
6058         (zero): Remove variable.
6059         (minus_zero): New variable.
6060         (main): Use minus_zero instead of -zero.
6061         * modules/roundl-tests (Depends-on): Add float.
6062
6063         * tests/test-truncl.c: Include <float.h>.
6064         (zero): Remove variable.
6065         (minus_zero): New variable.
6066         (main): Use minus_zero instead of -zero.
6067         * modules/truncl-tests (Depends-on): Add float.
6068
6069         * tests/test-frexpl.c (zero): Remove variable.
6070         (minus_zero): New variable.
6071         (main): Use minus_zero instead of -zero.
6072         * modules/frexpl-tests (Depends-on): Add float.
6073
6074         * tests/test-isnan.c (zerol): Remove variable.
6075         (minus_zerol): New variable.
6076         (test_long_double): Use minus_zerol instead of -zerol.
6077         * modules/isnan-tests (Depends-on): Add float.
6078
6079         * tests/test-isnanl.h (zero): Remove variable.
6080         (minus_zero): New variable.
6081         (main): Use minus_zero instead of -zero.
6082         * modules/isnanl-nolibm-tests (Depends-on): Add float.
6083         * modules/isnanl-tests (Depends-on): Add float.
6084
6085         * tests/test-ldexpl.c (zero): Remove variable.
6086         (minus_zero): New variable.
6087         (main): Use minus_zero instead of -zero.
6088         * modules/ldexpl-tests (Depends-on): Add float.
6089
6090         * tests/test-snprintf-posix.h (zerol): Remove variable.
6091         (minus_zerol): New variable.
6092         (test_function): Use minus_zerol instead of -zerol.
6093         * modules/snprintf-posix-tests (Depends-on): Add float.
6094         * modules/vsnprintf-posix-tests (Depends-on): Add float.
6095
6096         * tests/test-sprintf-posix.h (zerol): Remove variable.
6097         (minus_zerol): New variable.
6098         (test_function): Use minus_zerol instead of -zerol.
6099         * modules/sprintf-posix-tests (Depends-on): Add float.
6100         * modules/vsprintf-posix-tests (Depends-on): Add float.
6101
6102         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
6103         (minus_zerol): New variable.
6104         (test_function): Use minus_zerol instead of -zerol.
6105         * modules/vasnprintf-posix-tests (Depends-on): Add float.
6106
6107         * tests/test-vasprintf-posix.c (zerol): Remove variable.
6108         (minus_zerol): New variable.
6109         (test_function): Use minus_zerol instead of -zerol.
6110         * modules/vasprintf-posix-tests (Depends-on): Add float.
6111
6112 2008-10-07  Simon Josefsson  <simon@josefsson.org>
6113
6114         * MODULES.html.sh (Support for building documentation): Mention
6115         pmccabe2html.  Sort entries.
6116
6117         Add pmccabe2html module, from gnupdf.
6118         * build-aux/pmccabe.css: New file.
6119         * build-aux/pmccabe2html: New file.
6120         * m4/pmccabe2html.m4: New file.
6121         * modules/pmccabe2html: New file.
6122
6123 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
6124
6125         flock: new module
6126         * MODULES.html.sh: Add to list of modules.
6127         * lib/flock.c: flock implementation for Windows and Unix systems
6128         which have fcntl.
6129         * doc/glibc-functions/flock.texi: Update documentation.
6130         * lib/sys_file.in.h: <sys/file.h> header file.
6131         * m4/flock.m4: M4 macros.
6132         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
6133         * modules/flock: flock module.
6134         * modules/flock-tests: flock tests module.
6135         * modules/sys_file: sys/file.h module.
6136         * tests/test-flock.c: test suite for flock.
6137
6138 2008-10-06  Jim Meyering  <meyering@redhat.com>
6139
6140         bootstrap: check for LT_INIT more portably still ;-)
6141         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
6142         Spotted by Bruno Haible.
6143
6144 2008-10-06  Eric Blake  <ebb9@byu.net>
6145
6146         test-signbit: avoid tripping Irix cc bug on -0.0L
6147         * tests/test-signbit.c (minus_zerol): Delete, and replace with
6148         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
6149         entire testsuite consistent and avoids an Irix 6.2 bug.
6150
6151 2008-10-05  Bruno Haible  <bruno@clisp.org>
6152             Jim Meyering  <jim@meyering.net>
6153
6154         Add an option for ignoring EPIPE during close_stdout.
6155         * lib/closeout.h: Include <stdbool.h>.
6156         (close_stdout_set_ignore_EPIPE): New declaration.
6157         * lib/closeout.c: Include <stdbool.h>.
6158         (ignore_EPIPE): New variable.
6159         (close_stdout_set_ignore_EPIPE): New function.
6160         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
6161         * lib/close-stream.c (close_stream): Mention the possible EPIPE
6162         failure.
6163         * modules/closeout (Depends-on): Add stdbool.
6164
6165 2008-10-05  Bruno Haible  <bruno@clisp.org>
6166
6167         * modules/accept: New file.
6168         * modules/bind: New file.
6169         * modules/connect: New file.
6170         * modules/getpeername: New file.
6171         * modules/getsockname: New file.
6172         * modules/getsockopt: New file.
6173         * modules/listen: New file.
6174         * modules/recv: New file.
6175         * modules/recvfrom: New file.
6176         * modules/send: New file.
6177         * modules/sendto: New file.
6178         * modules/setsockopt: New file.
6179         * modules/socket: New file.
6180         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
6181         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
6182         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
6183         the particular module is requested. Add a link warning when the
6184         particular module is not requested.
6185         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
6186         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
6187         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
6188         the particular module is requested.
6189         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
6190         gl_SYS_SOCKET_H_DEFAULTS): New macros.
6191         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
6192         * modules/sys_socket (Depends-on): Add link-warning.
6193         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
6194         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
6195         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
6196         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
6197         GL_LINK_WARNING.
6198         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
6199         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
6200         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
6201         * doc/posix-functions/getpeername.texi: Mention the new module
6202         'getpeername'.
6203         * doc/posix-functions/getsockname.texi: Mention the new module
6204         'getsockname'.
6205         * doc/posix-functions/getsockopt.texi: Mention the new module
6206         'getsockopt'.
6207         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
6208         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
6209         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
6210         * doc/posix-functions/send.texi: Mention the new module 'send'.
6211         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
6212         * doc/posix-functions/setsockopt.texi: Mention the new module
6213         'setsockopt'.
6214         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
6215         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
6216         listen, connect, accept.
6217         * modules/select-tests (Depends-on): Likewise.
6218
6219 2008-10-05  Bruno Haible  <bruno@clisp.org>
6220
6221         * lib/winsock.c (strerror): Remove unused #undef.
6222         (rpl_close): Remove unused local variable.
6223
6224         * modules/sys_socket (Depends-on); Add errno.
6225
6226 2008-10-05  Bruno Haible  <bruno@clisp.org>
6227
6228         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
6229         (select): Add a link warning when the 'select' module is not used.
6230         * modules/sys_select (Depends-on): Add link-warning.
6231         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
6232         Suggested by Paolo Bonzini.
6233
6234 2008-10-05  Jim Meyering  <meyering@redhat.com>
6235
6236         bootstrap: check for LT_INIT more portably
6237         * build-aux/bootstrap: Avoid using grep -E, since it's not
6238         portable enough.  Suggestion from Bruno Haible.
6239
6240 2008-10-05  Bruno Haible  <bruno@clisp.org>
6241
6242         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
6243         as being fixed by gnulib.
6244
6245 2008-10-05  Bruno Haible  <bruno@clisp.org>
6246
6247         * modules/select-tests: New file, mostly copied from
6248         modules/sys_select-tests.
6249         * tests/test-select.c: New file, mostly copied from
6250         tests/test-sys_select.c.
6251         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
6252         * modules/sys_select-tests (Depends-on): Remove all dependencies.
6253         (Makefile.am): Remove test_sys_select_LDADD.
6254
6255         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
6256         to an undefined symbol, for an error message.
6257         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
6258         (gl_SYS_SELECT_H_DEFAULTS): New macro.
6259         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
6260         winsock-select.c here.
6261         * modules/sys_select (Files): Remove lib/winsock-select.c.
6262         (Depends-on): Remove alloca.
6263         (Makefile.am): Substitute GNULIB_SELECT.
6264         * modules/select: New file.
6265         * doc/posix-functions/select.texi: Update.
6266
6267 2008-10-05  Bruno Haible  <bruno@clisp.org>
6268
6269         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
6270         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
6271         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
6272         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
6273         getdtablesize.
6274         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
6275         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
6276
6277 2008-10-05  Bruno Haible  <bruno@clisp.org>
6278
6279         * modules/getdtablesize-tests: New file.
6280         * tests/test-getdtablesize.c: New file.
6281
6282         New module 'getdtablesize'.
6283         * lib/unistd.in.h (getdtablesize): New declaration.
6284         * lib/getdtablesize.c: New file.
6285         * m4/getdtablesize.m4: New file.
6286         * modules/getdtablesize: New file.
6287         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6288         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
6289         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
6290         HAVE_GETDTABLESIZE.
6291         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
6292
6293 2008-10-05  Bruno Haible  <bruno@clisp.org>
6294
6295         * modules/sched (Makefile.am): Fix typo.
6296         Reported by Simon Josefsson.
6297
6298 2008-10-05  Jim Meyering  <meyering@redhat.com>
6299
6300         bootstrap: check for LT_INIT, too
6301         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
6302         are deprecated.  Suggestion from Ralf Wildenhues.
6303
6304 2008-10-05  Bruno Haible  <bruno@clisp.org>
6305
6306         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
6307         overriding them by ours.
6308         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
6309
6310 2008-10-05  Jim Meyering  <meyering@redhat.com>
6311
6312         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
6313         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
6314         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
6315
6316 2008-10-04  Bruno Haible  <bruno@clisp.org>
6317
6318         * modules/dup2 (License): Change to LGPLv2+.
6319         * modules/sleep (License): Likewise.
6320         * modules/perror (License): Likewise.
6321         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
6322         Blake.
6323         * modules/signal (License): Likewise.
6324         * modules/sigprocmask (License): Likewise.
6325         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6326         Meyering.
6327
6328 2008-10-04  Bruno Haible  <bruno@clisp.org>
6329
6330         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6331         Reported by Rainer Tammer <tammer@tammer.net>.
6332
6333 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6334             Bruno Haible  <bruno@clisp.org>
6335
6336         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6337         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6338         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6339
6340 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6341
6342         filevercmp: new module
6343         * lib/filevercmp.h: New function filevercmp comparing version strings.
6344         * lib/filevercmp.c: Implementation of filevercmp function.
6345         * modules/filevercmp: Module metadata.
6346         * tests/test-filevercmp.c: Unit test for new module.
6347         * modules/filevercmp-tests: Unit test metadata.
6348         * MODULES.html.sh: Add filevercmp module.
6349
6350 2008-10-03  Bruno Haible  <bruno@clisp.org>
6351
6352         * lib/c-ctype.h: Add comment.
6353         Reported by Jim Meyering.
6354
6355 2008-10-02  Bruno Haible  <bruno@clisp.org>
6356
6357         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6358
6359 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6360
6361         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6362         name of bootstrap.conf accordingly.
6363
6364 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6365
6366         * build-aux/bootstrap: Install git-merge-changelog configuration
6367         items into .gitconfig if needed.
6368
6369 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6370
6371         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6372         git repository, and initialize/update it accordingly.
6373
6374 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6375
6376         * modules/fsync-tests: New file.
6377         * tests/test-fsync.c: New file.
6378
6379         New module 'fsync'.
6380         * lib/fsync.c: New file.
6381         * m4/fsync.m4: New file.
6382         * modules/fsync: New file.
6383         * lib/unistd.in.h (fsync): New declaration.
6384         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6385         GNULIB_FSYNC and HAVE_FSYNC.
6386         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6387         * MODULES.html.sh (posix_functions): Add fsync.
6388         * doc/posix-functions/fsync.texi: Mention the new module.
6389
6390 2008-10-02  Jim Meyering  <meyering@redhat.com>
6391
6392         fts.c: sync with similar code from coreutils' remove.c
6393         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6394         Guard also with "#if defined __linux__", since for now at least,
6395         this code is Linux-kernel-specific.
6396
6397 2008-10-02  Jim Meyering  <meyering@redhat.com>
6398
6399         fts: bug fixes
6400         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6401         Include <sys/vfs.h>, not <sys/statfs.h>.
6402
6403         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6404         Include <sys/vfs.h>, not <sys/statfs.h>.
6405
6406 2008-10-01  Bruno Haible  <bruno@clisp.org>
6407
6408         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6409         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6410         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6411         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6412         * doc/posix-functions/posix_spawnp.texi: Likewise.
6413         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6414         whether posix_spawn actually works.
6415         * m4/pipe.m4 (gl_PIPE): Likewise.
6416         * modules/execute (Files): Add m4/posix_spawn.m4.
6417         * modules/pipe (Files): Add m4/posix_spawn.m4.
6418         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6419
6420 2008-10-01  Jim Meyering  <meyering@redhat.com>
6421
6422         remove trailing spaces
6423         * NEWS: Likewise.
6424         * lib/poll.c (poll): Likewise.
6425         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
6426         * lib/winsock.c (rpl_close): Likewise.
6427         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
6428         * modules/yield: Likewise.
6429         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
6430         * tests/test-sys_select.c (connect_to_socket): Likewise.
6431
6432         fts.c: adjust a new interface to be more generally useful
6433         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
6434         (fts_build): Adjust caller.
6435
6436 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6437
6438         * modules/cond-tests: New file.
6439         * tests/test-cond.c: New file.
6440
6441 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6442             Bruno Haible  <bruno@clisp.org>
6443
6444         * modules/cond (Dependencies): Add errno, time.
6445         * lib/glthread/cond.h: Include <time.h>.
6446         (gl_cond_define, gl_cond_define_initialized): Use the same definition
6447         across platforms.
6448
6449 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6450             Bruno Haible  <bruno@clisp.org>
6451
6452         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
6453
6454 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6455             Bruno Haible  <bruno@clisp.org>
6456
6457         * modules/tls-tests (Depends-on): Add thread, yield.
6458         (configure.ac): Remove all checks.
6459         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
6460         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6461         gl_thread_self): Remove definitions. Include glthread/thread.h and
6462         glthread/yield.h instead.
6463         (test_tls): Pass an additional NULL argument to gl_thread_join.
6464
6465 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6466             Bruno Haible  <bruno@clisp.org>
6467
6468         * modules/lock-tests (Depends-on): Add thread, yield.
6469         (configure.ac): Remove all checks.
6470         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
6471         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6472         gl_thread_self): Remove definitions. Include glthread/thread.h and
6473         glthread/yield.h instead.
6474         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
6475         additional NULL argument to gl_thread_join.
6476
6477 2008-09-30  Bruno Haible  <bruno@clisp.org>
6478
6479         Fix the Win32 implementation of the 'thread' module.
6480         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
6481         pointer type.
6482         (gl_thread_self): Invoke gl_thread_self_func.
6483         (gl_thread_self_func): New declaration.
6484         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
6485         (do_init_self_key, init_self_key): New functions.
6486         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
6487         Remove some fields.
6488         (running_threads, running_lock): Remove variables.
6489         (get_current_thread_handle): New function.
6490         (gl_thread_self_func, wrapper_func, glthread_create_func,
6491         glthread_join_func, gl_thread_exit_func): Largely rewritten and
6492         simplified.
6493
6494 2008-09-30  Bruno Haible  <bruno@clisp.org>
6495
6496         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
6497         files.
6498
6499 2008-09-30  Jim Meyering  <meyering@redhat.com>
6500
6501         fts.m4: correct the test for statfs.f_type
6502         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
6503         when checking for statfs.f_type.
6504
6505 2008-09-15  Simon Josefsson  <simon@josefsson.org>
6506
6507         tests: avoid some compiler warnings
6508         * tests/test-memchr.c (main): Pass NULL indirectly.
6509         * tests/test-getdate.c (main): Remove unused variable 'ret'.
6510
6511 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
6512
6513         getdate.y: disallow countable dayshifts like "4 yesterday ago"
6514         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
6515         exactly specified dayshifts.
6516         (dayshift): New rule.
6517         (rel): Add dayshift.
6518         (relative_time_table) [tomorrow, yesterday, today, now]:
6519         Use tDAY_SHIFT in place of tDAY_UNIT.
6520         * tests/test-getdate.c: Add tests for now-disallowed countable
6521         dayshifts, e.g., "4 yesterday ago".
6522
6523 2008-09-29  Bruno Haible  <bruno@clisp.org>
6524
6525         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
6526         * tests/test-posix_spawn1.in.sh: Renamed from
6527         tests/test-posix_spawn.in.sh.
6528         * tests/test-posix_spawn2.c: New file.
6529         * tests/test-posix_spawn2.in.sh: New file.
6530         * modules/posix_spawnp-tests (Files): Update.
6531         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
6532
6533 2008-09-29  Bruno Haible  <bruno@clisp.org>
6534
6535         Propagate effects of putenv/setenv/unsetenv to child processes.
6536         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
6537         * lib/pipe.c (create_pipe): Likewise.
6538
6539 2008-09-29  Bruno Haible  <bruno@clisp.org>
6540
6541         Enable use of shell scripts as executables in mingw.
6542         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
6543         run the program as a shell script.
6544         * lib/pipe.c (create_pipe): Likewise.
6545         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
6546         resulting array.
6547
6548 2008-09-29  Eric Blake  <ebb9@byu.net>
6549
6550         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
6551
6552 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6553
6554         * doc/posix-functions/accept.texi: Update mingw problems.
6555         * doc/posix-functions/bind.texi: Update mingw problems.
6556         * doc/posix-functions/close.texi: Update mingw problems.
6557         * doc/posix-functions/connect.texi: Update mingw problems.
6558         * doc/posix-functions/getpeername.texi: Update mingw problems.
6559         * doc/posix-functions/getsockname.texi: Update mingw problems.
6560         * doc/posix-functions/getsockopt.texi: Update mingw problems.
6561         * doc/posix-functions/ioctl.texi: Update mingw problems.
6562         * doc/posix-functions/listen.texi: Update mingw problems.
6563         * doc/posix-functions/recv.texi: Update mingw problems.
6564         * doc/posix-functions/recvfrom.texi: Update mingw problems.
6565         * doc/posix-functions/select.texi: Update mingw problems.
6566         * doc/posix-functions/send.texi: Update mingw problems.
6567         * doc/posix-functions/sendto.texi: Update mingw problems.
6568         * doc/posix-functions/setsockopt.texi: Update mingw problems.
6569         * doc/posix-functions/socket.texi: Update mingw problems.
6570
6571 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
6572             Bruno Haible  <bruno@clisp.org>
6573
6574         * lib/sys_select.in.h: Include sys/time.h.
6575         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
6576         * modules/sys_select: Depend on sys_time.
6577         * tests/test-sys_select.c: Test that sys/select.h defines struct
6578         timeval fully.
6579
6580 2008-09-29  Bruno Haible  <bruno@clisp.org>
6581
6582         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
6583         * lib/sys_select.in.h: Likewise.
6584
6585 2008-09-29  Bruno Haible  <bruno@clisp.org>
6586
6587         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
6588
6589 2008-09-29  Bruno Haible  <bruno@clisp.org>
6590
6591         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
6592         Set LIBSOCKET instead of augmenting LIBS.
6593         * modules/sockets (Link): New section.
6594         * modules/sockets-tests (test_sockets_LDADD): New variable.
6595         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
6596         * modules/poll-tests (test_poll_LDADD): New variable.
6597         * NEWS: Document the change.
6598
6599 2008-09-29  Bruno Haible  <bruno@clisp.org>
6600
6601         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
6602         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
6603         ARPA_INET_H directly.
6604         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6605
6606 2008-09-28  Bruno Haible  <bruno@clisp.org>
6607
6608         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
6609         from gl_HEADER_SYS_SOCKET.
6610         (gl_HEADER_SYS_SOCKET): Invoke it.
6611         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6612
6613 2008-09-28  Bruno Haible  <bruno@clisp.org>
6614
6615         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
6616         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
6617         Needed on OSF/1 4.0.
6618
6619 2008-09-28  Bruno Haible  <bruno@clisp.org>
6620
6621         Override open more carefully.
6622         * lib/open.c (orig_open): New function.
6623         (rpl_open): Use orig_open instead of open.
6624         * lib/fcntl.in.h: Add special invocation convention.
6625         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
6626         (gl_FUNC_OPEN): Invoke it.
6627
6628         Override freopen more carefully.
6629         * lib/freopen.c (orig_freopen): New function.
6630         (rpl_freopen): Use orig_freopen instead of freopen.
6631         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
6632         (gl_FUNC_FREOPEN): Invoke it.
6633
6634         Override fopen more carefully.
6635         * lib/fopen.c (orig_fopen): New function.
6636         (rpl_fopen): Use orig_fopen instead of fopen.
6637         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
6638         (gl_FUNC_FOPEN): Invoke it.
6639         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
6640
6641 2008-09-28  Bruno Haible  <bruno@clisp.org>
6642
6643         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
6644         SIGPIPE.
6645
6646 2008-09-28  Bruno Haible  <bruno@clisp.org>
6647
6648         * tests/test-sigaction.c (handler, main): Disable the check whether
6649         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
6650         glibc systems with LinuxThreads.
6651
6652 2008-09-28  Bruno Haible  <bruno@clisp.org>
6653
6654         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
6655
6656         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
6657         with AIX xlc.
6658         * lib/fcntl.in.h (open): Likewise.
6659         Reported by Rainer Tammer <tammer@tammer.net>.
6660
6661 2008-09-28  Bruno Haible  <bruno@clisp.org>
6662
6663         * modules/posix_spawnp-tests: New file.
6664         * tests/test-posix_spawn.c: New file.
6665         * tests/test-posix_spawn.in.sh: New file.
6666
6667         New module 'posix_spawnp'.
6668         * modules/posix_spawnp: New file.
6669         * lib/spawnp.c: New file, from GNU libc with modifications.
6670         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
6671
6672         New module 'posix_spawn'.
6673         * modules/posix_spawn: New file.
6674         * lib/spawn.c: New file, from GNU libc with modifications.
6675         * doc/posix-functions/posix_spawn.texi: Mention the new module.
6676
6677         New module 'posix_spawnattr_destroy'.
6678         * modules/posix_spawnattr_destroy: New file.
6679         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
6680         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
6681         module.
6682
6683         New module 'posix_spawnattr_setsigmask'.
6684         * modules/posix_spawnattr_setsigmask: New file.
6685         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
6686         modifications.
6687         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
6688         new module.
6689
6690         New module 'posix_spawnattr_getsigmask'.
6691         * modules/posix_spawnattr_getsigmask: New file.
6692         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
6693         modifications.
6694         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
6695         new module.
6696
6697         New module 'posix_spawnattr_setsigdefault'.
6698         * modules/posix_spawnattr_setsigdefault: New file.
6699         * lib/spawnattr_setdefault.c: New file, from GNU libc with
6700         modifications.
6701         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
6702         new module.
6703
6704         New module 'posix_spawnattr_getsigdefault'.
6705         * modules/posix_spawnattr_getsigdefault: New file.
6706         * lib/spawnattr_getdefault.c: New file, from GNU libc with
6707         modifications.
6708         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
6709         new module.
6710
6711         New module 'posix_spawnattr_setschedpolicy'.
6712         * modules/posix_spawnattr_setschedpolicy: New file.
6713         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
6714         modifications.
6715         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
6716         new module.
6717
6718         New module 'posix_spawnattr_getschedpolicy'.
6719         * modules/posix_spawnattr_getschedpolicy: New file.
6720         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
6721         modifications.
6722         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
6723         new module.
6724
6725         New module 'posix_spawnattr_setschedparam'.
6726         * modules/posix_spawnattr_setschedparam: New file.
6727         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
6728         modifications.
6729         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
6730         new module.
6731
6732         New module 'posix_spawnattr_getschedparam'.
6733         * modules/posix_spawnattr_getschedparam: New file.
6734         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
6735         modifications.
6736         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
6737         new module.
6738
6739         New module 'posix_spawnattr_setpgroup'.
6740         * modules/posix_spawnattr_setpgroup: New file.
6741         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
6742         modifications.
6743         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
6744         module.
6745
6746         New module 'posix_spawnattr_getpgroup'.
6747         * modules/posix_spawnattr_getpgroup: New file.
6748         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
6749         modifications.
6750         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
6751         module.
6752
6753         New module 'posix_spawnattr_setflags'.
6754         * modules/posix_spawnattr_setflags: New file.
6755         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
6756         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
6757         module.
6758
6759         New module 'posix_spawnattr_getflags'.
6760         * modules/posix_spawnattr_getflags: New file.
6761         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
6762         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
6763         module.
6764
6765         New module 'posix_spawnattr_init'.
6766         * modules/posix_spawnattr_init: New file.
6767         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
6768         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
6769         module.
6770
6771         New module 'posix_spawn_file_actions_destroy'.
6772         * modules/posix_spawn_file_actions_destroy: New file.
6773         * lib/spawn_faction_destroy.c: New file, from GNU libc with
6774         modifications.
6775         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
6776         the new module.
6777
6778         New module 'posix_spawn_file_actions_addopen'.
6779         * modules/posix_spawn_file_actions_addopen: New file.
6780         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6781         modifications.
6782         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
6783         the new module.
6784
6785         New module 'posix_spawn_file_actions_adddup2'.
6786         * modules/posix_spawn_file_actions_adddup2: New file.
6787         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
6788         modifications.
6789         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
6790         the new module.
6791
6792         New module 'posix_spawn_file_actions_addclose'.
6793         * modules/posix_spawn_file_actions_addclose: New file.
6794         * lib/spawn_faction_addclose.c: New file, from GNU libc with
6795         modifications.
6796         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
6797         the new module.
6798
6799         New module 'posix_spawn_file_actions_init'.
6800         * modules/posix_spawn_file_actions_init: New file.
6801         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
6802         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
6803         new module.
6804
6805         New module 'posix_spawn-internal'.
6806         * modules/posix_spawn-internal: New file.
6807         * lib/spawn_int.h: New file, from GNU libc with modifications.
6808         * lib/spawni.c: New file, from GNU libc with modifications.
6809         * m4/posix_spawn.m4: New file.
6810
6811         New module 'spawn'.
6812         * modules/spawn: New file.
6813         * lib/spawn.in.h: New file, from GNU libc with modifications.
6814         * m4/spawn_h.m4: New file.
6815         * doc/posix-headers/spawn.texi: Mention the new module.
6816
6817 2008-09-28  Bruno Haible  <bruno@clisp.org>
6818
6819         * modules/sched-tests: New file.
6820         * tests/test-sched.c: New file.
6821
6822         New module 'sched'.
6823         * modules/sched: New file.
6824         * lib/sched.in.h: New file.
6825         * m4/sched_h.m4: New file.
6826         * doc/posix-headers/sched.texi: Mention the new module.
6827
6828 2008-09-27  Eric Blake  <ebb9@byu.net>
6829
6830         Fix previous patch, and tweak references to $0.
6831         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
6832         (func_version, func_gnulib_dir): Don't call this program
6833         gnulib-tool.
6834         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
6835         with using $0 in function.
6836         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
6837         (func_fatal_error): Reuse the name the user invoked us with.
6838
6839 2008-09-27  Bruno Haible  <bruno@clisp.org>
6840
6841         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
6842         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
6843         (gl_ICONV_H): Not here.
6844         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
6845         instead of assigning ICONV_H directly.
6846
6847         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
6848         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
6849         WCHAR_H directly.
6850
6851 2008-09-27  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
6854         * modules/arpa_inet (Depends-on): Add link-warning.
6855         (Makefile.am): Insert the definition of GL_LINK-WARNING.
6856         * modules/unistd (Makefile.am): Likewise.
6857
6858 2008-09-26  Bruno Haible  <bruno@clisp.org>
6859
6860         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
6861         variables.
6862         (func_version): Essentially copied from gnulib-tool.
6863         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
6864         func_readlink): Copied from gnulib-tool.
6865
6866 2008-09-26  Bruno Haible  <bruno@clisp.org>
6867
6868         * gnulib-tool (func_version): Change directory to $gnulib_dir before
6869         invoking git-version-gen.
6870
6871 2008-09-26  Bruno Haible  <bruno@clisp.org>
6872
6873         * posix-modules: Update to directory names changed on 2008-01-19.
6874         Remove commas in output before splitting into words. No more need to
6875         avoid 'ftruncate' since 2007-02-19.
6876
6877 2008-09-26  Bruno Haible  <bruno@clisp.org>
6878
6879         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
6880
6881 2008-09-26  Bruno Haible  <bruno@clisp.org>
6882
6883         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
6884         * modules/fwriteerror (Depends-on): Add errno.
6885
6886 2008-09-26  Bruno Haible  <bruno@clisp.org>
6887
6888         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
6889         * tests/test-vc-list-files-cvs.sh: Likewise.
6890
6891 2008-09-26  Bruno Haible  <bruno@clisp.org>
6892
6893         * doc/posix-headers/sys_resource.texi: Reorder items.
6894
6895 2008-09-26  Jim Meyering  <meyering@redhat.com>
6896
6897         fts: tweak inode comparison function
6898         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
6899         inode numbers, as documented.
6900
6901         fts: sort dirent entries on inode number before traversing
6902         This avoids a quadratic, seek-related performance penalty when
6903         operating on a directory containing many entries (measurable at 10k;
6904         3.5 hours at 2 million entries with a cold cache) on certain types
6905         of file systems, including ext3 and ext4, but not tmpfs.
6906         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
6907         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
6908         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
6909         (fs_handles_readdir_ordered_dirents_efficiently): New function.
6910         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
6911         (fts_build): Set the stat.st_ino member from D_INO.
6912         If it is likely to be useful, sort dirent entries on inode number.
6913
6914         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
6915         and the struct statfs.f_type member.
6916         * modules/fts (Depends-on): Add d-ino.
6917
6918 2008-09-26  Bruno Haible  <bruno@clisp.org>
6919
6920         * modules/sigpipe-die (Depends-on): Add sigpipe.
6921
6922         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
6923         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
6924         and GNULIB_STDIO_H_SIGPIPE are set.
6925         * lib/stdio-write.c: New file.
6926         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
6927         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6928         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6929         REPLACE_STDIO_WRITE_FUNCS.
6930         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
6931         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6932         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6933         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6934         * modules/stdio (Files): Add lib/stdio-write.c.
6935         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
6936         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6937         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6938         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6939         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
6940         REPLACE_FPRINTF_POSIX.
6941         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
6942         REPLACE_PRINTF_POSIX.
6943         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
6944         REPLACE_VFPRINTF_POSIX.
6945         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
6946         REPLACE_VPRINTF_POSIX.
6947         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
6948         SIGPIPE issue.
6949         * doc/posix-functions/fputc.texi: Likewise.
6950         * doc/posix-functions/fputs.texi: Likewise.
6951         * doc/posix-functions/fwrite.texi: Likewise.
6952         * doc/posix-functions/printf.texi: Likewise.
6953         * doc/posix-functions/putc.texi: Likewise.
6954         * doc/posix-functions/putchar.texi: Likewise.
6955         * doc/posix-functions/puts.texi: Likewise.
6956         * doc/posix-functions/vfprintf.texi: Likewise.
6957         * doc/posix-functions/vprintf.texi: Likewise.
6958
6959         * modules/safe-write (Depends-on): Add write.
6960
6961         * modules/sigpipe-tests: New file.
6962         * tests/test-sigpipe.c: New file.
6963         * tests/test-sigpipe.sh: New file.
6964
6965         * modules/write: New file.
6966         * lib/unistd.in.h: Include <sys/types.h>.
6967         (write): New declaration.
6968         * lib/write.c: New file.
6969         * m4/write.m4: New file.
6970         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6971         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
6972         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
6973         GNULIB_WRITE, REPLACE_WRITE.
6974         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
6975         and the SIGPIPE issue.
6976
6977         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
6978         (raise): New declaration.
6979         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
6980         (ext_signal): New function.
6981         (rpl_raise): New function.
6982         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
6983         GNULIB_SIGNAL_H_SIGPIPE.
6984         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
6985         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
6986
6987         * modules/sigpipe: New file.
6988         * m4/sigpipe.m4: New file.
6989
6990 2008-09-25  Derek Price  <derek@ximbiot.com>
6991             Bruno Haible  <bruno@clisp.org>
6992
6993         * gnulib-tool (func_import): Report all license incompatibilities, not
6994         just the first one.
6995
6996 2008-09-25  Bruno Haible  <bruno@clisp.org>
6997
6998         * gnulib-tool (func_import): When computing the edits, consider not
6999         only the Makefile.ams that exist but also those that will be generated.
7000
7001 2008-09-25  Simon Josefsson  <simon@josefsson.org>
7002
7003         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
7004         fixes gnulib-tool --test warning about duplicate dependency.
7005
7006 2008-09-25  Bruno Haible  <bruno@clisp.org>
7007
7008         * gnulib-tool: Don't ask the user to perform edits in the generated
7009         Makefile.ams.
7010         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
7011         apply to the Makefile.am being generated.
7012         (func_emit_tests_Makefile_am): Execute edits that apply to the
7013         Makefile.am being generated.
7014         (func_import): Setup list of Makefile.am edits before emitting the
7015         Makefile.ams, not at the end.
7016         (func_create_testdir): Update.
7017         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7018
7019 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7020
7021         * gnulib-tool (func_import): Store the --tests-base option in the
7022         comment in gnulib-cache.m4.
7023
7024 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
7025
7026         * NEWS: Document increased portability that sys_select now provides.
7027
7028         * lib/sys_select.in.h: Install select wrapper.
7029         * lib/sys_socket.in.h: Use more descriptive name when there is no
7030         select wrapper.
7031         * lib/winsock-select.c: New.
7032         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
7033         Require gl_HEADER_SYS_SOCKET.
7034         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
7035         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
7036         * tests/test-sys_select.c: Add functional tests.
7037
7038 2008-09-24  Eric Blake  <ebb9@byu.net>
7039
7040         open, fopen: close fd leak in last patch
7041         * lib/open.c (rpl_open): Close fd before returning error.
7042         * lib/fopen.c (rpl_fopen): Close fd before returning error.
7043         * doc/posix-functions/open.texi (open): Document that Irix also
7044         has the bug.
7045         * doc/posix-functions/fopen.texi (fopen): Likewise.
7046         Reported by Paolo Bonzini.
7047
7048 2008-09-24  Bruno Haible  <bruno@clisp.org>
7049
7050         Ensure that a filename ending in a slash cannot be used to access a
7051         non-directory.
7052         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
7053         to check whether it's really a directory.
7054         * lib/fopen.c: Include fcntl.h, unistd.h.
7055         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
7056         and fdopen().
7057         * modules/fopen (Depends-on): Add unistd.
7058         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
7059         * tests/test-fopen.c (main): Likewise.
7060         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
7061         * doc/posix-functions/fopen.texi: Likewise.
7062         Reported by Eric Blake.
7063
7064 2008-09-23  Eric Blake  <ebb9@byu.net>
7065
7066         c-stack: avoid compiler optimizations when provoking overflow
7067         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
7068         recursion harder to optimize, to ensure a stack overflow occurs.
7069         * tests/test-c-stack.c (recurse): Likewise.
7070         Borrowed from libsigsegv.
7071
7072         c-stack: work around Irix sigaltstack bug
7073         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
7074         whether sigaltstack uses wrong end of stack_t (copied in part from
7075         libsigsegv).
7076         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
7077         Irix bug, without requiring an over-allocation.
7078         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
7079         bug.
7080
7081         fopen: document mingw bug on directories
7082         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
7083         not allowing a stream visiting a directory, even though reading
7084         from such a stream is not portable.
7085
7086 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7087
7088         * lib/poll.c: Rewrite.
7089         * modules/poll: Depend on alloca.
7090
7091 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7092
7093         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
7094         instead define prototypes for a full set of wrappers.  Ensure
7095         that Cygwin does not use the compatibility code, which is only
7096         for MinGW.
7097         * lib/winsock.c: New.
7098         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
7099         * modules/sys_socket: Add lib/winsock.c.
7100
7101         * modules/poll-tests: Add errno and perror.
7102         * tests/test-poll.c: Use ioctl, not ioctlsocket.
7103
7104 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7105
7106         * tests/test-poll.c: Downgrade minimum needed Winsock version.
7107
7108 2008-09-23  Bruno Haible  <bruno@clisp.org>
7109
7110         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
7111         * doc/glibc-functions/*: Likewise.
7112
7113 2008-09-23  Simon Josefsson  <simon@josefsson.org>
7114
7115         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
7116         success.
7117
7118 2008-09-22  Eric Blake  <ebb9@byu.net>
7119             Bruno Haible  <bruno@clisp.org>
7120
7121         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
7122         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
7123         supply %A but mishandle pseudo-NaN.
7124         Reported by Simon Josefsson.
7125
7126 2008-09-21  Bruno Haible  <bruno@clisp.org>
7127
7128         * tests/test-lock.c (main): Tweak skip message.
7129         * tests/test-tls.c (main): Likewise.
7130
7131 2008-09-21  Bruno Haible  <bruno@clisp.org>
7132
7133         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
7134         whether 'struct sigaction' has sa_sigaction here...
7135         (gl_PREREQ_SIG_HANDLER_H): ... not here.
7136         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
7137
7138 2008-09-21  Bruno Haible  <bruno@clisp.org>
7139
7140         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
7141         section.
7142         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
7143         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
7144         the new section.
7145         (Support for obsolete systems lacking POSIX:2001): New section.
7146         (String handling <string.h>): Move strdup to the new section.
7147         Suggested by Simon Josefsson and Paolo Bonzini.
7148
7149 2008-09-21  Bruno Haible  <bruno@clisp.org>
7150
7151         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
7152         exponents in %e and %g results on 'long double'. Needed for mingw's
7153         improved *printf functions.
7154         * tests/test-vasprintf-posix.c (test_function): Likewise.
7155         * tests/test-snprintf-posix.h (test_function): Likewise.
7156         * tests/test-sprintf-posix.h (test_function): Likewise.
7157         Reported by Eric Blake.
7158
7159 2008-09-21  Bruno Haible  <bruno@clisp.org>
7160
7161         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
7162         * tests/test-sprintf-posix.h (test_function): Likewise.
7163
7164 2008-09-21  Bruno Haible  <bruno@clisp.org>
7165
7166         * modules/getpass (Depends-on): Add strdup-posix.
7167
7168         New module 'strdup-posix'.
7169         * modules/strdup-posix: New file.
7170         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
7171         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
7172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7173         REPLACE_STRDUP.
7174         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
7175         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
7176         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7177         strdup-posix.
7178
7179         * modules/strdup (Depends-on): Remove malloc-posix.
7180
7181 2008-09-20  Bruno Haible  <bruno@clisp.org>
7182
7183         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
7184         Wildenhues.
7185
7186 2008-09-20  Bruno Haible  <bruno@clisp.org>
7187
7188         Ensure that wint_t gets defined on IRIX 5.3.
7189         * lib/wchar.in.h (wint_t): Define if not defined by the system.
7190         * lib/wctype.in.h (wint_t): Likewise.
7191         (__wctype_wint_t): Remove type.
7192         (isw*): Use wint_t instead of __wctype_wint_t.
7193         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
7194         * modules/wchar (Files): Add m4/wint_t.m4.
7195         (Makefile.am): Substitute HAVE_WINT_T.
7196         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
7197         * tests/test-wctype.c: Check that wint_t is defined.
7198         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
7199         * doc/posix-headers/wctype.texi: Likewise.
7200         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7201
7202 2008-09-18  Bruno Haible  <bruno@clisp.org>
7203
7204         * gnulib-tool (func_exit): Update comment.
7205
7206 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7207
7208         * modules/getaddrinfo (Depends-on): Remove strdup, this module
7209         assumes strdup exists and does not depend on strdup to return
7210         ENOMEM on out of memory conditions.
7211
7212 2008-09-18  Bruno Haible  <bruno@clisp.org>
7213
7214         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
7215         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
7216         digits for the exponent.
7217
7218 2008-09-18  Jim Meyering  <meyering@redhat.com>
7219             Bruno Haible  <bruno@clisp.org>
7220
7221         * lib/vasnprintf.c (decimal_point_char): Define also if
7222         NEED_PRINTF_INFINITE_LONG_DOUBLE.
7223
7224 2008-09-16  Bruno Haible  <bruno@clisp.org>
7225         and Eric Blake  <ebb9@byu.net>
7226
7227         vasnprintf: support Irix 5.3
7228         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
7229         that mishandle long double infinity.
7230         Reported by Tom G. Christensen.
7231
7232 2008-09-16  Bruno Haible  <bruno@clisp.org>
7233
7234         * doc/glibc-functions/scandir.texi: Mention the function is missing on
7235         Solaris 9.
7236         * doc/glibc-functions/alphasort.texi: Likewise.
7237         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
7238
7239 2008-09-16  Jim Meyering  <meyering@redhat.com>
7240
7241         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
7242         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
7243         a umask modification leak out of a subshell.  Otherwise, the
7244         opensolaris /bin/sh would be accepted and thus cause unwarranted
7245         failures in the coreutils test suite.
7246
7247 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
7248
7249         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
7250         to succeed.
7251
7252 2008-09-16  Jim Meyering  <meyering@redhat.com>
7253
7254         avoid spurious test failure when library is built without ACL support
7255         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
7256         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
7257         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
7258         * tests/test-copy-acl.sh: Likewise.
7259
7260 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7261
7262         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
7263         based on character occurrence counts.
7264
7265 2008-09-15  Eric Blake  <ebb9@byu.net>
7266
7267         tests: avoid some compiler warnings
7268         * tests/test-memchr.c (main): Pass NULL indirectly.
7269         * tests/test-closein.c (main): Avoid unused variable.
7270
7271 2008-09-15  Bruno Haible  <bruno@clisp.org>
7272
7273         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
7274         are missing on OpenBSD 4.0 individually.
7275         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7276
7277 2008-09-15  Bruno Haible  <bruno@clisp.org>
7278
7279         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
7280         * doc/posix-functions/strerror.texi: Mention also Cygwin.
7281         * doc/posix-functions/perror.texi: Likewise.
7282         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
7283         is missing.
7284         Reported by Eric Blake.
7285
7286         * lib/errno.in.h: Use replacement values >= 2000.
7287         Reported by Eric Blake.
7288
7289 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7290
7291         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
7292         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
7293         limit.
7294         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
7295         compareseq was aborted.
7296
7297 2008-09-14  Bruno Haible  <bruno@clisp.org>
7298
7299         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
7300         yvec_edit_count.
7301         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
7302         (fstrcmp_bounded): Simplify result computation accordingly.
7303
7304 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7305
7306         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
7307         (fstrcmp): Define in terms of fstrcmp_bounded.
7308         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
7309         lower_bound argument.
7310         Return quickly if the result is certainly < lower_bound.
7311         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
7312
7313 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7314
7315         * lib/diffseq.h (EARLY_ABORT): New macro.
7316         (compareseq): Change return type to bool. Return true when EARLY_ABORT
7317         evaluates to true.
7318
7319 2008-09-14  Bruno Haible  <bruno@clisp.org>
7320
7321         * modules/perror-tests: New file.
7322         * tests/test-perror.sh: New file.
7323         * tests/test-perror.c: New file.
7324
7325         New module 'perror'.
7326         * lib/stdio.in.h (perror): New declaration.
7327         * lib/perror.c: New file.
7328         * m4/perror.m4: New file.
7329         * modules/perror: New file.
7330         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7331         * doc/posix-functions/perror.texi: Mention the perror module.
7332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7333         REPLACE_PERROR.
7334         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7335         REPLACE_PERROR.
7336
7337 2008-09-14  Bruno Haible  <bruno@clisp.org>
7338
7339         * modules/stdio (Makefile.am): Reorder to match the order in
7340         lib/stdio.in.h.
7341         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7342
7343 2008-09-13  Bruno Haible  <bruno@clisp.org>
7344
7345         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7346
7347 2008-09-13  Bruno Haible  <bruno@clisp.org>
7348
7349         Extend strerror to cover the added errno values.
7350         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7351         (rpl_strerror): Provide error messages for the added errno values and
7352         for the WSA* values.
7353         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7354         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7355         strerror.
7356         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7357         * modules/strerror (Depends-on): Add errno.
7358         * doc/posix-functions/strerror.texi: Document the change.
7359         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7360         and EOVERFLOW.
7361
7362 2008-09-13  Bruno Haible  <bruno@clisp.org>
7363
7364         * modules/EOVERFLOW: Remove file.
7365         * m4/eoverflow.m4: Remove file.
7366         * modules/EOVERFLOW-tests: Remove file.
7367         * tests/test-EOVERFLOW.c: Remove file.
7368         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7369         * modules/ftell (Depends-on): Likewise.
7370         * modules/getdelim (Depends-on): Likewise.
7371         * modules/getugroups (Depends-on): Likewise.
7372         * modules/poll (Depends-on): Likewise.
7373         * modules/snprintf (Depends-on): Likewise.
7374         * modules/sprintf-posix (Depends-on): Likewise.
7375         * modules/vasnprintf (Depends-on): Likewise.
7376         * modules/vasprintf (Depends-on): Likewise.
7377         * modules/vfprintf-posix (Depends-on): Likewise.
7378         * modules/vsnprintf (Depends-on): Likewise.
7379         * modules/vsprintf-posix (Depends-on): Likewise.
7380         * modules/xvasprintf (Depends-on): Likewise.
7381         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7382         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7383         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7384         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7385         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7386         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7387         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7388         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7389         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7390         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7391         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7392         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7393         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7394         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7395         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7396         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7397         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7398         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7399         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7400         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7401         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7402         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7403         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7404         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7405         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7406         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7407         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7408         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7409         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7410         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7411         * MODULES.html.sh: Remove EOVERFLOW.
7412         * NEWS: Mention the change.
7413
7414 2008-09-13  Bruno Haible  <bruno@clisp.org>
7415
7416         * modules/errno-tests: New file.
7417         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7418
7419         * lib/errno.in.h: New file.
7420         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7421         * modules/errno: New file.
7422         * doc/posix-headers/errno.texi: Update documentation.
7423         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
7424
7425 2008-09-13  Bruno Haible  <bruno@clisp.org>
7426
7427         * tests/test-poll.c: Use #if for native Windows, rather than testing
7428         __MSVCRT__.
7429
7430 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7431             Bruno Haible  <bruno@clisp.org>
7432
7433         * lib/glob.c: Don't include <pwd.h> on native Windows.
7434         (WINDOWS32): New macro.
7435         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
7436
7437 2008-09-13  Bruno Haible  <bruno@clisp.org>
7438
7439         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
7440         (ETIMEDOUT): Remove macro.
7441         (glthread_cond_timedwait_multithreaded): New declaration.
7442         (glthread_cond_timedwait): Use it.
7443         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
7444         (glthread_cond_timedwait_multithreaded): New function.
7445
7446 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7447
7448         * modules/poll-tests: Do not check for io.h.
7449         * tests/test-poll.c: Check for __MSVCRT__ instead.
7450
7451 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7452
7453         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
7454         * modules/poll-tests: Add inet_pton, stdbool, sockets.
7455         * tests/test-poll.c: Use them.  Use _pipe on Windows.
7456
7457 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7458
7459         * modules/poll-tests: New.
7460         * tests/test-poll.c: New.
7461
7462 2008-09-12  Eric Blake  <ebb9@byu.net>
7463
7464         frexp: test for NetBSD failure on -0.0
7465         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
7466         not all, bugs from NetBSD 3.0 have been fixed.
7467         * doc/posix-functions/frexp.texi (frexp): Document bug.
7468         Reported by Thomas Klausner.
7469
7470         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
7471         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
7472         literal -0.0.
7473         Reported by Jonathan C. Patschke <jp@centtech.com>.
7474
7475 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7476
7477         * lib/glthread/cond.h: Use dummy implementation also if
7478         USE_WIN32_THREADS.
7479
7480 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7481
7482         * modules/fnmatch-posix (License): Change to LGPLv2+.
7483         * modules/fnmatch-gnu (License): Likewise.
7484
7485 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7486
7487         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
7488
7489 2008-09-11  Jim Meyering  <meyering@redhat.com>
7490
7491         * users.txt: Add gtk-vnc.
7492
7493 2008-09-08  Simon Josefsson  <simon@josefsson.org>
7494
7495         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
7496         rotate amounts.
7497
7498         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
7499         required for 16-bit and 8-bit rotates.
7500         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
7501         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
7502         UINT8_MAX instead of hard-coded constants.
7503         Suggested by Paul Eggert.
7504
7505 2008-09-07  Bruno Haible  <bruno@clisp.org>
7506
7507         * tests/test-striconveh.c (main): Check behaviour when converting from
7508         UTF-7.
7509
7510         Make striconveh work better with stateful encodings.
7511         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
7512         that iconv does not increment the inptr when returning -1/EINVAL.
7513
7514 2008-09-07  Bruno Haible  <bruno@clisp.org>
7515
7516         * build-aux/config.rpath: Update according to libtool-2.2.6.
7517         * build-aux/config.libpath: Likewise.
7518
7519 2008-09-06  Bruno Haible  <bruno@clisp.org>
7520
7521         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
7522         * lib/freadptr.c (freadptr): Likewise.
7523         * lib/freadseek.c (freadptrinc): Likewise.
7524         Reported by Simon Josefsson.
7525
7526 2008-09-06  Bruno Haible  <bruno@clisp.org>
7527
7528         * modules/freadptr (License): Change to LGPLv2+.
7529         * modules/freadseek (License): Likewise.
7530         Suggested by Eric Blake.
7531
7532         * modules/memchr2 (License): Change to LGPLv2+.
7533         Approved by Eric Blake.
7534
7535 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7536             Bruno Haible  <bruno@clisp.org>
7537
7538         Make gnulib-tool work with native 'sed' on AIX.
7539         * gnulib-tool (sed_noop): New variable.
7540         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
7541         func_add_or_update, func_create_testdir): Use it to initialize sed
7542         script variables.
7543         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7544
7545 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
7546             Bruno Haible  <bruno@clisp.org>
7547
7548         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
7549         also works after #include directives.
7550
7551 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
7552
7553         getdate.y: reject an out-of-range timezone value
7554         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
7555         the range [-24...+24].  When specified with only one or two digits,
7556         * tests/test-getdate.c: Tests for the fix.
7557         * doc/getdate.texi: Document this change.
7558
7559 2008-09-03  Bruno Haible  <bruno@clisp.org>
7560
7561         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
7562
7563 2008-09-02  Simon Josefsson  <simon@josefsson.org>
7564
7565         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
7566         <bruce.korb@gmail.com> with ideas from Ben Pfaff
7567         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
7568         Blake <ebb9@byu.net>.
7569
7570         * tests/test-bitrotate.c: Add more test vectors.
7571
7572 2008-09-02  Eric Blake  <ebb9@byu.net>
7573
7574         vasnprintf-posix: handle large precision via %.*d
7575         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
7576         when handling it ourselves.
7577         * tests/test-vasnprintf-posix.c (test_function): Add test.
7578         * tests/test-snprintf-posix.h (test_function): Likewise.
7579         * tests/test-sprintf-posix.h (test_function): Likewise.
7580         * tests/test-vasprintf-posix.c (test_function): Likewise.
7581         Reported by Alain Guibert.
7582
7583 2008-09-01  Eric Blake  <ebb9@byu.net>
7584
7585         c-stack: make configure-time check more robust
7586         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
7587         successful sigaction call.
7588         Reported by Tom G. Christensen.
7589
7590 2008-09-01  Bruno Haible  <bruno@clisp.org>
7591
7592         New module 'findprog-lgpl'.
7593         * modules/findprog-lgpl: New file.
7594         * lib/findprog-lgpl.c: New file.
7595         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
7596         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
7597         to decide whether to use strdup or xstrdup, concatenated_filename or
7598         xconcatenated_filename.
7599
7600 2008-09-01  Bruno Haible  <bruno@clisp.org>
7601
7602         Split module 'concat-filename' into 'concat-filename' (LGPL) and
7603         'xconcat-filename' (GPL).
7604         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
7605         (License): Change to LGPLv2+.
7606         * modules/xconcat-filename: New file.
7607         * lib/concat-filename.h (concatenated_filename): Change specification.
7608         (xconcatenated_filename): New declaration.
7609         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
7610         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
7611         memory situations.
7612         * lib/xconcat-filename.c: New file.
7613         * NEWS: Mention the change.
7614         * lib/findprog.c: Include concat-filename.h, not filename.h.
7615         (find_in_path): Use xconcatenated_filename instead of
7616         concatenated_filename.
7617         * lib/javacomp.c: Include concat-filename.h, not filename.h.
7618         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7619         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7620         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7621         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
7622         instead of concatenated_filename.
7623         * lib/javaexec.c: Include concat-filename.h, not filename.h.
7624         (execute_java_class): Use xconcatenated_filename instead of
7625         concatenated_filename.
7626         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
7627         * modules/javacomp (Depends-on): Likewise.
7628         * modules/javaexec (Depends-on): Likewise.
7629
7630 2008-09-01  Bruno Haible  <bruno@clisp.org>
7631
7632         Split module 'filename' into 'filename' and 'concat-filename'.
7633         * modules/filename: Keep only lib/filename.h.
7634         (License): Change to LGPLv2+.
7635         * modules/concat-filename: New file, extracted from modules/filename.
7636         * lib/filename.h (concatenated_filename): Remove declaration.
7637         * lib/concat-filename.h: New file, extracted from lib/filename.h.
7638         * lib/concat-filename.c: Include concat-filename.h.
7639         * NEWS: Mention the change.
7640
7641 2008-09-01  Simon Josefsson  <simon@josefsson.org>
7642
7643         * lib/bitrotate.h (rotl8, rotr8): Add.
7644
7645         * modules/bitrotate (configure.ac): Need
7646         AC_REQUIRE([AC_C_INLINE]).
7647         (Description): Mention stdint.h.  Reported by Bruno Haible
7648         <bruno@clisp.org>.
7649
7650         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
7651         Paolo Bonzini <bonzini@gnu.org>.
7652
7653 2008-08-31  Bruno Haible  <bruno@clisp.org>
7654
7655         Assume Solaris specific bi-arch conventions on Solaris systems.
7656         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
7657         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
7658         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
7659         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
7660         like acl_libdirstem.
7661         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
7662         acl_libdirstem.
7663         * NEWS: Mention the change.
7664         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
7665
7666 2008-08-31  Jim Meyering  <meyering@redhat.com>
7667
7668         * lib/strftime.h: Add comments describing the two added arguments.
7669
7670         remove duplicate #include directives
7671         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
7672         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
7673
7674 2008-08-31  Bruno Haible  <bruno@clisp.org>
7675
7676         New module 'sigpipe-die'.
7677         * modules/sigpipe-die: New file.
7678         * lib/sigpipe-die.h: New file.
7679         * lib/sigpipe-die.c: New file.
7680         * MODULES.html.sh (Signal handling): Add sigpipe-die.
7681
7682 2008-08-31  Bruno Haible  <bruno@clisp.org>
7683
7684         Don't override previously installed signal handlers.
7685         * lib/fatal-signal.c (saved_sigactions): New variable.
7686         (uninstall_handlers): Reset the signal to the saved handler, not
7687         to SIG_DFL (except when ignored).
7688         (install_handlers): Save the previous handlers.
7689
7690 2008-08-30  Bruno Haible  <bruno@clisp.org>
7691
7692         * gnulib-tool (func_reset_sigpipe): New function.
7693         (func_get_automake_snippet, func_modules_transitive_closure,
7694         func_import): Invoke it before a join command that reads from stdin,
7695         to avoid "echo: write error: Broken pipe" error messages on stderr.
7696         Reported by Sam Steingold <sds@gnu.org>.
7697
7698 2008-08-30  Bruno Haible  <bruno@clisp.org>
7699
7700         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
7701         Code copied from m4/open.m4.
7702         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
7703         access and the filename ends in a slash. Code copied from lib/open.c.
7704         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
7705         * tests/test-fopen.c (main): Check against bug with trailing slash.
7706
7707 2008-08-29  Bruno Haible  <bruno@clisp.org>
7708
7709         Avoid some "gcc -pedantic" warnings.
7710         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
7711         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
7712         * lib/dirent.in.h: Likewise.
7713         * lib/fcntl.in.h: Likewise.
7714         * lib/float.in.h: Likewise.
7715         * lib/iconv.in.h: Likewise.
7716         * lib/inttypes.in.h: Likewise.
7717         * lib/locale.in.h: Likewise.
7718         * lib/math.in.h: Likewise.
7719         * lib/netinet_in.in.h: Likewise.
7720         * lib/search.in.h: Likewise.
7721         * lib/signal.in.h: Likewise.
7722         * lib/stdarg.in.h: Likewise.
7723         * lib/stdint.in.h: Likewise.
7724         * lib/stdio.in.h: Likewise.
7725         * lib/stdlib.in.h: Likewise.
7726         * lib/string.in.h: Likewise.
7727         * lib/strings.in.h: Likewise.
7728         * lib/sys_select.in.h: Likewise.
7729         * lib/sys_socket.in.h: Likewise.
7730         * lib/sys_stat.in.h: Likewise.
7731         * lib/sys_time.in.h: Likewise.
7732         * lib/sysexits.in.h: Likewise.
7733         * lib/time.in.h: Likewise.
7734         * lib/unistd.in.h: Likewise.
7735         * lib/wchar.in.h: Likewise.
7736         * lib/wctype.in.h: Likewise.
7737         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
7738         * modules/fchdir (Makefile.am): Likewise.
7739         * modules/fcntl (Makefile.am): Likewise.
7740         * modules/float (Makefile.am): Likewise.
7741         * modules/iconv_open (Makefile.am): Likewise.
7742         * modules/inttypes (Makefile.am): Likewise.
7743         * modules/locale (Makefile.am): Likewise.
7744         * modules/math (Makefile.am): Likewise.
7745         * modules/netinet_in (Makefile.am): Likewise.
7746         * modules/search (Makefile.am): Likewise.
7747         * modules/signal (Makefile.am): Likewise.
7748         * modules/stdarg (Makefile.am): Likewise.
7749         * modules/stdint (Makefile.am): Likewise.
7750         * modules/stdio (Makefile.am): Likewise.
7751         * modules/stdlib (Makefile.am): Likewise.
7752         * modules/string (Makefile.am): Likewise.
7753         * modules/strings (Makefile.am): Likewise.
7754         * modules/sys_select (Makefile.am): Likewise.
7755         * modules/sys_socket (Makefile.am): Likewise.
7756         * modules/sys_stat (Makefile.am): Likewise.
7757         * modules/sys_time (Makefile.am): Likewise.
7758         * modules/sysexits (Makefile.am): Likewise.
7759         * modules/time (Makefile.am): Likewise.
7760         * modules/unistd (Makefile.am): Likewise.
7761         * modules/wchar (Makefile.am): Likewise.
7762         * modules/wctype (Makefile.am): Likewise.
7763         Reported by Reuben Thomas <rrt@sc3d.org>.
7764
7765 2008-08-29  Bruno Haible  <bruno@clisp.org>
7766
7767         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
7768         any more.
7769
7770 2008-08-29  Simon Josefsson  <simon@josefsson.org>
7771
7772         * MODULES.html.sh (Misc): Add bitrotate.
7773
7774         * modules/bitrotate: New file.
7775
7776         * lib/bitrotate.h: New file.
7777
7778         * modules/bitrotate-tests: New file.
7779
7780         * tests/test-bitrotate.c: New file.
7781
7782         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
7783         on the bitrotate module.
7784
7785         * lib/arctwo.c: Use new bitrotate module.
7786
7787 2008-08-29  Jim Meyering  <meyering@redhat.com>
7788
7789         bootstrap: merge changes from coreutils
7790         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
7791         of copied files.  Remove a kludge, now that this is fixed.
7792         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
7793         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
7794         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
7795
7796 2008-08-29  Bruno Haible  <bruno@clisp.org>
7797
7798         * MODULES.html.sh: Remove --cvs-urls option.
7799
7800 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
7801
7802         maint.mk: adjust to file name change
7803         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
7804
7805 2008-08-28  Jim Meyering  <meyering@redhat.com>
7806
7807         * modules/getndelim2 (License): Relicense to LGPLv2+.
7808         Approved by Richard Stallman for the version of 1995, and by
7809         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
7810
7811 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
7812
7813         * lib/getdelim.c (flockfile, funlockfile): Make all of them
7814         dummy if one is not available.  Do not touch them if
7815         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
7816         (getc_maybe_unlocked): New.
7817         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
7818
7819 2008-08-26  Eric Blake  <ebb9@byu.net>
7820
7821         doc/INSTALL: resync from autoconf
7822         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
7823         (INSTALL_PRELUDE): Delete; this is done more efficiently by
7824         moving...
7825         * install.texi [!autoconf]: ...here.  Resync from autoconf.
7826         * INSTALL: Regenerate.
7827         * INSTALL.ISO: New file.
7828         * INSTALL.UTF-8: Likewise.
7829
7830 2008-08-26  Jim Meyering  <meyering@redhat.com>
7831
7832         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
7833         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
7834         these definitions conditional, so that they may be overridden, too.
7835
7836 2008-08-26  Bruno Haible  <bruno@clisp.org>
7837
7838         Generate INSTALL file variants with prettier quotes.
7839         * doc/Makefile (INSTALL_PRELUDE): New macro.
7840         (INSTALL): Use it.
7841         (INSTALL.ISO, INSTALL.UTF-8): New rules.
7842
7843 2008-08-26  Bruno Haible  <bruno@clisp.org>
7844
7845         Run makeinfo in an English locale.
7846         * doc/Makefile (MAKEINFO): New variable.
7847
7848 2008-08-26  Bruno Haible  <bruno@clisp.org>
7849
7850         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
7851         Suggested by Eric Blake.
7852
7853 2008-08-25  Bruno Haible  <bruno@clisp.org>
7854
7855         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
7856
7857 2008-08-25  Eric Blake  <ebb9@byu.net>
7858
7859         c-stack: test that stack overflow can be caught
7860         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
7861         that platform allows handling stack overflow; at least OS/2 EMX
7862         has sigaltstack, but crashes before transferring control to
7863         handler on stack overflow.
7864         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
7865         check for HAVE_STACK_OVERFLOW_HANDLING.
7866         Reported by Elbert Pol.
7867
7868 2008-08-25  Bruno Haible  <bruno@clisp.org>
7869
7870         * doc/posix-functions/strftime.texi: Fix description of strftime
7871         module.
7872
7873 2008-08-24  Bruno Haible  <bruno@clisp.org>
7874
7875         * tests/uniwidth/test-uc_width2.c: New file.
7876         * tests/uniwidth/test-uc_width2.sh: New file.
7877         * modules/uniwidth/width-tests (Files): Add the new files.
7878         (TESTS): Add uniwidth/test-uc_width2.sh.
7879         (TESTS_ENVIRONMENT): New variable.
7880         (check_PROGRAMS): Add test-uc_width2.
7881         (test_uc_width2_SOURCES): New variable.
7882
7883         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
7884         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
7885         not 0x00AB.
7886         Reported by Alexander V. Lukyanov <lav@netis.ru>.
7887
7888 2008-08-22  Eric Blake  <ebb9@byu.net>
7889
7890         test-lock, test-tls: mention why a test is skipped
7891         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
7892         skipped.
7893         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
7894
7895         count-one-bits: relax license
7896         * modules/count-one-bits (License): Relicense to LGPLv2+.
7897         Suggested by Ludovic Courtès, approved by Ben Pfaff.
7898
7899 2008-08-22  Andreas Schwab  <schwab@suse.de>
7900
7901         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
7902         Remove spurious space in assignment.
7903
7904 2008-08-21  Simon Josefsson  <simon@josefsson.org>
7905
7906         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
7907         Paul Eggert <eggert@CS.UCLA.EDU>.
7908
7909 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
7910
7911         * modules/gettext: Add m4/threadlib.m4.
7912
7913 2008-08-19  Eric Blake  <ebb9@byu.net>
7914
7915         test-c-stack: fix compilation failure on FreeBSD 5.0
7916         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
7917         headers before <sys/resource.h>.
7918         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
7919         the bug.
7920         Reported by Nelson H. F. Beebe.
7921
7922         strverscmp: migrate from "strverscmp.h" to <string.h>
7923         * modules/string (Makefile.am): Add new hooks.
7924         * modules/strverscmp (Files): Remove strverscmp.h.
7925         (Depends-on): Add string.
7926         (configure.ac): Add indicator.
7927         (Include): Mention new header.
7928         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
7929         defaults.
7930         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
7931         results.
7932         * lib/strverscmp.h: Delete.
7933         * lib/string.in.h (strverscmp): Provide declaration, when needed.
7934         * tests/test-strverscmp.c (includes): Adjust client.
7935         * lib/check-version.c (includes): Likewise.
7936         * NEWS: Document the change.
7937
7938         strverscmp: add unit test
7939         * modules/strverscmp-tests: New file.
7940         * tests/test-strverscmp.c: Likewise.
7941
7942 2008-08-19  Simon Josefsson  <simon@josefsson.org>
7943
7944         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
7945         regarding Windows crypto stuff, from Mono.
7946
7947 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
7948
7949         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
7950         if present, for intel RND.  Return error on failures.
7951
7952 2008-08-18  Ben Pfaff  <blp@gnu.org>
7953
7954         gitlog-to-changelog: give better diagnostic for failed pipe-open
7955         * build-aux/gitlog-to-changelog: Improve error message: suggest
7956         that the version of Git may be too old.
7957
7958 2008-08-18  Simon Josefsson  <simon@josefsson.org>
7959
7960         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
7961         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
7962
7963 2008-08-18  Bruno Haible  <bruno@clisp.org>
7964
7965         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
7966         pthread_in_use().
7967
7968 2008-08-18  Bruno Haible  <bruno@clisp.org>
7969
7970         * lib/glthread/threadlib.c: Include <pthread.h>.
7971
7972 2008-08-18  Bruno Haible  <bruno@clisp.org>
7973
7974         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
7975         glthread_recursive_lock_* macros.
7976         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
7977         Fix syntax error.
7978
7979 2008-08-18  Bruno Haible  <bruno@clisp.org>
7980
7981         * lib/glthread/thread.c: Avoid forcing a context switch right after
7982         thread creation.
7983
7984 2008-08-17  Bruno Haible  <bruno@clisp.org>
7985
7986         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
7987         * lib/glthread/thread.h: Provide Win32 specific implementation.
7988         * modules/thread (Files): Add lib/glthread/thread.c.
7989         (Depends-on): Add lock.
7990         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
7991
7992 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7993
7994         New module 'yield'.
7995         * modules/yield: New file.
7996         * lib/glthread/yield.h: New file.
7997         * m4/yield.m4: New file.
7998         * MODULES.html.sh (Multithreading): Add yield.
7999
8000 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8001
8002         New module 'thread'.
8003         * modules/thread: New file.
8004         * lib/glthread/thread.h: New file.
8005         * m4/thread.m4: New file.
8006         * MODULES.html.sh (Multithreading): Add thread.
8007
8008 2008-08-17  Bruno Haible  <bruno@clisp.org>
8009
8010         * lib/glthread/lock.h: Include <stdlib.h> always.
8011         * lib/glthread/tls.h: Likewise.
8012         * lib/glthread/cond.h: Likewise.
8013
8014 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8015
8016         New module 'cond'.
8017         * modules/cond: New file.
8018         * lib/glthread/cond.h: New file.
8019         * lib/glthread/cond.c: New file.
8020         * m4/cond.m4: New file.
8021         * MODULES.html.sh (Multithreading): Add cond.
8022
8023 2008-08-16  Eric Blake  <ebb9@byu.net>
8024
8025         c-stack: fix regression on Irix 5.3 from 2008-06-21
8026         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
8027         sa_sigaction...
8028         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
8029         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
8030         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
8031         * modules/signal (Makefile.am): Use the value.
8032         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
8033         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
8034         * doc/posix-headers/signal.texi (signal.h): Document this
8035         portability issue.
8036         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
8037         Reported by Tom G. Christensen.
8038
8039 2008-08-17  Bruno Haible  <bruno@clisp.org>
8040
8041         New module 'threadlib'.
8042         * modules/threadlib: New file.
8043         * lib/glthread/threadlib.c: New file, extracted from
8044         lib/glthread/lock.c.
8045         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
8046         functions.
8047         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
8048         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
8049         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
8050         macros.
8051         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
8052         (gl_DISABLE_THREADS): Remove macro.
8053         * modules/lock (Files): Remove build-aux/config.rpath.
8054         (Depends-on): Remove havelib. Add threadlib.
8055         (configure.ac-early): Remove section.
8056         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
8057         * modules/tls (Depends-on): Remove lock. Add threadlib.
8058         (Link): New section, copied from threadlib.
8059         * MODULES.html.sh (Multithreading): Add threadlib.
8060
8061 2008-08-14  Bruno Haible  <bruno@clisp.org>
8062
8063         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
8064         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
8065         glthread_rwlock_unlock, glthread_rwlock_destroy,
8066         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
8067         glthread_recursive_lock_destroy): Define as macros always.
8068         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
8069         glthread_lock_lock.
8070         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
8071         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
8072         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
8073         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
8074         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
8075         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
8076         (glthread_recursive_lock_lock_func): Renamed from
8077         glthread_recursive_lock_lock.
8078         (glthread_recursive_lock_unlock_func): Renamed from
8079         glthread_recursive_lock_unlock.
8080         (glthread_recursive_lock_destroy_func): Renamed from
8081         glthread_recursive_lock_destroy.
8082
8083 2008-08-14  Bruno Haible  <bruno@clisp.org>
8084
8085         * lib/glthread/lock.h: Renamed from lib/lock.h.
8086         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
8087         * lib/glthread/tls.h: Renamed from lib/tls.h.
8088         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
8089         * lib/fstrcmp.c: Update includes.
8090         * lib/strsignal.c: Update includes.
8091         * modules/lock (Files, Makefile.am): Update.
8092         (Include): Change to "glthread/lock.h".
8093         * modules/tls (Files, Makefile.am): Update.
8094         (Include): Change to "glthread/tls.h".
8095         * tests/test-lock.c: Update includes.
8096         * tests/test-tls.c: Update includes.
8097         * NEWS: Mention the renamed header files.
8098
8099 2008-08-11  Jim Meyering  <meyering@redhat.com>
8100
8101         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
8102
8103 2008-08-11  Eric Blake  <ebb9@byu.net>
8104
8105         test-c-stack: avoid C99-ism
8106         * tests/test-c-stack.c (main): Fix whitespace, move declaration
8107         before statement.
8108         Reported by Alain Guibert.
8109
8110 2008-08-10  Jim Meyering  <meyering@redhat.com>
8111
8112         ensure that return value of uinttostr et al are not ignored
8113         * lib/inttostr.h (__GNUC_PREREQ): Define.
8114         (__attribute_warn_unused_result__): Define.
8115         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
8116
8117 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
8118
8119         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
8120         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
8121
8122 2008-08-07  Jim Meyering  <meyering@redhat.com>
8123
8124         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
8125
8126         * modules/mkstemp (License): Relicense under LGPLv2+.
8127         * modules/tempname (License): Likewise.
8128
8129 2008-08-06  Bruno Haible  <bruno@clisp.org>
8130
8131         * lib/poll.c (poll): Further micro-optimization.
8132
8133 2008-08-06  Jim Meyering  <meyering@redhat.com>
8134
8135         inet_pton.c: use locale-independent tolower
8136         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
8137         (inet_pton6): Use c_tolower rather than tolower.
8138         * modules/inet_pton (Depends-on): Add c-ctype.
8139
8140 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
8141
8142         * lib/poll.c (poll): Avoid division when timeout is 0, cache
8143         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
8144
8145 2008-08-06  Jim Meyering  <meyering@redhat.com>
8146
8147         * modules/inet_pton (License): Relicense under LGPLv2+.
8148
8149 2008-08-03  Bruno Haible  <bruno@clisp.org>
8150
8151         Additional non-aborting API for lock and tls.
8152         * lib/lock.h: Include <errno.h>.
8153         (glthread_lock_init): New macro/function.
8154         (gl_lock_init): Define as wrapper around glthread_lock_init.
8155         (glthread_lock_lock): New macro/function.
8156         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
8157         (glthread_lock_unlock): New macro/function.
8158         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
8159         (glthread_lock_destroy): New macro/function.
8160         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
8161         (glthread_rwlock_init): New macro/function.
8162         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
8163         (glthread_rwlock_rdlock): New macro/function.
8164         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
8165         (glthread_rwlock_wrlock): New macro/function.
8166         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
8167         (glthread_rwlock_unlock): New macro/function.
8168         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
8169         (glthread_rwlock_destroy): New macro/function.
8170         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
8171         (glthread_recursive_lock_init): New macro/function.
8172         (gl_recursive_lock_init): Define as wrapper around
8173         glthread_recursive_lock_init.
8174         (glthread_recursive_lock_lock): New macro/function.
8175         (gl_recursive_lock_lock): Define as wrapper around
8176         glthread_recursive_lock_lock.
8177         (glthread_recursive_lock_unlock): New macro/function.
8178         (gl_recursive_lock_unlock): Define as wrapper around
8179         glthread_recursive_lock_unlock.
8180         (glthread_recursive_lock_destroy): New macro/function.
8181         (gl_recursive_lock_destroy): Define as wrapper around
8182         glthread_recursive_lock_destroy.
8183         (glthread_once): New macro/function.
8184         (gl_once): Define as wrapper around glthread_once.
8185         Update function declarations.
8186         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
8187         glthread_rwlock_init. Return error code.
8188         (glthread_rwlock_rdlock_multithreaded): Renamed from
8189         glthread_rwlock_rdlock. Return error code.
8190         (glthread_rwlock_wrlock_multithreaded): Renamed from
8191         glthread_rwlock_wrlock. Return error code.
8192         (glthread_rwlock_unlock_multithreaded): Renamed from
8193         glthread_rwlock_unlock. Return error code.
8194         (glthread_rwlock_destroy_multithreaded): Renamed from
8195         glthread_rwlock_destroy. Return error code.
8196         (glthread_recursive_lock_init_multithreaded): Renamed from
8197         glthread_recursive_lock_init. Return error code.
8198         (glthread_recursive_lock_lock_multithreaded): Renamed from
8199         glthread_recursive_lock_lock. Return error code.
8200         (glthread_recursive_lock_unlock_multithreaded): Renamed from
8201         glthread_recursive_lock_unlock. Return error code.
8202         (glthread_recursive_lock_destroy_multithreaded): Renamed from
8203         glthread_recursive_lock_destroy. Return error code.
8204         (glthread_once_call): Make static.
8205         (glthread_once_multithreaded): Renamed from glthread_once.
8206         * lib/tls.h: Include <errno.h>.
8207         (glthread_tls_key_init): New macro/function.
8208         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
8209         (glthread_tls_set): New macro/function.
8210         (gl_tls_set): Define as wrapper around glthread_tls_set.
8211         (glthread_tls_key_destroy): New macro/function.
8212         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
8213         Update function declarations.
8214         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
8215         glthread_tls_get.
8216         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8217
8218 2008-08-04  Eric Blake  <ebb9@byu.net>
8219
8220         gnumakefile: use space, not TAB, outside of targets
8221         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
8222
8223 2008-08-02  Jim Meyering  <meyering@redhat.com>
8224
8225         getdate.y: avoid locale-dependent date parsing failure
8226         In Turkish locales, getdate would fail to recognize keywords
8227         containing a lowercase "i".  The solution is not to rely on
8228         locale-sensitive case-conversion.
8229         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
8230         (lookup_word): Use c_toupper in place of toupper.
8231         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
8232         Reported by Vefa Bicakci <bicave@superonline.com> in
8233         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
8234         * modules/getdate (Depends-on): Add c-ctype.
8235
8236 2008-08-02  Bruno Haible  <bruno@clisp.org>
8237
8238         * gnulib-tool (func_import): When updating or creating a .gitignore
8239         file, prepend each added line with a slash, and ignore leading slashes
8240         from the existing lines.
8241         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8242
8243 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8244
8245         Portability fix for GNU make 3.79.1.
8246         * top/GNUmakefile: Avoid 'else COND', which older GNU make
8247         versions do not understand.
8248
8249 2008-08-01  Bruno Haible  <bruno@clisp.org>
8250
8251         Work around bug of HP-UX 10.20 cc with -0.0 literal.
8252         * tests/test-isnanf.h (zero): New variable.
8253         (main): Avoid literal -0.0f.
8254         * tests/test-isnand.h (zero): New variable.
8255         (main): Avoid literal -0.0.
8256         * tests/test-isnanl.h (zero): New variable.
8257         (main): Avoid literal -0.0L.
8258         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
8259         (test_float, test_double, test_long_double): Avoid literals -0.0f,
8260         -0.0, -0.0L.
8261         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
8262         (test_signbitd): Avoid literal -0.0.
8263         (test_signbitl): Avoid literal -0.0L.
8264         * tests/test-ceilf1.c (zero): New variable.
8265         (main): Avoid literal -0.0f.
8266         * tests/test-ceill.c (zero): New variable.
8267         (main): Avoid literal -0.0L.
8268         * tests/test-floorf1.c (zero): New variable.
8269         (main): Avoid literal -0.0f.
8270         * tests/test-floorl.c (zero): New variable.
8271         (main): Avoid literal -0.0L.
8272         * tests/test-roundf1.c (zero): New variable.
8273         (main): Avoid literal -0.0f.
8274         * tests/test-round1.c (zero): New variable.
8275         (main): Avoid literal -0.0.
8276         * tests/test-roundl.c (zero): New variable.
8277         (main): Avoid literal -0.0L.
8278         * tests/test-truncf1.c (zero): New variable.
8279         (main): Avoid literal -0.0f.
8280         * tests/test-trunc1.c (zero): New variable.
8281         (main): Avoid literal -0.0.
8282         * tests/test-truncl.c (zero): New variable.
8283         (main): Avoid literal -0.0L.
8284         * tests/test-frexp.c (zero): New variable.
8285         (main): Avoid literal -0.0.
8286         * tests/test-frexpl.c (zero): New variable.
8287         (main): Avoid literal -0.0L.
8288         * tests/test-ldexpl.c (zero): New variable.
8289         (main): Avoid literal -0.0L.
8290         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8291         (zerod, zerol): New variables.
8292         (test_function): Avoid literals -0.0, -0.0L.
8293         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8294         (zerod, zerol): New variables.
8295         (test_function): Avoid literals -0.0, -0.0L.
8296         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8297         (zerod, zerol): New variables.
8298         (test_function): Avoid literals -0.0, -0.0L.
8299         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8300         (zerod, zerol): New variables.
8301         (test_function): Avoid literals -0.0, -0.0L.
8302         * tests/test-strtod.c (zero): New variable.
8303         (main): Avoid literal -0.0.
8304         Reported by Jonathan C. Patschke <jp@centtech.com>.
8305
8306 2008-07-31  Jim Meyering  <meyering@redhat.com>
8307
8308         sha256.h: correct definition of SHA224_DIGEST_SIZE
8309         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
8310         Reported by Paulie Pena IV <paulie4@gmail.com>.
8311         Define as 224 / 8, rather than as a literal.
8312         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
8313         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
8314         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
8315
8316 2008-07-31  Bruno Haible  <bruno@clisp.org>
8317
8318         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
8319         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
8320         Reported by Jonathan Patschke <jp@centtech.com>.
8321
8322 2008-07-31  Bruno Haible  <bruno@clisp.org>
8323
8324         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8325         Reported by Paolo Bonzini <bonzini@gnu.org>.
8326
8327 2008-07-30  Eric Blake  <ebb9@byu.net>
8328
8329         test-strtod: allow compilation without -lm
8330         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8331         Reported by Dennis Clarke <blastwave@gmail.com>.
8332
8333 2008-07-28  Jim Meyering  <meyering@redhat.com>
8334
8335         bootstrap: work also when there are no .po files in po/
8336         * build-aux/bootstrap (update_po_files): Complete the change
8337         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8338
8339 2008-07-27  Jim Meyering  <meyering@redhat.com>
8340
8341         * users.txt: Add zile.
8342
8343 2008-07-26  Ben Pfaff  <blp@gnu.org>
8344
8345         Add missing dependencies on new m4/exponent[fdl].m4 files.
8346         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8347         * modules/isnand-nolibm: Add m4/exponentd.m4.
8348         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8349         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8350         m4/isnan[fdl].m4, because the macros actually used moved.
8351         Reported by Jim Meyering.
8352
8353 2008-07-14  Ben Pfaff  <blp@gnu.org>
8354
8355         Add isinf module.
8356         * lib/isinf.c: New file.
8357         * lib/math.in.h: Define isinf macro if we have decided to replace
8358         it.
8359         * m4/isinf.m4: New file.
8360         * m4/math_h.m4: Initialize and substitute variables for isinf
8361         module.
8362         * modules/isinf: New file.
8363         * modules/isinf-tests: New file.
8364         * modules/math: Add substitutions for new module.
8365         * tests/test-isinf.c: New file.
8366         * doc/posix-functions/isinf.texi: Mention new module.
8367         * MODULES.html.sh: Mention new module.
8368
8369 2008-07-14  Ben Pfaff  <blp@gnu.org>
8370
8371         Factor out some macros for use by additional modules.
8372         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8373         exponentf.m4.
8374         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8375         exponentd.m4.
8376         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8377         file exponentl.m4.
8378         * m4/exponentf.m4: New file.
8379         * m4/exponentd.m4: New file.
8380         * m4/exponentl.m4: New file.
8381         * modules/isnanf: Use new file m4/exponentf.m4.
8382         * modules/isnand: Use new file m4/exponentd.m4.
8383         * modules/isnanl: Use new file m4/exponentl.m4.
8384
8385 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8386
8387         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8388         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8389         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8390         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8391
8392         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8393         readlink on platforms without PATH_MAX.
8394
8395 2008-07-21  Eric Blake  <ebb9@byu.net>
8396
8397         Warn, not fail, on stale version.
8398         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8399
8400         Don't allow installation with stale devel version number.
8401         * top/GNUmakefile (_is-install-target): New macro.
8402         (_curr-ver): Forbid installation with stale version number.
8403
8404 2008-07-20  Bruno Haible  <bruno@clisp.org>
8405
8406         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8407         TESTS_ENVIRONMENT.
8408         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8409
8410 2008-07-20  Bruno Haible  <bruno@clisp.org>
8411
8412         * lib/c-stack.h (c_stack_action): Add documentation.
8413         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8414
8415 2008-07-20  Bruno Haible  <bruno@clisp.org>
8416
8417         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8418         * modules/readlink (License): Likewise.
8419
8420 2008-07-17  Eric Blake  <ebb9@byu.net>
8421
8422         * modules/c-stack (Link): Fix typo.
8423
8424         Make c-stack use libsigsegv, when available.
8425         * modules/c-stack (Depends-on): Add libsigsegv.
8426         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
8427         needed.
8428         * lib/c-stack.c (SIGSTKSZ): Define fallback.
8429         (segv_handler, overflow_handler, c_stack_action)
8430         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
8431         implementation when libsigsegv is available, but only when using
8432         the library is necessary.
8433         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
8434         comment, explaining why XSI check fails on Linux.
8435         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
8436         * tests/test-c-stack2.sh: Tweak skip message.
8437         * NEWS: Document new link-time requirements.
8438
8439 2008-07-16  Eric Blake  <ebb9@byu.net>
8440
8441         c-stack: Expose false positives when not using libsigsegv.
8442         * modules/c-stack-tests (Files): Expand test.
8443         * tests/test-c-stack.c (main): Add means to conditionally trigger
8444         non-overflow SIGSEGV.
8445         * tests/test-c-stack2.sh: New file.
8446
8447 2008-07-14  Bruno Haible  <bruno@clisp.org>
8448
8449         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
8450         Reported by Eric Blake.
8451
8452 2008-07-14  Sam Steingold  <sds@gnu.org>
8453             Bruno Haible  <bruno@clisp.org>
8454
8455         New module libsigsegv.
8456         * modules/libsigsegv: New file.
8457         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
8458         modifications.
8459         * MODULES.html.sh (Signal handling): New section.
8460
8461 2008-07-14  Bruno Haible  <bruno@clisp.org>
8462
8463         * modules/unictype/ctype-* (Description): Add the word "function".
8464         Improves the resulting doc in MODULES.html.
8465
8466 2008-07-12  Ben Pfaff  <blp@gnu.org>
8467
8468         Add longlong module.
8469         * modules/longlong: New file.
8470
8471 2008-07-12  Bruno Haible  <bruno@clisp.org>
8472
8473         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
8474         to empty.
8475
8476 2008-07-10  Ben Pfaff  <blp@gnu.org>
8477
8478         Add isnan module.
8479         * doc/posix-functions/isnan.texi: Mention new module.
8480         * lib/math.in.h: Define isnan macro if we have decided to replace
8481         it.
8482         * m4/isnan.m4: New file.
8483         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
8484         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
8485         also.
8486         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
8487         redundancy.
8488         * m4/math_h.m4: Initialize and substitute variables for isnan
8489         module.
8490         * modules/isnan: New file.
8491         * modules/isnan-tests: New file.
8492         * modules/math: Add substitutions for new module.
8493         * tests/test-isnan.c: New file.
8494         * MODULES.html.sh: Mention new module.
8495
8496 2008-07-10  Ben Pfaff  <blp@gnu.org>
8497
8498         Add isnanf module.
8499         * lib/isnanf.m4: New file.
8500         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
8501         (gl_HAVE_ISNANF_IN_LIBM): New macro.
8502         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
8503         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
8504         * modules/isnanf: New file.
8505         * modules/isnanf-tests: New file.
8506         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
8507         files.
8508         * tests/test-isnanf-nolibm.c: factored most of its contents into
8509         new file tests/test-isnanf.h.
8510         * tests/test-isnanf.h: New file.
8511         * tests/test-isnanf.c: New file.
8512         * MODULES.html.sh: Mention new module.
8513         * doc/glibc-functions/isnanf.texi: Mention new module.
8514
8515 2008-07-10  Ben Pfaff  <blp@gnu.org>
8516
8517         Add isnand module.
8518         * lib/isnand.h: New file.
8519         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
8520         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
8521         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
8522         functionality also.
8523         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
8524         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
8525         (gl_HAVE_ISNAND_IN_LIBM): New macro.
8526         * modules/isnand: New file.
8527         * modules/isnand-tests: New file.
8528         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
8529         files.
8530         * tests/test-isnand-nolibm.c: factored most of its contents into
8531         new file tests/test-isnand.h.
8532         * tests/test-isnand.h: New file.
8533         * tests/test-isnand.c: New file.
8534         * MODULES.html.sh: Mention new module.
8535
8536 2008-07-10  Ben Pfaff  <blp@gnu.org>
8537
8538         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
8539         * lib/isnand.h: Rename lib/isnand-nolibm.h.
8540         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
8541         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
8542         * modules/isnanf-nolibm: Update references to renamed files.
8543         * modules/isnand-nolibm: Likewise.
8544         * modules/isnanf-nolibm-tests: Likewise.
8545         * modules/isnand-nolibm-tests: Likewise.
8546         * lib/frexp.c: Likewise.
8547         * lib/isfinite.c: Likewise.
8548         * lib/signbitd.c: Likewise.
8549         * lib/signbitf.c: Likewise.
8550         * lib/vasnprintf.c: Likewise.
8551         * tests/test-ceilf1.c: Likewise.
8552         * tests/test-ceilf2.c: Likewise.
8553         * tests/test-floorf1.c: Likewise.
8554         * tests/test-floorf2.c: Likewise.
8555         * tests/test-frexp.c: Likewise.
8556         * tests/test-round1.c: Likewise.
8557         * tests/test-round2.c: Likewise.
8558         * tests/test-roundf1.c: Likewise.
8559         * tests/test-strtod.c: Likewise.
8560         * tests/test-trunc1.c: Likewise.
8561         * tests/test-trunc2.c: Likewise.
8562         * tests/test-truncf1.c: Likewise.
8563         * tests/test-truncf2.c: Likewise.
8564         * NEWS: Mention the renamed header files.
8565
8566 2008-07-11  Jim Meyering  <meyering@redhat.com>
8567
8568         vc-list-files: make the last-resort awk code more portable
8569         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
8570         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
8571         does not support it.
8572
8573 2008-07-10  Eric Blake  <ebb9@byu.net>
8574
8575         Work with tar's bootstrap.
8576         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
8577         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
8578         an m4 comment.
8579
8580 2008-07-09  Jim Meyering  <meyering@redhat.com>
8581
8582         posix-shell.m4: fix typo that made this test malfunction
8583         * m4/posix-shell.m4: Remove capitalization in variable name.
8584
8585 2008-07-08  Bruno Haible  <bruno@clisp.org>
8586
8587         * m4/onceonly.m4: Update comments.
8588         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8589
8590 2008-07-04  Jim Meyering  <meyering@redhat.com>
8591
8592         * users.txt: Add vc-dwim.
8593         (bison, coreutils): Use the gitweb URL.
8594
8595 2008-07-03  Jim Meyering  <meyering@redhat.com>
8596
8597         * users.txt: Add libffcall.  From Sam Steingold.
8598
8599 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
8600
8601         getdate.y: do not ignore TZ with relative day, month or year offset
8602         * lib/getdate.y (get_date): Move the tz-handling block to follow the
8603         relative-date-handling, since otherwise, the latter would clobber the
8604         sole output (an updated Start value) of the tz-handling block.
8605         * tests/test-getdate.c: Tests for the fix
8606
8607 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8608
8609         Recognize 'foo_LIBRARIES += libgnu.a'.
8610         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
8611         makefile snippet has already specified an installation location,
8612         also using '+='.
8613
8614 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
8615
8616         getdate.y: factor out common actions
8617         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
8618         Use them in place of open-coded actions.
8619
8620 2008-07-01  Simon Josefsson  <simon@josefsson.org>
8621
8622         Add self-test for getdate module.
8623         * modules/getdate-tests: New file.
8624         * tests/test-getdate.c: New file.
8625
8626 2008-06-29  Bruno Haible  <bruno@clisp.org>
8627
8628         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
8629         .gitignore.
8630         Reported by Sylvain Beucler <beuc@beuc.net>.
8631
8632 2008-06-29  Bruno Haible  <bruno@clisp.org>
8633
8634         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
8635         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
8636
8637 2008-06-29  Bruno Haible  <bruno@clisp.org>
8638
8639         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
8640         EXTRA_DIST.
8641         Reported by Sylvain Beucler <beuc@beuc.net>.
8642
8643 2008-06-26  Jim Meyering  <meyering@redhat.com>
8644
8645         make several modules depend on the "open" module
8646         This provides slightly increased consistency when opening-for-write
8647         the name of a non-directory spelled with a trailing slash.
8648         * modules/chdir-safer: Likewise.
8649         * modules/chown: Likewise.
8650         * modules/clean-temp: Likewise.
8651         * modules/copy-file: Likewise.
8652         * modules/fchdir: Likewise.
8653         * modules/fcntl-safer: Likewise.
8654         * modules/pipe: Likewise.
8655         * modules/utime: Likewise.
8656         Prompted by Eric Blake and Bruno Haible.
8657
8658 2008-06-24  Andreas Schwab  <schwab@suse.de>
8659
8660         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
8661         literals can be used as initializers for global variables.
8662
8663 2008-06-23  Eric Blake  <ebb9@byu.net>
8664
8665         Make gnulib-cache.m4 easier to diff.
8666         * gnulib-tool (func_import): Allow newlines when reading cached
8667         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
8668
8669 2008-06-23  Bruno Haible  <bruno@clisp.org>
8670
8671         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
8672         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
8673         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
8674         m4/signalblocking.m4.
8675         (gl_PREREQ_SIGACTION): Don't invoke it.
8676         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
8677         gl_PREREQ_SIG_HANDLER_H.
8678         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8679         Don't check for sigaction here.
8680
8681 2008-06-23  Bruno Haible  <bruno@clisp.org>
8682
8683         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
8684         (install_handlers): Don't set the SA_RESETHAND flag.
8685
8686 2008-06-23  Bruno Haible  <bruno@clisp.org>
8687
8688         * m4/sigaction.m4: Comment fixes.
8689         * lib/signal.in.h: Likewise.
8690
8691 2008-06-23  Eric Blake  <ebb9@byu.net>
8692
8693         Fix typo.
8694         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
8695
8696         Avoid SA_ namespace.
8697         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
8698         Reported by Ralf Wildenhues.
8699
8700         Avoid test failure due to SA_RESTORER.
8701         * tests/test-sigaction.c (SA_MASK): New macro.
8702         (main): Avoid failing due to extension flags being set.
8703         Reported by Jim Meyering.
8704
8705         Revert use of sig-handler.h in sigprocmask.c.
8706         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
8707         it requires the existence of struct sigaction.
8708         * lib/sigprocmask.c (handler_t): Restore typedef.
8709         (rpl_signal, old_handlers): Use local type.
8710
8711 2008-06-22  Bruno Haible  <bruno@clisp.org>
8712
8713         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
8714         conditionally.
8715         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8716
8717 2008-06-22  Bruno Haible  <bruno@clisp.org>
8718
8719         * doc/posix-functions/siginterrupt.texi: Move note.
8720
8721         * lib/signal.in.h (SA_RESTART): New macro.
8722         * lib/sigaction.c: Update comment.
8723
8724         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
8725
8726         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
8727         (gl_PREREQ_SIGPROCMASK): Invoke it.
8728         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
8729
8730         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
8731
8732         * lib/sigprocmask.c: Update a comment.
8733
8734 2008-06-21  Eric Blake  <ebb9@byu.net>
8735
8736         Use sigaction module rather than signal().
8737         * modules/c-stack (Depends-on): Add sigaction.
8738         * modules/fatal-signal (Depends-on): Likewise.
8739         * modules/nanosleep (Depends-on): Likewise.
8740         * modules/sigprocmask (Files): Add sig-handler.h.
8741         * modules/sigaction (Files): Likewise.
8742         * lib/sig-handler.h (get_handler): New file, suggested by Paul
8743         Eggert.
8744         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
8745         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
8746         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
8747         (init_fatal_signals): Likewise.
8748         * lib/nanosleep.c (rpl_nanosleep): Likewise.
8749         (siginterrupt): Delete fallback.
8750         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
8751         instead.
8752         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
8753         siginterrupt.
8754
8755         New module sigaction, for mingw.
8756         * modules/sigaction: New module...
8757         * modules/sigaction-tests: ...and its test.
8758         * m4/sigaction.m4: New file.
8759         * lib/sigaction.c: Likewise.
8760         * tests/test-sigaction.c: Likewise.
8761         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
8762         * modules/signal (Makefile.am): Likewise.
8763         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
8764         needed.
8765         * doc/posix-headers/signal.texi (signal.h): Mention provided
8766         types.
8767         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
8768         that sigaction is preferable.
8769         * doc/posix-functions/sigaction.texi (sigaction): Mention new
8770         module.
8771         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8772         sigaction.
8773
8774         Improve robustness of sigprocmask by overriding signal.
8775         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
8776         is in use.
8777         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
8778         (SIGKILL, SIGSTOP): Provide fallbacks.
8779         (rpl_signal): Implement.
8780         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
8781         signal can be called inside handlers.
8782
8783         Fix nanosleep module on mingw.
8784         * modules/nanosleep (Depends-on): Add sys_select.
8785         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
8786
8787         Fix licensing of sigprocmask.
8788         * modules/raise (License): Relicense as LGPL.
8789
8790 2008-06-21  Bruno Haible  <bruno@clisp.org>
8791
8792         * lib/propername.c (proper_name_utf8): Don't use the transliterated
8793         result if it contains question marks.
8794         Reported by Michael Geng <linux@michaelgeng.de>.
8795
8796 2008-06-19  Bruno Haible  <bruno@clisp.org>
8797
8798         Fix CVS-ism.
8799         * doc/gnulib.texi: Include updated-stamp.texi.
8800         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
8801         (updated-stamp.texi): New rule.
8802         (gnulib.info): Depend on it.
8803         * doc/.gitignore: Add updated-stamp.texi.
8804         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
8805
8806 2008-06-19  Bruno Haible  <bruno@clisp.org>
8807
8808         * doc/Makefile (gnulib.info): Update and simplify dependencies.
8809         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8810
8811 2008-06-19  Eric Blake  <ebb9@byu.net>
8812
8813         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
8814         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
8815         Reported by Stepan Kasal.
8816
8817 2008-06-18  Bruno Haible  <bruno@clisp.org>
8818
8819         * lib/fatal-signal.c (init_fatal_signals): Add comment.
8820         Reported by Eric Blake.
8821
8822 2008-06-18  Eric Blake  <ebb9@byu.net>
8823
8824         Work around cygwin 1.5.25 strsignal bug.
8825         * tests/test-strsignal.c: Allow for const char *.
8826         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
8827
8828 2008-06-18  Simon Josefsson  <simon@josefsson.org>
8829
8830         * users.txt: Update URL to article and add author/date
8831         information.
8832
8833 2008-06-17  Bruno Haible  <bruno@clisp.org>
8834
8835         New macro gl_DISABLE_THREADS.
8836         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
8837         if the user did not pass --enable-threads or --disable-threads option.
8838         (gl_DISABLE_THREADS): New macro.
8839         Reported by Eric Blake <ebb9@byu.net>.
8840
8841 2008-06-17  Bruno Haible  <bruno@clisp.org>
8842
8843         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
8844         when the macro ignores it.
8845         Based on a patch by Eric Blake <ebb9@byu.net>.
8846
8847 2008-06-17  Bruno Haible  <bruno@clisp.org>
8848
8849         * modules/tls (License): Change to LGPLv2+.
8850         Reported by Eric Blake.
8851
8852 2008-06-17  Eric Blake  <ebb9@byu.net>
8853
8854         Simplify c-stack prerequisites.
8855         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
8856         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
8857         no longer requires <ucontext.h> to exist.  Optimize setrlimit
8858         check.
8859         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
8860         <sys/resource.h>.
8861
8862         Move c-stack test into testsuite.
8863         * modules/c-stack-tests: New file.
8864         * lib/c-stack.c [DEBUG]: Move test program...
8865         * tests/test-c-stack.c: ...into this new file.  Skip rather than
8866         fail test if sigaltstack is lacking.
8867         * tests/test-c-stack.sh: New driver file.
8868
8869 2008-06-16  Eric Blake  <ebb9@byu.net>
8870
8871         Use raise module consistently.
8872         * modules/fatal-signal (Depends-on): Add raise.
8873         * modules/sigprocmask (Depends-on): Likewise.
8874         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
8875         * lib/sigprocmask.c (sigprocmask): Likewise.
8876         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8877         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
8878
8879         Fix compliance bug in sigpending.
8880         * lib/sigprocmask.c (sigpending): Return pending array via
8881         parameter, not return value.
8882
8883 2008-06-14  Eric Blake  <ebb9@byu.net>
8884
8885         Improve obstack-printf test code.
8886         * tests/test-obstack-printf.c (test_function): Fix comment, and
8887         simplify usage of obstack_* in macros.  Add a test for coverage.
8888         Reported by Bruno Haible.
8889
8890 2008-06-14  Bruno Haible  <bruno@clisp.org>
8891
8892         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
8893         array size as a constant, not as a const variable.
8894         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
8895         AC_USE_SYSTEM_EXTENSIONS.
8896         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
8897         Test whether the obstack_printf function actually exists.
8898         * modules/obstack-printf (Depends-on): Add extensions.
8899         (Include): Remove obstack.h.
8900         * modules/obstack-printf-posix (Depends-on): Add extensions.
8901         (Include): Remove obstack.h.
8902
8903 2008-06-13  Eric Blake  <ebb9@byu.net>
8904
8905         Add obstack-printf and obstack-printf-posix modules.
8906         * modules/obstack-printf: New file.
8907         * modules/obstack-printf-posix: Likewise.
8908         * MODULES.html.sh (Misc): Mention them.
8909         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
8910         Likewise.
8911         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
8912         Likewise.
8913         * modules/stdio (Makefile.am): Accomodate new modules.
8914         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8915         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
8916         Declare.
8917         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
8918         functions.
8919         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
8920         (gl_REPLACE_OBSTACK_PRINTF): New macros
8921         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
8922         * tests/test-obstack-printf.c: New file.
8923         * modules/obstack-printf-tests: Likewise.
8924         * modules/obstack-printf-posix-tests: Likewise.
8925
8926 2008-06-11  Bruno Haible  <bruno@clisp.org>
8927
8928         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
8929         * lib/open.c: Include errno.h.
8930         (open): Fail when attempting to write to a file that has a trailing
8931         slash.
8932         * tests/test-open.c (main): Test against trailing slash bug.
8933         * doc/posix-functions/open.texi: Mention the trailing slash bug.
8934
8935 2008-06-10  Bruno Haible  <bruno@clisp.org>
8936
8937         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
8938         for $? to work inside the trap command, with various /bin/sh-s.
8939         * tests/test-vc-list-files-cvs.sh: Likewise.
8940
8941 2008-06-10  Bruno Haible  <bruno@clisp.org>
8942
8943         * lib/acl-internal.h: Don't include gettext.h here.
8944         * lib/set-mode-acl.c: Include gettext.h here.
8945         * lib/copy-acl.c: Likewise.
8946
8947 2008-06-10  Bruno Haible  <bruno@clisp.org>
8948
8949         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
8950         * lib/wait-process.c (wait_subprocess): Likewise.
8951         * lib/execute.h (execute): Add termsigp argument.
8952         * lib/execute.c (execute): Likewise.
8953         * lib/csharpcomp.c (compile_csharp_using_pnet,
8954         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
8955         * lib/csharpexec.c (execute_csharp_using_pnet,
8956         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
8957         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
8958         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
8959         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
8960         is_jikes_present): Update.
8961         * lib/javaexec.c (execute_java_class): Update.
8962         * lib/javaversion.c (execute_and_read_line): Update.
8963         * NEWS: Document the changes.
8964         Reported by Eric Blake.
8965
8966 2008-06-10  Eric Blake  <ebb9@byu.net>
8967
8968         Add missing include.
8969         * tests/test-strstr.c (includes): Add <signal.h>.
8970         * tests/test-strcasestr.c (includes): Likewise.
8971         * tests/test-memmem.c (includes): Likewise.
8972
8973 2008-06-10  Bruno Haible  <bruno@clisp.org>
8974
8975         * lib/wait-process.c (wait_subprocess): Add an assertion.
8976
8977 2008-06-10  Bruno Haible  <bruno@clisp.org>
8978
8979         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
8980
8981 2008-06-10  Bruno Haible  <bruno@clisp.org>
8982
8983         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
8984         using alarm().
8985         * tests/test-strcasestr.c (main): Likewise.
8986         * tests/test-strstr.c (main): Likewise.
8987
8988 2008-06-09  Bruno Haible  <bruno@clisp.org>
8989
8990         Work around the Solaris 10 ACE ACLs ABI change.
8991         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
8992         declare if ACL_NO_TRIVIAL is present.
8993         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
8994         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
8995         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
8996         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
8997         define if ACL_NO_TRIVIAL is present.
8998         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
8999         and use the current ABI.
9000         (file_has_acl): Use same #if condition as elsewhere.
9001         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
9002         in use, and use the current ABI.
9003         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
9004         Reported by Jim Meyering.
9005
9006 2008-06-09  Eric Blake  <ebb9@byu.net>
9007
9008         Work around environments that (stupidly) ignore SIGALRM.
9009         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
9010         before using alarm().
9011         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9012         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9013         Reported by Ian Beckwith <ianb@erislabs.net>.
9014
9015         Produce autobuild blurb earlier in log.
9016         * modules/autobuild (configure.ac-early): Move AB_INIT here.
9017
9018 2008-06-09  Jim Meyering  <meyering@redhat.com>
9019         and OndÅ™ej Vašík  <ovasik@redhat.com>
9020
9021         utimens.c: correct kernel bug work-around
9022         OndÅ™ej Vašík found that the invalid return value of 280 indicates
9023         failure, not success, and the kernel bug we're trying to work
9024         around affects not just the utimensat call, but also the fallback
9025         futimens call.
9026         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
9027         not success.
9028         [HAVE_FUTIMENS]: Use the same work-around, here.
9029
9030 2008-06-09  Jim Meyering  <meyering@redhat.com>
9031
9032         add more guards around definition of ACE_-related code
9033         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
9034         ALLOW and ACE_OWNER are also defined.
9035
9036 2008-06-08  Bruno Haible  <bruno@clisp.org>
9037
9038         * lib/acl-internal.h: Add me as co-author.
9039         * lib/file-has-acl.c: Likewise.
9040         * lib/set-mode-acl.c: Likewise.
9041         * lib/copy-acl.c: Likewise.
9042
9043 2008-06-08  Bruno Haible  <bruno@clisp.org>
9044
9045         Add support for AIX ACLs.
9046         * lib/acl-internal.h (acl_nontrivial): New declaration.
9047         * lib/file-has-acl.c (acl_nontrivial): New function.
9048         (file_has_acl): Add implementation using AIX 4 ACL API.
9049         * lib/set-mode-acl.c (qset_acl): Likewise.
9050         * lib/copy-acl.c (qcopy_acl): Likewise.
9051
9052 2008-06-08  Bruno Haible  <bruno@clisp.org>
9053
9054         Add support for HP-UX ACLs.
9055         * lib/acl-internal.h (acl_nontrivial): New declaration.
9056         * lib/file-has-acl.c (acl_nontrivial): New function.
9057         (file_has_acl): Add implementation using HP-UX 11 ACL API.
9058         * lib/set-mode-acl.c (qset_acl): Likewise.
9059         * lib/copy-acl.c (qcopy_acl): Likewise.
9060
9061 2008-06-08  Bruno Haible  <bruno@clisp.org>
9062
9063         Add support for Cygwin ACLs.
9064         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
9065         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
9066         the chmod_or_fchmod call.
9067         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
9068
9069 2008-06-08  Bruno Haible  <bruno@clisp.org>
9070
9071         Fix bug with setuid modes in Solaris 10+ code.
9072         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
9073         succeeded, when the mode contains some special bits.
9074
9075 2008-06-08  Bruno Haible  <bruno@clisp.org>
9076
9077         Add support for Solaris 7..10 ACLs.
9078         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
9079         declarations.
9080         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
9081         functions.
9082         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
9083         * lib/set-mode-acl.c (qset_acl): Likewise.
9084         * lib/copy-acl.c (qcopy_acl): Likewise.
9085
9086 2008-06-08  Bruno Haible  <bruno@clisp.org>
9087
9088         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
9089         declaration.
9090         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
9091         (acl_access_nontrivial): Remove MacOS X case.
9092         (file_has_acl): Use acl_extended_nontrivial.
9093         * lib/copy-acl.c (qcopy_acl): Likewise.
9094
9095 2008-06-08  Bruno Haible  <bruno@clisp.org>
9096
9097         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
9098
9099 2008-06-08  Jim Meyering  <meyering@redhat.com>
9100
9101         * modules/acl (Maintainer): Add Bruno Haible.
9102
9103 2008-06-07  Bruno Haible  <bruno@clisp.org>
9104
9105         Improve support for Tru64 ACLs.
9106         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
9107         ACL on OSF/1.
9108
9109 2008-06-07  Bruno Haible  <bruno@clisp.org>
9110
9111         Add support for MacOS X ACLs.
9112         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
9113         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
9114         * lib/set-mode-acl.c (qset_acl): Likewise.
9115         * lib/copy-acl.c (qcopy_acl): Likewise.
9116
9117 2008-06-07  Bruno Haible  <bruno@clisp.org>
9118
9119         Fix memory leak introduced on 2008-05-22.
9120         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
9121         use.
9122
9123 2008-06-07  Bruno Haible  <bruno@clisp.org>
9124
9125         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
9126         to construct an empty ACL.
9127
9128 2008-06-07  Bruno Haible  <bruno@clisp.org>
9129
9130         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
9131         precisely.
9132         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
9133
9134 2008-06-07  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
9137         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
9138
9139 2008-06-07  Bruno Haible  <bruno@clisp.org>
9140
9141         * doc/posix-functions/_setjmp.texi: Explain the use of this function
9142         regardless of POSIX.
9143         * doc/posix-functions/_longjmp.texi: Likewise.
9144         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
9145         SystemV platform in this case.
9146
9147 2008-06-06  Eric Blake  <ebb9@byu.net>
9148
9149         Document abort() bugs.
9150         * doc/posix-functions/abort.texi (abort): Mention anomalies.
9151
9152         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
9153         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
9154         sigsetjmp.
9155         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
9156         siglongjmp, but only as a macro.
9157         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
9158         is obsolete.
9159         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
9160
9161         Tweak documentation to cover cygwin argz bugs.
9162         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
9163         argz bug fix; no code change needed since no cygwin releases
9164         occurred between the last fix and the bug being tested.
9165         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
9166         module and recently fixed cygwin bugs.
9167         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
9168         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
9169         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
9170         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
9171         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
9172         Likewise.
9173         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
9174         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
9175         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
9176         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
9177         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
9178         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
9179         Likewise.
9180
9181         Avoid gcc warning on cygwin.
9182         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
9183         !ACL_NO_TRIVIAL]: Avoid unused variable.
9184
9185 2008-06-05  Eric Blake  <ebb9@byu.net>
9186
9187         Be tolerant of UNKNOWN version in gnulib-tool test dir.
9188         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
9189         git-version-gen fails to come up with a version.
9190         Reported by Simon Josefsson.
9191
9192 2008-06-05  Jim Meyering  <meyering@redhat.com>
9193             Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         utimens.c: work around a probable Linux kernel bug
9196         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
9197         appears to be a kernel bug that causes utimensat to return 280
9198         instead of 0, indicating success.
9199
9200 2008-06-04  Bruno Haible  <bruno@clisp.org>
9201
9202         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
9203         2008-06-01 commit.
9204
9205 2008-06-04  Bruno Haible  <bruno@clisp.org>
9206
9207         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
9208         * lib/file-has-acl.c (acl_access_nontrivial): New function.
9209         (file_has_acl): Use it. Save errno afterwards.
9210         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
9211
9212 2008-06-03  Bruno Haible  <bruno@clisp.org>
9213
9214         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
9215         draft code. Simplify #ifs.
9216         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
9217         Put Solaris code after POSIX-draft code. Fix comments regarding
9218         Solaris 10, HP-UX. Mention Cygwin.
9219         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9220
9221 2008-06-03  Eric Blake  <ebb9@byu.net>
9222
9223         Provide fallback for older kernels.
9224         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
9225         Provide runtime fallback if kernel lacks support.
9226         Reported by Mike Frysinger.
9227
9228 2008-06-02  Bruno Haible  <bruno@clisp.org>
9229
9230         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
9231         it exists.
9232
9233 2008-06-02  Bruno Haible  <bruno@clisp.org>
9234
9235         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
9236         * lib/copy-acl.c (qcopy_acl): Update comment.
9237
9238 2008-06-02  Bruno Haible  <bruno@clisp.org>
9239
9240         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
9241         like ACL APIs.
9242
9243 2008-06-02  Bruno Haible  <bruno@clisp.org>
9244
9245         * tests/test-file-has-acl.sh: Use different code for Cygwin.
9246         * tests/test-set-mode-acl.sh: Likewise.
9247         * tests/test-copy-acl.sh: Likewise.
9248         * tests/test-copy-file.sh: Likewise.
9249
9250 2008-06-02  Bruno Haible  <bruno@clisp.org>
9251
9252         * tests/test-file-has-acl.sh: Remove unused code.
9253
9254 2008-06-01  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
9257         (copy_acl): Just a wrapper around qcopy_acl that emits the error
9258         messages.
9259         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
9260
9261 2008-06-01  Bruno Haible  <bruno@clisp.org>
9262
9263         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
9264         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
9265         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
9266         APIs.
9267         * modules/acl-tests (configure.ac): Remove tests now contained in
9268         m4/acl.m4.
9269
9270 2008-06-02  Jim Meyering  <meyering@redhat.com>
9271
9272         announce-gen: use a better key-server host name
9273         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
9274         it may be more consistently reliable.  Suggested by Werner Koch
9275         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
9276
9277 2008-06-01  Bruno Haible  <bruno@clisp.org>
9278
9279         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
9280         Reported by Voroskoi Andras <voroskoi@gmail.com>.
9281
9282 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
9283
9284         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
9285
9286 2008-06-01  Bruno Haible  <bruno@clisp.org>
9287
9288         New ACL tests.
9289         * tests/test-file-has-acl.sh: New file.
9290         * tests/test-file-has-acl.c: New file.
9291         * tests/test-set-mode-acl.sh: New file.
9292         * tests/test-set-mode-acl.c: New file.
9293         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
9294         * tests/test-copy-acl.c: New file.
9295         * modules/acl-tests: New file, based on modules/copy-file-tests.
9296         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
9297         (Depends-on): Add acl-tests.
9298         (configure.ac): Remove checks.
9299         (Makefile.am): Don't create test-sameacls program here any more.
9300
9301 2008-06-01  Bruno Haible  <bruno@clisp.org>
9302
9303         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
9304         * tests/test-sameacls.c: Include progname.h.
9305         (main): Invoke set_program_name. Portability fixes for MacOS X,
9306         Solaris, HP-UX.
9307
9308 2008-06-01  Bruno Haible  <bruno@clisp.org>
9309
9310         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
9311         function.
9312         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
9313
9314 2008-06-01  Bruno Haible  <bruno@clisp.org>
9315
9316         * modules/rpmatch (Depends-on): Add strdup.
9317
9318 2008-06-01  Bruno Haible  <bruno@clisp.org>
9319
9320         * lib/pipe.c: Include unistd-safer.h.
9321         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
9322         * modules/pipe (Depends-on): Add unistd-safer.
9323
9324 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9325
9326         * modules/autobuild (configure.ac): Call AB_INIT.
9327
9328 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9329
9330         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9331         Suggested by Bruno Haible <bruno@clisp.org>.
9332
9333 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9334
9335         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9336         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9337         <bruno@clisp.org>.
9338
9339 2008-05-29  Eric Blake  <ebb9@byu.net>
9340
9341         Prefer new POSIX 200x interfaces over futimesat.
9342         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9343         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9344         when available.
9345         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9346
9347 2008-05-28  Bruno Haible  <bruno@clisp.org>
9348
9349         * modules/stpcpy (License): Change to LGPLv2+.
9350         Requested by David Lutterkort <dlutter@redhat.com>.
9351
9352 2008-05-27  Bruno Haible  <bruno@clisp.org>
9353
9354         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9355         current mingw.
9356         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9357
9358 2008-05-27  Bruno Haible  <bruno@clisp.org>
9359
9360         * modules/iconv_open (Link): New section, from module 'iconv'.
9361         * modules/striconv (Link): Likewise.
9362         * modules/striconveh (Link): Likewise.
9363         * modules/xstriconv (Link): Likewise.
9364         * modules/unicodeio (Link): Likewise.
9365         * modules/propername (Link): Likewise.
9366         Reported by Jim Meyering.
9367
9368 2008-05-26  Jim Meyering  <meyering@redhat.com>
9369
9370         sha256: do not artificially restrict buffer length to be < 2^32
9371         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9372         uint32_t to size_t.
9373         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9374         to match.
9375
9376         avoid unaligned access errors, e.g., on sparc
9377         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9378         direct access through a possibly-unaligned uint64* pointer.
9379         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9380         direct access through a possibly-unaligned uint32* pointer.
9381         Prompted by this patch from Tom "spot" Callaway:
9382         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9383
9384         sha512.c: fix typo in comment
9385         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9386
9387 2008-05-25  Bruno Haible  <bruno@clisp.org>
9388
9389         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9390         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9391         (Makefile.am): Update lib_SOURCES.
9392
9393 2008-05-25  Bruno Haible  <bruno@clisp.org>
9394
9395         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9396
9397 2008-05-25  Jim Meyering  <meyering@redhat.com>
9398
9399         useless-if-before-free: freed expr may have white-space differences
9400         * build-aux/useless-if-before-free: Recognize cases in which the
9401         freed expression differs from the tested one in embedded white
9402         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9403         $1 was used, so we can't make any regexp shy.  Improved tests now
9404         detect this.
9405
9406         useless-if-before-free: accept white space in the expression.
9407         * build-aux/useless-if-before-free: For now, any white space
9408         in the expression must be identical in the free argument.
9409
9410         useless-if-before-free: efficiency tweak
9411         * build-aux/useless-if-before-free: Make the expression-matching
9412         regexp "shy".
9413         Make the *outer* regexp shy, not the expr-matching one.
9414
9415         update code-in-comment to accept cast of free arg
9416         * build-aux/useless-if-before-free: Update regexp.
9417
9418 2008-05-25  Bruno Haible  <bruno@clisp.org>
9419
9420         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9421         * modules/copy-file-tests (Files, Makefile.am): Update.
9422         * tests/test-copy-file.c (func_test_copy): Update.
9423
9424 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
9425
9426         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
9427
9428 2008-05-23  Bruno Haible  <bruno@clisp.org>
9429
9430         Improve support for ACLs on OSF/1.
9431         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
9432         Remove fallback for unknown flavors of ACLs.
9433
9434 2008-05-22  Bruno Haible  <bruno@clisp.org>
9435
9436         Add support for ACLs on OSF/1.
9437         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
9438         replacements.
9439         (acl_free_text): New macro fallback.
9440         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
9441         acl_free.
9442         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
9443         acl_free_text function. Require AC_C_INLINE.
9444
9445 2008-05-22  Bruno Haible  <bruno@clisp.org>
9446
9447         Make copy_acl work on MacOS X 10.5.
9448         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
9449         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
9450         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
9451         If MODE_INSIDE_ACL, don't assume that every system has the same text
9452         representation for ACLs as FreeBSD.
9453         * lib/copy-acl.c (copy_acl): Add support for platforms with
9454         !MODE_INSIDE_ACL.
9455         * lib/file-has-acl.c (file_has_acl): Likewise.
9456         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
9457         FreeBSD, MacOS X, or IRIX, respectively.
9458
9459 2008-05-22  Bruno Haible  <bruno@clisp.org>
9460
9461         * lib/acl.h: Don't include <sys/acl.h>.
9462         (GETACLCNT): Move fallback to lib/acl-internal.h.
9463         * lib/acl-internal.h: Include <sys/acl.h> here.
9464         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
9465
9466 2008-05-22  Bruno Haible  <bruno@clisp.org>
9467
9468         Split off copy_acl function to separate file.
9469         * lib/copy-acl.c: New file, extracted from lib/acl.c.
9470         * lib/acl.c (copy_acl): Moved function to separate file.
9471         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
9472         * modules/acl (Files): Add lib/copy-acl.c.
9473         (Makefiles.am): Augment lib_SOURCES.
9474
9475 2008-05-22  Bruno Haible  <bruno@clisp.org>
9476
9477         * modules/copy-file-tests: New file.
9478         * tests/test-copy-file.sh: New file.
9479         * tests/test-copy-file.c: New file.
9480         * tests/test-copy-file-sameacls.c: New file.
9481
9482 2008-05-22  Eric Blake  <ebb9@byu.net>
9483
9484         Avoid gcc warning.
9485         * tests/test-memcmp.c (main): Pass NULL indirectly.
9486
9487 2008-05-21  Bruno Haible  <bruno@clisp.org>
9488
9489         Add reference doc about ACLs.
9490         * doc/acl-resources.txt: New file.
9491         * doc/acl-cygwin.txt: New file.
9492
9493 2008-05-21  Bruno Haible  <bruno@clisp.org>
9494
9495         Avoid one more warning from gcc.
9496         * lib/vasnprintf.c (IF_LINT): Update comments.
9497         (VASNPRINTF): Use it also for the 'prefix' array initializer.
9498
9499 2008-05-21  Jim Meyering  <meyering@redhat.com>
9500
9501         avoid a warning from gcc
9502         * lib/vasnprintf.c (IF_LINT): Define.
9503         (scale10_round_decimal_long_double):
9504         Use it to avoid a "may be used uninitialized" warning.
9505         (scale10_round_decimal_double): Likewise.
9506
9507 2008-05-21  Simon Josefsson  <simon@josefsson.org>
9508
9509         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
9510         declared.
9511
9512 2008-05-20  Bruno Haible  <bruno@clisp.org>
9513
9514         * tests/test-memcmp.c (main): Test also the sign of the result. Test
9515         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
9516
9517 2008-05-20  Simon Josefsson  <simon@josefsson.org>
9518
9519         * modules/memcmp-tests: New file.
9520         * tests/test-memcmp.c: New file.
9521
9522 2008-05-19  Bruno Haible  <bruno@clisp.org>
9523
9524         * modules/propername (Notice, configure.ac): Put quoted "..." into
9525         --keyword option.
9526         * lib/propername.h: Update comments accordingly.
9527         Reported by Eric Blake.
9528
9529 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
9530
9531         * modules/getpass-gnu (Depends-on): Add fseeko.
9532
9533 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9534
9535         * modules/base64-tests: New file.
9536
9537 2008-05-19  Bo Borgerson <gigabo@gmail.com>
9538
9539         * lib/base64.c (base64_decode_ctx): If a decode context structure
9540         was passed in use it to ignore newlines.  If a context structure
9541         was _not_ passed in, continue to treat newlines as garbage (this
9542         is the historical behavior).  Formerly base64_decode.
9543         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9544         takes a decode context structure.
9545         * lib/base64.h (base64_decode): Macro for four-argument calls.
9546         (base64_decode_alloc): Likewise.
9547         * lib/base64.c (base64_decode_ctx): If a decode context structure
9548         was passed in use it to ignore newlines.  If a context structure
9549         was _not_ passed in, continue to treat newlines as garbage (this
9550         is the historical behavior).  Formerly base64_decode.
9551         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9552         takes a decode context structure.
9553         * lib/base64.h (base64_decode): Macro for four-argument calls.
9554         (base64_decode_alloc): Likewise.
9555
9556 2008-05-19  Jim Meyering  <meyering@redhat.com>
9557
9558         avoid a warning from gcc
9559         * lib/trim.c (IF_LINT): Define.
9560         (trim2): Use it to avoid a "may be used uninitialized" warning.
9561
9562         Fix doc typo.
9563         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
9564
9565 2008-05-19  Bruno Haible  <bruno@clisp.org>
9566
9567         * doc/glibc-functions/getpass.texi: Document limits of other
9568         implementations.
9569
9570 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9571             Bruno Haible <bruno@clisp.org>
9572
9573         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
9574
9575 2008-05-18  Bruno Haible  <bruno@clisp.org>
9576
9577         * modules/propername: New file, from GNU gettext.
9578         * lib/propername.h: New file, from GNU gettext.
9579         * lib/propername.c: New file, from GNU gettext.
9580         * MODULES.html.sh (Internationalization functions): Add propername.
9581
9582 2008-05-16  Jim Meyering  <meyering@redhat.com>
9583             Bruno Haible  <bruno@clisp.org>
9584
9585         Avoid some warnings from "gcc -Wshadow".
9586         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
9587
9588 2008-05-15  Eric Blake  <ebb9@byu.net>
9589
9590         Extend previous patch to cygwin 1.7.0.
9591         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
9592         fast implementation in cygwin >= 1.7.0.
9593         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9594         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9595
9596 2008-05-15  Bruno Haible  <bruno@clisp.org>
9597
9598         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
9599         implementation in glibc >= 2.9.
9600         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9601         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9602
9603 2008-05-15  Bruno Haible  <bruno@clisp.org>
9604
9605         * MODULES.html.sh (Internationalization functions): Remove linebreak.
9606         (Unicode string functions): Add unilbrk/*.
9607         Reported by Karl Berry.
9608
9609 2008-05-15  Eric Blake  <ebb9@byu.net>
9610
9611         Fix violation of <stdbool.h> replacement in regex.
9612         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
9613         * lib/regexec.c (re_search_internal): Likewise.
9614         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
9615
9616 2008-05-15  Jim Meyering  <meyering@redhat.com>
9617
9618         avoid distracting test output when git or cvs is not found
9619         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
9620         * tests/test-vc-list-files-git.sh: Likewise.
9621
9622 2008-05-15  Eric Blake  <ebb9@byu.net>
9623
9624         Glibc finally accepted the memmem speedup code, bugzilla #5514.
9625         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
9626         glibc version.
9627         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9628         * doc/posix-functions/strstr.texi (strstr): Likewise.
9629         * lib/str-two-way.h (MAX): Sychronize with glibc.
9630
9631 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
9632
9633         * lib/regcomp.c (optimize_utf8): Add a note on why we test
9634         opr.ctx_type.
9635         (calc_first): Initialize constraint field.
9636         (duplicate_node_closure): Use it instead of special casing ANCHORS.
9637         Fix grammar.
9638         (duplicate_node): Merge constraint field for all node types.
9639         (calc_eclosure_iter): Look at constraint field for all node types.
9640         * lib/regex_internal.c (create_cd_newstate): Don't look at
9641         opr.ctx_type.
9642
9643 2008-05-14  Bruno Haible  <bruno@clisp.org>
9644
9645         Help GCC to do better code generation.
9646         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
9647         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
9648         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
9649         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
9650         Declare with attribute 'malloc' if supported.
9651
9652 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
9653
9654         use "echo STR|wc -c" rather than unportable "expr length STR"
9655         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
9656         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
9657
9658 2008-05-14  Jim Meyering  <meyering@redhat.com>
9659
9660         use dd ibs=$n count=1 ... rather than less-portable head -c$n
9661         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
9662         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
9663         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
9664         via Collin Lasse.
9665
9666 2008-05-14  Eric Blake  <ebb9@byu.net>
9667
9668         Avoid quadratic growth in gl_LIBSOURCES.
9669         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
9670         Suggested by Bruno Haible.
9671
9672         Test xmemdup0.
9673         * modules/xmemdup0-tests: New file.
9674         * tests/test-xmemdup0.c: Likewise.
9675
9676 2008-05-13  Eric Blake  <ebb9@byu.net>
9677
9678         Split xmemdup0 into its own module.
9679         * modules/xmemdup0: New file.
9680         * lib/xmemdup0.h: Likewise.
9681         * lib/xmemdup0.c: Likewise.
9682         * MODULES.html.sh (Memory management functions): Add xmemdup0.
9683         * lib/xalloc.h (xmemdup0): Remove.
9684         * lib/xmalloc.c (xmemdup0): Likewise.
9685
9686 2008-05-13  Eric Blake  <ebb9@byu.net>
9687             Bruno Haible  <bruno@clisp.org>
9688
9689         Reduce number of forks required during autoconf.
9690         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
9691         and gl_LIBSOURCES_DIR.
9692         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
9693         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
9694         m4_syscmd per file.
9695         <m4_foreach_w>: Move...
9696         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
9697
9698 2008-05-13  Eric Blake  <ebb9@byu.net>
9699
9700         * gnulib-tool: Fix various comment typos.
9701
9702 2008-05-12  Bruno Haible  <bruno@clisp.org>
9703
9704         Tailor the linebreaking algorithm.
9705         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
9706
9707 2008-05-12  Bruno Haible  <bruno@clisp.org>
9708
9709         Update to Unicode 5.0.0.
9710         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9711         LBP_JV, LBP_JT. Redistribute values.
9712         (unilbrk_table): Change size.
9713         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
9714         Unicode TR#14 rev. 22.
9715         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9716         LBP_JV, LBP_JT. Redistribute values.
9717         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
9718         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
9719         Update.
9720         * lib/unilbrk/lbrkprop1.h: Regenerated.
9721         * lib/unilbrk/lbrkprop2.h: Regenerated.
9722         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
9723         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
9724         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
9725         Likewise.
9726         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
9727         Likewise.
9728         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
9729         result.
9730         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
9731         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
9732         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
9733         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
9734         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
9735         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
9736
9737 2008-05-11  Bruno Haible  <bruno@clisp.org>
9738
9739         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
9740
9741 2008-05-11  Bruno Haible  <bruno@clisp.org>
9742
9743         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
9744         * modules/unilbrk/gen-lbrk: New file.
9745
9746 2008-05-11  Bruno Haible  <bruno@clisp.org>
9747
9748         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
9749         * m4/sha512.m4 (gl_SHA512): Likewise.
9750
9751 2008-05-11  Jim Meyering  <meyering@redhat.com>
9752
9753         New modules: crypto/sha256, crypto/sha512 (from coreutils)
9754         * modules/crypto/sha256: New file.
9755         * modules/crypto/sha512: Likewise.
9756         * lib/sha256.c: Likewise.
9757         * lib/sha256.h: Likewise.
9758         * lib/sha512.c: Likewise.
9759         * lib/sha512.h: Likewise.
9760         * lib/u64.h: Likewise.
9761         * m4/sha256.m4: Likewise.
9762         * m4/sha512.m4: Likewise.
9763         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
9764
9765 2008-05-10  Bruno Haible  <bruno@clisp.org>
9766
9767         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
9768         (Input/Output <stdio.h>): Add xprintf.
9769         (Signal handling <signal.h>): Add strsignal.
9770         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
9771         (Core language properties): Add func.
9772         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
9773         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
9774         strings.
9775         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
9776         (Input/output): New section.
9777         (File system functions): Add openat-die, stat-macros.
9778         (Networking functions): Add sockets.
9779         (Unicode string functions): Add unictype/*.
9780         (Support for building libraries and executables): Add gperf.
9781         (Support for building documentation): Add agpl-3.0.
9782         (Misc): Add nocrash.
9783
9784 2008-05-10  Bruno Haible  <bruno@clisp.org>
9785
9786         * modules/unictype/gen-ctype: New file.
9787
9788 2008-05-10  Jim Meyering  <meyering@redhat.com>
9789
9790         Make chdir-safer.c more efficient on a system with no symlinks.
9791         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
9792         also if ELOOP is zero.  Suggested by Bruno Haible.
9793
9794         Make chdir-safer.c slightly safer.
9795         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
9796         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
9797
9798         Avoid compile failure on systems without ELOOP (like mingw).
9799         * lib/chdir-safer.c (ELOOP): Define if not already defined.
9800         Reported by Bruno Haible.
9801
9802 2008-05-10  Bruno Haible  <bruno@clisp.org>
9803
9804         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
9805         (is_utf8_encoding): Use a case-insensitive comparison.
9806         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
9807         streq.
9808
9809 2008-05-10  Bruno Haible  <bruno@clisp.org>
9810
9811         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
9812         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
9813         * lib/unilbrk/ulc-common.h (iconv_string_length,
9814         iconv_string_keeping_offsets): Remove declarations.
9815         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
9816         Don't include <iconv.h>, streq.h, xsize.h.
9817         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
9818         conversion.
9819         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
9820         <iconv.h>, streq.h, xsize.h.
9821         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
9822         conversion.
9823         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
9824         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
9825         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
9826         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
9827
9828 2008-05-10  Bruno Haible  <bruno@clisp.org>
9829
9830         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
9831         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
9832
9833         * modules/unilbrk/u32-width-linebreaks-tests: New file.
9834         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
9835
9836         * modules/unilbrk/u16-width-linebreaks-tests: New file.
9837         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
9838
9839         * modules/unilbrk/u8-width-linebreaks-tests: New file.
9840         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
9841
9842         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
9843         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
9844
9845         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
9846         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
9847
9848         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
9849         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
9850
9851         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
9852         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
9853
9854 2008-05-10  Bruno Haible  <bruno@clisp.org>
9855
9856         Split up 'linebreak' module.
9857         * lib/unilbrk.h: New file, based on lib/linebreak.h.
9858         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
9859         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
9860         modifications.
9861         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
9862         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
9863         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
9864         lib/linebreak.c.
9865         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
9866         lib/linebreak.c.
9867         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
9868         lib/linebreak.c.
9869         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
9870         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
9871         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
9872         lib/linebreak.c.
9873         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
9874         lib/linebreak.c.
9875         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
9876         lib/linebreak.c.
9877         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
9878         lib/linebreak.c.
9879         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
9880         lib/linebreak.c.
9881         * modules/unilbrk/base: New file.
9882         * modules/unilbrk/tables: New file.
9883         * modules/unilbrk/u8-possible-linebreaks: New file.
9884         * modules/unilbrk/u16-possible-linebreaks: New file.
9885         * modules/unilbrk/u32-possible-linebreaks: New file.
9886         * modules/unilbrk/ulc-common: New file.
9887         * modules/unilbrk/ulc-possible-linebreaks: New file.
9888         * modules/unilbrk/u8-width-linebreaks: New file.
9889         * modules/unilbrk/u16-width-linebreaks: New file.
9890         * modules/unilbrk/u32-width-linebreaks: New file.
9891         * modules/unilbrk/ulc-width-linebreaks: New file.
9892         * lib/linebreak.h: Remove file.
9893         * lib/linebreak.c: Remove file.
9894         * m4/linebreak.m4: Remove file.
9895         * modules/linebreak: Remove file.
9896         * NEWS: Mention the changes.
9897
9898 2008-05-09  Eric Blake  <ebb9@byu.net>
9899
9900         Add xmemdup0.
9901         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
9902         implementation.
9903         * lib/xmalloc.c (xmemdup0): New C implementation.
9904
9905 2008-05-08  Bruno Haible  <bruno@clisp.org>
9906
9907         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
9908
9909 2008-05-07  Eric Blake  <ebb9@byu.net>
9910
9911         Support cross-compilation of <wctype.h>.
9912         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
9913         AC_CACHE_CHECK.
9914
9915 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
9916
9917         * build-aux/vc-list-files: Add support for bzr.
9918
9919 2008-05-03  Jim Meyering  <meyering@redhat.com>
9920
9921         avoid failed assertion with tight malloc
9922         * tests/test-getndelim2.c: Correct an off-by-one assertion.
9923
9924 2008-05-03  Simon Josefsson  <simon@josefsson.org>
9925
9926         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
9927         are needed from arpa/inet.h.
9928         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
9929         Reported by Bruno Haible.
9930
9931 2008-05-02  Jim Meyering  <meyering@redhat.com>
9932
9933         avoid compilation error on FreeBSD 6
9934         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
9935
9936 2008-05-01  Jim Meyering  <meyering@redhat.com>
9937
9938         useless-if-before-free: correct --help's exit status description
9939         * build-aux/useless-if-before-free (usage): Like grep, exit 0
9940         for one or more matches, etc.  Reported by Bruno Haible.
9941
9942         vc-list-files: make the stand-alone gnulib test work
9943         * modules/vc-list-files-tests (configure.ac):
9944         Define and AC_SUBST abs_aux_dir.
9945         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
9946         $(abs_top_srcdir) to each script and having each of them
9947         duplicate the work of setting PATH, set PATH here, using
9948         the new variable, abs_aux_dir instead.
9949         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
9950         * tests/test-vc-list-files-git.sh: Likewise.
9951         Reported by Bruno Haible.
9952
9953 2008-05-01  Bruno Haible  <bruno@clisp.org>
9954
9955         * lib/getndelim2.c (getndelim2): Fix newsize computation during
9956         reallocation. Rename 'done' to 'found_delimiter'.
9957
9958 2008-05-01  Jim Meyering  <meyering@redhat.com>
9959
9960         vc-list-files: accommodate /bin/sh like the one from Solaris 10
9961         * build-aux/vc-list-files: Use `...`, not $(...).
9962
9963 2008-04-30  Jim Meyering  <meyering@redhat.com>
9964
9965         add tests for vc-list-files
9966         * modules/vc-list-files-tests: New module.
9967         * tests/test-vc-list-files-cvs.sh: New file.
9968         * tests/test-vc-list-files-git.sh: New file.
9969
9970         avoid a warning from gcc
9971         * lib/getndelim2.c (IF_LINT): Define.
9972         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
9973
9974         vc-list-files: work properly with build-aux/cvsu, too
9975         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
9976         to all cvs-based clauses.
9977
9978         vc-list-files: work properly in the CVS+awk case, too
9979         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
9980
9981         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
9982         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
9983         take more than one file argument, so .  Add quotes, just in case $dir
9984         ever contains a shell meta-character.  Prompted by Soren Hansen in
9985         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
9986
9987 2008-04-29  Eric Blake  <ebb9@byu.net>
9988
9989         Optimize getndelim2 to use block operations when possible.
9990         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
9991         freadseek, and memchr2.
9992         * lib/getndelim2.c (getndelim2): Use them for block reads.
9993
9994 2008-04-29  Bruno Haible  <bruno@clisp.org>
9995
9996         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
9997         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9998         * modules/inet_ntop (Depends-on): Add extensions.
9999         * modules/inet_pton (Depends-on): Likewise.
10000         Reported by Simon Josefsson.
10001
10002 2008-04-29  Jim Meyering  <meyering@redhat.com>
10003
10004         When the is more than one match in a block, match all of them.
10005         * build-aux/useless-if-before-free: Iterate through each block
10006         until there are no more matches.
10007
10008         Fix broken useless-if-before-free script.
10009         * build-aux/useless-if-before-free: Fix typo: missing "?" after
10010         the expression to match cast of argument to free-like function.
10011
10012 2008-04-29  Eric Blake  <ebb9@byu.net>
10013
10014         Use new header.
10015         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
10016
10017 2008-04-29  Jim Meyering  <meyering@redhat.com>
10018
10019         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
10020         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
10021         by gnulib to exist and to declare e.g., inet_ntop.
10022         Don't include "inet_ntop.h", now removed.
10023
10024         * m4/arpa_inet_h.m4: Remove trailing blanks.
10025
10026 2008-04-29  Eric Blake  <ebb9@byu.net>
10027
10028         Silence valgrind on safe reads beyond potential array bounds.
10029         * lib/rawmemchr.valgrind: New file.
10030         * lib/strchrnul.valgrind: Likewise.
10031         * modules/rawmemchr (Files): Distribute new file.
10032         * modules/strchrnul (Files): Likewise.
10033         Suggested by Bruno Haible.
10034
10035 2008-04-29  Bruno Haible  <bruno@clisp.org>
10036
10037         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
10038         (inet_ntop, inet_pton): Change portability warning's wording.
10039         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
10040         Invoke gl_CHECK_NEXT_HEADERS.
10041         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
10042         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
10043         set ARPA_INET_H.
10044         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10045         * modules/arpa_inet (Description): No longer only for systems that
10046         lack it.
10047         (Depends-on): Add include_next.
10048         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
10049         HAVE_ARPA_INET_H.
10050
10051 2008-04-29  Jim Meyering  <meyering@redhat.com>
10052
10053         * modules/mkdir (License): Re-license as LGPLv2+.
10054
10055 2008-04-29  Bruno Haible  <bruno@clisp.org>
10056
10057         * modules/rawmemchr (Maintainer): Set to Eric.
10058         * modules/strchrnul (Maintainer): Likewise.
10059
10060 2008-04-29  Simon Josefsson  <simon@josefsson.org>
10061
10062         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
10063         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
10064
10065         * modules/arpa_inet (arpa/inet.h): Use them.
10066
10067 2008-04-28  Eric Blake  <ebb9@byu.net>
10068
10069         Test getndelim2.
10070         * modules/getndelim2-tests: New file.
10071         * tests/test-getndelim2.c: Likewise.
10072         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
10073         stream.
10074         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
10075
10076         * MODULES.html.sh: Document new module.
10077
10078 2008-04-20  Bruno Haible  <bruno@clisp.org>
10079
10080         * lib/c-stack.c (die): Use raise.
10081         * modules/c-stack (Depends-on): Add raise.
10082
10083 2008-04-28  Bruno Haible  <bruno@clisp.org>
10084
10085         Expect rpmatch to be declared.
10086         * lib/yesno.c (rpmatch): Remove declaration.
10087
10088         Declare rpmatch.
10089         * lib/stdlib.in.h (rpmatch): New declaration.
10090         * lib/rpmatch.c: Include <stdlib.h> first.
10091         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
10092         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
10093         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
10094         HAVE_RPMATCH.
10095         * modules/rpmatch (Depends-on): Add stdlib, extensions.
10096         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10097         (Include): Set to <stdlib.h>.
10098         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
10099         HAVE_RPMATCH.
10100         * NEWS: Document the change.
10101
10102 2008-04-28  Bruno Haible  <bruno@clisp.org>
10103
10104         Change rpmatch to use nl_langinfo when appropriate.
10105         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
10106         (N_): New macro.
10107         (localized_pattern): New function/macro.
10108         (try): Remove match, nomatch arguments. Copy the pattern into safe
10109         memory before caching it.
10110         (rpmatch): Use localized_pattern. Add translator comments.
10111         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
10112         Suggested by Eric Blake.
10113         * modules/rpmatch (Depends-on): Add stdbool.
10114
10115 2008-04-28  Eric Blake  <ebb9@byu.net>
10116
10117         Add rawmemchr module, matching glibc.
10118         * modules/string (Makefile.am): New indicator.
10119         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
10120         * lib/string.in.h (rawmemchr): Declare when appropriate.
10121         * modules/rawmemchr: New file.
10122         * m4/rawmemchr.m4: Likewise.
10123         * lib/rawmemchr.c: Likewise.
10124         * modules/rawmemchr-tests: Likewise.
10125         * tests/test-rawmemchr.c: Likewise.
10126         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
10127         module.
10128         * modules/strchrnul (Depends-on): Add rawmemchr.
10129         * lib/strchrnul.c (strchrnul): Optimize a corner case.
10130
10131         Whitespace cleanup.
10132         * tests/test-strchrnul.c: Reindent.
10133         * lib/strchrnul.c: Likewise.
10134
10135         Optimize and test strchrnul.
10136         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
10137         * modules/strchrnul-tests: New file.
10138         * tests/test-strchrnul.c: Likewise.
10139
10140         Remove intprops dependency.
10141         * modules/memchr (Depends-on): Remove intprops.
10142         * modules/memrchr (Depends-on): Likewise.
10143         * modules/memchr2 (Depends-on): Likewise.
10144         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
10145         * lib/memrchr.c (__memrchr): Likewise.
10146         * lib/memrchr2.c (memchr2): Likewise.
10147         Reported by Simon Josefsson.
10148
10149 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10150
10151         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
10152         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10153
10154 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10155
10156         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
10157
10158         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
10159
10160         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
10161
10162         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
10163         declarations.
10164         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
10165
10166         * m4/inet_pton.m4: Don't check for header files.
10167
10168         * m4/inet_ntop.m4: Don't check for header files.
10169
10170 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10171
10172         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
10173         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
10174         trigger for cygwin).
10175         Reported by Bruno Haible  <bruno@clisp.org>.
10176
10177 2008-04-28  Bruno Haible  <bruno@clisp.org>
10178
10179         * doc/posix-functions/strdup.texi: Mention mingw problem.
10180
10181 2008-04-27  Bruno Haible  <bruno@clisp.org>
10182
10183         * modules/stat-time-tests (Depends-on): Add sleep.
10184         * tests/test-stat-time.c (force_unlink): New function.
10185         (cleanup): Use it.
10186         (test_mtime): Remove the ctime related tests.
10187         (test_ctime): New function, containing the ctime related tests.
10188         (main): Call test_ctime, except on native Windows platforms.
10189
10190 2008-04-27  Bruno Haible  <bruno@clisp.org>
10191
10192         * lib/rpmatch.c (rpmatch): Add some comments.
10193         Reported by James Youngman <jay@gnu.org>.
10194
10195 2008-04-27  Bruno Haible  <bruno@clisp.org>
10196
10197         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
10198         quiet NaNs.
10199
10200 2008-04-27  Bruno Haible  <bruno@clisp.org>
10201
10202         Make test-yesno.sh work on mingw.
10203         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
10204         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
10205         (main): Set stdin to binary mode.
10206         * modules/yesno-tests (Depends-on): Add binary-io.
10207
10208 2008-04-27  Bruno Haible  <bruno@clisp.org>
10209
10210         Fix 'isfinite' on x86, x86_64, ia64 platforms.
10211         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
10212         argument that lie outside the IEEE 854 domain.
10213         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
10214         (gl_ISFINITE): Use it.
10215         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
10216
10217 2008-04-27  Bruno Haible  <bruno@clisp.org>
10218
10219         Allow local renaming in config.h.
10220         * lib/memrchr.c (memrchr): Don't undefine outside libc.
10221
10222 2008-04-27  Bruno Haible  <bruno@clisp.org>
10223
10224         * lib/memchr.c (__memchr): Change type of 'i'.
10225         * lib/memchr2.c (memchr2): Likewise.
10226
10227 2008-04-26  Eric Blake  <ebb9@byu.net>
10228         and Bruno Haible  <bruno@clisp.org>
10229
10230         Optimize and test memrchr.
10231         * modules/memrchr (Depends-on): Add intprops.
10232         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
10233         * modules/memrchr-tests: New file.
10234         * tests/test-memrchr.c: New file.
10235
10236 2008-04-26  Bruno Haible  <bruno@clisp.org>
10237
10238         Add tentative support for DragonFly BSD.
10239         * lib/stdio-impl.h: Add macros for DragonFly BSD.
10240         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
10241         fp.
10242         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10243         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
10244         * lib/fpurge.c (fpurge): Likewise.
10245         * lib/freadable.c (freaadable): Likewise.
10246         * lib/freadahead.c (freadahead): Likewise.
10247         * lib/freading.c (freading): Likewise.
10248         * lib/freadptr.c (freadptr): Likewise.
10249         * lib/freadseek.c (freadptrinc): Likewise.
10250         * lib/fseeko.c (fseeko): Likewise.
10251         * lib/fseterr.c (fseterr): Likewise.
10252         * lib/fwritable.c (fwritable): Likewise.
10253         * lib/fwriting.c (fwriting): Likewise.
10254
10255 2008-04-26  Bruno Haible  <bruno@clisp.org>
10256
10257         * lib/stdio-impl.h: New file.
10258         * lib/fbufmode.c: Include stdio-impl.h.
10259         (fbufmode): Use fp_, remove redundant #defines.
10260         * lib/fflush.c: Include stdio-impl.h.
10261         (clear_ungetc_buffer): Remove redundant #defines.
10262         * lib/fpurge.c: Include stdio-impl.h.
10263         (fpurge): Remove redundant #defines.
10264         * lib/freadable.c: Include stdio-impl.h.
10265         (freadable): Remove redundant #defines.
10266         * lib/freadahead.c: Include stdio-impl.h.
10267         (freadahead): Remove redundant #defines.
10268         * lib/freading.c: Include stdio-impl.h.
10269         (freading): Remove redundant #defines.
10270         * lib/freadptr.c: Include stdio-impl.h.
10271         (freadptr): Remove redundant #defines.
10272         * lib/freadseek.c: Include stdio-impl.h.
10273         (freadptrinc): Remove redundant #defines.
10274         * lib/fseeko.c: Include stdio-impl.h.
10275         (rpl_fseeko): Remove redundant #defines.
10276         * lib/fseterr.c: Include stdio-impl.h.
10277         (fseterr): Remove redundant #defines.
10278         * lib/fwritable.c: Include stdio-impl.h.
10279         (fwritable: Remove redundant #defines.
10280         * lib/fwriting.c: Include stdio-impl.h.
10281         (fwriting): Remove redundant #defines.
10282         * modules/fbufmode (Files): Add lib/stdio-impl.h.
10283         * modules/fflush (Files): Likewise.
10284         * modules/fpurge (Files): Likewise.
10285         * modules/freadable (Files): Likewise.
10286         * modules/freadahead (Files): Likewise.
10287         * modules/freading (Files): Likewise.
10288         * modules/freadptr (Files): Likewise.
10289         * modules/freadseek (Files): Likewise.
10290         * modules/fseeko (Files): Likewise.
10291         * modules/fseterr (Files): Likewise.
10292         * modules/fwritable (Files): Likewise.
10293         * modules/fwriting (Files): Likewise.
10294
10295 2008-04-26  Bruno Haible  <bruno@clisp.org>
10296
10297         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10298         restore_seek_optimization, update_fpos_cache): New functions, extracted
10299         from rpl_fflush.
10300         (rpl_fflush): Use them.
10301         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
10302         (gl_REPLACE_FFLUSH): Use it.
10303
10304 2008-04-26  Bruno Haible  <bruno@clisp.org>
10305
10306         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
10307         on Solaris.
10308         * tests/test-xstrtoimax.sh: Likewise.
10309         * tests/test-xstrtoumax.sh: Likewise.
10310         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10311
10312 2008-04-26  Bruno Haible  <bruno@clisp.org>
10313
10314         * modules/memchr-tests: New file.
10315         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
10316
10317 2008-04-26  Eric Blake  <ebb9@byu.net>
10318             Bruno Haible  <bruno@clisp.org>
10319
10320         * lib/memchr.c: Include intprops.h.
10321         (__memchr): Optimize parallel detection of matching bytes. Rename local
10322         variables. Add explanatory comments.
10323
10324 2008-04-26  Bruno Haible  <bruno@clisp.org>
10325
10326         Fix module 'memchr', broken since 2000-10-28.
10327         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10328
10329 2008-04-26  Bruno Haible  <bruno@clisp.org>
10330
10331         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10332         comments.
10333
10334 2008-04-25  Eric Blake  <ebb9@byu.net>
10335
10336         Use native fstatat on cygwin 1.7.0.
10337         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10338         first.
10339
10340 2008-04-23  Eric Blake  <ebb9@byu.net>
10341
10342         Improve memchr2 performance.
10343         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10344         NUL bytes.
10345         * modules/memchr2 (Depends-on): Use intprops.h.
10346
10347 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10348
10349         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10350         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10351         <blp@cs.stanford.edu>.
10352
10353 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10354
10355         * lib/arpa_inet.in.h: New file.
10356
10357         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10358         (Makefile.am): Sed in substitute header file.
10359
10360         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10361         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10362
10363         * modules/inet_ntop (configure.ac): Use
10364         gl_ARPA_INET_MODULE_INDICATOR.
10365
10366         * modules/inet_pton (configure.ac): Use
10367         gl_ARPA_INET_MODULE_INDICATOR.
10368
10369 2008-04-22  Jim Meyering  <meyering@redhat.com>
10370
10371         * modules/verify (License): Re-license as LGPLv2+.
10372
10373 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10374
10375         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10376         parameter to void* as per POSIX standard (MinGW uses char*).
10377
10378 2008-04-21  Bruno Haible  <bruno@clisp.org>
10379
10380         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10381         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10382         Define to replacements if REPLACE_ISWCNTRL is 1.
10383         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10384         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10385         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10386         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10387         what it fixes.
10388         * doc/posix-functions/iswalpha.texi: Likewise.
10389         * doc/posix-functions/iswblank.texi: Likewise.
10390         * doc/posix-functions/iswcntrl.texi: Likewise.
10391         * doc/posix-functions/iswdigit.texi: Likewise.
10392         * doc/posix-functions/iswgraph.texi: Likewise.
10393         * doc/posix-functions/iswlower.texi: Likewise.
10394         * doc/posix-functions/iswprint.texi: Likewise.
10395         * doc/posix-functions/iswpunct.texi: Likewise.
10396         * doc/posix-functions/iswspace.texi: Likewise.
10397         * doc/posix-functions/iswupper.texi: Likewise.
10398         * doc/posix-functions/iswxdigit.texi: Likewise.
10399         Reported by Alain Guibert.
10400
10401 2008-04-21  Bruno Haible  <bruno@clisp.org>
10402
10403         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10404         Patch by Alain Guibert.
10405
10406 2008-04-21  Bruno Haible  <bruno@clisp.org>
10407
10408         Fix test failures on mingw.
10409         * tests/test-xstrtol.c (print_no_progname): New function.
10410         (main): Install it in error_print_progname hook.
10411         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10412         * tests/test-xstrtoimax.sh: Likewise.
10413         * tests/test-xstrtoumax.sh: Likewise.
10414
10415 2008-04-21  Bruno Haible  <bruno@clisp.org>
10416
10417         Fix test failure on mingw.
10418         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10419
10420 2008-04-21  Bruno Haible  <bruno@clisp.org>
10421
10422         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
10423         Actually assign a value.
10424
10425 2008-04-20  Bruno Haible  <bruno@clisp.org>
10426
10427         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
10428         take 2.
10429         * lib/canonicalize.c (canonicalize_file_name): Elide if the
10430         'canonicalize-lgpl' module is also used.
10431         * lib/canonicalize-lgpl.c: Undo last change.
10432         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
10433
10434 2008-04-20  Bruno Haible  <bruno@clisp.org>
10435
10436         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
10437         config.h. Provide _mkdir based fallback for mingw.
10438         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
10439         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
10440         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
10441         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
10442         rather than defining mkdir in config.h.
10443         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
10444         (gl_SYS_STAT_H_DEFAULTS): New macro.
10445         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
10446         HAVE_IO_H any more.
10447         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
10448         HAVE_DECL_MKDIR and HAVE_IO_H.
10449
10450 2008-04-20  Bruno Haible  <bruno@clisp.org>
10451
10452         * lib/isapipe.c: Port to native Windows platforms.
10453
10454 2008-04-20  Bruno Haible  <bruno@clisp.org>
10455
10456         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
10457
10458 2008-04-21  Eric Blake  <ebb9@byu.net>
10459
10460         Work around preprocessors that don't handle UINTMAX_MAX.
10461         * lib/memchr2.c (memchr2): Avoid embedded #if.
10462         Reported by Alain Guibert, fix suggested by Bruno Haible.
10463
10464 2008-04-21  Simon Josefsson  <simon@josefsson.org>
10465
10466         * doc/posix-functions/strftime.texi (strftime): Explain better
10467         Windows incompatibility.  Suggested by Micah Cowan
10468         <micah@cowan.name>.
10469
10470 2008-04-20  Bruno Haible  <bruno@clisp.org>
10471
10472         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
10473         unistr/u8-mblen.
10474
10475 2008-04-20  Bruno Haible  <bruno@clisp.org>
10476
10477         Fix test failure on platforms with non-GNU iconv.
10478         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
10479         (U_TO_U8): Use it, rather than u16_to_u8.
10480         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
10481         units at the end of the input string.
10482         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
10483
10484 2008-04-20  Bruno Haible  <bruno@clisp.org>
10485
10486         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
10487         when the resulting length is 0.
10488         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
10489
10490 2008-04-20  Bruno Haible  <bruno@clisp.org>
10491
10492         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
10493         works.
10494         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
10495
10496 2008-04-20  Bruno Haible  <bruno@clisp.org>
10497
10498         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
10499         * modules/tsearch-tests (configure.ac): Test for initstate function.
10500
10501 2008-04-20  Bruno Haible  <bruno@clisp.org>
10502
10503         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
10504         for nlink_t if missing.
10505         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
10506
10507 2008-04-19  Bruno Haible  <bruno@clisp.org>
10508
10509         Work around snprintf bug on Linux libc5.
10510         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
10511         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10512         gl_SNPRINTF_SIZE1.
10513         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10514         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
10515         that test failed.
10516         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
10517         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
10518         * modules/snprintf (Files): Add m4/printf.m4.
10519         * modules/vsnprintf (Files): Likewise.
10520         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
10521         * doc/posix-functions/vsnprintf.texi: Likewise.
10522
10523 2008-04-19  Bruno Haible  <bruno@clisp.org>
10524
10525         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
10526         from 0.0058 to less than 10^-7.
10527
10528 2008-04-19  Bruno Haible  <bruno@clisp.org>
10529
10530         Fix rounding when a precision is given.
10531         * lib/vasnprintf.c (is_borderline): New function.
10532         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
10533         9...9x.
10534         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
10535         %e, %g.
10536         * tests/test-vasprintf-posix.c (test_function): Likewise.
10537         * tests/test-snprintf-posix.h (test_function): Likewise.
10538         * tests/test-sprintf-posix.h (test_function): Likewise.
10539         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
10540         * tests/test-printf-posix.h (test_function): Likewise.
10541         * tests/test-printf-posix.output: Update.
10542         Reported by John Darrington <john@darrington.wattle.id.au> via
10543         Ben Pfaff <blp@cs.stanford.edu>.
10544
10545 2008-04-18  Simon Josefsson  <simon@josefsson.org>
10546
10547         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
10548         Suggested by Bruno Haible <bruno@clisp.org>.
10549
10550 2008-04-17  Bruno Haible  <bruno@clisp.org>
10551
10552         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
10553         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
10554         implementation.
10555         Patch by Bruce Merry <bmerry@gmail.com>.
10556
10557 2008-04-17  Simon Josefsson  <simon@josefsson.org>
10558
10559         * doc/posix-functions/strftime.texi (strftime): Mention that %e
10560         doesn't work under Windows.
10561
10562 2008-04-16  Bruno Haible  <bruno@clisp.org>
10563
10564         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
10565         New macros.
10566         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
10567         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
10568         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
10569         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
10570         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
10571         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
10572         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
10573         macros.
10574         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
10575         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
10576         Northern Sotho, Uighur.
10577
10578 2008-04-16  Bruno Haible  <bruno@clisp.org>
10579
10580         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
10581         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
10582         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
10583         Reported by Daniel Bergström <daniel@octocode.com>.
10584
10585 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
10586             Bruno Haible  <bruno@clisp.org>
10587
10588         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
10589         function.
10590         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
10591         New functions, mostly extracted from gl_locale_name_default.
10592         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
10593
10594 2008-04-16  Eric Blake  <ebb9@byu.net>
10595
10596         Adjust strtod detection to catch glibc 2.7 bug.
10597         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
10598         Reported by John Gatewood Ham.
10599
10600 2008-04-16  Bruno Haible  <bruno@clisp.org>
10601
10602         Add tentative support for Linux libc5.
10603         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
10604         * lib/fpurge.c (fpurge): Likewise.
10605         * lib/freadable.c (freadable): Likewise.
10606         * lib/freadahead.c (freadahead): Likewise.
10607         * lib/freading.c (freading): Likewise.
10608         * lib/freadptr.c (freadptr): Likewise.
10609         * lib/freadseek.c (freadptrinc): Likewise.
10610         * lib/fseeko.c (rpl_fseeko): Likewise.
10611         * lib/fseterr.c (fseterr): Likewise.
10612         * lib/fwritable.c (fwritable): Likewise.
10613         * lib/fwriting.c (fwriting): Likewise.
10614         Reported by Alain Guibert <alguibert+bts@free.fr>.
10615
10616 2008-04-15  Bruno Haible  <bruno@clisp.org>
10617
10618         * modules/mathl (configure.ac): Define module indicator.
10619
10620 2008-04-15  Bruno Haible  <bruno@clisp.org>
10621
10622         * lib/logl.c (logl): Remove unused variables.
10623
10624 2008-04-15  Bruno Haible  <bruno@clisp.org>
10625
10626         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
10627         fails.
10628
10629 2008-04-15  Bruno Haible  <bruno@clisp.org>
10630
10631         * lib/trim.c (trim2): Fix argument of isspace() macro.
10632
10633 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
10634
10635         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
10636         to 0.
10637         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
10638
10639 2008-04-14  Bruno Haible  <bruno@clisp.org>
10640
10641         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
10642         AC_LANG_PROGRAM argument.
10643         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
10644         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
10645         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10646         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10647         * m4/math_h.m4 (gl_MATH_H): Likewise.
10648         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
10649         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10650         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10651         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
10652         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10653         * m4/regex.m4 (gl_REGEX): Likewise.
10654         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
10655         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
10656         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10657         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
10658         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10659         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10660         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10661         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10662
10663 2008-04-14  Jim Meyering  <meyering@redhat.com>
10664
10665         test-strtod: fix typos: s/abs/fabs/
10666         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
10667
10668 2008-04-13  Bruno Haible  <bruno@clisp.org>
10669
10670         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
10671         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
10672         module is also used and while not building the reloc-wrapper.
10673
10674 2008-04-13  Bruno Haible  <bruno@clisp.org>
10675
10676         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
10677
10678 2008-04-13  Bruno Haible  <bruno@clisp.org>
10679
10680         Fix AIX compilation failure introduced on 2008-04-02.
10681         * tests/test-frexp.c (exp): Undefine before redefining.
10682         * tests/test-frexpl.c (exp): Likewise.
10683
10684 2008-04-13  Bruno Haible  <bruno@clisp.org>
10685
10686         Work around a HP-UX stdio bug.
10687         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
10688         * tests/test-ftello.c (main): Likewise.
10689         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
10690         * doc/posix-functions/ftello.texi: Likewise.
10691
10692 2008-04-13  Bruno Haible  <bruno@clisp.org>
10693
10694         Make test-signbit pass on HP-UX/hppa.
10695         * tests/test-signbit.c (minus_zerol): New variable.
10696         (test_signbitl): Use it.
10697
10698 2008-04-13  Bruno Haible  <bruno@clisp.org>
10699
10700         Make truncl work on OSF/1 4.0.
10701         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
10702         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10703         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10704         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
10705         HAVE_DECL_TRUNCL.
10706         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
10707         HAVE_DECL_TRUNCL.
10708         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
10709
10710 2008-04-13  Bruno Haible  <bruno@clisp.org>
10711
10712         * lib/unictype.h: Remove trailing comma from enumeration definitions.
10713
10714 2008-04-13  Bruno Haible  <bruno@clisp.org>
10715
10716         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
10717         expression, so as to avoid HP-UX 11 cc compiler bug.
10718
10719 2008-04-13  Bruno Haible  <bruno@clisp.org>
10720
10721         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
10722
10723 2008-04-13  Bruno Haible  <bruno@clisp.org>
10724
10725         * lib/git-merge-changelog.c: Remove empty declaration outside of
10726         functions.
10727
10728 2008-04-13  Bruno Haible  <bruno@clisp.org>
10729
10730         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
10731
10732 2008-04-13  Bruno Haible  <bruno@clisp.org>
10733
10734         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
10735         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
10736         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
10737         also if it exists but lacks definitions of the SHUT_* macros.
10738         * modules/sys_socket (Description): Update.
10739         Reported by Elbert Pol <e.pol@chello.nl>.
10740
10741 2008-04-13  Bruno Haible  <bruno@clisp.org>
10742
10743         * lib/localcharset.c (OS2): Don't redefine if already defined.
10744         Reported by Elbert Pol <e.pol@chello.nl>.
10745
10746 2008-04-13  Bruno Haible  <bruno@clisp.org>
10747
10748         * lib/binary-io.h [__EMX__]: Include <io.h>.
10749         Reported by Elbert Pol <e.pol@chello.nl>.
10750
10751 2008-04-12  Bruno Haible  <bruno@clisp.org>
10752
10753         * lib/fpucw.h: Enable the definitions also for x86_64.
10754         Needed for NetBSD/x86_64.
10755         Reported by Thomas Klausner <tk@giga.or.at>.
10756
10757 2008-04-12  Bruno Haible  <bruno@clisp.org>
10758
10759         * tests/test-strtod.c: Include isnand.h.
10760         (main): Use isnand instead of isnan.
10761         Reported by Jim Meyering.
10762
10763 2008-04-12  Bruno Haible  <bruno@clisp.org>
10764
10765         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
10766         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10767
10768 2008-04-12  Jim Meyering  <meyering@redhat.com>
10769
10770         * m4/math_h.m4 (gl_MATH_H): Fix typos.
10771
10772 2008-04-12  Bruno Haible  <bruno@clisp.org>
10773
10774         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
10775         Reported by Elbert Pol <e.pol@chello.nl>.
10776
10777 2008-04-12  Eric Blake  <ebb9@byu.net>
10778
10779         Work around Solaris 10 math.h bug.
10780         * m4/math_h.m4 (gl_MATH_H): Check for bug.
10781         (gl_MATH_H_DEFAULTS): Set up default.
10782         * modules/math (Makefile.am): Replace new indicators.
10783         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
10784         * tests/test-math.c (main): Test this.
10785         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
10786         * doc/posix-headers/math.texi (math.h): Mention bug.
10787         Reported by Nelson H. F. Beebe and Jim Meyering.
10788
10789 2008-04-11  Bruno Haible  <bruno@clisp.org>
10790
10791         Adapt to future versions of Apple GCC.
10792         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
10793         Reported by Peter O'Gorman <peter@pogma.com>.
10794
10795 2008-04-11  Bruno Haible  <bruno@clisp.org>
10796
10797         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
10798
10799 2008-04-11  Bruno Haible  <bruno@clisp.org>
10800
10801         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
10802
10803         * modules/getaddrinfo-tests (Makefile.am): Define
10804         test_getaddrinfo_LDADD.
10805
10806 2008-04-11  Bruno Haible  <bruno@clisp.org>
10807
10808         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
10809         (init): Fix syntax error.
10810         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
10811         is declared.
10812
10813 2008-04-11  Bruno Haible  <bruno@clisp.org>
10814
10815         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
10816         * modules/glob (Depends-on): Add stdbool.
10817
10818 2008-04-11  Bruno Haible  <bruno@clisp.org>
10819
10820         * lib/trim.c: Include <string.h>.
10821
10822 2008-04-11  Eric Blake  <ebb9@byu.net>
10823
10824         Avoid compile failure on OS/2.
10825         * lib/regex_internal.h (internal_function): Disable optimization
10826         on OS/2 (__EMX__), where it caused compiler error.
10827         Reported by Elbert Pol.
10828
10829 2008-04-11  Bruno Haible  <bruno@clisp.org>
10830
10831         Flush the standard error stream before aborting. Needed on mingw.
10832         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
10833         * tests/test-array_list.c (ASSERT): Likewise.
10834         * tests/test-array_oset.c (ASSERT): Likewise.
10835         * tests/test-avltree_list.c (ASSERT): Likewise.
10836         * tests/test-avltree_oset.c (ASSERT): Likewise.
10837         * tests/test-avltreehash_list.c (ASSERT): Likewise.
10838         * tests/test-binary-io.c (ASSERT): Likewise.
10839         * tests/test-byteswap.c (ASSERT): Likewise.
10840         * tests/test-c-ctype.c (ASSERT): Likewise.
10841         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
10842         * tests/test-c-strcasestr.c (ASSERT): Likewise.
10843         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
10844         * tests/test-c-strstr.c (ASSERT): Likewise.
10845         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
10846         * tests/test-canonicalize.c (ASSERT): Likewise.
10847         * tests/test-carray_list.c (ASSERT): Likewise.
10848         * tests/test-ceilf1.c (ASSERT): Likewise.
10849         * tests/test-ceilf2.c (ASSERT): Likewise.
10850         * tests/test-ceill.c (ASSERT): Likewise.
10851         * tests/test-count-one-bits.c (ASSERT): Likewise.
10852         * tests/test-fbufmode.c (ASSERT): Likewise.
10853         * tests/test-fflush2.c (ASSERT): Likewise.
10854         * tests/test-floorf1.c (ASSERT): Likewise.
10855         * tests/test-floorf2.c (ASSERT): Likewise.
10856         * tests/test-floorl.c (ASSERT): Likewise.
10857         * tests/test-fopen.c (ASSERT): Likewise.
10858         * tests/test-fpending.c (ASSERT): Likewise.
10859         * tests/test-fprintf-posix.c (ASSERT): Likewise.
10860         * tests/test-fpurge.c (ASSERT): Likewise.
10861         * tests/test-freadable.c (ASSERT): Likewise.
10862         * tests/test-freadahead.c (ASSERT): Likewise.
10863         * tests/test-freading.c (ASSERT): Likewise.
10864         * tests/test-freadptr.c (ASSERT): Likewise.
10865         * tests/test-freadptr2.c (ASSERT): Likewise.
10866         * tests/test-freadseek.c (ASSERT): Likewise.
10867         * tests/test-freopen.c (ASSERT): Likewise.
10868         * tests/test-frexp.c (ASSERT): Likewise.
10869         * tests/test-frexpl.c (ASSERT): Likewise.
10870         * tests/test-fseek.c (ASSERT): Likewise.
10871         * tests/test-fseeko.c (ASSERT): Likewise.
10872         * tests/test-fstrcmp.c (ASSERT): Likewise.
10873         * tests/test-ftell.c (ASSERT): Likewise.
10874         * tests/test-ftello.c (ASSERT): Likewise.
10875         * tests/test-func.c (ASSERT): Likewise.
10876         * tests/test-fwritable.c (ASSERT): Likewise.
10877         * tests/test-fwriting.c (ASSERT): Likewise.
10878         * tests/test-getdelim.c (ASSERT): Likewise.
10879         * tests/test-getline.c (ASSERT): Likewise.
10880         * tests/test-i-ring.c (ASSERT): Likewise.
10881         * tests/test-iconv-utf.c (ASSERT): Likewise.
10882         * tests/test-iconv.c (ASSERT): Likewise.
10883         * tests/test-isfinite.c (ASSERT): Likewise.
10884         * tests/test-isnand.c (ASSERT): Likewise.
10885         * tests/test-isnanf.c (ASSERT): Likewise.
10886         * tests/test-isnanl.h (ASSERT): Likewise.
10887         * tests/test-ldexpl.c (ASSERT): Likewise.
10888         * tests/test-linked_list.c (ASSERT): Likewise.
10889         * tests/test-linkedhash_list.c (ASSERT): Likewise.
10890         * tests/test-localename.c (ASSERT): Likewise.
10891         * tests/test-lseek.c (ASSERT): Likewise.
10892         * tests/test-mbscasecmp.c (ASSERT): Likewise.
10893         * tests/test-mbscasestr1.c (ASSERT): Likewise.
10894         * tests/test-mbscasestr2.c (ASSERT): Likewise.
10895         * tests/test-mbscasestr3.c (ASSERT): Likewise.
10896         * tests/test-mbscasestr4.c (ASSERT): Likewise.
10897         * tests/test-mbschr.c (ASSERT): Likewise.
10898         * tests/test-mbscspn.c (ASSERT): Likewise.
10899         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
10900         * tests/test-mbspbrk.c (ASSERT): Likewise.
10901         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
10902         * tests/test-mbsrchr.c (ASSERT): Likewise.
10903         * tests/test-mbsspn.c (ASSERT): Likewise.
10904         * tests/test-mbsstr1.c (ASSERT): Likewise.
10905         * tests/test-mbsstr2.c (ASSERT): Likewise.
10906         * tests/test-mbsstr3.c (ASSERT): Likewise.
10907         * tests/test-memchr2.c (ASSERT): Likewise.
10908         * tests/test-memmem.c (ASSERT): Likewise.
10909         * tests/test-open.c (ASSERT): Likewise.
10910         * tests/test-printf-frexp.c (ASSERT): Likewise.
10911         * tests/test-printf-frexpl.c (ASSERT): Likewise.
10912         * tests/test-printf-posix.c (ASSERT): Likewise.
10913         * tests/test-quotearg.c (ASSERT): Likewise.
10914         * tests/test-rbtree_list.c (ASSERT): Likewise.
10915         * tests/test-rbtree_oset.c (ASSERT): Likewise.
10916         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
10917         * tests/test-round1.c (ASSERT): Likewise.
10918         * tests/test-roundf1.c (ASSERT): Likewise.
10919         * tests/test-roundl.c (ASSERT): Likewise.
10920         * tests/test-signbit.c (ASSERT): Likewise.
10921         * tests/test-sleep.c (ASSERT): Likewise.
10922         * tests/test-snprintf-posix.c (ASSERT): Likewise.
10923         * tests/test-snprintf.c (ASSERT): Likewise.
10924         * tests/test-sprintf-posix.c (ASSERT): Likewise.
10925         * tests/test-stat-time.c (ASSERT): Likewise.
10926         * tests/test-strcasestr.c (ASSERT): Likewise.
10927         * tests/test-strerror.c (ASSERT): Likewise.
10928         * tests/test-striconv.c (ASSERT): Likewise.
10929         * tests/test-striconveh.c (ASSERT): Likewise.
10930         * tests/test-striconveha.c (ASSERT): Likewise.
10931         * tests/test-strsignal.c (ASSERT): Likewise.
10932         * tests/test-strstr.c (ASSERT): Likewise.
10933         * tests/test-strtod.c (ASSERT): Likewise.
10934         * tests/test-trunc1.c (ASSERT): Likewise.
10935         * tests/test-trunc2.c (ASSERT): Likewise.
10936         * tests/test-truncf1.c (ASSERT): Likewise.
10937         * tests/test-truncf2.c (ASSERT): Likewise.
10938         * tests/test-truncl.c (ASSERT): Likewise.
10939         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
10940         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
10941         * tests/test-vasnprintf.c (ASSERT): Likewise.
10942         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
10943         * tests/test-vasprintf.c (ASSERT): Likewise.
10944         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
10945         * tests/test-vprintf-posix.c (ASSERT): Likewise.
10946         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
10947         * tests/test-vsnprintf.c (ASSERT): Likewise.
10948         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
10949         * tests/test-wcwidth.c (ASSERT): Likewise.
10950         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
10951         * tests/test-xprintf-posix.c (ASSERT): Likewise.
10952         * tests/test-xvasprintf.c (ASSERT): Likewise.
10953         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
10954         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
10955         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
10956         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
10957         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
10958         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
10959         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
10960         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
10961         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
10962         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
10963         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
10964         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
10965         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
10966         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
10967         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
10968         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
10969         * tests/unictype/test-block_list.c (ASSERT): Likewise.
10970         * tests/unictype/test-block_of.c (ASSERT): Likewise.
10971         * tests/unictype/test-block_test.c (ASSERT): Likewise.
10972         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
10973         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
10974         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
10975         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
10976         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
10977         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
10978         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
10979         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
10980         * tests/unictype/test-combining.c (ASSERT): Likewise.
10981         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
10982         * tests/unictype/test-digit.c (ASSERT): Likewise.
10983         * tests/unictype/test-mirror.c (ASSERT): Likewise.
10984         * tests/unictype/test-numeric.c (ASSERT): Likewise.
10985         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
10986         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
10987         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
10988         * tests/unictype/test-scripts.c (ASSERT): Likewise.
10989         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
10990         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
10991         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
10992         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
10993         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
10994         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
10995         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
10996         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
10997         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
10998         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
10999         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
11000         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
11001         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
11002         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
11003         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
11004         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
11005         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
11006         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
11007         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
11008         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
11009         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
11010         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
11011         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
11012         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
11013         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
11014         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
11015         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
11016         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
11017         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
11018         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
11019         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
11020         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
11021         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
11022         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
11023         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
11024         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
11025         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
11026         Reported by Eric Blake.
11027
11028 2008-04-11  Bruno Haible  <bruno@clisp.org>
11029
11030         * lib/wchar.in.h: Tweak comment.
11031
11032 2008-04-11  Bruno Haible  <bruno@clisp.org>
11033
11034         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
11035         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
11036         gl_COMMON.
11037         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
11038
11039 2008-04-11  Bruno Haible  <bruno@clisp.org>
11040
11041         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
11042
11043 2008-04-11  Simon Josefsson  <simon@josefsson.org>
11044
11045         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
11046         of attempting to use non-existing /dev/*random.  Based on patch
11047         from Adam Strzelecki <ono@java.pl> in
11048         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
11049
11050 2008-04-08  Bruno Haible  <bruno@clisp.org>
11051
11052         Add tentative support for emx+gcc.
11053         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
11054         * lib/fpurge.c (fpurge): Likewise.
11055         * lib/freadable.c (freadable): Likewise.
11056         * lib/freadahead.c (freadahead): Likewise.
11057         * lib/freading.c (freading): Likewise.
11058         * lib/freadptr.c (freadptr): Likewise.
11059         * lib/freadseek.c (freadptrinc): Likewise.
11060         * lib/fseeko.c (rpl_fseeko): Likewise.
11061         * lib/fseterr.c (fseterr): Likewise.
11062         * lib/fwritable.c (fwritable): Likewise.
11063         * lib/fwriting.c (fwriting): Likewise.
11064         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
11065
11066 2008-04-09  Eric Blake  <ebb9@byu.net>
11067
11068         Avoid some autoconf warnings.
11069         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
11070         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
11071         * m4/afs.m4 (gl_AFS): Likewise.
11072         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
11073         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
11074         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11075         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
11076         (gl_INTEGER_TYPE_SUFFIX): Likewise.
11077         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
11078         (AC_CHECK_DECLS_ONCE): Likewise.
11079         Rename file...
11080         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
11081         gnulib-tool requires autoconf 2.59 or better.
11082         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
11083
11084 2008-04-08  Eric Blake  <ebb9@byu.net>
11085
11086         Use 'git describe --match' if present (added in git 1.5.5).
11087         * build-aux/git-version-gen: Limit result to tags that match 'v*'
11088         if possible.
11089
11090 2008-04-08  Bruno Haible  <bruno@clisp.org>
11091
11092         Add tentative support for OpenServer.
11093         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
11094         _ptr, _cnt.
11095         * lib/fpurge.c (fpurge): Likewise.
11096         * lib/freadable.c (freadable): Likewise.
11097         * lib/freadahead.c (freadahead): Likewise.
11098         * lib/freading.c (freading): Likewise.
11099         * lib/freadptr.c (freadptr): Likewise.
11100         * lib/freadseek.c (freadptrinc): Likewise.
11101         * lib/fseeko.c (rpl_fseeko): Likewise.
11102         * lib/fseterr.c (fseterr): Likewise.
11103         * lib/fwritable.c (fwritable): Likewise.
11104         * lib/fwriting.c (fwriting): Likewise.
11105         Reported by Roger Cornelius <rac@tenzing.org> and
11106         Brian K. White <brian@aljex.com>.
11107
11108 2008-04-06  Jim Meyering  <meyering@redhat.com>
11109
11110         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
11111
11112 2008-04-06  Bruno Haible  <bruno@clisp.org>
11113
11114         Avoid possible error with non-ASCII bytes in UTF-8 locales.
11115         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
11116         * tests/test-printf-posix.sh: Likewise.
11117         * tests/test-vfprintf-posix.sh: Likewise.
11118         * tests/test-vprintf-posix.sh: Likewise.
11119         * tests/test-xprintf-posix.sh: Likewise.
11120
11121 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11122
11123         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
11124         hide error from 'ls', needed on OS/2.
11125         Report by Elbert Pol <elbert.pol@gmail.com>.
11126
11127 2008-04-04  Eric Blake  <ebb9@byu.net>
11128
11129         Make test-fseeko.c failures meaningful.
11130         * tests/test-fseeko.c: Print line number on failure.
11131         * tests/test-fseek.c: Likewise.
11132         Reported by Nelson H. F. Beebe.
11133
11134         Improve strtod bug detection check.
11135         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
11136         required for Solaris 10.
11137         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
11138
11139 2008-04-04  Bruno Haible  <bruno@clisp.org>
11140
11141         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
11142         by m4/setenv.m4.
11143
11144 2008-04-03  Eric Blake  <ebb9@byu.net>
11145
11146         Ensure sane .version contents.
11147         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
11148         version string.
11149         * build-aux/git-version-gen: Improve documentation.
11150
11151         Make GNU make output nicer.
11152         * top/GNUmakefile [!_have-Makefile]: Add dependency on
11153         MAKECMDGOALS to enforce message for all command line targets.  Set
11154         srcdir for use in maint.mk.
11155
11156         Another maintainer tweak.
11157         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
11158         a target that regenerates version.
11159
11160 2008-04-03  Jim Meyering  <meyering@redhat.com>
11161
11162         vc-list-files: don't cause coreutils "make po-check" failure
11163         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
11164
11165 2008-04-03  Eric Blake  <ebb9@byu.net>
11166
11167         Allow VPATH usage of vc-list-files.
11168         * build-aux/vc-list-files (scriptversion): Add timestamp.
11169         (options): Add --help, --version, -C.
11170         (CVS): Support installed cvsu.
11171
11172 2008-04-02  Bruno Haible  <bruno@clisp.org>
11173
11174         Avoid some "statement with no effect" warnings from gcc.
11175         * tests/test-wctype.c (main): Explicitly ignore unused values.
11176         Reported by Jim Meyering.
11177
11178 2008-04-02  Jim Meyering  <meyering@redhat.com>
11179
11180         Avoid some warnings from "gcc -Wshadow".
11181         * tests/test-frexp.c (exp): Define to a different identifier.
11182         * tests/test-frexpl.c (exp): Likewise.
11183
11184 2008-04-03  Jim Meyering  <meyering@redhat.com>
11185
11186         bootstrap: remove dangling *.[ch] symlinks from lib
11187         * build-aux/bootstrap [dangling symlink removal]: Move find's
11188         -depth option to precede all others, to avoid a warning.
11189         Remove *.[ch] files too, and from "$source_base" (usually lib/).
11190
11191 2008-04-02  Bruno Haible  <bruno@clisp.org>
11192
11193         Avoid some warnings from "gcc -Wshadow".
11194         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
11195         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
11196         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
11197         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
11198         Reported by Jim Meyering.
11199
11200 2008-04-01  Bruno Haible  <bruno@clisp.org>
11201
11202         Fix test to work on IRIX 6.5 with cc.
11203         * tests/test-math.c (numeric_equal): New function.
11204         (main): Use it.
11205
11206 2008-04-01  Bruno Haible  <bruno@clisp.org>
11207
11208         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
11209
11210 2008-04-01  Bruno Haible  <bruno@clisp.org>
11211
11212         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
11213         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11214         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
11215         (Depends-on): Remove math.
11216
11217         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
11218         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11219         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
11220         (Depends-on): Remove math.
11221
11222         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
11223         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11224         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
11225         (Depends-on): Remove math.
11226         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
11227         (Depends-on): Remove math.
11228
11229         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
11230         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11231         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
11232         (Depends-on): Remove math.
11233         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
11234         (Depends-on): Remove math.
11235
11236         * tests/test-round1.c: Include nan.h.
11237         (main): Use NaNd instead of NAN.
11238         * modules/round-tests (Files): Add tests/nan.h.
11239
11240         * tests/test-trunc1.c: Include nan.h.
11241         (main): Use NaNd instead of NAN.
11242         * modules/trunc-tests (Files): Add tests/nan.h.
11243
11244         * tests/test-roundf1.c: Include nan.h.
11245         (main): Use NaNf instead of NAN.
11246         * modules/roundf-tests (Files): Add tests/nan.h.
11247
11248         * tests/test-truncf1.c: Include nan.h.
11249         (main): Use NaNf instead of NAN.
11250         * modules/truncf-tests (Files): Add tests/nan.h.
11251
11252         * tests/test-ceilf1.c: Include nan.h.
11253         (main): Use NaNf instead of NAN.
11254         * modules/ceilf-tests (Files): Add tests/nan.h.
11255
11256         * tests/test-floorf1.c: Include nan.h.
11257         (main): Use NaNf instead of NAN.
11258         * modules/floorf-tests (Files): Add tests/nan.h.
11259
11260         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
11261         (main): Use NaNf instead of NAN.
11262         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
11263
11264         * tests/test-isnand.c: Include nan.h instead of <math.h>.
11265         (main): Use NaNd instead of NAN.
11266         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
11267
11268         * tests/test-frexp.c: Include nan.h.
11269         (main): Use NaNd instead of NAN.
11270         * modules/frexp-tests (Files): Add tests/nan.h.
11271
11272         * lib/isnan.c: Don't include <math.h>.
11273         (FUNC): Don't use NAN macro.
11274         * modules/isnand-nolibm (Depends-on): Remove math.
11275         * modules/isnanf-nolibm (Depends-on): Remove math.
11276         * modules/isnanl (Depends-on): Remove math.
11277         * modules/isnanl-nolibm (Depends-on): Remove math.
11278
11279         * tests/nan.h: New file.
11280
11281 2008-04-01  Eric Blake  <ebb9@byu.net>
11282
11283         Fix typos.
11284         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
11285         values to be the right type.
11286
11287         For now, cater to gnulib strtod inaccuracies.
11288         * tests/test-strtod.c (main): Allow 1-ulp error on expected
11289         fractional results.  While not as nice from a QoI perspective, it
11290         is a quicker patch than correctly implementing decimal to binary
11291         rounding.
11292
11293 2008-03-31  Eric Blake  <ebb9@byu.net>
11294
11295         Guarantee a definition of NAN.
11296         * lib/math.in.h (NAN): Define if missing.
11297         * tests/test-math.c (main): Test it.
11298         * doc/posix-headers/math.texi (math.h): Document this.
11299         * lib/isnan.c (rpl_isnand): Use it.
11300         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
11301         * tests/test-floorf1.c (NaN): Likewise.
11302         * tests/test-frexp.c (NaN): Likewise.
11303         * tests/test-isnand.c (NaN): Likewise.
11304         * tests/test-isnanf.c (NaN): Likewise.
11305         * tests/test-round1.c (NaN): Likewise.
11306         * tests/test-roundf1.c (NaN): Likewise.
11307         * tests/test-snprintf-posix.h (NaN): Likewise.
11308         * tests/test-sprintf-posix.h (NaN): Likewise.
11309         * tests/test-trunc1.c (NaN): Likewise.
11310         * tests/test-truncf1.c (NaN): Likewise.
11311         * tests/test-vasnprintf-posix.c (NaN): Likewise.
11312         * tests/test-vasprintf-posix.c (NaN): Likewise.
11313         * modules/isnand-nolibm (Depends-on): Add math.
11314         * modules/isnanf-nolibm (Depends-on): Likewise.
11315         * modules/isnanl (Depends-on): Likewise.
11316         * modules/isnanl-nolibm (Depends-on): Likewise.
11317         * modules/snprintf-posix-tests (Depends-on): Likewise.
11318         * modules/sprintf-posix-tests (Depends-on): Likewise.
11319         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
11320         * modules/vsprintf-posix-tests (Depends-on): Likewise.
11321         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
11322         * modules/vasprintf-posix-tests (Depends-on): Likewise.
11323
11324 2008-03-31  Bruno Haible  <bruno@clisp.org>
11325
11326         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11327         * doc/posix-functions/strtod.texi: Likewise.
11328
11329 2008-03-31  Bruno Haible  <bruno@clisp.org>
11330
11331         * tests/test-strtod.c (main): Don't use C99 syntax.
11332
11333 2008-03-31  Bruno Haible  <bruno@clisp.org>
11334
11335         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11336         Reported by Eric Blake.
11337
11338 2008-03-31  Jim Meyering  <meyering@redhat.com>
11339
11340         Don't compare actual signbit return values.
11341         * tests/test-strtod.c (main): Rather, compare only their
11342         zero/non-zero nature.
11343
11344 2008-03-31  Eric Blake  <ebb9@byu.net>
11345
11346         More strtod documentation.
11347         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11348         failures as distinct bugs.
11349
11350 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11351
11352         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11353         Problem reported by Erik Benada in
11354         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11355
11356 2008-03-30  Bruno Haible  <bruno@clisp.org>
11357
11358         * tests/test-strtod.c: Add comments about which assertion fails on which
11359         platform.
11360         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11361
11362 2008-03-30  Eric Blake  <ebb9@byu.net>
11363
11364         Test signbit behavior on zeros.
11365         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11366         (test_signbitd, test_signbitl): Likewise.
11367
11368         More strtod touchups.
11369         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11370         sign of negative underflow, for now.  Use .5, not .1.
11371         * doc/posix-functions/strtod.texi (strtod): Mention these
11372         limitations.
11373         Reported by Jim Meyering.
11374
11375 2008-03-30  Bruno Haible  <bruno@clisp.org>
11376
11377         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11378         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11379
11380 2008-03-30  Bruno Haible  <bruno@clisp.org>
11381
11382         Avoid failure when attempting to return empty iconv results on some
11383         platforms.
11384         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11385         allocation, don't report ENOMEM when the resulting string is empty.
11386
11387 2008-03-30  Bruno Haible  <bruno@clisp.org>
11388
11389         Fix buffer overrun.
11390         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11391         Don't consider the width for tmp_length. Check count against tmp_length
11392         before doing the padding. Ensure enough allocation during padding.
11393
11394 2008-03-30  Eric Blake  <ebb9@byu.net>
11395
11396         strtod touchups.
11397         * lib/strtod.c (strtod): Avoid compiler warnings.
11398         Reported by Jim Meyering.
11399
11400 2008-03-30  Bruno Haible  <bruno@clisp.org>
11401
11402         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11403         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11404         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11405         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11406         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11407         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11408         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11409         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11410
11411         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11412         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11413         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11414         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11415         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11416         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11417         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11418         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11419
11420         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11421         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11422         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
11423         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
11424         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
11425         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
11426         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
11427         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
11428
11429         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
11430         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
11431
11432         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
11433         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
11434
11435         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
11436         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
11437
11438         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
11439         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
11440         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
11441
11442         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
11443         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
11444         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
11445
11446         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
11447         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
11448         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
11449
11450         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
11451         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
11452         * modules/vasprintf (Depends-on): Add EOVERFLOW.
11453
11454         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
11455         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
11456         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
11457         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
11458         (Depends-on): Add EOVERFLOW.
11459         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
11460         (Depends-on): Add EOVERFLOW.
11461         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11462         (Depends-on): Add EOVERFLOW.
11463         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11464         (Depends-on): Add EOVERFLOW.
11465         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11466         (Depends-on): Add EOVERFLOW.
11467         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11468         (Depends-on): Add EOVERFLOW.
11469         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11470         (Depends-on): Add EOVERFLOW.
11471         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11472         (Depends-on): Add EOVERFLOW.
11473
11474         * lib/sprintf.c (EOVERFLOW): Remove fallback.
11475         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
11476         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
11477
11478         * lib/snprintf.c (EOVERFLOW): Remove fallback.
11479         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
11480         * modules/snprintf (Depends-on): Add EOVERFLOW.
11481
11482         * lib/poll.c (EOVERFLOW): Remove fallback.
11483         * modules/poll (Depends-on): Add EOVERFLOW.
11484
11485         * lib/getugroups.c (EOVERFLOW): Remove fallback.
11486         * modules/getugroups (Depends-on): Add EOVERFLOW.
11487
11488         * lib/getdelim.c (EOVERFLOW): Remove fallback.
11489         * modules/getdelim (Depends-on): Add EOVERFLOW.
11490
11491         * lib/ftell.c (EOVERFLOW): Remove fallback.
11492         * modules/ftell (Depends-on): Add EOVERFLOW.
11493
11494         * lib/fprintf.c (EOVERFLOW): Remove fallback.
11495         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
11496         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
11497
11498         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
11499
11500         * modules/EOVERFLOW-tests: New file.
11501         * tests/test-EOVERFLOW.c: New file.
11502
11503         * modules/EOVERFLOW: New file.
11504         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
11505
11506 2008-03-30  Bruno Haible  <bruno@clisp.org>
11507
11508         Fix bug introduced on 2007-06-10.
11509         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
11510         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
11511
11512 2008-03-30  Bruno Haible  <bruno@clisp.org>
11513
11514         Improve freadseek's efficiency after ungetc.
11515         * lib/freadseek.c: Include freadahead.h.
11516         (freadptrinc): New function, extracted from freadseek.
11517         (freadseek): Use it in a loop. Use freadahead to determine the number
11518         of loop iterations.
11519         * modules/freadseek (Depends-on): Add freadahead.
11520         (configure.ac): Require AC_C_INLINE.
11521
11522 2008-03-30  Bruno Haible  <bruno@clisp.org>
11523
11524         * lib/freadseek.c (freadseek): Don't ignore the return value of
11525         freadptr.
11526
11527 2008-03-29  Eric Blake  <ebb9@byu.net>
11528
11529         Add hex float support.
11530         * modules/strtod (Depends-on): Add c-ctype.
11531         (Link): Mention POW_LIB.
11532         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
11533         whitespace between 'e' and exponent.
11534         * tests/test-strtod.c (main): Enable hex float tests.
11535         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
11536         now provides.
11537
11538         Document various strtod bugs, with some fixes.
11539         * doc/posix-functions/strtod.texi (strtod): Document bugs with
11540         "-0x", "inf", "nan", and hex constants.
11541         * doc/posix-functions/atof.texi (atof): Likewise.
11542         * modules/stdlib (Makefile.am): Support strtod.
11543         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11544         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
11545         detect additional strtod bugs.
11546         * lib/stdlib.in.h (rpl_strtod): Add declarations.
11547         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
11548         bool where appropriate.  Parse 'inf' and 'nan'.
11549         * tests/test-strtod.c: New file.
11550         * modules/strtod (Depends-on): Add stdbool, stdlib.
11551         (configure.ac): Turn on module indicator.
11552         * modules/strtod-tests: New module.
11553
11554 2008-03-29  Eric Blake  <ebb9@byu.net>
11555
11556         Fix ftell on mingw.
11557         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
11558         * modules/ftell-tests (Depends-on): Add binary-io.
11559         * modules/ftello-tests (Depends-on): Likewise.
11560         * tests/test-ftell.c (main): Enhance test to cover behavior after
11561         ungetc.  Enforce binary mode.
11562         * tests/test-ftello.c (main): Likewise.
11563
11564         Pass test-freadseek on cygwin.
11565         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
11566         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
11567         ungetc buffer.
11568
11569         * tests/test-fflush2.c (main): Fix typo.
11570
11571 2008-03-29  Bruno Haible  <bruno@clisp.org>
11572
11573         * tests/test-fflush2.c (main): Temporarily disable the contents of
11574         this test.
11575         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
11576         Reported by Eric Blake.
11577
11578 2008-03-28  Simon Josefsson  <simon@josefsson.org>
11579
11580         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
11581         (GC_SHA224_DIGEST_SIZE): Add.
11582
11583         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
11584         (gc_hash_digest_length): Likewise.
11585         (gc_hash_buffer): Likewise.
11586
11587 2008-03-25  Bruno Haible  <bruno@clisp.org>
11588
11589         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
11590         detail which gettext release to use.
11591         Reported by Simon Josefsson.
11592
11593 2008-03-26  Jim Meyering  <meyering@redhat.com>
11594
11595         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
11596         * modules/gnumakefile (clean-GNUmakefile): Also, use
11597         test ... && ... || : syntax rather than if-then ... fi.
11598
11599         gnumakefile: Don't double-quote-expand $(VPATH) value.
11600         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
11601
11602 2008-03-24  Eric Blake  <ebb9@byu.net>
11603
11604         Alter GNUmakefile to install into top directory.
11605         * modules/maintainer-makefile: Split, and add dependency...
11606         * modules/gnumakefile: to this new module.
11607         * build-aux/GNUmakefile: Move...
11608         * top/GNUmakefile: ...here.
11609         * build-aux/maint.mk: Move...
11610         * top/maint.mk: ...here.
11611         * MODULES.html.sh (Support for maintaining...): Document new
11612         module.
11613
11614 2008-03-23  Bruno Haible  <bruno@clisp.org>
11615
11616         * gnulib-tool: New options --vc-files, --no-vc-files.
11617         (func_usage): Document them.
11618         (vc_files): New variable.
11619         (func_import): Consider vc_files.
11620         (func_create_testdir): Set vc_files to empty.
11621         Suggested by Jim Meyering and Karl Berry.
11622
11623 2008-03-23  Bruno Haible  <bruno@clisp.org>
11624
11625         Fix regex compilation error on HP-UX 11.
11626         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
11627         * modules/regex (Files): Add m4/mbstate_t.m4.
11628         Reported by Ton Voon <ton.voon@altinity.com>.
11629
11630 2008-03-23  Bruno Haible  <bruno@clisp.org>
11631
11632         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
11633
11634 2008-03-23  Eric Blake  <ebb9@byu.net>
11635             Bruno Haible  <bruno@clisp.org>
11636
11637         Install files from top/ in the destination directory.
11638         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11639         augmentation also for the files from top/.
11640         (func_import, func_create_testdir): Rewrite file names:
11641         top/filename -> filename.
11642
11643 2008-03-23  Bruno Haible  <bruno@clisp.org>
11644
11645         Tweak "gnulib --version" output.
11646         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
11647
11648 2008-03-23  Bruno Haible  <bruno@clisp.org>
11649
11650         Tweak "gnulib --version" output.
11651         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
11652         rather than contents of ChangeLog, when possible.
11653
11654 2008-03-21  Eric Blake  <ebb9@byu.net>
11655
11656         More --version tweaks.
11657         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
11658         date of last ChangeLog entry.
11659
11660 2008-03-21  Jim Meyering  <meyering@redhat.com>
11661
11662         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
11663
11664 2008-03-20  Eric Blake  <ebb9@byu.net>
11665
11666         VPATH fix.
11667         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
11668
11669 2008-03-20  Simon Josefsson  <simon@josefsson.org>
11670
11671         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
11672         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
11673
11674 2008-03-20  Eric Blake  <ebb9@byu.net>
11675
11676         Sync GNUmakefile with coreutils.
11677         * build-aux/GNUmakefile (have-Makefile): Rename...
11678         (_have-Makefile): ...to this, for namespace consideration.
11679         (GNUmakefile.cfg): Include, if present.
11680         (_autoreconf): Define a default.
11681         (_is-dist-target): New rule for rebuilds to pick up intra-release
11682         version.
11683         (maint-cfg.mk): Rename...
11684         (cfg.mk): ...to this.
11685
11686 2008-03-18  Jim Meyering  <meyering@redhat.com>
11687
11688         New script and module: mktempd
11689         * MODULES.html.sh (maint+release support): Add mktempd.
11690         * build-aux/mktempd: New file.
11691         * modules/mktempd: New file.
11692
11693 2008-03-15  Jim Meyering  <meyering@redhat.com>
11694
11695         Undo last change.
11696         * lib/sha1.c, lib/md5.c: 63 != ~63.
11697         Reported by Andreas Schwab.
11698
11699         sha1.c, md5.c: Hoist a redundant expression.
11700         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
11701         "ctx->buflen" only once, before calling *_process_block.
11702         * lib/md5.c (md5_process_bytes): Likewise.
11703
11704 2008-03-14  Eric Blake  <ebb9@byu.net>
11705
11706         Bump copyright year in files generated by gnulib-tool.
11707         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
11708         gnulib-tool, rather than hard-coding it.
11709
11710         Fix 'gnulib-tool --version' output to work with git.
11711         * gnulib-tool (func_gnulib_dir): New function, extracted from...
11712         (startup): ...here.
11713         (func_version): Use it to invoke git-version-gen, rather than
11714         relying on CVS keyword expansion.  Modernize wording.
11715         (cvsdatestamp, last_checkin_date, version): Kill unused
11716         variables.
11717
11718 2008-03-12  Jim Meyering  <meyering@redhat.com>
11719
11720         Recognize optional cast of the argument to free.
11721         * build-aux/useless-if-before-free: Update regexps.
11722
11723         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
11724
11725 2008-03-11  Bruno Haible  <bruno@clisp.org>
11726
11727         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
11728         by a single package.
11729         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
11730         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11731         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
11732         Reported by Sam Steingold <sds@gnu.org>.
11733
11734 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11735
11736         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
11737         repositories.
11738
11739 2008-03-11  Bruno Haible  <bruno@clisp.org>
11740
11741         Avoid conflicts between local macro definitions.
11742         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11743         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
11744
11745 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
11746             Bruno Haible  <bruno@clisp.org>
11747
11748         Make va_copy work with some version of xlc on AIX 5.1.
11749         * lib/stdarg.in.h: New file.
11750         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
11751         On AIX, use a <stdarg.h> file substitute.
11752         * modules/stdarg (Files): Add lib/stdarg.in.h.
11753         (Depends-on): Add include_next.
11754         (Makefile.am): Build a stdarg.h substitute if requested.
11755         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
11756
11757 2008-03-10  Bruno Haible  <bruno@clisp.org>
11758
11759         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
11760         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11761         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11762
11763 2008-03-10  Bruno Haible  <bruno@clisp.org>
11764
11765         * modules/stdlib (Depends-on): Add include_next, remove
11766         absolute-header.
11767
11768 2008-03-09  Bruno Haible  <bruno@clisp.org>
11769
11770         * lib/freadahead.h (freadahead): Document more precisely.
11771         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
11772         the sum of both buffer sizes.
11773         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
11774         * NEWS: Document the change.
11775
11776 2008-03-09  Bruno Haible  <bruno@clisp.org>
11777
11778         Extend freadptr to return also the buffer size.
11779         * lib/freadptr.h (freadptr): Add sizep argument.
11780         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
11781         (freadptr): Add sizep argument. Determine buffer size like freadahead
11782         does.
11783         * tests/test-freadptr.c: Don't include freadahead.h.
11784         (main): Adapt for new calling convention of freadptr.
11785         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
11786         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
11787         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
11788         tests/test-freadptr2.sh.
11789         (Depends): Remove freadahead.
11790         (TESTS): Add test-freadptr2.sh.
11791         (check_PROGRAMS): Add test-freadptr2.
11792
11793 2008-03-09  Bruno Haible  <bruno@clisp.org>
11794
11795         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
11796         Report and solution by Simon Josefsson.
11797
11798 2008-03-06  Bruno Haible  <bruno@clisp.org>
11799
11800         Make fflush after ungetc work on BSD platforms.
11801         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
11802         * tests/test-fflush2.c: New file.
11803         * tests/test-fflush2.sh: New file.
11804         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
11805         tests/test-fflush2.c.
11806         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
11807         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
11808
11809 2008-03-06  Eric Blake  <ebb9@byu.net>
11810
11811         Likewise for ftello.
11812         * modules/ftello (Dependencies): Add extensions.
11813         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
11814
11815 2008-03-06  Bruno Haible  <bruno@clisp.org>
11816
11817         * modules/fseeko (Dependencies): Add extensions.
11818         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
11819         Needed on glibc systems.
11820
11821 2008-03-06  Bruno Haible  <bruno@clisp.org>
11822
11823         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
11824         email address.
11825         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11826
11827 2008-03-06  Bruno Haible  <bruno@clisp.org>
11828
11829         * users.txt: Add libgnupdf.
11830
11831 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11832
11833         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
11834         (Header File Substitutes, Function Substitutes,
11835         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
11836         (Build robot for gnulib): Fix typo.
11837
11838 2008-03-06  Bruno Haible  <bruno@clisp.org>
11839
11840         * doc/gnulib-tool.texi (VCS Issues): Small updates.
11841         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11842
11843 2008-03-06  Bruno Haible  <bruno@clisp.org>
11844
11845         * doc/func.texi: New file, extracted from doc/gnulib.texi.
11846         * doc/gnulib.texi: Include it.
11847
11848 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11849
11850         * modules/func (License): Change license to unlimited; there was
11851         no LGPL parts in the module anyway.
11852
11853 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11854
11855         * modules/__func__: Renamed to modules/func.
11856         * modules/__func__-tests: Renamed to modules/func-tests.
11857         * tests/test-__func__.c: Renamed to tests/test-func.c.
11858         * m4/__func__.m4: Renamed to m4/func.m4.
11859         * doc/gnulib.texi (__func__): Section renamed to func.
11860         Suggested by Eric Blake <ebb9@byu.net>.
11861
11862 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11863
11864         * doc/gnulib.texi (__func__): Use C99 terminology when talking
11865         about __func__.  Make example self-contained.  Suggested by Eric
11866         Blake <ebb9@byu.net>.
11867
11868         * tests/test-__func__.c (main): Avoid extraneous () around __func.
11869         Suggested by Eric Blake <ebb9@byu.net>.
11870
11871 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11872
11873         * modules/__func__: New file.
11874         * modules/__func__-tests: New file.
11875         * tests/test-__func__.c: New file.
11876         * m4/__func__.m4: New file.
11877         * doc/gnulib.texi (__func__): Document __func__ module.
11878
11879 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11880
11881         * modules/byteswap (License): Re-license as LGPLv2+.
11882
11883 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11884
11885         * doc/Makefile: Add pdf target.
11886
11887 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11888
11889         * modules/inline (License): Use 'unlimited', since there are only
11890         *.m4 files in this module.
11891
11892 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11893             Bruno Haible  <bruno@clisp.org>
11894
11895         Add support for HP C 7.1 on OpenVMS 8.3.
11896         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
11897
11898 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11899
11900         Update VMS specifics.
11901         * lib/getopt.c [VMS]: Remove include of unixlib.h.
11902
11903 2008-03-02  Jim Meyering  <meyering@redhat.com>
11904
11905         Remove the last dependency on the "free" module.
11906         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
11907         Reported by Bob Proulx.
11908
11909         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
11910
11911         Remove useless "if" tests before free.  Deprecate "free" module.
11912         * doc/posix-functions/free.texi: Mention that this
11913         module is no longer useful.
11914         * modules/free (Notice): Say this module is obsolete.
11915         * modules/readutmp (Depends-on): Remove free.
11916         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
11917         * lib/putenv.c (putenv): Likewise.
11918         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
11919         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
11920         * tests/test-c-strcasestr.c (main): Likewise.
11921         * tests/test-c-strstr.c (main): Likewise.
11922         * tests/test-mbscasestr1.c (main): Likewise.
11923         * tests/test-mbscasestr2.c (main): Likewise.
11924         * tests/test-mbsstr1.c (main): Likewise.
11925         * tests/test-mbsstr2.c (main): Likewise.
11926         * tests/test-memmem.c (main): Likewise.
11927         * tests/test-strcasestr.c (main): Likewise.
11928         * tests/test-striconv.c (main): Likewise.
11929         * tests/test-striconveh.c (main): Likewise.
11930         * tests/test-striconveha.c (main): Likewise.
11931         * tests/test-strstr.c (main): Likewise.
11932
11933         * build-aux/git-version-gen: Adjust a comment and the Usage string.
11934
11935         bootstrap: sync from coreutils again
11936         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
11937
11938 2008-03-01  Jim Meyering  <meyering@redhat.com>
11939
11940         bootstrap: sync from coreutils
11941         * build-aux/bootstrap (update_po_files): Copy a .po file into place
11942         also when the target doesn't exist.
11943
11944 2008-03-01  Eric Blake  <ebb9@byu.net>
11945
11946         Fix bugs in last patch.
11947         * lib/memchr2.c (memchr2): Fix typo.
11948         * tests/test-memchr2.c: Test previous bug, and don't use GNU
11949         extension.
11950         Reported by Bruce Korb.
11951
11952         New module 'memchr2'.
11953         * modules/memchr2: New file.
11954         * modules/memchr2-tests: Likewise.
11955         * lib/memchr2.h: Likewise.
11956         * lib/memchr2.c: Likewise, based on memchr.c.
11957         * tests/test-memchr2.c: New test.
11958         * MODULES.html.sh (String handling): Add memchr2.
11959
11960 2008-02-29  Bruno Haible  <bruno@clisp.org>
11961
11962         * modules/freadseek-tests: New file.
11963         * tests/test-freadseek.sh: New file.
11964         * tests/test-freadseek.c: New file.
11965
11966         New module 'freadseek'.
11967         * modules/freadseek: New file.
11968         * lib/freadseek.h: New file.
11969         * lib/freadseek.c: New file.
11970         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
11971
11972 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11973
11974         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
11975         wydawca.
11976
11977         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
11978         program_invocation_name and program_invocation_short_name are
11979         present.
11980
11981 2008-02-28  Bruno Haible  <bruno@clisp.org>
11982
11983         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
11984         * tests/test-freadptr.sh: Also test non-seekable stdin.
11985
11986 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
11987
11988         * build-aux/bootstrap (source_base, m4_base)
11989         (doc_base, tests_base): New variables.
11990         (gnulib_tool_options): Do not hardcode base directories, use
11991         the above variables instead.
11992
11993 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
11994
11995         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
11996
11997 2008-02-28  Bruno Haible  <bruno@clisp.org>
11998
11999         * modules/freadptr-tests: New file.
12000         * tests/test-freadptr.sh: New file.
12001         * tests/test-freadptr.c: New file.
12002
12003         New module 'freadptr'.
12004         * modules/freadptr: New file.
12005         * lib/freadptr.h: New file.
12006         * lib/freadptr.c: New file.
12007         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
12008
12009 2008-02-26  Karl Berry  <karl@freefriends.org>
12010
12011         Sync from Libtool:
12012         * libltdl/argz.c (argz_add, argz_count): New functions.
12013         * libltdl/argz.in.h: Declare them.
12014         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
12015
12016 2008-02-22  Bruno Haible  <bruno@clisp.org>
12017
12018         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
12019         is a pointer type.  Needed for HP-UX 10.
12020         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
12021         * doc/posix-functions/gmtime_r.texi: Likewise.
12022         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12023
12024 2008-02-24  Bruno Haible  <bruno@clisp.org>
12025
12026         * modules/environ-tests: New file.
12027         * tests/test-environ.c: New file.
12028
12029         New module 'environ'.
12030         * modules/environ: New file.
12031         * lib/unistd.in.h (environ): New declaration.
12032         * m4/environ.m4: New file.
12033         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
12034         after use.
12035         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
12036         HAVE_DECL_ENVIRON.
12037         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
12038         HAVE_DECL_ENVIRON.
12039         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
12040         wrong claim that 'environ' is missing on some systems.
12041         * modules/execute (Depends-on): Add environ.
12042         * lib/execute.c (environ): Remove fallback declaration.
12043         * modules/pipe (Depends-on): Add environ.
12044         * lib/pipe.c (environ): Remove fallback declaration.
12045         * modules/setenv (Depends-on): Add environ.
12046         * lib/setenv.c (environ): Remove fallback declaration.
12047         * modules/unsetenv (Depends-on): Add environ.
12048         * lib/unsetenv.c (environ): Remove fallback declaration.
12049         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
12050         m4/environ.m4.
12051         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
12052         (gl_PREREQ_UNSETENV): Likewise.
12053
12054 2008-02-24  Bruno Haible  <bruno@clisp.org>
12055
12056         * doc/posix-functions/environ.texi: Document the MacOS X problem.
12057
12058 2008-02-20  Bob Proulx  <bob@proulx.com>
12059
12060         Enable use of older two part flavor 'git describe'.
12061         * build-aux/git-version-gen: If using the older two part flavor of
12062         git version then recreate the third part now present in the
12063         newer three part flavor of git describe.
12064
12065 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
12066
12067         * lib/fts.c (fts_build): Typo correction to comment.
12068
12069 2008-02-17  Bruno Haible  <bruno@clisp.org>
12070
12071         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
12072         generating no-op conflicts.
12073
12074 2008-02-17  Bruno Haible  <bruno@clisp.org>
12075
12076         Speed up by 10%.
12077         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
12078         result_entries, rather than an index-based loop.
12079
12080 2008-02-17  Bruno Haible  <bruno@clisp.org>
12081
12082         Speed up by 25%.
12083         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
12084         'hashcode_cached'.
12085         (entry_create): New function.
12086         (entry_hashcode): Use the cached hashcode if possible.
12087         (read_changelog_file, try_split_merged_entry): Use entry_create.
12088
12089 2008-02-17  Bruno Haible  <bruno@clisp.org>
12090
12091         Speed up from O(n^2) to O(n) for long ChangeLog files.
12092         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
12093         (read_changelog_file): Change implementation of entries_reversed list
12094         to rbtreehash.
12095         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
12096
12097 2008-02-17  Bruno Haible  <bruno@clisp.org>
12098
12099         New option --split-merged-entry.
12100         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
12101         (find_paragraph_end, try_split_merged_entry): New functions.
12102         (long_options): Add option --split-merged-entry.
12103         (usage): Document option --split-merged-entry.
12104         (main): Implement option --split-merged-entry.
12105         Reported by Eric Blake.
12106
12107 2008-02-17  Bruno Haible  <bruno@clisp.org>
12108
12109         * lib/git-merge-changelog.c: Include c-strstr.h.
12110         (main): Support the "git pull --rebase" situation.
12111         * modules/git-merge-changelog (Depends-on): Add c-strstr.
12112         Reported by Eric Blake.
12113
12114 2008-02-16  Eric Blake  <ebb9@byu.net>
12115
12116         Avoid doubling \ in common case of "c-maybe" quoting style.
12117         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
12118         eliding outer quotes.
12119         * lib/quotearg.h: Document this.
12120         * tests/test-quotearg.c (result_strings, inputs, results_g)
12121         (flag_results, locale_results): Test it by adding a new string to
12122         each test group.
12123         (compare_strings): Test new string.
12124
12125 2008-02-13  Eric Blake  <ebb9@byu.net>
12126
12127         Avoid trigraph quoting in default output.
12128         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
12129         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
12130         unless explicitly requested.
12131         * tests/test-quotearg.c (flag_results, main): Add additional tests.
12132
12133 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
12134
12135         Don't rely on signed integer overflowing to negative value.
12136         * lib/getugroups.c (getugroups): Include <limits.h>.
12137         Instead, compare against INT_MAX, and increment only if the test passes.
12138
12139 2008-02-13  Jim Meyering  <meyering@redhat.com>
12140         and Eric Blake  <ebb9@byu.net>
12141
12142         Avoid shadowing warning and compile errors on Linux.
12143         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
12144         forwarding macros on Linux.
12145         (dcgettext): Define a stub, for Linux.
12146         (results_g, main): Avoid warnings.
12147
12148 2008-02-12  Eric Blake  <ebb9@byu.net>
12149
12150         Silence warning in last patch.
12151         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
12152
12153         Quotearg part 4: add tests, fix c-maybe colon quoting.
12154         * lib/quotearg.h: Improve documentation.
12155         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
12156         escapes when adding outer quotes.  When quoting trigraphs, use
12157         valid C notation.  When quoting NUL, omit extra characters if next
12158         character is not digit.  Alter prototype.
12159         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
12160         callers.
12161         * modules/quotearg-tests: New module.
12162         * tests/test-quotearg.c: New test.
12163
12164 2008-02-07  Eric Blake  <ebb9@byu.net>
12165
12166         Quotearg part 3: add flag to control outer quote elision.
12167         * lib/quotearg.h (c_maybe_quoting_style): New style.
12168         (enum quoting_flags): Better documentation of flags.
12169         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
12170         c-maybe style.
12171         (quotearg_buffer_restyled): Handle new flag to elide outer
12172         quotes.
12173
12174         Quotearg part 2: add flag that can control NUL elision.
12175         * lib/quotearg.h (set_quoting_flags): New prototype.
12176         * lib/quotearg.c (struct quoting_options): Add flag field.
12177         (set_quoting_flags): New function.
12178         (quotearg_buffer_restyled): Add flags parameter.
12179         (quotearg_alloc_mem): Set the flag if length cannot be returned.
12180         (quotearg_n_options): Set the flag, since length cannot be
12181         returned.
12182         (quoting_options_from_style): Default flags correctly.
12183
12184         Quotearg part 1: more wrappers, restore quotearg_char state.
12185         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
12186         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
12187         (quotearg_colon_mem): New wrappers.
12188         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
12189         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
12190         functions.
12191         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
12192         (quotearg_colon_mem): New functions.
12193
12194 2008-02-11  Bruno Haible  <bruno@clisp.org>
12195
12196         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
12197         library in the current directory: it does not work with parallel make.
12198         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12199
12200 2008-02-11  Bruno Haible  <bruno@clisp.org>
12201
12202         * .gitattributes: New file.
12203
12204 2008-02-11  Jim Meyering  <meyering@redhat.com>
12205
12206         useless-if-before-free: Fix reversed exit values.
12207         * build-aux/useless-if-before-free: Use correct values
12208         for EXIT_MATCH and EXIT_NO_MATCH.
12209
12210         * build-aux/useless-if-before-free: Close stdout carefully.
12211
12212 2008-02-10  Bruno Haible  <bruno@clisp.org>
12213
12214         New module 'git-merge-changelog'.
12215         * modules/git-merge-changelog: New file.
12216         * lib/git-merge-changelog.c: New file.
12217
12218 2008-02-10  Jim Meyering  <meyering@redhat.com>
12219
12220         useless-if-before-free: New option: --list (-l).
12221
12222         useless-if-before-free: Don't exit immediately upon open failure.
12223         * build-aux/useless-if-before-free: Exit 2 for errors.
12224         Upon failure to open a file, don't exit immediately.
12225         Rather, just warn and continue with any remaining files.
12226
12227 2008-02-10  Bruno Haible  <bruno@clisp.org>
12228
12229         New abstract list operation 'node_set_value'.
12230         * lib/gl_list.h (gl_list_node_set_value): New function.
12231         (struct gl_list_implementation): New field node_set_value.
12232         * lib/gl_list.c (gl_list_node_set_value): New function.
12233         * lib/gl_array_list.c (gl_array_node_set_value): New function.
12234         (gl_array_list_implementation): Update.
12235         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
12236         (gl_carray_list_implementation): Update.
12237         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
12238         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12239         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12240         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
12241         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12242         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12243         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12244         Update.
12245         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12246         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
12247         (gl_sublist_list_implementation): Update.
12248
12249 2008-02-10  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
12252         Needed when ELEMENT is #defined to 'some_type *'.
12253
12254 2008-02-10  Jim Meyering  <meyering@redhat.com>
12255
12256         New script and module: useless-if-before-free
12257         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
12258         * build-aux/useless-if-before-free: New file.
12259         * modules/useless-if-before-free: New file.
12260
12261         * build-aux/gitlog-to-changelog: Use committer date, not author date.
12262
12263         xstrtol_error: Fix typo.
12264         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
12265         s/exit_failure/exit_status/.
12266
12267 2008-02-09  Jim Meyering  <meyering@redhat.com>
12268
12269         New script and module: gitlog-to-changelog
12270         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
12271         * modules/gitlog-to-changelog: New file.
12272         * build-aux/gitlog-to-changelog: New file.
12273
12274 2008-02-08  Jim Meyering  <meyering@redhat.com>
12275
12276         Avoid two "parameter unused" warnings.
12277         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
12278         Mark "st" as used.
12279
12280         Use "git COMMAND", not "git-COMMAND".
12281         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
12282         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
12283         * build-aux/git-version-gen: Use "git status", not "git-status".
12284
12285 2008-02-07  Bruno Haible  <bruno@clisp.org>
12286
12287         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
12288         Avoids a crash on Windows Vista.
12289         Reported by Adam Strzelecki <ono@java.pl> via
12290         Simon Josefsson <simon@josefsson.org>.
12291
12292 2008-02-06  Bruno Haible  <bruno@clisp.org>
12293
12294         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
12295         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
12296         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
12297         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
12298         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12299         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12300         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
12301         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
12302         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12303         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12304         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12305         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12306         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12307         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12308         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12309         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
12310         left-adjust flag.
12311         * tests/test-snprintf-posix.h (test_function): Likewise.
12312         * tests/test-sprintf-posix.h (test_function): Likewise.
12313         * tests/test-vasprintf-posix.c (test_function): Likewise.
12314         * doc/posix-functions/fprintf.texi: Update.
12315         * doc/posix-functions/printf.texi: Update.
12316         * doc/posix-functions/snprintf.texi: Update.
12317         * doc/posix-functions/sprintf.texi: Update.
12318         * doc/posix-functions/vfprintf.texi: Update.
12319         * doc/posix-functions/vprintf.texi: Update.
12320         * doc/posix-functions/vsnprintf.texi: Update.
12321         * doc/posix-functions/vsprintf.texi: Update.
12322         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12323
12324 2008-02-06  Bruno Haible  <bruno@clisp.org>
12325
12326         Fix bug introduced on 2008-01-26.
12327         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12328
12329 2008-02-06  Bruno Haible  <bruno@clisp.org>
12330
12331         Fix bug introduced on 2007-06-10.
12332         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12333         !NEED_PRINTF_FLAG_ZERO.
12334
12335 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12336
12337         getloadavg: use libperfstat on AIX5
12338         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12339
12340 2008-02-03  Bruno Haible  <bruno@clisp.org>
12341
12342         * lib/diffseq.h: Add comments about required #includes.
12343         Reported by Michael Biggs <gnulib@doubleplum.net>.
12344
12345 2008-02-01  Bruno Haible  <bruno@clisp.org>
12346
12347         * users.txt: Add gnuit.
12348
12349 2008-01-31  Bruno Haible  <bruno@clisp.org>
12350
12351         * lib/md4.c (set_uint32): Mark as inline.
12352         * lib/md5.c (set_uint32): Likewise.
12353         * lib/sha1.c (set_uint32): Likewise.
12354         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12355         * m4/md5.m4 (gl_MD5): Likewise.
12356         * m4/sha1.m4 (gl_SHA1): Likewise.
12357
12358 2008-01-31  Jim Meyering  <meyering@redhat.com>
12359
12360         Use "sizeof VAR", rather than a literal "4".
12361         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12362         * lib/md4.c (md4_read_ctx): Likewise.
12363         * lib/sha1.c (sha1_read_ctx): Likewise.
12364
12365 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12366
12367         * tests/test-sha1.c: New file, based on test-md5.c.
12368
12369         * modules/crypto/sha1-tests: New file.
12370
12371 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12372
12373         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12374
12375 2008-01-31  Jim Meyering  <meyering@redhat.com>
12376
12377         Prefer "sizeof v" over the equivalent "4".
12378         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12379         * lib/md5.c (set_uint32): Likewise.
12380         * lib/sha1.c (set_uint32): Likewise.
12381
12382 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12383
12384         * lib/sha1.c (set_uint32): Mark function as static.
12385
12386 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12387
12388         md2: clarify comments to say that alignment is not required.
12389         * lib/md2.h: Remove warning about alignment in comment.
12390         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12391         never been required.
12392
12393 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12394
12395         md4: adapt alignment constraint fix from sha1.
12396         * lib/md4.c (set_uint32): New function, from sha1.c
12397         (md4_read_ctx): Use it.
12398         (md4_finish_ctx): Doc fix.
12399         * lib/md4.h: Doc fix.
12400
12401 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12402
12403         md5: adapt alignment constraint fix from sha1.
12404         * lib/md5.c (set_uint32): New function, from sha1.c
12405         (md5_read_ctx): Use it.
12406         (md5_finish_ctx): Doc fix.
12407         * lib/md5.h: Doc fix.
12408
12409 2008-01-30  Peter Palfrader  <weasel@debian.org>
12410
12411         sha1: remove the result buffer alignment constraint
12412         * lib/sha1.c (set_uint32): New function.
12413         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12414         constraint.
12415         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12416         * lib/sha1.h: Likewise.
12417
12418 2008-01-30  Andreas Schwab  <schwab@suse.de>
12419             Bruno Haible  <bruno@clisp.org>
12420
12421         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12422         correct definition of LDBL_MIN_EXP.
12423
12424 2008-01-30  Karl Berry  <karl@gnu.org>
12425
12426         * config/srclist-update: try to preserve x bit on updates.
12427         * config/srclistvars.sh: update for karl.
12428
12429 2008-01-29  Jim Meyering  <meyering@redhat.com>
12430
12431         vasnprintf.c: Avoid warning about unused label
12432         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
12433         "overflow" label definition and associated code with the
12434         same cpp condition that guards the sole use of that label.
12435
12436 2008-01-26  Bruno Haible  <bruno@clisp.org>
12437
12438         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
12439         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
12440         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
12441         * lib/isnanl-nolibm.h (isnanl): Likewise.
12442         Reported by Paul Eggert <eggert@cs.ucla.edu>.
12443
12444 2008-01-26  Bruno Haible  <bruno@clisp.org>
12445
12446         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
12447         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
12448
12449 2008-01-26  Bruno Haible  <bruno@clisp.org>
12450
12451         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
12452         GCC >= 4.0 built-in.
12453         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
12454
12455 2008-01-26  Bruno Haible  <bruno@clisp.org>
12456
12457         Rename isnan, applicable to 'double' only, to isnand.
12458         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
12459         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
12460         (configure.ac): Update.
12461         (Include): Replace "isnan.h" with "isnand.h".
12462         * m4/isnand.m4: Renamed from m4/isnan.m4.
12463         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
12464         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
12465         instead of isnan.c.
12466         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
12467         instead of HAVE_ISNAN_IN_LIBC.
12468         (isnand): Renamed from isnan.
12469         * lib/isnand.c: New file.
12470         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
12471         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
12472         (Makefile.am): Update.
12473         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
12474         Include isnand.h instead of isnan.h.
12475         (main): Test isnand instead of isnan.
12476         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
12477         isnan-nolibm.
12478         * modules/frexp (Depends-on): Likewise.
12479         * modules/frexp-tests (Depends-on): Likewise.
12480         * modules/frexp-nolibm (Depends-on): Likewise.
12481         * modules/frexp-nolibm-tests (Depends-on): Likewise.
12482         * modules/isfinite (Depends-on): Likewise.
12483         * modules/round-tests (Depends-on): Likewise.
12484         * modules/signbit (Depends-on): Likewise.
12485         * modules/signbit-tests (Depends-on): Likewise.
12486         * modules/snprintf-posix (Depends-on): Likewise.
12487         * modules/sprintf-posix (Depends-on): Likewise.
12488         * modules/trunc-tests (Depends-on): Likewise.
12489         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12490         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12491         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12492         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12493         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12494         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12495         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12496         * modules/vasnprintf-posix (Depends-on): Likewise.
12497         * modules/vasprintf-posix (Depends-on): Likewise.
12498         * modules/vfprintf-posix (Depends-on): Likewise.
12499         * modules/vsnprintf-posix (Depends-on): Likewise.
12500         * modules/vsprintf-posix (Depends-on): Likewise.
12501         * lib/frexp.c: Include isnand.h instead of isnan.h.
12502         (ISNAN): Set to isnand instead of isnan.
12503         * lib/isfinite.c: Include isnand.h instead of isnan.h.
12504         (gl_isfinited): Use isnand instead of isnan.
12505         * lib/signbitd.c: Include isnand.h instead of isnan.h.
12506         (gl_signbitd): Use isnand instead of isnan.
12507         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
12508         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
12509         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
12510         (main): Use isnand instead of isnan.
12511         * tests/test-round1.c: Include isnand.h.
12512         (main): Use isnand instead of isnan.
12513         * tests/test-round2.c: Include isnand.h instead of isnan.h.
12514         (ISNAN): Set to isnand instead of isnan.
12515         * tests/test-trunc1.c: Include isnand.h.
12516         (main): Use isnand instead of isnan.
12517         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
12518         (equal): Use isnand instead of isnan.
12519         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
12520         isnand-nolibm.
12521         * NEWS: Mention the change.
12522
12523 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12524             Bruno Haible  <bruno@clisp.org>
12525
12526         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
12527         the GCC builtins for signbits are present and set
12528         REPLACE_SIGNBIT_USING_GCC if so.
12529         * lib/math.in.h (signbit): Define using GCC builtins if
12530         REPLACE_SIGNBIT_USING_GCC is set.
12531         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
12532         REPLACE_SIGNBIT_USING_GCC.
12533         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
12534
12535 2008-01-25  Jim Meyering  <meyering@redhat.com>
12536
12537         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
12538         * lib/poll.c: Include <config.h>, not "config.h".
12539         * tests/test-getaddrinfo.c: Likewise.
12540
12541 2008-01-25  Simon Josefsson  <simon@josefsson.org>
12542
12543         * modules/sockets-tests: New file.
12544
12545 2008-01-24  Simon Josefsson  <simon@josefsson.org>
12546
12547         * modules/sockets: New module, can be used to call WSA_Startup and
12548         WSA_Cleanup when needed.
12549
12550         * lib/sockets.h, lib/sockets.c: New files.
12551
12552         * m4/sockets.m4: New file.
12553
12554         * tests/test-sockets.c: New file.
12555
12556 2008-01-19  Bruno Haible  <bruno@clisp.org>
12557
12558         * doc/posix-headers: Renamed from doc/headers.
12559         * doc/posix-functions: Renamed from doc/functions.
12560         * doc/gnulib.texi: Update.
12561
12562 2008-01-19  Bruno Haible  <bruno@clisp.org>
12563
12564         * doc/glibc-functions/strcasestr.texi: Include contents of
12565         doc/functions/strcasestr.texi, fixing the list of platforms.
12566         * doc/functions/strcasestr.texi: Remove file.
12567
12568 2008-01-19  Bruno Haible  <bruno@clisp.org>
12569
12570         * doc/glibc-functions/memmem.texi: Include contents of
12571         doc/functions/memmem.texi.
12572         * doc/functions/memmem.texi: Remove file.
12573
12574 2008-01-18  Bruno Haible  <bruno@clisp.org>
12575
12576         * doc/glibc-functions/*.texi: New files.
12577         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
12578         to use the new files.
12579
12580 2008-01-17  Bruno Haible  <bruno@clisp.org>
12581
12582         * tests/test-gethostname.c (main): Fix printf statement.
12583
12584 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12585
12586         * modules/gethostname-tests: New file.
12587
12588         * tests/test-gethostname.c: New file.
12589
12590 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12591
12592         * lib/gethostname.c: Include string.h unconditionally, strncpy is
12593         used by the UNAME case.  Reported by Bruno Haible
12594         <bruno@clisp.org>.
12595
12596 2008-01-17  Eric Blake  <ebb9@byu.net>
12597
12598         Convert c-strcasestr to be more efficient.
12599         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
12600         (Depends-on): Add c-strcase, remove malloca, strnlen.
12601         * tests/test-c-strcasestr.c (main): Enhance test.
12602         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
12603
12604 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12605
12606         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
12607         Use it in creating po/Makevars.
12608
12609 2008-01-15  Simon Josefsson  <simon@josefsson.org>
12610
12611         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
12612         Applications that requires it should initialize libgcrypt
12613         manually.
12614
12615 2008-01-16  Simon Josefsson  <simon@josefsson.org>
12616
12617         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
12618
12619 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
12620
12621         Fix problem with getdate on mingw32 reported by Simon Josefsson
12622         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
12623         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
12624         tzname", when deciding whether to declare tzname.
12625         * lib/strftime.c (tzname): Likewise.
12626
12627 2008-01-15  Bruno Haible  <bruno@clisp.org>
12628
12629         Work around a MacOS X 10.5 bug in frexpl().
12630         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
12631         * doc/functions/frexpl.texi: Document the bug.
12632         Reported by Elias Pipping <pipping@gentoo.org>.
12633
12634 2008-01-14  Eric Blake  <ebb9@byu.net>
12635
12636         Touch up previous patch.
12637         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
12638         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
12639
12640         Convert strcasestr module to use Two-Way algorithm.
12641         * modules/strcasestr-simple: New module, based on the old
12642         strcasestr, but with Two-Way rather than KMP.
12643         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
12644         * lib/string.in.h (rpl_strcasestr): Declare.
12645         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
12646         performance.
12647         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
12648         * modules/string (Makefile.am): Support strcasestr.
12649         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12650         * modules/strcasestr-tests (Depends-on): Check for alarm.
12651         * tests/test-strcasestr.c: Augment test.
12652         * lib/str-two-way.h: Clean up stray macro.
12653         * NEWS: Document new module.
12654         * MODULES.html.sh (string handling): Likewise.
12655         * doc/functions/strcasestr.texi: New file.
12656         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
12657         here, since it is not a POSIX function.
12658
12659 2008-01-14  Colin Watson  <cjwatson@debian.org>
12660             Bruno Haible  <bruno@clisp.org>
12661
12662         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
12663         works fine; if not, set REPLACE_STRSIGNAL.
12664         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
12665         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12666         REPLACE_STRSIGNAL.
12667         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
12668         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
12669         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
12670
12671 2008-01-14  Bruno Haible  <bruno@clisp.org>
12672
12673         * modules/strsignal (Include): Change to <string.h>.
12674
12675 2008-01-14  Colin Watson  <cjwatson@debian.org>
12676
12677         * modules/argp (Notice): Add a notice recommending to change
12678         XGETTEXT_OPTIONS.
12679         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
12680
12681 2008-01-13  Colin Watson  <cjwatson@debian.org>
12682
12683         * modules/strsignal-tests: New file.
12684         * tests/test-strsignal.c: New file.
12685
12686         * lib/strsignal.c: New file, from glibc with modifications.
12687         * lib/siglist.h: New file, from glibc with modifications.
12688         * lib/string.in.h (strsignal): New declaration.
12689         * m4/strsignal.m4: New file.
12690         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12691         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
12692         * modules/strsignal: New file.
12693         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
12694         HAVE_DECL_STRSIGNAL.
12695
12696 2008-01-13  Bruno Haible  <bruno@clisp.org>
12697
12698         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
12699         locale encoding is not ASCII. Needed for OpenBSD 4.0.
12700         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12701         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12702
12703 2008-01-13  Bruno Haible  <bruno@clisp.org>
12704
12705         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
12706         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
12707         * lib/argp.h (__attribute__): Likewise.
12708         * lib/c-stack.c (__attribute__): Likewise.
12709         * lib/error.h (__attribute__): Likewise.
12710         * lib/fts.c (__attribute__): Likewise.
12711         * lib/openat.h (__attribute__): Likewise.
12712         * lib/stdio.in.h (__attribute__): Likewise.
12713         * lib/string.in.h (__attribute__): Likewise.
12714         * lib/utimens.c (__attribute__): Likewise.
12715         * lib/vasnprintf.h (__attribute__): Likewise.
12716         * lib/xalloc.h (__attribute__): Likewise.
12717         * lib/xprintf.h (__attribute__): Likewise.
12718         * lib/xstrtol.h (__attribute__): Likewise.
12719         * lib/xvasprintf.h (__attribute__): Likewise.
12720
12721 2008-01-12  Bruno Haible  <bruno@clisp.org>
12722
12723         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
12724         * doc/glibc-headers/a.out.texi: New file.
12725         * doc/glibc-headers/aliases.texi: New file.
12726         * doc/glibc-headers/alloca.texi: New file.
12727         * doc/glibc-headers/ar.texi: New file.
12728         * doc/glibc-headers/argp.texi: New file.
12729         * doc/glibc-headers/argz.texi: New file.
12730         * doc/glibc-headers/byteswap.texi: New file.
12731         * doc/glibc-headers/crypt.texi: New file.
12732         * doc/glibc-headers/endian.texi: New file.
12733         * doc/glibc-headers/envz.texi: New file.
12734         * doc/glibc-headers/err.texi: New file.
12735         * doc/glibc-headers/error.texi: New file.
12736         * doc/glibc-headers/execinfo.texi: New file.
12737         * doc/glibc-headers/fpu_control.texi: New file.
12738         * doc/glibc-headers/fstab.texi: New file.
12739         * doc/glibc-headers/fts.texi: New file.
12740         * doc/glibc-headers/getopt.texi: New file.
12741         * doc/glibc-headers/ieee754.texi: New file.
12742         * doc/glibc-headers/ifaddrs.texi: New file.
12743         * doc/glibc-headers/libintl.texi: New file.
12744         * doc/glibc-headers/mcheck.texi: New file.
12745         * doc/glibc-headers/mntent.texi: New file.
12746         * doc/glibc-headers/obstack.texi: New file.
12747         * doc/glibc-headers/paths.texi: New file.
12748         * doc/glibc-headers/printf.texi: New file.
12749         * doc/glibc-headers/pty.texi: New file.
12750         * doc/glibc-headers/resolv.texi: New file.
12751         * doc/glibc-headers/shadow.texi: New file.
12752         * doc/glibc-headers/sysexits.texi: New file.
12753         * doc/glibc-headers/ttyent.texi: New file.
12754
12755 2008-01-12  Jim Meyering  <meyering@redhat.com>
12756
12757         announce-gen: emit Gnulib's git-based version string.
12758         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
12759         New option --gnulib-version=V, where V is expected to be
12760         the output of running git describe in the gnulib directory.
12761         (get_tool_versions): Request feedback on xdelta.  I suspect it's
12762         not useful, and plan to stop publishing an xdelta file with each
12763         coreutils release.
12764
12765         * build-aux/announce-gen: Also check for lzma-compressed files.
12766
12767 2008-01-11  Bruno Haible  <bruno@clisp.org>
12768
12769         * tests/test-memmem.c (main): Increase maximum allowed time.
12770         * tests/test-strstr.c (main): Likewise.
12771
12772 2008-01-11  Bruno Haible  <bruno@clisp.org>
12773
12774         * doc/functions/memmem.texi: Add more precisions about platforms.
12775         * doc/functions/strstr.texi: Likewise.
12776
12777 2008-01-10  Eric Blake  <ebb9@byu.net>
12778
12779         * m4/strstr.m4: Delete cruft from copy-n-paste.
12780         Reported by Bruno Haible.
12781
12782 2008-01-10  Bruno Haible  <bruno@clisp.org>
12783
12784         Make c-strstr rely on strstr.
12785         * lib/c-strstr.c: Don't include str-kmp.h.
12786         (c_strstr): Define in terms of strstr.
12787         * modules/c-strstr (Files): Remove lib/str-kmp.h.
12788         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
12789
12790 2008-01-10  Bruno Haible  <bruno@clisp.org>
12791
12792         * doc/gnulib.texi (String Functions in C Locale): New section.
12793         * doc/c-ctype.texi: New file.
12794         * doc/c-strcase.texi: New file.
12795         * doc/c-strcaseeq.texi: New file.
12796         * doc/c-strcasestr.texi: New file.
12797         * doc/c-strstr.texi: New file.
12798         * doc/c-strtod.texi: New file.
12799         * doc/c-strtold.texi: New file.
12800
12801 2008-01-10  Eric Blake  <ebb9@byu.net>
12802
12803         * lib/relocatable.h: Fix a comment.
12804
12805 2008-01-10  Eric Blake  <ebb9@byu.net>
12806
12807         Share two-way algorithm.
12808         * lib/str-two-way.h: New file, merged from...
12809         * lib/memmem.c: ...here...
12810         * lib/strstr.c: ...and here.
12811         * modules/memmem (Files): Use it.
12812         * modules/strstr (Files): Likewise.
12813
12814         Avoid quadratic strstr implementations.
12815         * lib/strstr.c: New file.
12816         * m4/strstr.m4: Likewise.
12817         * modules/strstr: Likewise.
12818         * modules/strstr-tests: Likewise.
12819         * tests/test-strstr.c: Likewise.
12820         * lib/string.in.h (rpl_strstr): Declare.
12821         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
12822         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
12823         * modules/string (Makefile.am): Likewise.
12824         * MODULES.html.sh (string handling): Mention new module.
12825         * doc/functions/strstr.texi (strstr): Document the bug.
12826
12827 2008-01-10  Bruno Haible  <bruno@clisp.org>
12828
12829         * lib/relocatable.h (relocate): State whether result is freshly
12830         allocated or not.
12831         * lib/relocatable.c (relocate): Return a freshly allocated string
12832         instead of a pointer to a privately held string.
12833         Reported by Sylvain Beucler <beuc@gnu.org>.
12834
12835 2008-01-10  Colin Watson  <cjwatson@debian.org>
12836
12837         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
12838         s/S_ISNLK/S_ISLNK/.
12839
12840 2008-01-09  Bruno Haible  <bruno@clisp.org>
12841
12842         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
12843         and other files.
12844         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
12845         if it's only a guess.
12846         * modules/memmem: Simplify by depending on memmem-simple.
12847
12848 2008-01-09  Bruno Haible  <bruno@clisp.org>
12849
12850         Work around OpenBSD 4.0 tdelete() bug.
12851         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
12852         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
12853         macros and don't redefine the enum values.
12854         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
12855         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
12856         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
12857
12858 2008-01-09  Bruno Haible  <bruno@clisp.org>
12859
12860         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
12861         (main): Don't perform the tests if setlocale did not install a UTF-8
12862         locale. Needed on OpenBSD 4.0.
12863         * modules/wcwidth-tests (Depends-on): Add localcharset.
12864
12865 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12866
12867         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
12868         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
12869         * NEWS: announce this.
12870         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
12871
12872 2008-01-09  Simon Josefsson  <simon@josefsson.org>
12873         and Eric Blake  <ebb9@byu.net>
12874
12875         Add memmem-simple module.
12876         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
12877         (gl_FUNC_MEMMEM): Separate performance from presence checks.
12878         * modules/memmem-simple: New file.
12879         * modules/memmem (Description): Tweak.
12880         * MODULES.html.sh (string handling): Mention new module.
12881         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
12882         addressed by memmem-simple.
12883         * NEWS: Document the difference.
12884
12885 2008-01-09  Eric Blake  <ebb9@byu.net>
12886
12887         Give gcc some memmem optimization hints.
12888         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
12889         (strcasestr): Declare as pure.
12890         * modules/memmem (Maintainer): Claim my implementation.
12891
12892 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12893
12894         Support AIX 6.1 and higher.
12895         * build-aux/config.libpath: Likewise.
12896         * build-aux/config.rpath: Likewise.
12897
12898 2008-01-08  Jim Meyering  <meyering@redhat.com>
12899             Bruno Haible  <bruno@clisp.org>
12900
12901         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
12902         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
12903         Reported by Peter Fales in
12904         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
12905
12906 2008-01-08  Bruno Haible  <bruno@clisp.org>
12907
12908         * modules/unictype/category-of (Depends-on): Add
12909         unictype/category-none.
12910         * modules/unictype/category-and-tests (Depends-on): Add
12911         unictype/category-{L,N,Lu,Nd}.
12912         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
12913         * modules/unictype/category-or-tests (Depends-on): Add
12914         unictype/category-{L,N}.
12915         * modules/unictype/category-name-tests (Depends-on): Add
12916         unictype/category-{Z,Nl}.
12917         Reported by Simon Josefsson.
12918
12919 2008-01-08  Bruno Haible  <bruno@clisp.org>
12920
12921         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
12922         convention better.
12923         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
12924         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
12925         Reported by Peter Miller <millerp@canb.auug.org.au>.
12926
12927 2008-01-08  Eric Blake  <ebb9@byu.net>
12928
12929         Rewrite memmem to guarantee linear complexity without malloc.
12930         * lib/memmem.c (memmem): Use Two-Way rather than
12931         Knuth-Morris-Pratt, to allow O(1) space usage.
12932         (critical_factorization, two_way_short_needle)
12933         (two_way_long_needle): New functions.
12934         (knuth_morris_pratt): Delete.
12935         * modules/memmem (Depends-on): No longer need malloca or stdbool.
12936         Add stdint.
12937         * tests/test-memmem.c (main): Add tests for periodic needle and
12938         sublinear performance.
12939         * doc/functions/memmem.texi (memmem): Document other deficiencies
12940         in cygwin and older glibc.
12941
12942 2008-01-08  Bruno Haible  <bruno@clisp.org>
12943
12944         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
12945         augmentation.
12946
12947 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
12948
12949         Add a configure time option: --disable-acl.
12950         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
12951         AC_ARG_ENABLE(acl).
12952
12953 2008-01-06  Simon Josefsson  <simon@josefsson.org>
12954
12955         * tests/test-localename.c: Don't include obsolete "setenv.h".
12956
12957         * modules/localename-tests (Depends-on): Need unsetenv.
12958
12959 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12960
12961         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
12962
12963 2008-01-06  Colin Watson  <cjwatson@debian.org>
12964
12965         * users.txt: Add man-db.
12966
12967 2008-01-07  Bruno Haible  <bruno@clisp.org>
12968
12969         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
12970         previous section name.
12971
12972 2008-01-07  Bruno Haible  <bruno@clisp.org>
12973
12974         * lib/progname.c (set_program_name): Don't strip off a leading
12975         "lt-" prefix outside a .libs directory.
12976         Suggested by Paul Eggert.
12977
12978 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
12979             Bruno Haible  <bruno@clisp.org>
12980
12981         Improve memory cleanup in 'relocatable' module.
12982         * lib/relocatable.h (compute_curr_prefix): Change return type to
12983         'char *'.
12984         * lib/relocatable.c (compute_curr_prefix): Change return type to
12985         'char *'. Free curr_installdir after use.
12986         (relocate): Free curr_prefix_better after use.
12987         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
12988
12989 2008-01-01  Bruno Haible  <bruno@clisp.org>
12990
12991         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
12992         failure on older glibc systems.
12993         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12994
12995 2008-01-05  Eric Blake  <ebb9@byu.net>
12996
12997         Avoid quadratic system memmem.
12998         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
12999         Reported by Ralf Wildenhues.
13000
13001         Fix memmem test for mingw.
13002         * modules/memmem-tests (configure.ac): Check for alarm.
13003         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
13004         it.
13005         * doc/functions/memmem.texi: New file.
13006         * doc/gnulib.texi (Function Substitutes): Add memmem.
13007         Reported by Bruno Haible.
13008
13009 2008-01-04  Bruno Haible  <bruno@clisp.org>
13010
13011         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
13012         Require gl_HEADER_STRINGS_H_DEFAULTS, not
13013         gl_HEADER_STRING_H_DEFAULTS.
13014
13015 2008-01-04  Eric Blake  <ebb9@byu.net>
13016
13017         Shorten duration of memmem test.
13018         * tests/test-memmem.c (main): Use alarm to declare failure if test
13019         is taking too long.
13020         Reported by Ralf Wildenhues.
13021
13022 2007-12-21  Simon Josefsson  <simon@josefsson.org>
13023
13024         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
13025         string, needed by strerror.
13026
13027 2008-01-03  Colin Watson  <cjwatson@debian.org>
13028             Bruno Haible  <bruno@clisp.org>
13029
13030         * doc/gnulib-tool.texi (Localization): New section.
13031
13032 2008-01-02  Bruno Haible  <bruno@clisp.org>
13033
13034         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
13035         variables to 'unsigned char *' type.
13036         Reported by Paul Eggert.
13037
13038 2008-01-02  Jim Meyering  <jim@meyering.net>
13039
13040         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
13041
13042 2007-12-31  Jim Meyering  <jim@meyering.net>
13043
13044         Avoid use of private FTS type name.
13045         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
13046
13047 2007-12-30  Karl Berry  <karl@gnu.org>
13048
13049         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
13050         work around defect in Texinfo and/or the standalone Info browser.
13051
13052 2007-12-30  Bruno Haible  <bruno@clisp.org>
13053
13054         Unify 5 copies of the KMP code.
13055         * lib/str-kmp.h: New file.
13056         * lib/c-strcasestr.c: Include str-kmp.h.
13057         (knuth_morris_pratt): Remove function.
13058         (c_strcasestr): Update.
13059         * lib/c-strstr.c: Include str-kmp.h.
13060         (knuth_morris_pratt): Remove function.
13061         (c_strcasestr): Update.
13062         * lib/mbscasestr.c: Include str-kmp.h.
13063         (knuth_morris_pratt_unibyte): Remove function.
13064         * lib/mbsstr.c: Include str-kmp.h.
13065         (knuth_morris_pratt_unibyte): Remove function.
13066         * lib/strcasestr.c: Include str-kmp.h.
13067         (knuth_morris_pratt): Remove function.
13068         (strcasestr): Update.
13069         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
13070         * modules/c-strstr (Files): Likewise.
13071         * modules/mbscasestr (Files): Likewise.
13072         * modules/mbsstr (Files): Likewise.
13073         * modules/strcasestr (Files): Likewise.
13074         Suggested by Paul Eggert.
13075
13076 2007-12-30  Bruno Haible  <bruno@clisp.org>
13077
13078         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
13079         defined.
13080
13081 2007-12-30  Bruno Haible  <bruno@clisp.org>
13082
13083         * lib/xmalloca.h: Include xalloc.h.
13084         (xnmalloca): New macro.
13085
13086 2007-12-30  Bruno Haible  <bruno@clisp.org>
13087
13088         * lib/malloca.h (nmalloca): New macro.
13089         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
13090         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
13091         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
13092         knuth_morris_pratt_multibyte): Likewise.
13093         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
13094         knuth_morris_pratt_multibyte): Likewise.
13095         * lib/memmem.c (knuth_morris_pratt): Likewise.
13096         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
13097
13098 2007-12-25  Bruno Haible  <bruno@clisp.org>
13099
13100         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
13101         * lib/glob.c: Don't include openat.h.
13102         (link_exists2_p): Add back the code that deals with the
13103         !GLOB_ALTDIRFUNC case.
13104         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
13105         let it do the filename concatenation.
13106         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
13107         * modules/glob (Depends-on): Remove openat.
13108
13109 2007-12-31  Bruno Haible  <bruno@clisp.org>
13110
13111         * modules/dirfd (License): Change to LGPLv2+.
13112         Approved by Jim Meyering.
13113
13114 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13115
13116         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
13117         when multiplying M by sizeof (size_t).
13118
13119 2007-12-10  Martin Lambers  <marlam@marlam.de>
13120
13121         Override getpagesize on mingw.
13122         * lib/getpagesize.c: New file.
13123         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
13124         * modules/getpagesize (Files): Add lib/getpagesize.c.
13125         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
13126         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13127         REPLACE_GETPAGESIZE.
13128         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
13129
13130 2007-12-25  Bruno Haible  <bruno@clisp.org>
13131
13132         * modules/localcharset (Notice): New field.
13133         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
13134         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
13135
13136 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13137             Bruno Haible  <bruno@clisp.org>
13138
13139         Avoid using the syntax symbol() in formatted documentation.
13140         * MODULES.html.sh (func_module): When replacing symbol() with a
13141         hyperlink, remove the parentheses. Show an error if some remain.
13142         Recognize and render the '...' syntax.
13143         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
13144         Rework. Add paragraph about GCC's inlining.
13145         * doc/alloca.texi: Likewise.
13146         * doc/error.texi: Remove parentheses from symbol reference.
13147         * doc/gnulib-intro.texi: Likewise.
13148         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
13149         * modules/fnmatch (Description): Reword to say "the ... function".
13150         * modules/full-read (Description): Likewise.
13151         * modules/full-write (Description): Likewise.
13152         * modules/safe-read (Description): Likewise.
13153         * modules/safe-write (Description): Likewise.
13154         * modules/strchrnul (Description): Likewise.
13155         * modules/trim (Description): Likewise.
13156         * modules/error (Description): Remove parentheses from symbol
13157         references.
13158         * modules/verror (Description): Likewise.
13159         Reported by Karl Berry.
13160
13161 2007-12-25  Bruno Haible  <bruno@clisp.org>
13162
13163         Fixup after 2007-10-16 commit.
13164         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
13165
13166 2007-12-24  Bruno Haible  <bruno@clisp.org>
13167
13168         Make --enable-relocatable work with DESTDIR.
13169         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
13170         to compute installdir from destprog.
13171         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
13172         also set the RELOC_DESTDIR variable.
13173         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13174
13175 2007-12-24  Bruno Haible  <bruno@clisp.org>
13176
13177         Fix link error due to xalloc_die().
13178         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
13179         of xreadlink.
13180         * lib/relocwrapper.c: Update comments.
13181         * build-aux/install-reloc: Remove xreadlink.c from file list.
13182         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
13183         xreadlink.c.
13184         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13185
13186 2007-12-24  Bruno Haible  <bruno@clisp.org>
13187
13188         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
13189         * lib/setenv.h: Remove file.
13190         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
13191         lib/setenv.h.
13192         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
13193         (Depends-on): Add stdlib.
13194         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
13195         gl_FUNC_UNSETENV.
13196         (Include): Replace setenv.h with <stdlib.h>.
13197         * modules/unsetenv: New file.
13198         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
13199         * lib/unsetenv.c: Include <stdlib.h> first.
13200         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
13201         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
13202         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
13203         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
13204         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
13205         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13206         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
13207         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13208         * doc/functions/unsetenv.texi: Update.
13209         * modules/xsetenv (Depends-on): Add unsetenv.
13210         * modules/getdate (Depends-on): Likewise.
13211         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
13212         * lib/xsetenv.c: Don't include setenv.h.
13213         * lib/getdate.y: Likewise.
13214         * lib/relocwrapper.c: Likewise.
13215         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
13216         (Depends-on): Add stdlib.
13217         * NEWS: Mention the changes.
13218         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13219
13220 2007-12-23  Bruno Haible  <bruno@clisp.org>
13221
13222         * lib/memmem.c (memmem): Use lowercase variable names. Tab
13223         indentation.
13224
13225 2007-12-23  Bruno Haible  <bruno@clisp.org>
13226
13227         * lib/c-strcasestr.c: Add more comments.
13228         * lib/c-strstr.c: Likewise.
13229         * lib/mbscasestr.c: Likewise.
13230         * lib/mbsstr.c: Likewise.
13231         * lib/strcasestr.c: Likewise.
13232         * lib/memmem.c: Likewise.
13233
13234 2007-12-23  Bruno Haible  <bruno@clisp.org>
13235
13236         * tests/test-memmem.c: Include <string.h> first.
13237
13238 2007-12-22  Bruno Haible  <bruno@clisp.org>
13239
13240         * gnulib-tool (func_create_testdir): Change $auxdir while generating
13241         the contents of $testsbase.
13242         Reported by Ralf Wildenhues.
13243
13244 2007-12-22  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
13247         two variables local_ldadd_before, local_ldadd_last.
13248
13249 2007-12-20  Eric Blake  <ebb9@byu.net>
13250
13251         Work around circular library issue when cross-compiling.
13252         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
13253         that progname.o does not need to pull in rpl_memcmp.
13254
13255 2007-12-19  Eric Blake  <ebb9@byu.net>
13256
13257         Fix memmem to avoid O(n^2) worst-case complexity.
13258         * lib/memmem.c (knuth_morris_pratt): New function.
13259         (memmem): Use it if first few naive iterations fail.
13260         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
13261         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
13262         * modules/memchr (License): Likewise.
13263         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
13264         malloca.
13265         * tests/test-memmem.c: Rewrite, borrowing ideas from
13266         test-mbsstr1.c; the old version wouldn't even compile!
13267         * modules/memmem-tests: New file.
13268         * lib/string.in.h (rpl_memmem): Add declaration.
13269         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
13270         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
13271         REPLACE_MEMMEM.
13272
13273 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
13276         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
13277         before any system include files, and undef after them all.  This
13278         should fix a problem on VMS reported by John E. Malmberg in
13279         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
13280
13281 2007-12-17  Eric Blake  <ebb9@byu.net>
13282
13283         Revert addition of verify, for BSD/OS.
13284         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
13285         can't handle large files, for the sake of obsolete platforms.
13286         * modules/fseeko (Depends-on): Remove verify.
13287         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
13288         * doc/functions/ftello.texi (ftello): Likewise.
13289         * doc/functions/fgetpos.texi (fgetpos): Likewise.
13290         Reported by Larry Jones.
13291
13292 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
13293
13294         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
13295         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
13296
13297 2007-12-17  Jim Meyering  <meyering@redhat.com>
13298
13299         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
13300         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
13301         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
13302         * modules/getcwd (Depends-on): Add openat.
13303         Reported by Petr Salinger.
13304
13305 2007-12-17  Bruno Haible  <bruno@clisp.org>
13306
13307         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
13308         avoid a segmentation fault of the configure test on x86_64 systems.
13309
13310 2007-12-15  Jim Meyering  <meyering@redhat.com>
13311
13312         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
13313
13314 2007-12-13  Eric Blake  <ebb9@byu.net>
13315
13316         Another fseek test.
13317         * tests/test-fseek.c (main): Also test ungetc handling.
13318         * tests/test-fseeko.c (main): Likewise.
13319         * modules/fseeko (Depends-on): Add verify.
13320         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
13321         large.
13322         Reported by Larry Jones.
13323
13324         Fix fseeko on mingw.
13325         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13326         seek.
13327
13328         Beef up fseek tests.
13329         * tests/test-fseek.c (main): Also test eof handling.
13330         * tests/test-fseeko.c (main): Likewise.
13331         Reported by Larry Jones.
13332
13333 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13334
13335         Fix fseeko on BSD-based platforms.
13336         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13337         successful seek.
13338
13339 2007-12-12  Eric Blake  <ebb9@byu.net>
13340
13341         Allow circular dependency of separate libtests.a
13342         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13343         when use_libtests.
13344
13345 2007-12-11  Eric Blake  <ebb9@byu.net>
13346
13347         Fix bug with -0.0L in previous patch.
13348         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13349         * tests/test-isnan.c (main): Also test on zeroes.
13350         * tests/test-isnanf.c (main): Likewise.
13351         * tests/test-isnanl.h (main): Likewise.
13352
13353         Detect pseudo-denormals on x86 even when cross-compiling.
13354         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13355         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13356         invalid bit patterns that happen to satisfy ==.
13357
13358         Avoid link failures with separate libtests.a.
13359         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13360         last, to satisfy circular dependencies.
13361
13362 2007-12-11  Eric Blake  <ebb9@byu.net>
13363         and Bruno Haible  <bruno@clisp.org>
13364
13365         Fix OpenBSD 4.0 <float.h> handling of long double.
13366         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13367         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13368         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13369
13370 2007-12-11  Jim Meyering  <meyering@redhat.com>
13371
13372         * users.txt: Add libvirt.
13373
13374         Support versions of autoconf prior to 2.59c.
13375         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13376         if it is not already defined.
13377
13378 2007-12-09  Bruno Haible  <bruno@clisp.org>
13379
13380         Let 'gnulib-tool --import' collect sources needed for the tests in
13381         tests/ rather than in lib/.
13382         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13383         argument. If true, add rules to generate libtests.a, and put libtests.a
13384         into $(LDADD). Consider source files in subdirectories and set
13385         uses_subdirs.
13386         (func_emit_initmacro_start, func_emit_initmacro_end,
13387         func_emit_initmacro_done): Pass all arguments explicitly.
13388         (func_import): Determine two module lists main_modules,
13389         testsrelated_modules. Determine use_libtests. Determine two variables
13390         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13391         instead of just sed_transform_lib_file. Determine two variables
13392         main_files and testsrelated_files. Compute 'files' as the union of
13393         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13394         func_add_or_update. In the generated gnulib-comp.m4, collect the
13395         object files for tests/ in different variables than those for lib/.
13396         Substitute LIBTESTS_LIBDEPS.
13397         (func_create_testdir): Combine the uses_subdirs results from
13398         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13399
13400 2007-12-09  Bruno Haible  <bruno@clisp.org>
13401
13402         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13403         the build-aux directory.
13404
13405 2007-12-09  Bruno Haible  <bruno@clisp.org>
13406
13407         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13408         introduced on 2006-09-09.
13409
13410 2007-12-07  Jim Meyering  <meyering@redhat.com>
13411
13412         Let these macros work also with autoconf-2.59.
13413         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13414         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13415         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13416
13417 2007-12-06  Jim Meyering  <meyering@redhat.com>
13418
13419         Avoid a configure-time syntax error in gl_FUNC_ACL.
13420         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13421         function in each branch, before testing the cache variable.
13422
13423 2007-12-04  Eric Blake  <ebb9@byu.net>
13424
13425         Make scripts executable.
13426         * build-aux/config.guess: Add execute permissions.
13427         * build-aux/config.sub: Likewise.
13428         * build-aux/gendocs.sh: Likewise.
13429
13430         Fix frexp on mingw.
13431         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
13432         cross-compiling.
13433         * doc/functions/frexp.texi (frexp): Document the bug.
13434
13435         Make cygwin fseeko check more reliable.
13436         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
13437         version numbers, rather than unrelated feature check.
13438         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
13439         * doc/functions/ftello.texi (ftello): Likewise.
13440         Reported by Bruno Haible.
13441
13442         * m4/strerror.m4: Bump version number.
13443
13444 2007-12-03  Bruno Haible  <bruno@clisp.org>
13445
13446         * doc/functions/mprotect.texi: Mention the mingw problem.
13447
13448 2007-12-03  Eric Blake  <ebb9@byu.net>
13449
13450         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
13451         REPLACE_STRERROR is initialized before this macro.
13452
13453 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
13456         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
13457         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
13458         put -lsec in even for programs other than 'ls'.  This fixes a problem
13459         for gettext reported by Bruno Haible in
13460         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
13461         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
13462         Add support for Solaris 10.  This isn't efficient, but should get the
13463         job done for now.
13464
13465 2007-12-03  James Youngman  <jay@gnu.org>
13466
13467         * doc/regexprops-generic.texi: change "an close-group" to "a
13468         close-group" and "illegal" to "not allowed".
13469
13470 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13471
13472         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
13473         pr_byname.h. Needed for the rare case when the maintainer has done
13474         "make maintainer-clean" in the source directory and then attempts a
13475         build outside the source directory.
13476         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
13477         scripts_byname.h.
13478
13479 2007-12-02  Martin Lambers <marlam@marlam.de>
13480             Bruno Haible  <bruno@clisp.org>
13481
13482         * lib/getpagesize.h: Remove file.
13483         * lib/unistd.in.h: Include declaration of getpagesize here.
13484         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
13485         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
13486         HAVE_SYS_PARAM_H.
13487         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
13488         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13489         * modules/getpagesize (Files): Remove lib/getpagesize.h.
13490         (Depends-on): Add unistd.
13491         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13492         (Include): Use <unistd.h> instead of getpagesize.h.
13493         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
13494         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13495         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
13496         gl_GETPAGESIZE invocation, already handled by module dependency.
13497         * lib/pagealign_alloc.c: Don't include getpagesize.h.
13498
13499 2007-12-02  Bruno Haible  <bruno@clisp.org>
13500
13501         * modules/strings-tests: New file.
13502         * tests/test-strings.c: New file.
13503
13504         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
13505         * lib/strings.in.h: New file.
13506         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
13507         * m4/strings_h.m4: New file.
13508         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
13509         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
13510         * modules/strings: New file.
13511         * modules/string (Makefile.am): Update.
13512         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
13513         Reported by Karl Berry.
13514
13515 2007-12-01  Eric Blake  <ebb9@byu.net>
13516
13517         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
13518         accomodate fix in cygwin 1.5.25.
13519
13520 2007-12-01  Jim Meyering  <meyering@redhat.com>
13521
13522         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
13523         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
13524         that would inhibit utf8-optimization of a regexp containing line-
13525         or buffer-anchors, e.g., `^', `$'.
13526
13527 2007-11-30  Bruno Haible  <bruno@clisp.org>
13528
13529         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
13530         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
13531         glthread_recursive_lock_init.
13532         * lib/lock.c (glthread_recursive_lock_init)
13533         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
13534         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13535
13536 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         New function qset_acl, like set_acl but with syscall semantics.
13539         * lib/acl.h (qset_acl): New decl.
13540         * lib/acl.c (qset_acl): New function.
13541         (set_acl): Use new function.  Use more-consistent diagnostics.
13542
13543 2007-11-28  Jim Meyering  <meyering@redhat.com>
13544
13545         * modules/physmem (License): Change from GPL to LGPLv2+.
13546
13547 2007-11-26  Bruno Haible  <bruno@clisp.org>
13548
13549         * lib/vasnprintf.c (decode_long_double): Don't abort if the
13550         'long double' type has excess precision.
13551         Reported by Jim Meyering in
13552         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
13553
13554 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13555
13556         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
13557         Sync from <http://gnu.org/licenses>.
13558         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
13559         with license text from same location.
13560         * doc/maintain.texi, doc/standards.texi:  Sync from
13561         <http://savannah.gnu.org/projects/gnustandards>.
13562
13563 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
13564         and Jim Meyering  <meyering@redhat.com>
13565
13566         Adjust getdate' grammar to accept a slightly more regular language.
13567         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
13568         Before, the former was rejected.
13569         * lib/getdate.y (digits_to_date_time): New function, factored
13570         out of ...
13571         (number): ...here.  Just call digits_to_date_time.
13572         (hybrid): New non-terminal to handle an <unsigned number,
13573         signed relative offset> sequence consistently.
13574
13575 2007-11-18  Jim Meyering  <meyering@redhat.com>
13576
13577         Pull my changes from coreutils:
13578         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
13579         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
13580         use of $gnulib_tool_option_extras, so that it's separated from the
13581         preceding argument.
13582
13583         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
13584         * build-aux/bootstrap (cp_mark_as_generated): Create any required
13585         parent destination directories before copying a file into place.
13586
13587 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13588
13589         bootstrap: work also with 4-argument variant of AC_INIT
13590         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
13591
13592 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         Port test-getaddrinfo to Solaris.
13595         Problem reported by Bruno Haible in
13596         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
13597         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
13598         explanation of setting 'hints'.
13599         Don't reject an implementation merely because it returns EAI_SERVICE.
13600         (EAI_SERVICE): Define to 0 if not defined.
13601
13602 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13603
13604         The license of gnu-make and posix-shell is now "GPLed build tool".
13605         * modules/gnu-make (License): Likewise.
13606         * modules/posix-shell (License): Likewise.
13607
13608         New module posix-shell, for determining a POSIX shell
13609         or perhaps something that is close enough to a POSIX shell.
13610         * m4/posix-shell.m4: New file.
13611         * modules/posix-shell: New file.
13612
13613         * MODULES.html.sh: Mention new module.
13614
13615         New module gnu-make, for determining whether we're using GNU Make.
13616         * m4/gnu-make.m4: New file.
13617         * modules/gnu-make: New file.
13618         * MODULES.html.sh: Mention new module.
13619
13620 2007-11-14  Jim Meyering  <meyering@redhat.com>
13621
13622         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
13623         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
13624         use this macro to create a function _definition_.
13625         Remove useless "#undef ARGMATCH_DIE".
13626
13627 2007-11-14  Bruno Haible  <bruno@clisp.org>
13628
13629         * lib/config.charset: Update for OpenBSD 4.1.
13630         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
13631
13632 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
13633
13634         Document 64-bit #if problems in stdint.texi.
13635         * doc/headers/stdint.texi (stdint.h): Mention problems with
13636         64-bit-#if, and how to work around them.
13637
13638         Don't insist on 'long long int' support in the preprocessor.  It
13639         breaks too many things.  For example, PRIdMAX still uses a 'long
13640         long int' format with the latest Sun compiler, even though
13641         HAVE_LONG_LONG_INT isn't defined due to that compiler's
13642         preprocessor problem.  This causes the latest coreutils to dump
13643         core on Solaris 10 sparc with the Sun C compiler.
13644         Instead, fix the 2007-10-16 problem in a different way, by evaluating
13645         the troublesome expressions at configure-time, not at #if-time.
13646         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
13647         preprocessor.
13648         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
13649         compile-time C checks, done at 'configure'-time.
13650         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
13651         * modules/inttypes (Makefile): Substitute the new symbols that
13652         gl_INTTYPES_H now generates.
13653         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
13654
13655 2007-11-12  Bruno Haible  <bruno@clisp.org>
13656
13657         Tests for Unicode character classification functions.
13658
13659         * modules/unictype/bidicategory-byname-tests: New file.
13660         * modules/unictype/bidicategory-name-tests: New file.
13661         * modules/unictype/bidicategory-of-tests: New file.
13662         * modules/unictype/bidicategory-test-tests: New file.
13663         * modules/unictype/block-list-tests: New file.
13664         * modules/unictype/block-of-tests: New file.
13665         * modules/unictype/block-test-tests: New file.
13666         * modules/unictype/category-C-tests: New file.
13667         * modules/unictype/category-Cc-tests: New file.
13668         * modules/unictype/category-Cf-tests: New file.
13669         * modules/unictype/category-Cn-tests: New file.
13670         * modules/unictype/category-Co-tests: New file.
13671         * modules/unictype/category-Cs-tests: New file.
13672         * modules/unictype/category-L-tests: New file.
13673         * modules/unictype/category-Ll-tests: New file.
13674         * modules/unictype/category-Lm-tests: New file.
13675         * modules/unictype/category-Lo-tests: New file.
13676         * modules/unictype/category-Lt-tests: New file.
13677         * modules/unictype/category-Lu-tests: New file.
13678         * modules/unictype/category-M-tests: New file.
13679         * modules/unictype/category-Mc-tests: New file.
13680         * modules/unictype/category-Me-tests: New file.
13681         * modules/unictype/category-Mn-tests: New file.
13682         * modules/unictype/category-N-tests: New file.
13683         * modules/unictype/category-Nd-tests: New file.
13684         * modules/unictype/category-Nl-tests: New file.
13685         * modules/unictype/category-No-tests: New file.
13686         * modules/unictype/category-P-tests: New file.
13687         * modules/unictype/category-Pc-tests: New file.
13688         * modules/unictype/category-Pd-tests: New file.
13689         * modules/unictype/category-Pe-tests: New file.
13690         * modules/unictype/category-Pf-tests: New file.
13691         * modules/unictype/category-Pi-tests: New file.
13692         * modules/unictype/category-Po-tests: New file.
13693         * modules/unictype/category-Ps-tests: New file.
13694         * modules/unictype/category-S-tests: New file.
13695         * modules/unictype/category-Sc-tests: New file.
13696         * modules/unictype/category-Sk-tests: New file.
13697         * modules/unictype/category-Sm-tests: New file.
13698         * modules/unictype/category-So-tests: New file.
13699         * modules/unictype/category-Z-tests: New file.
13700         * modules/unictype/category-Zl-tests: New file.
13701         * modules/unictype/category-Zp-tests: New file.
13702         * modules/unictype/category-Zs-tests: New file.
13703         * modules/unictype/category-and-not-tests: New file.
13704         * modules/unictype/category-and-tests: New file.
13705         * modules/unictype/category-byname-tests: New file.
13706         * modules/unictype/category-name-tests: New file.
13707         * modules/unictype/category-none-tests: New file.
13708         * modules/unictype/category-of-tests: New file.
13709         * modules/unictype/category-or-tests: New file.
13710         * modules/unictype/category-test-withtable-tests: New file.
13711         * modules/unictype/combining-class-tests: New file.
13712         * modules/unictype/ctype-alnum-tests: New file.
13713         * modules/unictype/ctype-alpha-tests: New file.
13714         * modules/unictype/ctype-blank-tests: New file.
13715         * modules/unictype/ctype-cntrl-tests: New file.
13716         * modules/unictype/ctype-digit-tests: New file.
13717         * modules/unictype/ctype-graph-tests: New file.
13718         * modules/unictype/ctype-lower-tests: New file.
13719         * modules/unictype/ctype-print-tests: New file.
13720         * modules/unictype/ctype-punct-tests: New file.
13721         * modules/unictype/ctype-space-tests: New file.
13722         * modules/unictype/ctype-upper-tests: New file.
13723         * modules/unictype/ctype-xdigit-tests: New file.
13724         * modules/unictype/decimal-digit-tests: New file.
13725         * modules/unictype/digit-tests: New file.
13726         * modules/unictype/mirror-tests: New file.
13727         * modules/unictype/numeric-tests: New file.
13728         * modules/unictype/property-alphabetic-tests: New file.
13729         * modules/unictype/property-ascii-hex-digit-tests: New file.
13730         * modules/unictype/property-bidi-arabic-digit-tests: New file.
13731         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
13732         * modules/unictype/property-bidi-block-separator-tests: New file.
13733         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
13734         * modules/unictype/property-bidi-common-separator-tests: New file.
13735         * modules/unictype/property-bidi-control-tests: New file.
13736         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
13737         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
13738         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
13739         * modules/unictype/property-bidi-european-digit-tests: New file.
13740         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
13741         * modules/unictype/property-bidi-left-to-right-tests: New file.
13742         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
13743         * modules/unictype/property-bidi-other-neutral-tests: New file.
13744         * modules/unictype/property-bidi-pdf-tests: New file.
13745         * modules/unictype/property-bidi-segment-separator-tests: New file.
13746         * modules/unictype/property-bidi-whitespace-tests: New file.
13747         * modules/unictype/property-byname-tests: New file.
13748         * modules/unictype/property-combining-tests: New file.
13749         * modules/unictype/property-composite-tests: New file.
13750         * modules/unictype/property-currency-symbol-tests: New file.
13751         * modules/unictype/property-dash-tests: New file.
13752         * modules/unictype/property-decimal-digit-tests: New file.
13753         * modules/unictype/property-default-ignorable-code-point-tests: New file.
13754         * modules/unictype/property-deprecated-tests: New file.
13755         * modules/unictype/property-diacritic-tests: New file.
13756         * modules/unictype/property-extender-tests: New file.
13757         * modules/unictype/property-format-control-tests: New file.
13758         * modules/unictype/property-grapheme-base-tests: New file.
13759         * modules/unictype/property-grapheme-extend-tests: New file.
13760         * modules/unictype/property-grapheme-link-tests: New file.
13761         * modules/unictype/property-hex-digit-tests: New file.
13762         * modules/unictype/property-hyphen-tests: New file.
13763         * modules/unictype/property-id-continue-tests: New file.
13764         * modules/unictype/property-id-start-tests: New file.
13765         * modules/unictype/property-ideographic-tests: New file.
13766         * modules/unictype/property-ids-binary-operator-tests: New file.
13767         * modules/unictype/property-ids-trinary-operator-tests: New file.
13768         * modules/unictype/property-ignorable-control-tests: New file.
13769         * modules/unictype/property-iso-control-tests: New file.
13770         * modules/unictype/property-join-control-tests: New file.
13771         * modules/unictype/property-left-of-pair-tests: New file.
13772         * modules/unictype/property-line-separator-tests: New file.
13773         * modules/unictype/property-logical-order-exception-tests: New file.
13774         * modules/unictype/property-lowercase-tests: New file.
13775         * modules/unictype/property-math-tests: New file.
13776         * modules/unictype/property-non-break-tests: New file.
13777         * modules/unictype/property-not-a-character-tests: New file.
13778         * modules/unictype/property-numeric-tests: New file.
13779         * modules/unictype/property-other-alphabetic-tests: New file.
13780         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
13781         * modules/unictype/property-other-grapheme-extend-tests: New file.
13782         * modules/unictype/property-other-id-continue-tests: New file.
13783         * modules/unictype/property-other-id-start-tests: New file.
13784         * modules/unictype/property-other-lowercase-tests: New file.
13785         * modules/unictype/property-other-math-tests: New file.
13786         * modules/unictype/property-other-uppercase-tests: New file.
13787         * modules/unictype/property-paired-punctuation-tests: New file.
13788         * modules/unictype/property-paragraph-separator-tests: New file.
13789         * modules/unictype/property-pattern-syntax-tests: New file.
13790         * modules/unictype/property-pattern-white-space-tests: New file.
13791         * modules/unictype/property-private-use-tests: New file.
13792         * modules/unictype/property-punctuation-tests: New file.
13793         * modules/unictype/property-quotation-mark-tests: New file.
13794         * modules/unictype/property-radical-tests: New file.
13795         * modules/unictype/property-sentence-terminal-tests: New file.
13796         * modules/unictype/property-soft-dotted-tests: New file.
13797         * modules/unictype/property-space-tests: New file.
13798         * modules/unictype/property-terminal-punctuation-tests: New file.
13799         * modules/unictype/property-test-tests: New file.
13800         * modules/unictype/property-titlecase-tests: New file.
13801         * modules/unictype/property-unassigned-code-value-tests: New file.
13802         * modules/unictype/property-unified-ideograph-tests: New file.
13803         * modules/unictype/property-uppercase-tests: New file.
13804         * modules/unictype/property-variation-selector-tests: New file.
13805         * modules/unictype/property-white-space-tests: New file.
13806         * modules/unictype/property-xid-continue-tests: New file.
13807         * modules/unictype/property-xid-start-tests: New file.
13808         * modules/unictype/property-zero-width-tests: New file.
13809         * modules/unictype/scripts-tests: New file.
13810         * modules/unictype/syntax-c-ident-tests: New file.
13811         * modules/unictype/syntax-c-whitespace-tests: New file.
13812         * modules/unictype/syntax-java-ident-tests: New file.
13813         * modules/unictype/syntax-java-whitespace-tests: New file.
13814         * tests/unictype/test-bidi_byname.c: New file.
13815         * tests/unictype/test-bidi_name.c: New file.
13816         * tests/unictype/test-bidi_of.c: New file.
13817         * tests/unictype/test-bidi_test.c: New file.
13818         * tests/unictype/test-block_list.c: New file.
13819         * tests/unictype/test-block_of.c: New file.
13820         * tests/unictype/test-block_test.c: New file.
13821         * tests/unictype/test-categ_and.c: New file.
13822         * tests/unictype/test-categ_and_not.c: New file.
13823         * tests/unictype/test-categ_byname.c: New file.
13824         * tests/unictype/test-categ_name.c: New file.
13825         * tests/unictype/test-categ_none.c: New file.
13826         * tests/unictype/test-categ_of.c: New file.
13827         * tests/unictype/test-categ_or.c: New file.
13828         * tests/unictype/test-categ_test_withtable.c: New file.
13829         * tests/unictype/test-combining.c: New file.
13830         * tests/unictype/test-decdigit.c: New file.
13831         * tests/unictype/test-digit.c: New file.
13832         * tests/unictype/test-mirror.c: New file.
13833         * tests/unictype/test-numeric.c: New file.
13834         * tests/unictype/test-pr_byname.c: New file.
13835         * tests/unictype/test-pr_test.c: New file.
13836         * tests/unictype/test-predicate-part1.h: New file.
13837         * tests/unictype/test-predicate-part2.h: New file.
13838         * tests/unictype/test-scripts.c: New file.
13839         * tests/unictype/test-sy_c_ident.c: New file.
13840         * tests/unictype/test-sy_java_ident.c: New file.
13841
13842         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
13843         for Unicode 5.0.0.
13844         * tests/unictype/test-categ_Cc.c: Likewise.
13845         * tests/unictype/test-categ_Cf.c: Likewise.
13846         * tests/unictype/test-categ_Cn.c: Likewise.
13847         * tests/unictype/test-categ_Co.c: Likewise.
13848         * tests/unictype/test-categ_Cs.c: Likewise.
13849         * tests/unictype/test-categ_L.c: Likewise.
13850         * tests/unictype/test-categ_Ll.c: Likewise.
13851         * tests/unictype/test-categ_Lm.c: Likewise.
13852         * tests/unictype/test-categ_Lo.c: Likewise.
13853         * tests/unictype/test-categ_Lt.c: Likewise.
13854         * tests/unictype/test-categ_Lu.c: Likewise.
13855         * tests/unictype/test-categ_M.c: Likewise.
13856         * tests/unictype/test-categ_Mc.c: Likewise.
13857         * tests/unictype/test-categ_Me.c: Likewise.
13858         * tests/unictype/test-categ_Mn.c: Likewise.
13859         * tests/unictype/test-categ_N.c: Likewise.
13860         * tests/unictype/test-categ_Nd.c: Likewise.
13861         * tests/unictype/test-categ_Nl.c: Likewise.
13862         * tests/unictype/test-categ_No.c: Likewise.
13863         * tests/unictype/test-categ_P.c: Likewise.
13864         * tests/unictype/test-categ_Pc.c: Likewise.
13865         * tests/unictype/test-categ_Pd.c: Likewise.
13866         * tests/unictype/test-categ_Pe.c: Likewise.
13867         * tests/unictype/test-categ_Pf.c: Likewise.
13868         * tests/unictype/test-categ_Pi.c: Likewise.
13869         * tests/unictype/test-categ_Po.c: Likewise.
13870         * tests/unictype/test-categ_Ps.c: Likewise.
13871         * tests/unictype/test-categ_S.c: Likewise.
13872         * tests/unictype/test-categ_Sc.c: Likewise.
13873         * tests/unictype/test-categ_Sk.c: Likewise.
13874         * tests/unictype/test-categ_Sm.c: Likewise.
13875         * tests/unictype/test-categ_So.c: Likewise.
13876         * tests/unictype/test-categ_Z.c: Likewise.
13877         * tests/unictype/test-categ_Zl.c: Likewise.
13878         * tests/unictype/test-categ_Zp.c: Likewise.
13879         * tests/unictype/test-categ_Zs.c: Likewise.
13880         * tests/unictype/test-ctype_alnum.c: Likewise.
13881         * tests/unictype/test-ctype_alpha.c: Likewise.
13882         * tests/unictype/test-ctype_blank.c: Likewise.
13883         * tests/unictype/test-ctype_cntrl.c: Likewise.
13884         * tests/unictype/test-ctype_digit.c: Likewise.
13885         * tests/unictype/test-ctype_graph.c: Likewise.
13886         * tests/unictype/test-ctype_lower.c: Likewise.
13887         * tests/unictype/test-ctype_print.c: Likewise.
13888         * tests/unictype/test-ctype_punct.c: Likewise.
13889         * tests/unictype/test-ctype_space.c: Likewise.
13890         * tests/unictype/test-ctype_upper.c: Likewise.
13891         * tests/unictype/test-ctype_xdigit.c: Likewise.
13892         * tests/unictype/test-decdigit.h: Likewise.
13893         * tests/unictype/test-digit.h: Likewise.
13894         * tests/unictype/test-numeric.h: Likewise.
13895         * tests/unictype/test-pr_alphabetic.c: Likewise.
13896         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
13897         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
13898         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
13899         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
13900         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
13901         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
13902         * tests/unictype/test-pr_bidi_control.c: Likewise.
13903         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
13904         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
13905         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
13906         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
13907         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
13908         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
13909         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
13910         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
13911         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
13912         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
13913         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
13914         * tests/unictype/test-pr_combining.c: Likewise.
13915         * tests/unictype/test-pr_composite.c: Likewise.
13916         * tests/unictype/test-pr_currency_symbol.c: Likewise.
13917         * tests/unictype/test-pr_dash.c: Likewise.
13918         * tests/unictype/test-pr_decimal_digit.c: Likewise.
13919         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
13920         * tests/unictype/test-pr_deprecated.c: Likewise.
13921         * tests/unictype/test-pr_diacritic.c: Likewise.
13922         * tests/unictype/test-pr_extender.c: Likewise.
13923         * tests/unictype/test-pr_format_control.c: Likewise.
13924         * tests/unictype/test-pr_grapheme_base.c: Likewise.
13925         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
13926         * tests/unictype/test-pr_grapheme_link.c: Likewise.
13927         * tests/unictype/test-pr_hex_digit.c: Likewise.
13928         * tests/unictype/test-pr_hyphen.c: Likewise.
13929         * tests/unictype/test-pr_id_continue.c: Likewise.
13930         * tests/unictype/test-pr_id_start.c: Likewise.
13931         * tests/unictype/test-pr_ideographic.c: Likewise.
13932         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
13933         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
13934         * tests/unictype/test-pr_ignorable_control.c: Likewise.
13935         * tests/unictype/test-pr_iso_control.c: Likewise.
13936         * tests/unictype/test-pr_join_control.c: Likewise.
13937         * tests/unictype/test-pr_left_of_pair.c: Likewise.
13938         * tests/unictype/test-pr_line_separator.c: Likewise.
13939         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
13940         * tests/unictype/test-pr_lowercase.c: Likewise.
13941         * tests/unictype/test-pr_math.c: Likewise.
13942         * tests/unictype/test-pr_non_break.c: Likewise.
13943         * tests/unictype/test-pr_not_a_character.c: Likewise.
13944         * tests/unictype/test-pr_numeric.c: Likewise.
13945         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
13946         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
13947         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
13948         * tests/unictype/test-pr_other_id_continue.c: Likewise.
13949         * tests/unictype/test-pr_other_id_start.c: Likewise.
13950         * tests/unictype/test-pr_other_lowercase.c: Likewise.
13951         * tests/unictype/test-pr_other_math.c: Likewise.
13952         * tests/unictype/test-pr_other_uppercase.c: Likewise.
13953         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
13954         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
13955         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
13956         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
13957         * tests/unictype/test-pr_private_use.c: Likewise.
13958         * tests/unictype/test-pr_punctuation.c: Likewise.
13959         * tests/unictype/test-pr_quotation_mark.c: Likewise.
13960         * tests/unictype/test-pr_radical.c: Likewise.
13961         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
13962         * tests/unictype/test-pr_soft_dotted.c: Likewise.
13963         * tests/unictype/test-pr_space.c: Likewise.
13964         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
13965         * tests/unictype/test-pr_titlecase.c: Likewise.
13966         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
13967         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
13968         * tests/unictype/test-pr_uppercase.c: Likewise.
13969         * tests/unictype/test-pr_variation_selector.c: Likewise.
13970         * tests/unictype/test-pr_white_space.c: Likewise.
13971         * tests/unictype/test-pr_xid_continue.c: Likewise.
13972         * tests/unictype/test-pr_xid_start.c: Likewise.
13973         * tests/unictype/test-pr_zero_width.c: Likewise.
13974         * tests/unictype/test-sy_c_whitespace.c: Likewise.
13975         * tests/unictype/test-sy_java_whitespace.c: Likewise.
13976
13977 2007-11-12  Bruno Haible  <bruno@clisp.org>
13978
13979         Unicode character classification functions.
13980         * lib/unictype.h: New file.
13981         * modules/unictype/base: New file.
13982         * modules/unictype/category-L: New file.
13983         * modules/unictype/category-Lu: New file.
13984         * modules/unictype/category-Ll: New file.
13985         * modules/unictype/category-Lt: New file.
13986         * modules/unictype/category-Lm: New file.
13987         * modules/unictype/category-Lo: New file.
13988         * modules/unictype/category-M: New file.
13989         * modules/unictype/category-Mn: New file.
13990         * modules/unictype/category-Mc: New file.
13991         * modules/unictype/category-Me: New file.
13992         * modules/unictype/category-N: New file.
13993         * modules/unictype/category-Nd: New file.
13994         * modules/unictype/category-Nl: New file.
13995         * modules/unictype/category-No: New file.
13996         * modules/unictype/category-P: New file.
13997         * modules/unictype/category-Pc: New file.
13998         * modules/unictype/category-Pd: New file.
13999         * modules/unictype/category-Ps: New file.
14000         * modules/unictype/category-Pe: New file.
14001         * modules/unictype/category-Pi: New file.
14002         * modules/unictype/category-Pf: New file.
14003         * modules/unictype/category-Po: New file.
14004         * modules/unictype/category-S: New file.
14005         * modules/unictype/category-Sm: New file.
14006         * modules/unictype/category-Sc: New file.
14007         * modules/unictype/category-Sk: New file.
14008         * modules/unictype/category-So: New file.
14009         * modules/unictype/category-Z: New file.
14010         * modules/unictype/category-Zs: New file.
14011         * modules/unictype/category-Zl: New file.
14012         * modules/unictype/category-Zp: New file.
14013         * modules/unictype/category-C: New file.
14014         * modules/unictype/category-Cc: New file.
14015         * modules/unictype/category-Cf: New file.
14016         * modules/unictype/category-Cs: New file.
14017         * modules/unictype/category-Co: New file.
14018         * modules/unictype/category-Cn: New file.
14019         * modules/unictype/category-or: New file.
14020         * modules/unictype/category-of: New file.
14021         * modules/unictype/category-test: New file.
14022         * modules/unictype/category-test-withtable: New file.
14023         * modules/unictype/category-byname: New file.
14024         * modules/unictype/category-none: New file.
14025         * modules/unictype/category-and: New file.
14026         * modules/unictype/category-and-not: New file.
14027         * modules/unictype/category-name: New file.
14028         * modules/unictype/combining-class: New file.
14029         * modules/unictype/category-all: New file.
14030         * modules/unictype/bidicategory-all: New file.
14031         * modules/unictype/bidicategory-byname: New file.
14032         * modules/unictype/bidicategory-name: New file.
14033         * modules/unictype/bidicategory-of: New file.
14034         * modules/unictype/bidicategory-test: New file.
14035         * modules/unictype/decimal-digit: New file.
14036         * modules/unictype/digit: New file.
14037         * modules/unictype/numeric: New file.
14038         * modules/unictype/mirror: New file.
14039         * modules/unictype/property-white-space: New file.
14040         * modules/unictype/property-alphabetic: New file.
14041         * modules/unictype/property-other-alphabetic: New file.
14042         * modules/unictype/property-not-a-character: New file.
14043         * modules/unictype/property-default-ignorable-code-point: New file.
14044         * modules/unictype/property-other-default-ignorable-code-point: New
14045         file.
14046         * modules/unictype/property-deprecated: New file.
14047         * modules/unictype/property-logical-order-exception: New file.
14048         * modules/unictype/property-variation-selector: New file.
14049         * modules/unictype/property-private-use: New file.
14050         * modules/unictype/property-unassigned-code-value: New file.
14051         * modules/unictype/property-uppercase: New file.
14052         * modules/unictype/property-other-uppercase: New file.
14053         * modules/unictype/property-lowercase: New file.
14054         * modules/unictype/property-other-lowercase: New file.
14055         * modules/unictype/property-titlecase: New file.
14056         * modules/unictype/property-soft-dotted: New file.
14057         * modules/unictype/property-id-start: New file.
14058         * modules/unictype/property-other-id-start: New file.
14059         * modules/unictype/property-id-continue: New file.
14060         * modules/unictype/property-other-id-continue: New file.
14061         * modules/unictype/property-xid-start: New file.
14062         * modules/unictype/property-xid-continue: New file.
14063         * modules/unictype/property-pattern-white-space: New file.
14064         * modules/unictype/property-pattern-syntax: New file.
14065         * modules/unictype/property-join-control: New file.
14066         * modules/unictype/property-grapheme-base: New file.
14067         * modules/unictype/property-grapheme-extend: New file.
14068         * modules/unictype/property-other-grapheme-extend: New file.
14069         * modules/unictype/property-grapheme-link: New file.
14070         * modules/unictype/property-bidi-control: New file.
14071         * modules/unictype/property-bidi-left-to-right: New file.
14072         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
14073         * modules/unictype/property-bidi-arabic-right-to-left: New file.
14074         * modules/unictype/property-bidi-european-digit: New file.
14075         * modules/unictype/property-bidi-eur-num-separator: New file.
14076         * modules/unictype/property-bidi-eur-num-terminator: New file.
14077         * modules/unictype/property-bidi-arabic-digit: New file.
14078         * modules/unictype/property-bidi-common-separator: New file.
14079         * modules/unictype/property-bidi-block-separator: New file.
14080         * modules/unictype/property-bidi-segment-separator: New file.
14081         * modules/unictype/property-bidi-whitespace: New file.
14082         * modules/unictype/property-bidi-non-spacing-mark: New file.
14083         * modules/unictype/property-bidi-boundary-neutral: New file.
14084         * modules/unictype/property-bidi-pdf: New file.
14085         * modules/unictype/property-bidi-embedding-or-override: New file.
14086         * modules/unictype/property-bidi-other-neutral: New file.
14087         * modules/unictype/property-hex-digit: New file.
14088         * modules/unictype/property-ascii-hex-digit: New file.
14089         * modules/unictype/property-ideographic: New file.
14090         * modules/unictype/property-unified-ideograph: New file.
14091         * modules/unictype/property-radical: New file.
14092         * modules/unictype/property-ids-binary-operator: New file.
14093         * modules/unictype/property-ids-trinary-operator: New file.
14094         * modules/unictype/property-zero-width: New file.
14095         * modules/unictype/property-space: New file.
14096         * modules/unictype/property-non-break: New file.
14097         * modules/unictype/property-iso-control: New file.
14098         * modules/unictype/property-format-control: New file.
14099         * modules/unictype/property-dash: New file.
14100         * modules/unictype/property-hyphen: New file.
14101         * modules/unictype/property-punctuation: New file.
14102         * modules/unictype/property-line-separator: New file.
14103         * modules/unictype/property-paragraph-separator: New file.
14104         * modules/unictype/property-quotation-mark: New file.
14105         * modules/unictype/property-sentence-terminal: New file.
14106         * modules/unictype/property-terminal-punctuation: New file.
14107         * modules/unictype/property-currency-symbol: New file.
14108         * modules/unictype/property-math: New file.
14109         * modules/unictype/property-other-math: New file.
14110         * modules/unictype/property-paired-punctuation: New file.
14111         * modules/unictype/property-left-of-pair: New file.
14112         * modules/unictype/property-combining: New file.
14113         * modules/unictype/property-composite: New file.
14114         * modules/unictype/property-decimal-digit: New file.
14115         * modules/unictype/property-numeric: New file.
14116         * modules/unictype/property-diacritic: New file.
14117         * modules/unictype/property-extender: New file.
14118         * modules/unictype/property-ignorable-control: New file.
14119         * modules/unictype/property-test: New file.
14120         * modules/unictype/property-byname: New file.
14121         * modules/unictype/property-all: New file.
14122         * modules/unictype/scripts: New file.
14123         * modules/unictype/scripts-all: New file.
14124         * modules/unictype/block-of: New file.
14125         * modules/unictype/block-test: New file.
14126         * modules/unictype/block-list: New file.
14127         * modules/unictype/block-all: New file.
14128         * modules/unictype/syntax-c-whitespace: New file.
14129         * modules/unictype/syntax-java-whitespace: New file.
14130         * modules/unictype/syntax-c-ident: New file.
14131         * modules/unictype/syntax-java-ident: New file.
14132         * modules/unictype/ctype-alnum: New file.
14133         * modules/unictype/ctype-alpha: New file.
14134         * modules/unictype/ctype-cntrl: New file.
14135         * modules/unictype/ctype-digit: New file.
14136         * modules/unictype/ctype-graph: New file.
14137         * modules/unictype/ctype-lower: New file.
14138         * modules/unictype/ctype-print: New file.
14139         * modules/unictype/ctype-punct: New file.
14140         * modules/unictype/ctype-space: New file.
14141         * modules/unictype/ctype-upper: New file.
14142         * modules/unictype/ctype-xdigit: New file.
14143         * modules/unictype/ctype-blank: New file.
14144         * lib/unictype/bidi_byname.c: New file.
14145         * lib/unictype/bidi_name.c: New file.
14146         * lib/unictype/bidi_of.c: New file.
14147         * lib/unictype/bidi_test.c: New file.
14148         * lib/unictype/bitmap.h: New file.
14149         * lib/unictype/block_test.c: New file.
14150         * lib/unictype/blocks.c: New file.
14151         * lib/unictype/categ_C.c: New file.
14152         * lib/unictype/categ_Cc.c: New file.
14153         * lib/unictype/categ_Cf.c: New file.
14154         * lib/unictype/categ_Cn.c: New file.
14155         * lib/unictype/categ_Co.c: New file.
14156         * lib/unictype/categ_Cs.c: New file.
14157         * lib/unictype/categ_L.c: New file.
14158         * lib/unictype/categ_Ll.c: New file.
14159         * lib/unictype/categ_Lm.c: New file.
14160         * lib/unictype/categ_Lo.c: New file.
14161         * lib/unictype/categ_Lt.c: New file.
14162         * lib/unictype/categ_Lu.c: New file.
14163         * lib/unictype/categ_M.c: New file.
14164         * lib/unictype/categ_Mc.c: New file.
14165         * lib/unictype/categ_Me.c: New file.
14166         * lib/unictype/categ_Mn.c: New file.
14167         * lib/unictype/categ_N.c: New file.
14168         * lib/unictype/categ_Nd.c: New file.
14169         * lib/unictype/categ_Nl.c: New file.
14170         * lib/unictype/categ_No.c: New file.
14171         * lib/unictype/categ_P.c: New file.
14172         * lib/unictype/categ_Pc.c: New file.
14173         * lib/unictype/categ_Pd.c: New file.
14174         * lib/unictype/categ_Pe.c: New file.
14175         * lib/unictype/categ_Pf.c: New file.
14176         * lib/unictype/categ_Pi.c: New file.
14177         * lib/unictype/categ_Po.c: New file.
14178         * lib/unictype/categ_Ps.c: New file.
14179         * lib/unictype/categ_S.c: New file.
14180         * lib/unictype/categ_Sc.c: New file.
14181         * lib/unictype/categ_Sk.c: New file.
14182         * lib/unictype/categ_Sm.c: New file.
14183         * lib/unictype/categ_So.c: New file.
14184         * lib/unictype/categ_Z.c: New file.
14185         * lib/unictype/categ_Zl.c: New file.
14186         * lib/unictype/categ_Zp.c: New file.
14187         * lib/unictype/categ_Zs.c: New file.
14188         * lib/unictype/categ_and.c: New file.
14189         * lib/unictype/categ_and_not.c: New file.
14190         * lib/unictype/categ_byname.c: New file.
14191         * lib/unictype/categ_name.c: New file.
14192         * lib/unictype/categ_none.c: New file.
14193         * lib/unictype/categ_of.c: New file.
14194         * lib/unictype/categ_or.c: New file.
14195         * lib/unictype/categ_test.c: New file.
14196         * lib/unictype/combining.c: New file.
14197         * lib/unictype/ctype_alnum.c: New file.
14198         * lib/unictype/ctype_alpha.c: New file.
14199         * lib/unictype/ctype_blank.c: New file.
14200         * lib/unictype/ctype_cntrl.c: New file.
14201         * lib/unictype/ctype_digit.c: New file.
14202         * lib/unictype/ctype_graph.c: New file.
14203         * lib/unictype/ctype_lower.c: New file.
14204         * lib/unictype/ctype_print.c: New file.
14205         * lib/unictype/ctype_punct.c: New file.
14206         * lib/unictype/ctype_space.c: New file.
14207         * lib/unictype/ctype_upper.c: New file.
14208         * lib/unictype/ctype_xdigit.c: New file.
14209         * lib/unictype/decdigit.c: New file.
14210         * lib/unictype/digit.c: New file.
14211         * lib/unictype/identsyntaxmap.h: New file.
14212         * lib/unictype/mirror.c: New file.
14213         * lib/unictype/numeric.c: New file.
14214         * lib/unictype/pr_alphabetic.c: New file.
14215         * lib/unictype/pr_ascii_hex_digit.c: New file.
14216         * lib/unictype/pr_bidi_arabic_digit.c: New file.
14217         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
14218         * lib/unictype/pr_bidi_block_separator.c: New file.
14219         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
14220         * lib/unictype/pr_bidi_common_separator.c: New file.
14221         * lib/unictype/pr_bidi_control.c: New file.
14222         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
14223         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
14224         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
14225         * lib/unictype/pr_bidi_european_digit.c: New file.
14226         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
14227         * lib/unictype/pr_bidi_left_to_right.c: New file.
14228         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
14229         * lib/unictype/pr_bidi_other_neutral.c: New file.
14230         * lib/unictype/pr_bidi_pdf.c: New file.
14231         * lib/unictype/pr_bidi_segment_separator.c: New file.
14232         * lib/unictype/pr_bidi_whitespace.c: New file.
14233         * lib/unictype/pr_byname.c: New file.
14234         * lib/unictype/pr_byname.gperf: New file.
14235         * lib/unictype/pr_combining.c: New file.
14236         * lib/unictype/pr_composite.c: New file.
14237         * lib/unictype/pr_currency_symbol.c: New file.
14238         * lib/unictype/pr_dash.c: New file.
14239         * lib/unictype/pr_decimal_digit.c: New file.
14240         * lib/unictype/pr_default_ignorable_code_point.c: New file.
14241         * lib/unictype/pr_deprecated.c: New file.
14242         * lib/unictype/pr_diacritic.c: New file.
14243         * lib/unictype/pr_extender.c: New file.
14244         * lib/unictype/pr_format_control.c: New file.
14245         * lib/unictype/pr_grapheme_base.c: New file.
14246         * lib/unictype/pr_grapheme_extend.c: New file.
14247         * lib/unictype/pr_grapheme_link.c: New file.
14248         * lib/unictype/pr_hex_digit.c: New file.
14249         * lib/unictype/pr_hyphen.c: New file.
14250         * lib/unictype/pr_id_continue.c: New file.
14251         * lib/unictype/pr_id_start.c: New file.
14252         * lib/unictype/pr_ideographic.c: New file.
14253         * lib/unictype/pr_ids_binary_operator.c: New file.
14254         * lib/unictype/pr_ids_trinary_operator.c: New file.
14255         * lib/unictype/pr_ignorable_control.c: New file.
14256         * lib/unictype/pr_iso_control.c: New file.
14257         * lib/unictype/pr_join_control.c: New file.
14258         * lib/unictype/pr_left_of_pair.c: New file.
14259         * lib/unictype/pr_line_separator.c: New file.
14260         * lib/unictype/pr_logical_order_exception.c: New file.
14261         * lib/unictype/pr_lowercase.c: New file.
14262         * lib/unictype/pr_math.c: New file.
14263         * lib/unictype/pr_non_break.c: New file.
14264         * lib/unictype/pr_not_a_character.c: New file.
14265         * lib/unictype/pr_numeric.c: New file.
14266         * lib/unictype/pr_other_alphabetic.c: New file.
14267         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
14268         * lib/unictype/pr_other_grapheme_extend.c: New file.
14269         * lib/unictype/pr_other_id_continue.c: New file.
14270         * lib/unictype/pr_other_id_start.c: New file.
14271         * lib/unictype/pr_other_lowercase.c: New file.
14272         * lib/unictype/pr_other_math.c: New file.
14273         * lib/unictype/pr_other_uppercase.c: New file.
14274         * lib/unictype/pr_paired_punctuation.c: New file.
14275         * lib/unictype/pr_paragraph_separator.c: New file.
14276         * lib/unictype/pr_pattern_syntax.c: New file.
14277         * lib/unictype/pr_pattern_white_space.c: New file.
14278         * lib/unictype/pr_private_use.c: New file.
14279         * lib/unictype/pr_punctuation.c: New file.
14280         * lib/unictype/pr_quotation_mark.c: New file.
14281         * lib/unictype/pr_radical.c: New file.
14282         * lib/unictype/pr_sentence_terminal.c: New file.
14283         * lib/unictype/pr_soft_dotted.c: New file.
14284         * lib/unictype/pr_space.c: New file.
14285         * lib/unictype/pr_terminal_punctuation.c: New file.
14286         * lib/unictype/pr_test.c: New file.
14287         * lib/unictype/pr_titlecase.c: New file.
14288         * lib/unictype/pr_unassigned_code_value.c: New file.
14289         * lib/unictype/pr_unified_ideograph.c: New file.
14290         * lib/unictype/pr_uppercase.c: New file.
14291         * lib/unictype/pr_variation_selector.c: New file.
14292         * lib/unictype/pr_white_space.c: New file.
14293         * lib/unictype/pr_xid_continue.c: New file.
14294         * lib/unictype/pr_xid_start.c: New file.
14295         * lib/unictype/pr_zero_width.c: New file.
14296         * lib/unictype/scripts.c: New file.
14297         * lib/unictype/sy_c_ident.c: New file.
14298         * lib/unictype/sy_c_whitespace.c: New file.
14299         * lib/unictype/sy_java_ident.c: New file.
14300         * lib/unictype/sy_java_whitespace.c: New file.
14301
14302         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
14303         Unicode 5.0.0.
14304         * lib/unictype/blocks.h: Likewise.
14305         * lib/unictype/categ_C.h: Likewise.
14306         * lib/unictype/categ_Cc.h: Likewise.
14307         * lib/unictype/categ_Cf.h: Likewise.
14308         * lib/unictype/categ_Cn.h: Likewise.
14309         * lib/unictype/categ_Co.h: Likewise.
14310         * lib/unictype/categ_Cs.h: Likewise.
14311         * lib/unictype/categ_L.h: Likewise.
14312         * lib/unictype/categ_Ll.h: Likewise.
14313         * lib/unictype/categ_Lm.h: Likewise.
14314         * lib/unictype/categ_Lo.h: Likewise.
14315         * lib/unictype/categ_Lt.h: Likewise.
14316         * lib/unictype/categ_Lu.h: Likewise.
14317         * lib/unictype/categ_M.h: Likewise.
14318         * lib/unictype/categ_Mc.h: Likewise.
14319         * lib/unictype/categ_Me.h: Likewise.
14320         * lib/unictype/categ_Mn.h: Likewise.
14321         * lib/unictype/categ_N.h: Likewise.
14322         * lib/unictype/categ_Nd.h: Likewise.
14323         * lib/unictype/categ_Nl.h: Likewise.
14324         * lib/unictype/categ_No.h: Likewise.
14325         * lib/unictype/categ_P.h: Likewise.
14326         * lib/unictype/categ_Pc.h: Likewise.
14327         * lib/unictype/categ_Pd.h: Likewise.
14328         * lib/unictype/categ_Pe.h: Likewise.
14329         * lib/unictype/categ_Pf.h: Likewise.
14330         * lib/unictype/categ_Pi.h: Likewise.
14331         * lib/unictype/categ_Po.h: Likewise.
14332         * lib/unictype/categ_Ps.h: Likewise.
14333         * lib/unictype/categ_S.h: Likewise.
14334         * lib/unictype/categ_Sc.h: Likewise.
14335         * lib/unictype/categ_Sk.h: Likewise.
14336         * lib/unictype/categ_Sm.h: Likewise.
14337         * lib/unictype/categ_So.h: Likewise.
14338         * lib/unictype/categ_Z.h: Likewise.
14339         * lib/unictype/categ_Zl.h: Likewise.
14340         * lib/unictype/categ_Zp.h: Likewise.
14341         * lib/unictype/categ_Zs.h: Likewise.
14342         * lib/unictype/categ_of.h: Likewise.
14343         * lib/unictype/combining.h: Likewise.
14344         * lib/unictype/ctype_alnum.h: Likewise.
14345         * lib/unictype/ctype_alpha.h: Likewise.
14346         * lib/unictype/ctype_blank.h: Likewise.
14347         * lib/unictype/ctype_cntrl.h: Likewise.
14348         * lib/unictype/ctype_digit.h: Likewise.
14349         * lib/unictype/ctype_graph.h: Likewise.
14350         * lib/unictype/ctype_lower.h: Likewise.
14351         * lib/unictype/ctype_print.h: Likewise.
14352         * lib/unictype/ctype_punct.h: Likewise.
14353         * lib/unictype/ctype_space.h: Likewise.
14354         * lib/unictype/ctype_upper.h: Likewise.
14355         * lib/unictype/ctype_xdigit.h: Likewise.
14356         * lib/unictype/decdigit.h: Likewise.
14357         * lib/unictype/digit.h: Likewise.
14358         * lib/unictype/mirror.h: Likewise.
14359         * lib/unictype/numeric.h: Likewise.
14360         * lib/unictype/pr_alphabetic.h: Likewise.
14361         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14362         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14363         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14364         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14365         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14366         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14367         * lib/unictype/pr_bidi_control.h: Likewise.
14368         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14369         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14370         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14371         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14372         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14373         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14374         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14375         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14376         * lib/unictype/pr_bidi_pdf.h: Likewise.
14377         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14378         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14379         * lib/unictype/pr_combining.h: Likewise.
14380         * lib/unictype/pr_composite.h: Likewise.
14381         * lib/unictype/pr_currency_symbol.h: Likewise.
14382         * lib/unictype/pr_dash.h: Likewise.
14383         * lib/unictype/pr_decimal_digit.h: Likewise.
14384         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14385         * lib/unictype/pr_deprecated.h: Likewise.
14386         * lib/unictype/pr_diacritic.h: Likewise.
14387         * lib/unictype/pr_extender.h: Likewise.
14388         * lib/unictype/pr_format_control.h: Likewise.
14389         * lib/unictype/pr_grapheme_base.h: Likewise.
14390         * lib/unictype/pr_grapheme_extend.h: Likewise.
14391         * lib/unictype/pr_grapheme_link.h: Likewise.
14392         * lib/unictype/pr_hex_digit.h: Likewise.
14393         * lib/unictype/pr_hyphen.h: Likewise.
14394         * lib/unictype/pr_id_continue.h: Likewise.
14395         * lib/unictype/pr_id_start.h: Likewise.
14396         * lib/unictype/pr_ideographic.h: Likewise.
14397         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14398         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14399         * lib/unictype/pr_ignorable_control.h: Likewise.
14400         * lib/unictype/pr_iso_control.h: Likewise.
14401         * lib/unictype/pr_join_control.h: Likewise.
14402         * lib/unictype/pr_left_of_pair.h: Likewise.
14403         * lib/unictype/pr_line_separator.h: Likewise.
14404         * lib/unictype/pr_logical_order_exception.h: Likewise.
14405         * lib/unictype/pr_lowercase.h: Likewise.
14406         * lib/unictype/pr_math.h: Likewise.
14407         * lib/unictype/pr_non_break.h: Likewise.
14408         * lib/unictype/pr_not_a_character.h: Likewise.
14409         * lib/unictype/pr_numeric.h: Likewise.
14410         * lib/unictype/pr_other_alphabetic.h: Likewise.
14411         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14412         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14413         * lib/unictype/pr_other_id_continue.h: Likewise.
14414         * lib/unictype/pr_other_id_start.h: Likewise.
14415         * lib/unictype/pr_other_lowercase.h: Likewise.
14416         * lib/unictype/pr_other_math.h: Likewise.
14417         * lib/unictype/pr_other_uppercase.h: Likewise.
14418         * lib/unictype/pr_paired_punctuation.h: Likewise.
14419         * lib/unictype/pr_paragraph_separator.h: Likewise.
14420         * lib/unictype/pr_pattern_syntax.h: Likewise.
14421         * lib/unictype/pr_pattern_white_space.h: Likewise.
14422         * lib/unictype/pr_private_use.h: Likewise.
14423         * lib/unictype/pr_punctuation.h: Likewise.
14424         * lib/unictype/pr_quotation_mark.h: Likewise.
14425         * lib/unictype/pr_radical.h: Likewise.
14426         * lib/unictype/pr_sentence_terminal.h: Likewise.
14427         * lib/unictype/pr_soft_dotted.h: Likewise.
14428         * lib/unictype/pr_space.h: Likewise.
14429         * lib/unictype/pr_terminal_punctuation.h: Likewise.
14430         * lib/unictype/pr_titlecase.h: Likewise.
14431         * lib/unictype/pr_unassigned_code_value.h: Likewise.
14432         * lib/unictype/pr_unified_ideograph.h: Likewise.
14433         * lib/unictype/pr_uppercase.h: Likewise.
14434         * lib/unictype/pr_variation_selector.h: Likewise.
14435         * lib/unictype/pr_white_space.h: Likewise.
14436         * lib/unictype/pr_xid_continue.h: Likewise.
14437         * lib/unictype/pr_xid_start.h: Likewise.
14438         * lib/unictype/pr_zero_width.h: Likewise.
14439         * lib/unictype/scripts.h: Likewise.
14440         * lib/unictype/scripts_byname.gperf: Likewise.
14441         * lib/unictype/sy_c_ident.h: Likewise.
14442         * lib/unictype/sy_c_whitespace.h: Likewise.
14443         * lib/unictype/sy_java_ident.h: Likewise.
14444         * lib/unictype/sy_java_whitespace.h: Likewise.
14445
14446         * lib/unictype/Makefile: New file.
14447         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
14448         glibc.
14449         * lib/unictype/3level.h: New file, copied from glibc.
14450         * lib/unictype/3levelbit.h: New file.
14451
14452 2007-11-11  Bruno Haible  <bruno@clisp.org>
14453
14454         * modules/gperf: New file.
14455         * modules/iconv_open (Depends-on): Add it.
14456         (Makefile.am): Remove the GPERF definition.
14457
14458 2007-11-11  Bruno Haible  <bruno@clisp.org>
14459
14460         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
14461         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
14462
14463 2007-11-11  Bruno Haible  <bruno@clisp.org>
14464
14465         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
14466         (usage): Remove function.
14467
14468 2007-11-11  Bruno Haible  <bruno@clisp.org>
14469
14470         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
14471         gl_FUNC_CEILF_LIBS.
14472         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
14473         gl_FUNC_CEIL_LIBS.
14474         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
14475         gl_FUNC_CEILL_LIBS.
14476         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
14477         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
14478         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
14479
14480 2007-11-11  Bruno Haible  <bruno@clisp.org>
14481
14482         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
14483         roundf were declared but do not exist on functions.
14484         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
14485         roundl were declared but do not exist on functions.
14486         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
14487         HAVE_FLOORL_AND_CEILL, respectively.
14488         Needed for Sun C on Solaris 10.
14489
14490 2007-11-11  Bruno Haible  <bruno@clisp.org>
14491
14492         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
14493         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
14494         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
14495         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
14496         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
14497         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
14498         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
14499         HAVE_DECL_ROUNDF.
14500         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
14501         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
14502         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14503         of HAVE_DECL_ROUND*.
14504         * modules/math (Makefile.am): Update.
14505
14506 2007-11-10  Bruno Haible  <bruno@clisp.org>
14507
14508         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
14509         ptrdiff_t as m4/intl.m4.
14510
14511 2007-11-10  Jim Meyering  <meyering@redhat.com>
14512
14513         Avoid link failure for the argmatch test.
14514         * tests/test-argmatch.c (usage): Define function to avoid a link
14515         failure: argmatch_die requires a usage function.
14516
14517 2007-11-09  Bruno Haible  <bruno@clisp.org>
14518
14519         * doc/functions/snprintf.texi: Mention BeOS deficiency.
14520         * doc/functions/vsnprintf.texi: Likewise.
14521         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
14522         with a size argument < 2.
14523
14524 2007-11-09  Bruno Haible  <bruno@clisp.org>
14525
14526         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
14527         buffer. Fixes an inefficiency introduced on 2007-11-03.
14528
14529 2007-11-09  Bruno Haible  <bruno@clisp.org>
14530
14531         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
14532         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
14533
14534 2007-11-08  Jim Meyering  <meyering@redhat.com>
14535
14536         Change cache variable name prefix "jm_" to "gl_" everywhere.
14537         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
14538         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
14539         * m4/uptime.m4: s/gl_/jm_/
14540
14541 2007-11-07  Bruno Haible  <bruno@clisp.org>
14542
14543         Update to GNU gettext 0.17.
14544         * m4/intl.m4: Update to GNU gettext 0.17.
14545         * m4/po.m4: Likewise.
14546         * modules/gettext (Files): Remove m4/ulonglong.m4.
14547         (configure.ac): Require gettext infrastructure from version 0.17.
14548
14549 2007-11-06  Bruno Haible  <bruno@clisp.org>
14550
14551         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
14552         symbolic values are not defined in a public header.
14553         * lib/freadable.c (freadable) [QNX]: Likewise.
14554         * lib/freadahead.c (freadahead) [QNX]: Likewise.
14555         * lib/freading.c (freading) [QNX]: Likewise.
14556         * lib/fseterr.c (fseterr) [QNX]: Likewise.
14557         * lib/fwritable.c (fwritable) [QNX]: Likewise.
14558         * lib/fwriting.c (fwriting) [QNX]: Likewise.
14559         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
14560         Reported by Alain Magloire.
14561
14562         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
14563
14564 2007-11-05  Bruno Haible  <bruno@clisp.org>
14565
14566         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
14567         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
14568         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
14569         Reported by Eric Blake.
14570
14571 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14572             Bruno Haible  <bruno@clisp.org>
14573
14574         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
14575         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
14576         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
14577         (malloc): Undefine also before including <stdlib.h>.
14578         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
14579         Needed on OSF/1 4.0.
14580
14581 2007-11-05  Jim Meyering  <meyering@redhat.com>
14582
14583         git-version-gen: sync from coreutils.
14584         * build-aux/git-version-gen: Add comments.
14585         Change the first '-' to '.' in the snapshot version string,
14586         e.g., 6.9-377-08144 -> 6.9.377-08144
14587         Remove first parameter.
14588         Don't declare a version "-dirty" merely because a time
14589         stamp has changed.
14590
14591 2007-11-04  Bruno Haible  <bruno@clisp.org>
14592
14593         * lib/lock.h: Protect all macro definitions containing an 'if'
14594         statement through a "do { ... } while (0)".
14595         * lib/tls.h: Likewise.
14596
14597 2007-11-04  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
14600
14601 2007-11-04  Bruno Haible  <bruno@clisp.org>
14602
14603         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
14604         * modules/fprintf-posix (Depends-on): Add nocrash.
14605         * modules/snprintf-posix (Depends-on): Likewise.
14606         * modules/sprintf-posix (Depends-on): Likewise.
14607         * modules/vasnprintf-posix (Depends-on): Likewise.
14608         * modules/vasprintf-posix (Depends-on): Likewise.
14609         * modules/vfprintf-posix (Depends-on): Likewise.
14610         * modules/vsnprintf-posix (Depends-on): Likewise.
14611         * modules/vsprintf-posix (Depends-on): Likewise.
14612         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14613         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14614         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14615         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14616         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14617         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14618         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14619
14620 2007-11-04  Bruno Haible  <bruno@clisp.org>
14621
14622         * modules/nocrash: New file.
14623         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
14624         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
14625
14626 2007-11-04  Bruno Haible  <bruno@clisp.org>
14627
14628         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
14629         precision handling.
14630         * tests/test-vasprintf-posix.c (test_function): Likewise.
14631         * tests/test-snprintf-posix.h (test_function): Likewise.
14632         * tests/test-sprintf-posix.h (test_function): Likewise.
14633
14634         Fix *printf behaviour for large precisions on mingw and BeOS.
14635         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
14636         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
14637         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
14638         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14639         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14640         gl_PRINTF_PRECISION and test its result. Invoke
14641         gl_PREREQ_VASNPRINTF_PRECISION.
14642         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14643         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14644         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14645         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14646         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14647         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14648         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14649         * doc/functions/fprintf.texi: Update.
14650         * doc/functions/printf.texi: Update.
14651         * doc/functions/snprintf.texi: Update.
14652         * doc/functions/sprintf.texi: Update.
14653         * doc/functions/vfprintf.texi: Update.
14654         * doc/functions/vprintf.texi: Update.
14655         * doc/functions/vsnprintf.texi: Update.
14656         * doc/functions/vsprintf.texi: Update.
14657
14658 2007-11-04  Bruno Haible  <bruno@clisp.org>
14659
14660         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
14661
14662 2007-11-04  Bruno Haible  <bruno@clisp.org>
14663
14664         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
14665         Reported by Sylvain Beucler <beuc@gnu.org>.
14666
14667 2007-11-03  Bruno Haible  <bruno@clisp.org>
14668
14669         * tests/test-fprintf-posix2.sh: New file.
14670         * tests/test-fprintf-posix2.c: New file.
14671         * modules/fprintf-posix-tests (Files): Add them.
14672         (TESTS): Add test-fprintf-posix2.sh.
14673         (configure.ac): Check for getrlimit and setrlimit.
14674         (check_PROGRAMS): Add test-fprintf-posix2.
14675
14676         * tests/test-printf-posix2.sh: New file.
14677         * tests/test-printf-posix2.c: New file.
14678         * modules/printf-posix-tests (Files): Add them.
14679         (TESTS): Add test-printf-posix2.sh.
14680         (configure.ac): Check for getrlimit and setrlimit.
14681         (check_PROGRAMS): Add test-printf-posix2.
14682
14683         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
14684         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
14685         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
14686         (decode_double): New function, copied from decode_long_double.
14687         (scale10_round_decimal_decoded): New function, extracted from
14688         scale10_round_decimal_long_double.
14689         (scale10_round_decimal_long_double): Use it.
14690         (scale10_round_decimal_double): New function.
14691         (floorlog10): New function.
14692         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
14693         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
14694         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14695         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14696         gl_PRINTF_ENOMEM and test its result. Invoke
14697         gl_PREREQ_VASNPRINTF_ENOMEM.
14698         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14699         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14700         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14701         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14702         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14703         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14704         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14705         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
14706         * modules/snprintf-posix (Depends-on): Likewise.
14707         * modules/sprintf-posix (Depends-on): Likewise.
14708         * modules/vasnprintf-posix (Depends-on): Likewise.
14709         * modules/vasprintf-posix (Depends-on): Likewise.
14710         * modules/vfprintf-posix (Depends-on): Likewise.
14711         * modules/vsnprintf-posix (Depends-on): Likewise.
14712         * modules/vsprintf-posix (Depends-on): Likewise.
14713         * doc/functions/fprintf.texi: Update.
14714         * doc/functions/printf.texi: Update.
14715         * doc/functions/snprintf.texi: Update.
14716         * doc/functions/sprintf.texi: Update.
14717         * doc/functions/vfprintf.texi: Update.
14718         * doc/functions/vprintf.texi: Update.
14719         * doc/functions/vsnprintf.texi: Update.
14720         * doc/functions/vsprintf.texi: Update.
14721
14722 2007-11-03  Bruno Haible  <bruno@clisp.org>
14723
14724         * modules/frexp-nolibm-tests: New file.
14725
14726         * modules/frexp-nolibm: New file.
14727         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
14728
14729 2007-11-03  Bruno Haible  <bruno@clisp.org>
14730
14731         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
14732         value is C99 compliant.
14733         Needed for OSF/1 5.1.
14734
14735 2007-11-03  Bruno Haible  <bruno@clisp.org>
14736
14737         Fix out-of-memory handling of vasnprintf.
14738         * lib/printf-parse.c: Include <errno.h>.
14739         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
14740         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
14741         is already set.
14742
14743 2007-11-02  Eric Blake  <ebb9@byu.net>
14744
14745         Fix tests on cygwin.
14746         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
14747
14748 2007-11-01  Bruno Haible  <bruno@clisp.org>
14749
14750         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
14751         warning.
14752         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
14753         needed for POSIX compatibility.
14754
14755 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
14758         for compatibility with GNU.
14759
14760 2007-11-01  Bruno Haible  <bruno@clisp.org>
14761
14762         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
14763         (putenv): Renamed from rpl_putenv. Change argument type from
14764         'const char *' to 'char *'.
14765         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
14766         of defining putenv in config.h, just set REPLACE_PUTENV.
14767         * modules/putenv (Depends-on): Add stdlib.
14768         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14769         (Include): Use <stdlib.h>.
14770         * lib/stdlib.in.h (putenv): New declaration.
14771         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
14772         REPLACE_PUTENV.
14773         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
14774         REPLACE_PUTENV.
14775         Needed for MacOS X 10.5.0.
14776         Reported by Peter O'Gorman <peter@pogma.com>.
14777
14778 2007-11-01  Jim Meyering  <meyering@redhat.com>
14779
14780         Treat an empty date string exactly like "0".
14781         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
14782         if the remaining date string (to be parsed) is empty, use "0".
14783         Reported by Mischa Molhoek and discussed in this thread:
14784         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
14785
14786 2007-10-31  Bruno Haible  <bruno@clisp.org>
14787
14788         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
14789         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
14790         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14791         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
14792         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
14793         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
14794
14795 2007-10-31  Bruno Haible  <bruno@clisp.org>
14796
14797         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
14798         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
14799         (AC_TYPE_LONG_LONG_INT): Use it.
14800         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
14801         it as well.
14802         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
14803         to m4/longlong.m4.
14804         * modules/stdint (Files): Remove m4/ulonglong.m4.
14805         * modules/strtoull (Files): Use m4/longlong.m4 instead of
14806         m4/ulonglong.m4.
14807         * modules/strtoumax (Files): Likewise.
14808
14809 2007-10-30  Bruno Haible  <bruno@clisp.org>
14810
14811         * modules/xvasprintf-posix: New file.
14812         Suggested by Eric Blake.
14813
14814 2007-10-30  Bruno Haible  <bruno@clisp.org>
14815
14816         * modules/xprintf-posix-tests: New file.
14817         * tests/test-xprintf-posix.sh: New file.
14818         * tests/test-xprintf-posix.c: New file.
14819         * tests/test-xfprintf-posix.c: New file.
14820
14821         * modules/xprintf-posix: New file.
14822
14823 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14824
14825         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
14826         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
14827         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
14828
14829 2007-10-29  Bruno Haible  <bruno@clisp.org>
14830
14831         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
14832         contain the special marker '_cv_'.
14833         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14834         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14835         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14836         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
14837         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14838         Reported by Ralf Wildenhues.
14839
14840 2007-10-29  Bruno Haible  <bruno@clisp.org>
14841
14842         * gnulib-tool (func_import): When --lgpl is not specified, set
14843         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
14844         GPLv3.
14845         Reported by Simon Josefsson.
14846
14847 2007-10-28  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
14850         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
14851         HAVE_DECL_ISFINITE.
14852         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14853         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
14854         HAVE_DECL_ISFINITE.
14855
14856 2007-10-28  Bruno Haible  <bruno@clisp.org>
14857
14858         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
14859         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
14860
14861 2007-10-28  Bruno Haible  <bruno@clisp.org>
14862
14863         Fix link errors with Sun C 5.0 on Solaris 10.
14864         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
14865         function is declared but not present in the compiler's libm.
14866         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
14867         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
14868         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
14869         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
14870         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
14871         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
14872         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
14873         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14874         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
14875         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
14876         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
14877         HAVE_DECL_FLOORL.
14878
14879 2007-10-28  Bruno Haible  <bruno@clisp.org>
14880
14881         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
14882         gl_FUNC_FLOORL. Cache the result.
14883         (gl_FUNC_FLOORL): Use it.
14884         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
14885         gl_FUNC_CEILL. Cache the result.
14886         (gl_FUNC_CEILL): Use it.
14887
14888         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
14889         gl_FUNC_FLOOR. Cache the result.
14890         (gl_FUNC_FLOOR): Use it.
14891         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
14892         gl_FUNC_CEIL. Cache the result.
14893         (gl_FUNC_CEIL): Use it.
14894
14895         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
14896         gl_FUNC_FLOORF. Cache the result.
14897         (gl_FUNC_FLOORF): Use it.
14898         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
14899         gl_FUNC_CEILF. Cache the result.
14900         (gl_FUNC_CEILF): Use it.
14901
14902 2007-10-28  Bruno Haible  <bruno@clisp.org>
14903
14904         * gnulib-tool: Allow specifying the LGPL version number through
14905         --lgpl=2 or --lgpl=3.
14906         (func_usage): Document --lgpl with argument.
14907         Handle --lgpl=... arguments.
14908         (func_import): Recognize also gl_LGPL calls with an argument. When
14909         --lgpl=2 is used and the module's license is just LGPL, report an
14910         error. Set sed_transform_lib_file according to the lgpl variable. In
14911         the generated files, use --lgpl or gl_LGPL invocations with argument,
14912         if necessary.
14913         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
14914         an LGPv2+ license.
14915         * doc/gnulib-tool.texi (Modified imports): Update explanation of
14916         gl_LGPL macro.
14917
14918 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14919             Bruno Haible  <bruno@clisp.org>
14920
14921         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
14922         (u16_uctomb_aux): Likewise.
14923         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
14924         !HAVE_INLINE.
14925         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
14926
14927 2007-10-28  Bruno Haible  <bruno@clisp.org>
14928
14929         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
14930         Invoke AM_GETTEXT_OPTION if it exists.
14931         * modules/vasprintf: Likewise.
14932         * modules/verror: Likewise.
14933         * modules/xprintf: Likewise.
14934         * modules/xvasprintf: Likewise.
14935
14936 2007-10-27  Ben Pfaff  <blp@gnu.org>
14937
14938         * lib/math.in.h: Define isfinite macro and prototypes for
14939         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
14940         implementations.
14941         * m4/math_h.m4: New substitutions for isfinite module.
14942         * lib/isfinite.c: New file.
14943         * m4/isfinite.m4: New file.
14944         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
14945         * modules/isfinite: New file.
14946         * modules/isfinite-tests: New file.
14947         * tests/tests-isfinite.c: New file.
14948         * doc/functions/isfinite.texi: Mention isfinite module.
14949         * MODULES.html.sh: Mention new module.
14950
14951 2007-10-27  Ben Pfaff  <blp@gnu.org>
14952
14953         Ralf Wildenhues reported that Tru64 4.0D declares the round
14954         functions but does not have definitions.
14955         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
14956         cannot be found in any library, set the output variable to
14957         "missing" instead of "".
14958         * m4/round.m4: Also use our substitute if we cannot find round in
14959         any library, even if it is declared.
14960         * m4/roundf.m4: Likewise for roundf.
14961         * m4/roundl.m4: Likewise for roundl.
14962         * lib/math.in.h: Undefine roundf, round, roundl before defining
14963         their replacements, to allow for hypothetical systems where these
14964         may be defined as macros but not available in libraries.
14965
14966 2007-10-27  Bruno Haible  <bruno@clisp.org>
14967
14968         * doc/gnulib.texi: Invoke @firstparagraphindent.
14969         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
14970         changes in gnulib.
14971         (Source changes): New section.
14972
14973 2007-10-26  Bruno Haible  <bruno@clisp.org>
14974
14975         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
14976         borrowed from autoconf.
14977
14978 2007-10-26  Bruno Haible  <bruno@clisp.org>
14979
14980         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
14981         strerror returned the empty string. Needed on HP-UX 11.00.
14982
14983 2007-10-24  Micah Cowan  <micah@cowan.name>
14984
14985         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
14986         * build-aux/bootstrap: Remove support for now-unnecessary option,
14987         --cvs-user, and envvars CVS_USER, CVS_RSH.
14988
14989 2007-10-24  Jim Meyering  <meyering@redhat.com>
14990
14991         Avoid diagnostics from sha1sum when there is no cached checksum.
14992         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
14993         if the po.s1 file hasn't been created yet.
14994
14995         * build-aux/bootstrap: Sync from coreutils:
14996         2007-10-24  Jim Meyering  <meyering@redhat.com>
14997         Get gnulib from the git repository, not from an obsolete cvs one.
14998         * build-aux/bootstrap: Suggestion from Micah Cowan.
14999         2007-10-04  Jim Meyering  <jim@meyering.net>
15000         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
15001         (update_po_files): Work also when there are no .po files in po/.
15002
15003 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15004
15005         * README: Append ".git" to git and cg examples.
15006         Problem reported by Benoit Sigoure.
15007
15008 2007-10-23  Micah Cowan  <micah@cowan.name>
15009
15010         * users.txt: Add wget.
15011
15012 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15013
15014         Fix linking of some unistdio tests on FreeBSD.
15015         * modules/unistdio/u16-vsnprintf-tests
15016         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
15017         * modules/unistdio/u16-vsprintf-tests
15018         (test_u16_vsnprintf1_LDADD): Likewise.
15019         * modules/unistdio/u32-vsnprintf-tests
15020         (test_u32_vsnprintf1_LDADD): Likewise.
15021         * modules/unistdio/u32-vsprintf-tests
15022         (test_u32_vsprintf1_LDADD): Likewise.
15023         * modules/unistdio/u8-vsnprintf-tests
15024         (test_u8_vsnprintf1_LDADD): Likewise.
15025         * modules/unistdio/u8-vsprintf-tests
15026         (test_u8_vsprintf1_LDADD): Likewise.
15027         * modules/unistdio/ulc-vsnprintf-tests
15028         (test_ulc_vsnprintf1_LDADD): Likewise.
15029         * modules/unistdio/ulc-vsprintf-tests
15030         (test_ulc_vsprintf1_LDADD): Likewise.
15031
15032         Fix linking of some uniconv tests on FreeBSD.
15033         * modules/uniconv/u16-conv-from-enc-tests
15034         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
15035         * modules/uniconv/u16-conv-to-enc-tests
15036         (test_u16_conv_to_enc_LDADD): Likewise.
15037         * modules/uniconv/u16-strconv-from-enc-tests
15038         (test_u16_strconv_from_enc_LDADD): Likewise.
15039         * modules/uniconv/u16-strconv-to-enc-tests
15040         (test_u16_strconv_to_enc_LDADD): Likewise.
15041         * modules/uniconv/u32-conv-from-enc-tests
15042         (test_u32_conv_from_enc_LDADD): Likewise.
15043         * modules/uniconv/u32-conv-to-enc-tests
15044         (test_u32_conv_to_enc_LDADD): Likewise.
15045         * modules/uniconv/u32-strconv-from-enc-tests
15046         (test_u32_strconv_from_enc_LDADD): Likewise.
15047         * modules/uniconv/u32-strconv-to-enc-tests
15048         (test_u32_strconv_to_enc_LDADD): Likewise.
15049         * modules/uniconv/u8-conv-from-enc-tests
15050         (test_u8_conv_from_enc_LDADD): Likewise.
15051         * modules/uniconv/u8-conv-to-enc-tests
15052         (test_u8_conv_to_enc_LDADD): Likewise.
15053         * modules/uniconv/u8-strconv-from-enc-tests
15054         (test_u8_strconv_from_enc_LDADD): Likewise.
15055         * modules/uniconv/u8-strconv-to-enc-tests
15056         (test_u8_strconv_to_enc_LDADD): Likewise.
15057
15058 2007-10-22  Bruno Haible  <bruno@clisp.org>
15059
15060         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
15061         size.
15062
15063 2007-10-22  Eric Blake  <ebb9@byu.net>
15064
15065         Tweak x*printf documentation.
15066         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
15067         variable name and comments.
15068         Suggested by Bruno Haible.
15069
15070 2007-10-22  Bruno Haible  <bruno@clisp.org>
15071
15072         * lib/acl.c (copy_acl): Fix file name in comment.
15073
15074 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         Fix Tru64 problem with stdbool.h.
15077         * lib/stdbool.in.h (false, true):
15078         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
15079         Don't declare as an enum in this situation; it runs afoul of Tru64.
15080         Problem reported by Steven M. Schweda in
15081         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
15082
15083 2007-10-22  Eric Blake  <ebb9@byu.net>
15084
15085         Also wrap vf?printf.
15086         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
15087         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15088         (xvprintf, xvfprintf): New functions.
15089
15090 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15091
15092         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
15093         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
15094
15095         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
15096         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
15097
15098 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
15101         by Bruno Haible.
15102
15103 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15104
15105         * lib/getloadavg.c
15106         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
15107         Undef `sys' after including sys/table.h, for Tru64 4.0D.
15108
15109         * tests/test-i-ring.c: Work for C89.
15110
15111 2007-10-22  Bruno Haible  <bruno@clisp.org>
15112
15113         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
15114         -1u, in preprocessor expression, so that we don't test for the bug
15115         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
15116         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
15117
15118 2007-10-22  Eric Blake  <ebb9@byu.net>
15119
15120         * tests/test-yesno.sh: Silence stderr during test.
15121
15122 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15123
15124         * modules/crypto/gc-camellia: New file.
15125
15126         * m4/gc-camellia.m4: New file.
15127
15128         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
15129
15130         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
15131
15132 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15133
15134         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
15135         --help to stdout.  Reported by sms@antinode.org (Steven
15136         M. Schweda).
15137
15138 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15139
15140         * users.txt: Fix link to libksba.
15141
15142 2007-10-21  Ben Pfaff  <blp@gnu.org>
15143
15144         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
15145         round.c roundf implementation that depends on floorf and ceilf to
15146         be tested unconditionally.
15147
15148 2007-10-21  Ben Pfaff  <blp@gnu.org>
15149
15150         * m4/check-libm-func.m4: Removed.
15151         * m4/check-math-lib.m4: New file.
15152         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
15153         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
15154         definition and lack of AC_LIBOBJ([roundf]).
15155         * m4/roundl.m4: Ditto, and similarly for roundl.
15156         * modules/round: Reference new m4 file.
15157         * modules/roundf: Ditto.
15158         * modules/roundl: Ditto.
15159         * tests/test-round2.c (main): Use ROUND instead of round.
15160         Bug report from Bruno Haible.
15161
15162 2007-10-21  Bruno Haible  <bruno@clisp.org>
15163
15164         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
15165         context.
15166
15167 2007-10-21  Bruno Haible  <bruno@clisp.org>
15168
15169         * tests/test-wcwidth.c (main): Allow negative result for some control
15170         characters.
15171
15172         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
15173         Needed on OSF/1 5.1.
15174
15175 2007-10-21  Bruno Haible  <bruno@clisp.org>
15176
15177         * tests/test-floorf1.c: Include isnanf.h.
15178         (main): Use isnanf() instead of isnan().
15179         * tests/test-ceilf1.c: Include isnanf.h.
15180         (main): Use isnanf() instead of isnan().
15181         * tests/test-truncf1.c: Include isnanf.h.
15182         (main): Use isnanf() instead of isnan().
15183         * tests/test-roundf1.c: Include isnanf.h.
15184         (main): Use isnanf() instead of isnan().
15185
15186 2007-10-21  Eric Blake  <ebb9@byu.net>
15187
15188         * users.txt: Update URL for m4.
15189
15190 2007-10-21  Bruno Haible  <bruno@clisp.org>
15191
15192         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
15193
15194 2007-10-21  Bruno Haible  <bruno@clisp.org>
15195
15196         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
15197         Git's management files if the CVS files are not present.
15198
15199 2007-10-20  Bruno Haible  <bruno@clisp.org>
15200
15201         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
15202         gcc-3.4.x.
15203
15204 2007-10-20  Ben Pfaff  <blp@gnu.org>
15205
15206         * lib/math.in.h: Declare round, roundf, roundl if we are providing
15207         implementations.
15208         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
15209         * lib/round.c: New file.
15210         * lib/roundf.c: New file.
15211         * lib/roundl.c: New file.
15212         * m4/round.m4: New file.
15213         * m4/roundf.m4: New file.
15214         * m4/roundl.m4: New file.
15215         * m4/check-libm-func-m4: New file.
15216         * modules/math: Replace round, roundf, roundl related @VARS@ in
15217         math.in.h.
15218         * modules/round: New file.
15219         * modules/round-tests: New file.
15220         * modules/roundf: New file.
15221         * modules/roundf-tests: New file.
15222         * modules/roundl: New file.
15223         * modules/roundl-tests: New file.
15224         * tests/test-round1.c: New file.
15225         * tests/test-round2.c: New file.
15226         * tests/test-roundf1.c: New file.
15227         * tests/test-roundf2.c: New file.
15228         * tests/test-roundl.c: New file.
15229         * doc/functions/round.texi: Mention round module.
15230         * doc/functions/roundf.texi: Mention roundf module.
15231         * doc/functions/roundl.texi: Mention roundl module.
15232         * MODULES.html.sh: Mention new modules.
15233         Thanks to Bruno Haible for suggestions.
15234
15235 2007-10-20  Jim Meyering  <meyering@redhat.com>
15236
15237         * lib/xprintf.c: Include <config.h> unconditionally.
15238
15239         Change xprintf's license to GPL.
15240         * modules/xprintf (License): s/LGPL/GPL/, since this module
15241         depends on modules (exit and exitfail) which are GPL.
15242         Suggestion from Bruno Haible.
15243
15244         xprintf fixes.
15245         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
15246         Use a clearer diagnostic.
15247         Patch from Bruno Haible.
15248
15249 2007-10-20  Bruno Haible  <bruno@clisp.org>
15250
15251         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
15252         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
15253         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15254
15255 2007-10-20  Bruno Haible  <bruno@clisp.org>
15256
15257         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
15258         precision in the comparison result > x - 1 or similar.
15259         * tests/test-ceilf2.c (correct_result_p): Likewise.
15260         * tests/test-truncf2.c (correct_result_p): Likewise.
15261         * tests/test-trunc2.c (correct_result_p): Likewise.
15262         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15263
15264 2007-10-20  Bruno Haible  <bruno@clisp.org>
15265
15266         * modules/ceil: New file.
15267         * m4/ceil.m4: New file.
15268         * doc/functions/ceil.texi: Mention the 'ceil' module.
15269
15270 2007-10-20  Bruno Haible  <bruno@clisp.org>
15271
15272         * modules/floor: New file.
15273         * m4/floor.m4: New file.
15274         * doc/functions/floor.texi: Mention the 'floor' module.
15275
15276 2007-10-20  Bruno Haible  <bruno@clisp.org>
15277
15278         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
15279         of %a.
15280         * modules/floorf-tests (Depends-on): Likewise.
15281         * modules/truncf-tests (Depends-on): Likewise.
15282         * modules/trunc-tests (Depends-on): Likewise.
15283         Reported by Ben Pfaff.
15284
15285 2007-10-19  Jim Meyering  <meyering@redhat.com>
15286
15287         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
15288         Don't bother testing specific errno values.  Just test ferror.
15289
15290         New module: xprintf
15291         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
15292
15293 2007-10-19  Bruno Haible  <bruno@clisp.org>
15294
15295         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
15296         syntax.
15297         * modules/javaexec (Makefile.am): Likewise.
15298         * modules/relocatable-prog (Makefile.am): Likewise.
15299         Suggested by Jim Meyering.
15300
15301 2007-10-18  Bruno Haible  <bruno@clisp.org>
15302
15303         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
15304         Reported by Jim Meyering.
15305
15306 2007-10-18  Eric Blake  <ebb9@byu.net>
15307
15308         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
15309
15310 2007-10-18  Bruno Haible  <bruno@clisp.org>
15311
15312         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
15313         the format string into writable memory. Needed in Fortify conditions.
15314
15315 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
15316             Bruno Haible  <bruno@clisp.org>
15317
15318         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
15319         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
15320         * modules/trim (Depends-on): Add mbchar.
15321         (configure.ac): Add gl_FUNC_MBRTOWC.
15322         (Makefile.am): Augment lib_SOURCES.
15323
15324 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15325
15326         Modify glob.c to use fstatat and dirfd, to simplify it.
15327         Suggested by Eric Blake.
15328         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15329         Don't include <stdbool.h>; not used.
15330         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15331         (link_exists_p): Simplify implementation, since we can now assume
15332         dirfd and fstatat.
15333         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15334
15335 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15336
15337         * gnulib-tool (func_get_dependencies): Fix sed script to
15338         match only tests.
15339
15340 2007-10-17  Bruno Haible  <bruno@clisp.org>
15341
15342         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15343         allow locale names without encoding suffix.
15344         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15345         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15346
15347 2007-10-16  Bruno Haible  <bruno@clisp.org>
15348
15349         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15350         * lib/getgroups.c (getgroups): Likewise.
15351         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15352
15353 2007-10-16  Bruno Haible  <bruno@clisp.org>
15354
15355         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15356         * modules/malloc-posix (License): Likewise.
15357         * modules/realloc-posix (License): Likewise.
15358         * modules/calloc-posix (License): Likewise.
15359         * modules/intprops (License): Change from GPL to LGPL, with
15360         Paul Eggert's approval.
15361
15362 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         Merge glibc changes into lib/glob.c.
15365
15366         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15367         2007-10-15 04:59:03 UTC.  Here are the changes:
15368
15369         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15370
15371         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15372
15373         * lib/glob.c: Add some branch prediction throughout.
15374
15375         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15376
15377         [BZ #5103]
15378         * lib/glob.c (glob): Recognize patterns starting \/.
15379
15380         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15381
15382         [BZ #3996]
15383         * lib/glob.c (attribute_hidden): Define if not defined.
15384         (glob): Unescape dirname, filename or username when needed and not
15385         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15386         is NULL.  Handle unescaped [ in pattern without closing ].
15387         Don't pass GLOB_CHECK down to recursive glob for directories.
15388         (__glob_pattern_type): New function.
15389         (__glob_pattern_p): Implement using __glob_pattern_type.
15390         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15391         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15392         Remove unreachable code.
15393
15394         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15395
15396         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15397         explain why there are no leaks.
15398
15399         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15400
15401         [BZ #3253]
15402         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15403         time, rather allocate increasingly bigger arrays of pointers, if
15404         possible with alloca, if too large with malloc.
15405
15406 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15409         Problem reported by H.Merijn Brand in
15410         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15411         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15412         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15413
15414 2007-10-15  Bruno Haible  <bruno@clisp.org>
15415
15416         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15417         with explicit rpl_ prefix.
15418         * lib/fopen.c (fopen): Likewise.
15419         * lib/freopen.c (freopen): Likewise.
15420         * lib/iconv.c (iconv): Likewise.
15421         * lib/iconv_close.c (iconv_close): Likewise.
15422
15423 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15424
15425         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
15426
15427 2007-10-15  Bruno Haible  <bruno@clisp.org>
15428
15429         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
15430         <stddef.h> instead of <stdlib.h> since we only need NULL.
15431         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15432
15433 2007-10-15  Bruno Haible  <bruno@clisp.org>
15434
15435         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
15436         Replace paragraph talking about LIBOBJS.
15437         Reported by Colin Watson <cjwatson@debian.org>.
15438
15439 2007-10-15  Bruno Haible  <bruno@clisp.org>
15440
15441         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
15442         <stdlib.h> before using NULL.
15443
15444 2007-10-15  Simon Josefsson  <simon@josefsson.org>
15445
15446         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15447         Reported by Albert Chin <china@thewrittenword.com>.
15448
15449 2007-10-14  Bruno Haible  <bruno@clisp.org>
15450
15451         * modules/iconv_open-utf-tests: New file.
15452         * tests/test-iconv-utf.c: New file.
15453
15454         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
15455         * modules/iconv_open-utf: New file.
15456         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
15457         (iconv, iconv_close): New declarations.
15458         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
15459         be defined.
15460         (iconv_open): Add special handling of conversion between UTF-8 and
15461         UTF-{16,32}{BE,LE}.
15462         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
15463         * lib/iconv_close.c: New file.
15464         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
15465         gl_FUNC_ICONV_OPEN.
15466         (gl_FUNC_ICONV_OPEN): Use it.
15467         (gl_FUNC_ICONV_OPEN_UTF): New macro.
15468         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
15469         and REPLACE_ICONV_UTF.
15470         * modules/iconv_open (Depends-on): Add c-strcase.
15471         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
15472         ICONV_CONST.
15473         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
15474
15475 2007-10-13  Albert Chin  <china@thewrittenword.com>
15476             Bruno Haible  <bruno@clisp.org>
15477
15478         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
15479         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
15480
15481 2007-10-13  Bruno Haible  <bruno@clisp.org>
15482
15483         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
15484         defined, use the ISO C99 inline semantics.
15485         * lib/argp.h (ARGP_EI): Likewise.
15486
15487 2007-10-13  Bruno Haible  <bruno@clisp.org>
15488
15489         Handle 'inline' change in gcc 4.3.0.
15490         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
15491         argp_fmtstream_write, argp_fmtstream_set_lmargin,
15492         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
15493         argp_fmtstream_point): Disable 'extern' declaration if the function
15494         definition is going to be provided inline.
15495         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
15496         semantics, not the ISO C99 inline semantics.
15497         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
15498         'extern' declaration if the function definition is going to be provided
15499         inline.
15500         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
15501         the GNU C inline semantics, not the ISO C99 inline semantics. With
15502         GCC 4.2, avoid a warning.
15503
15504 2007-10-13  Bruno Haible  <bruno@clisp.org>
15505
15506         * lib/freading.h (freading): Enable the use of __freading for
15507         glibc >= 2.7.
15508         * lib/freading.c (freading): Likewise.
15509
15510 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
15513         "warning: C99 inline functions are not supported; using GNU89".
15514
15515 2007-10-12  Bruno Haible  <bruno@clisp.org>
15516
15517         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15518         of 2.
15519         * tests/test-ceilf2.c: New file.
15520         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
15521
15522         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
15523         * modules/ceilf-tests: Update.
15524
15525 2007-10-12  Bruno Haible  <bruno@clisp.org>
15526
15527         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
15528         of 2.
15529         * tests/test-floorf2.c: New file.
15530         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
15531
15532         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
15533         * modules/floorf-tests: Update.
15534
15535 2007-10-12  Bruno Haible  <bruno@clisp.org>
15536
15537         * tests/test-trunc2.c: New file.
15538         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
15539
15540         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
15541         * modules/trunc-tests: Update.
15542
15543 2007-10-12  Bruno Haible  <bruno@clisp.org>
15544
15545         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
15546         of 2.
15547         * tests/test-truncf2.c: New file.
15548         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
15549
15550         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
15551         * modules/truncf-tests: Update.
15552
15553 2007-10-11  Eric Blake  <ebb9@byu.net>
15554
15555         Don't claim strerror is broken on Interix.
15556         * doc/functions/strerror.texi (strerror): Known broken systems are
15557         now Solaris 8, and not Interix.
15558         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
15559         Interix on cross-compile.
15560         Reported by Martin Koeppe in
15561         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
15562
15563 2007-10-11  Bruno Haible  <bruno@clisp.org>
15564
15565         * modules/i-ring-tests: New file.
15566         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
15567         instead of assert.
15568
15569 2007-10-11  Bruno Haible  <bruno@clisp.org>
15570
15571         * modules/filenamecat-tests: New file.
15572         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
15573         * lib/filenamecat.c: Remove test code.
15574
15575 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15576
15577         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
15578
15579         * lib/strerror.c: Include <string.h> always, to test interface,
15580         and to remove the need for the dummy.
15581         Include intprops.h to compute width instead of doing it ourselves
15582         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
15583         (strerror): Define it to return NULL if there's no system strerror.
15584         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
15585         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
15586         ancient pre-strerror Unix systems well any more.  Saying "unknown
15587         system error" is enough.
15588         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
15589         simpler strerror.c implementation.
15590         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
15591         Simplify the tests to reflect the simpler strerror implementation.
15592         * modules/strerror (Depends-on): Add intprops.
15593
15594 2007-10-09  Eric Blake  <ebb9@byu.net>
15595
15596         Silence test-fpending.
15597         * modules/fpending-tests (Files): Add wrapper script.
15598         * tests/test-fpending.sh: New file.
15599
15600 2007-10-09  Bruno Haible  <bruno@clisp.org>
15601
15602         * MODULES.html.sh (func_module): Don't create a hyperlink for
15603         function names like 'printf_frexp'.
15604         (Misc): Add crc, memxor.
15605         (Characteristics of floating types): New section.
15606         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
15607         isnanf-nolibm, signbit, trunc, truncf, truncl.
15608         (Enhancements for ISO C 99 functions): New subsection Input/output.
15609         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
15610         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
15611         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
15612         (Compatibility checks for POSIX:2001 functions): Add clock-time.
15613         (Enhancements for POSIX:2001 functions): Add chdir-long.
15614         (File system functions): Add areadlink, chdir-safer, read-file.
15615         Remove cycle-check.
15616         (File system as inode set): New section.
15617         (Date and time): Add gethrxtime.
15618         (Multithreading): Add openmp.
15619         (Internationalization functions): Add localename.
15620         (Unicode string functions): Add unistr/u*-mbsnlen.
15621         (Support for maintaining and releasing projects): Add git-version-gen.
15622         (Lone files): Remove directories.
15623
15624 2007-10-08  Ben Pfaff  <blp@gnu.org>
15625
15626         * lib/xmalloca.h: Fix typo in comment.
15627
15628 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15629
15630         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
15631         when avoiding problems with integer overflow.  Use a portable test
15632         instead.
15633
15634 2007-10-08  Simon Josefsson  <simon@josefsson.org>
15635
15636         * modules/dummy (License): Change to LGPLv2+.
15637         * modules/float (License): Likewise
15638         * modules/realloc (License): Likewise
15639         * modules/stdlib (License): Likewise
15640
15641 2007-10-07  Bruno Haible  <bruno@clisp.org>
15642
15643         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
15644         * floor.c (TWO_MANT_DIG): Likewise.
15645         * ceil.c (TWO_MANT_DIG): Likewise.
15646         Reported by Ben Pfaff.
15647
15648 2007-10-07  Bruno Haible  <bruno@clisp.org>
15649
15650         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
15651         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
15652         * lib/frexp.c (FUNC): Likewise.
15653         * lib/printf-frexp.h (printf_frexp): Likewise.
15654         * lib/printf-frexpl.h (printf_frexpl): Likewise.
15655         * lib/printf-frexp.c (FUNC): Likewise.
15656         Suggested by Jim Meyering.
15657
15658 2007-10-07  Jim Meyering  <meyering@redhat.com>
15659
15660         Make xnanosleep's integer overflow test more robust.
15661         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
15662         so that gcc-4.3.0 doesn't optimize away this test for overflow.
15663
15664 2007-10-07  Bruno Haible  <bruno@clisp.org>
15665
15666         * NEWS: Mention the license change.
15667
15668         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
15669         abbreviations in the modules files.
15670
15671         Change copyright notice from GPLv2+ to GPLv3+.
15672         * README: Change copyright notice.
15673         * MODULES.html.sh: Likewise.
15674         * build-aux/bootstrap.conf: Likewise.
15675         * build-aux/config.libpath: Likewise.
15676         * build-aux/csharpcomp.sh.in: Likewise.
15677         * build-aux/csharpexec.sh.in: Likewise.
15678         * build-aux/install-reloc: Likewise.
15679         * build-aux/javacomp.sh.in: Likewise.
15680         * build-aux/javaexec.sh.in: Likewise.
15681         * build-aux/ldd.sh.in: Likewise.
15682         * build-aux/reloc-ldflags: Likewise.
15683         * build-aux/relocatable.sh.in: Likewise.
15684         * build-aux/x-to-1.in: Likewise.
15685         * check-module: Likewise.
15686         * config/srclistvars.sh: Likewise.
15687         * gnulib-tool: Likewise.
15688         * lib/acl-internal.h: Likewise.
15689         * lib/acl.c: Likewise.
15690         * lib/acl.h: Likewise.
15691         * lib/acl_entries.c: Likewise.
15692         * lib/areadlink-with-size.c: Likewise.
15693         * lib/areadlink.c: Likewise.
15694         * lib/areadlink.h: Likewise.
15695         * lib/argmatch.c: Likewise.
15696         * lib/argmatch.h: Likewise.
15697         * lib/argp-ba.c: Likewise.
15698         * lib/argp-eexst.c: Likewise.
15699         * lib/argp-fmtstream.c: Likewise.
15700         * lib/argp-fmtstream.h: Likewise.
15701         * lib/argp-fs-xinl.c: Likewise.
15702         * lib/argp-help.c: Likewise.
15703         * lib/argp-namefrob.h: Likewise.
15704         * lib/argp-parse.c: Likewise.
15705         * lib/argp-pin.c: Likewise.
15706         * lib/argp-pv.c: Likewise.
15707         * lib/argp-pvh.c: Likewise.
15708         * lib/argp-xinl.c: Likewise.
15709         * lib/argp.h: Likewise.
15710         * lib/at-func.c: Likewise.
15711         * lib/atanl.c: Likewise.
15712         * lib/backupfile.c: Likewise.
15713         * lib/backupfile.h: Likewise.
15714         * lib/basename.c: Likewise.
15715         * lib/binary-io.h: Likewise.
15716         * lib/byteswap.in.h: Likewise.
15717         * lib/c-stack.c: Likewise.
15718         * lib/c-stack.h: Likewise.
15719         * lib/c-strcasestr.c: Likewise.
15720         * lib/c-strcasestr.h: Likewise.
15721         * lib/c-strstr.c: Likewise.
15722         * lib/c-strstr.h: Likewise.
15723         * lib/c-strtod.c: Likewise.
15724         * lib/calloc.c: Likewise.
15725         * lib/canon-host.c: Likewise.
15726         * lib/canon-host.h: Likewise.
15727         * lib/canonicalize-lgpl.c: Likewise.
15728         * lib/canonicalize.c: Likewise.
15729         * lib/canonicalize.h: Likewise.
15730         * lib/ceil.c: Likewise.
15731         * lib/ceilf.c: Likewise.
15732         * lib/ceill.c: Likewise.
15733         * lib/chdir-long.c: Likewise.
15734         * lib/chdir-long.h: Likewise.
15735         * lib/chdir-safer.c: Likewise.
15736         * lib/chdir-safer.h: Likewise.
15737         * lib/chown.c: Likewise.
15738         * lib/classpath.c: Likewise.
15739         * lib/classpath.h: Likewise.
15740         * lib/clean-temp.c: Likewise.
15741         * lib/clean-temp.h: Likewise.
15742         * lib/cloexec.c: Likewise.
15743         * lib/close-stream.c: Likewise.
15744         * lib/closein.c: Likewise.
15745         * lib/closein.h: Likewise.
15746         * lib/closeout.c: Likewise.
15747         * lib/closeout.h: Likewise.
15748         * lib/concat-filename.c: Likewise.
15749         * lib/copy-file.c: Likewise.
15750         * lib/copy-file.h: Likewise.
15751         * lib/count-one-bits.h: Likewise.
15752         * lib/crc.c: Likewise.
15753         * lib/crc.h: Likewise.
15754         * lib/creat-safer.c: Likewise.
15755         * lib/csharpcomp.c: Likewise.
15756         * lib/csharpcomp.h: Likewise.
15757         * lib/csharpexec.c: Likewise.
15758         * lib/csharpexec.h: Likewise.
15759         * lib/cycle-check.c: Likewise.
15760         * lib/cycle-check.h: Likewise.
15761         * lib/diacrit.c: Likewise.
15762         * lib/diacrit.h: Likewise.
15763         * lib/diffseq.h: Likewise.
15764         * lib/dirchownmod.c: Likewise.
15765         * lib/dirent.in.h: Likewise.
15766         * lib/dirfd.c: Likewise.
15767         * lib/dirfd.h: Likewise.
15768         * lib/dirname.c: Likewise.
15769         * lib/dirname.h: Likewise.
15770         * lib/dummy.c: Likewise.
15771         * lib/dup-safer.c: Likewise.
15772         * lib/dup2.c: Likewise.
15773         * lib/eealloc.h: Likewise.
15774         * lib/error.c: Likewise.
15775         * lib/error.h: Likewise.
15776         * lib/euidaccess.c: Likewise.
15777         * lib/exclude.c: Likewise.
15778         * lib/exclude.h: Likewise.
15779         * lib/execute.c: Likewise.
15780         * lib/execute.h: Likewise.
15781         * lib/exitfail.c: Likewise.
15782         * lib/exitfail.h: Likewise.
15783         * lib/expl.c: Likewise.
15784         * lib/fatal-signal.c: Likewise.
15785         * lib/fatal-signal.h: Likewise.
15786         * lib/fbufmode.c: Likewise.
15787         * lib/fbufmode.h: Likewise.
15788         * lib/fchdir.c: Likewise.
15789         * lib/fchmodat.c: Likewise.
15790         * lib/fchownat.c: Likewise.
15791         * lib/fcntl--.h: Likewise.
15792         * lib/fcntl-safer.h: Likewise.
15793         * lib/fcntl.in.h: Likewise.
15794         * lib/fd-safer.c: Likewise.
15795         * lib/fflush.c: Likewise.
15796         * lib/file-has-acl.c: Likewise.
15797         * lib/file-set.c: Likewise.
15798         * lib/file-type.c: Likewise.
15799         * lib/file-type.h: Likewise.
15800         * lib/fileblocks.c: Likewise.
15801         * lib/filemode.c: Likewise.
15802         * lib/filemode.h: Likewise.
15803         * lib/filename.h: Likewise.
15804         * lib/filenamecat.c: Likewise.
15805         * lib/filenamecat.h: Likewise.
15806         * lib/findprog.c: Likewise.
15807         * lib/findprog.h: Likewise.
15808         * lib/float.in.h: Likewise.
15809         * lib/floor.c: Likewise.
15810         * lib/floorf.c: Likewise.
15811         * lib/floorl.c: Likewise.
15812         * lib/fopen-safer.c: Likewise.
15813         * lib/fopen.c: Likewise.
15814         * lib/fpending.c: Likewise.
15815         * lib/fpending.h: Likewise.
15816         * lib/fprintf.c: Likewise.
15817         * lib/fprintftime.h: Likewise.
15818         * lib/fpucw.h: Likewise.
15819         * lib/fpurge.c: Likewise.
15820         * lib/fpurge.h: Likewise.
15821         * lib/freadable.c: Likewise.
15822         * lib/freadable.h: Likewise.
15823         * lib/freadahead.c: Likewise.
15824         * lib/freadahead.h: Likewise.
15825         * lib/freading.c: Likewise.
15826         * lib/freading.h: Likewise.
15827         * lib/free.c: Likewise.
15828         * lib/freopen.c: Likewise.
15829         * lib/frexp.c: Likewise.
15830         * lib/frexpl.c: Likewise.
15831         * lib/fseek.c: Likewise.
15832         * lib/fseterr.c: Likewise.
15833         * lib/fseterr.h: Likewise.
15834         * lib/fstatat.c: Likewise.
15835         * lib/fstrcmp.c: Likewise.
15836         * lib/fstrcmp.h: Likewise.
15837         * lib/fsusage.c: Likewise.
15838         * lib/fsusage.h: Likewise.
15839         * lib/ftell.c: Likewise.
15840         * lib/ftello.c: Likewise.
15841         * lib/fts-cycle.c: Likewise.
15842         * lib/fts.c: Likewise.
15843         * lib/fts_.h: Likewise.
15844         * lib/full-read.c: Likewise.
15845         * lib/full-read.h: Likewise.
15846         * lib/full-write.c: Likewise.
15847         * lib/full-write.h: Likewise.
15848         * lib/fwritable.c: Likewise.
15849         * lib/fwritable.h: Likewise.
15850         * lib/fwriteerror.c: Likewise.
15851         * lib/fwriteerror.h: Likewise.
15852         * lib/fwriting.c: Likewise.
15853         * lib/fwriting.h: Likewise.
15854         * lib/gcd.c: Likewise.
15855         * lib/gcd.h: Likewise.
15856         * lib/getcwd.c: Likewise.
15857         * lib/getdate.h: Likewise.
15858         * lib/getdate.y: Likewise.
15859         * lib/getdomainname.c: Likewise.
15860         * lib/getdomainname.h: Likewise.
15861         * lib/getgroups.c: Likewise.
15862         * lib/gethostname.c: Likewise.
15863         * lib/gethrxtime.c: Likewise.
15864         * lib/gethrxtime.h: Likewise.
15865         * lib/getloadavg.c: Likewise.
15866         * lib/getndelim2.c: Likewise.
15867         * lib/getndelim2.h: Likewise.
15868         * lib/getnline.c: Likewise.
15869         * lib/getnline.h: Likewise.
15870         * lib/getopt.c: Likewise.
15871         * lib/getopt.in.h: Likewise.
15872         * lib/getopt1.c: Likewise.
15873         * lib/getopt_int.h: Likewise.
15874         * lib/getpagesize.h: Likewise.
15875         * lib/getsubopt.c: Likewise.
15876         * lib/gettime.c: Likewise.
15877         * lib/getugroups.c: Likewise.
15878         * lib/getugroups.h: Likewise.
15879         * lib/getusershell.c: Likewise.
15880         * lib/gl_anyavltree_list1.h: Likewise.
15881         * lib/gl_anyavltree_list2.h: Likewise.
15882         * lib/gl_anyhash_list1.h: Likewise.
15883         * lib/gl_anyhash_list2.h: Likewise.
15884         * lib/gl_anylinked_list1.h: Likewise.
15885         * lib/gl_anylinked_list2.h: Likewise.
15886         * lib/gl_anyrbtree_list1.h: Likewise.
15887         * lib/gl_anyrbtree_list2.h: Likewise.
15888         * lib/gl_anytree_list1.h: Likewise.
15889         * lib/gl_anytree_list2.h: Likewise.
15890         * lib/gl_anytree_oset.h: Likewise.
15891         * lib/gl_anytreehash_list1.h: Likewise.
15892         * lib/gl_anytreehash_list2.h: Likewise.
15893         * lib/gl_array_list.c: Likewise.
15894         * lib/gl_array_list.h: Likewise.
15895         * lib/gl_array_oset.c: Likewise.
15896         * lib/gl_array_oset.h: Likewise.
15897         * lib/gl_avltree_list.c: Likewise.
15898         * lib/gl_avltree_list.h: Likewise.
15899         * lib/gl_avltree_oset.c: Likewise.
15900         * lib/gl_avltree_oset.h: Likewise.
15901         * lib/gl_avltreehash_list.c: Likewise.
15902         * lib/gl_avltreehash_list.h: Likewise.
15903         * lib/gl_carray_list.c: Likewise.
15904         * lib/gl_carray_list.h: Likewise.
15905         * lib/gl_linked_list.c: Likewise.
15906         * lib/gl_linked_list.h: Likewise.
15907         * lib/gl_linkedhash_list.c: Likewise.
15908         * lib/gl_linkedhash_list.h: Likewise.
15909         * lib/gl_list.c: Likewise.
15910         * lib/gl_list.h: Likewise.
15911         * lib/gl_oset.c: Likewise.
15912         * lib/gl_oset.h: Likewise.
15913         * lib/gl_rbtree_list.c: Likewise.
15914         * lib/gl_rbtree_list.h: Likewise.
15915         * lib/gl_rbtree_oset.c: Likewise.
15916         * lib/gl_rbtree_oset.h: Likewise.
15917         * lib/gl_rbtreehash_list.c: Likewise.
15918         * lib/gl_rbtreehash_list.h: Likewise.
15919         * lib/gl_sublist.c: Likewise.
15920         * lib/gl_sublist.h: Likewise.
15921         * lib/group-member.c: Likewise.
15922         * lib/group-member.h: Likewise.
15923         * lib/hard-locale.c: Likewise.
15924         * lib/hard-locale.h: Likewise.
15925         * lib/hash-pjw.c: Likewise.
15926         * lib/hash-pjw.h: Likewise.
15927         * lib/hash-triple.c: Likewise.
15928         * lib/hash.c: Likewise.
15929         * lib/hash.h: Likewise.
15930         * lib/human.c: Likewise.
15931         * lib/human.h: Likewise.
15932         * lib/i-ring.c: Likewise.
15933         * lib/i-ring.h: Likewise.
15934         * lib/idcache.c: Likewise.
15935         * lib/imaxabs.c: Likewise.
15936         * lib/imaxdiv.c: Likewise.
15937         * lib/inet_pton.c: Likewise.
15938         * lib/inet_pton.h: Likewise.
15939         * lib/intprops.h: Likewise.
15940         * lib/inttostr.c: Likewise.
15941         * lib/inttostr.h: Likewise.
15942         * lib/inttypes.in.h: Likewise.
15943         * lib/isapipe.c: Likewise.
15944         * lib/isdir.c: Likewise.
15945         * lib/isnan.c: Likewise.
15946         * lib/isnan.h: Likewise.
15947         * lib/isnanf.c: Likewise.
15948         * lib/isnanf.h: Likewise.
15949         * lib/isnanl-nolibm.h: Likewise.
15950         * lib/isnanl.c: Likewise.
15951         * lib/isnanl.h: Likewise.
15952         * lib/javacomp.c: Likewise.
15953         * lib/javacomp.h: Likewise.
15954         * lib/javaexec.c: Likewise.
15955         * lib/javaexec.h: Likewise.
15956         * lib/javaversion.c: Likewise.
15957         * lib/javaversion.h: Likewise.
15958         * lib/javaversion.java: Likewise.
15959         * lib/lbrkprop.h: Likewise.
15960         * lib/lchmod.h: Likewise.
15961         * lib/lchown.c: Likewise.
15962         * lib/ldexpl.c: Likewise.
15963         * lib/linebreak.c: Likewise.
15964         * lib/linebreak.h: Likewise.
15965         * lib/linebuffer.c: Likewise.
15966         * lib/linebuffer.h: Likewise.
15967         * lib/locale.in.h: Likewise.
15968         * lib/logl.c: Likewise.
15969         * lib/long-options.c: Likewise.
15970         * lib/long-options.h: Likewise.
15971         * lib/lstat.c: Likewise.
15972         * lib/lstat.h: Likewise.
15973         * lib/math.in.h: Likewise.
15974         * lib/mbchar.c: Likewise.
15975         * lib/mbchar.h: Likewise.
15976         * lib/mbfile.h: Likewise.
15977         * lib/mbiter.h: Likewise.
15978         * lib/mbscasecmp.c: Likewise.
15979         * lib/mbscasestr.c: Likewise.
15980         * lib/mbschr.c: Likewise.
15981         * lib/mbscspn.c: Likewise.
15982         * lib/mbslen.c: Likewise.
15983         * lib/mbsncasecmp.c: Likewise.
15984         * lib/mbsnlen.c: Likewise.
15985         * lib/mbspbrk.c: Likewise.
15986         * lib/mbspcasecmp.c: Likewise.
15987         * lib/mbsrchr.c: Likewise.
15988         * lib/mbssep.c: Likewise.
15989         * lib/mbsspn.c: Likewise.
15990         * lib/mbsstr.c: Likewise.
15991         * lib/mbstok_r.c: Likewise.
15992         * lib/mbswidth.c: Likewise.
15993         * lib/mbswidth.h: Likewise.
15994         * lib/mbuiter.h: Likewise.
15995         * lib/memcasecmp.c: Likewise.
15996         * lib/memcasecmp.h: Likewise.
15997         * lib/memchr.c: Likewise.
15998         * lib/memcmp.c: Likewise.
15999         * lib/memcoll.c: Likewise.
16000         * lib/memcoll.h: Likewise.
16001         * lib/memcpy.c: Likewise.
16002         * lib/memrchr.c: Likewise.
16003         * lib/mkancesdirs.c: Likewise.
16004         * lib/mkdir-p.c: Likewise.
16005         * lib/mkdir-p.h: Likewise.
16006         * lib/mkdir.c: Likewise.
16007         * lib/mkdirat.c: Likewise.
16008         * lib/mkdtemp.c: Likewise.
16009         * lib/mkstemp-safer.c: Likewise.
16010         * lib/mkstemp.c: Likewise.
16011         * lib/modechange.c: Likewise.
16012         * lib/modechange.h: Likewise.
16013         * lib/mountlist.c: Likewise.
16014         * lib/mountlist.h: Likewise.
16015         * lib/mpsort.c: Likewise.
16016         * lib/nanosleep.c: Likewise.
16017         * lib/obstack.c: Likewise.
16018         * lib/obstack.h: Likewise.
16019         * lib/open-safer.c: Likewise.
16020         * lib/open.c: Likewise.
16021         * lib/openat-die.c: Likewise.
16022         * lib/openat-priv.h: Likewise.
16023         * lib/openat-proc.c: Likewise.
16024         * lib/openat.c: Likewise.
16025         * lib/openat.h: Likewise.
16026         * lib/pagealign_alloc.c: Likewise.
16027         * lib/pagealign_alloc.h: Likewise.
16028         * lib/physmem.c: Likewise.
16029         * lib/physmem.h: Likewise.
16030         * lib/pipe-safer.c: Likewise.
16031         * lib/pipe.c: Likewise.
16032         * lib/pipe.h: Likewise.
16033         * lib/posixtm.c: Likewise.
16034         * lib/posixtm.h: Likewise.
16035         * lib/posixver.c: Likewise.
16036         * lib/printf-frexp.c: Likewise.
16037         * lib/printf-frexp.h: Likewise.
16038         * lib/printf-frexpl.c: Likewise.
16039         * lib/printf-frexpl.h: Likewise.
16040         * lib/printf.c: Likewise.
16041         * lib/progname.c: Likewise.
16042         * lib/progname.h: Likewise.
16043         * lib/progreloc.c: Likewise.
16044         * lib/putenv.c: Likewise.
16045         * lib/quote.c: Likewise.
16046         * lib/quote.h: Likewise.
16047         * lib/quotearg.c: Likewise.
16048         * lib/quotearg.h: Likewise.
16049         * lib/raise.c: Likewise.
16050         * lib/readline.c: Likewise.
16051         * lib/readline.h: Likewise.
16052         * lib/readlink.c: Likewise.
16053         * lib/readtokens.c: Likewise.
16054         * lib/readtokens.h: Likewise.
16055         * lib/readtokens0.c: Likewise.
16056         * lib/readtokens0.h: Likewise.
16057         * lib/readutmp.c: Likewise.
16058         * lib/readutmp.h: Likewise.
16059         * lib/realloc.c: Likewise.
16060         * lib/relocwrapper.c: Likewise.
16061         * lib/rename-dest-slash.c: Likewise.
16062         * lib/rename.c: Likewise.
16063         * lib/rmdir.c: Likewise.
16064         * lib/rpmatch.c: Likewise.
16065         * lib/safe-read.c: Likewise.
16066         * lib/safe-read.h: Likewise.
16067         * lib/safe-write.c: Likewise.
16068         * lib/safe-write.h: Likewise.
16069         * lib/same-inode.h: Likewise.
16070         * lib/same.c: Likewise.
16071         * lib/same.h: Likewise.
16072         * lib/save-cwd.c: Likewise.
16073         * lib/save-cwd.h: Likewise.
16074         * lib/savedir.c: Likewise.
16075         * lib/savedir.h: Likewise.
16076         * lib/savewd.c: Likewise.
16077         * lib/savewd.h: Likewise.
16078         * lib/search.in.h: Likewise.
16079         * lib/setenv.c: Likewise.
16080         * lib/setenv.h: Likewise.
16081         * lib/settime.c: Likewise.
16082         * lib/sh-quote.c: Likewise.
16083         * lib/sh-quote.h: Likewise.
16084         * lib/sig2str.c: Likewise.
16085         * lib/sig2str.h: Likewise.
16086         * lib/signal.in.h: Likewise.
16087         * lib/signbitd.c: Likewise.
16088         * lib/signbitf.c: Likewise.
16089         * lib/signbitl.c: Likewise.
16090         * lib/sigprocmask.c: Likewise.
16091         * lib/sincosl.c: Likewise.
16092         * lib/sleep.c: Likewise.
16093         * lib/sprintf.c: Likewise.
16094         * lib/sqrtl.c: Likewise.
16095         * lib/stat-time.h: Likewise.
16096         * lib/stdio--.h: Likewise.
16097         * lib/stdio-safer.h: Likewise.
16098         * lib/stdlib--.h: Likewise.
16099         * lib/stdlib-safer.h: Likewise.
16100         * lib/stdlib.in.h: Likewise.
16101         * lib/stpcpy.c: Likewise.
16102         * lib/stpncpy.c: Likewise.
16103         * lib/strchrnul.c: Likewise.
16104         * lib/strcspn.c: Likewise.
16105         * lib/strerror.c: Likewise.
16106         * lib/strftime.c: Likewise.
16107         * lib/strftime.h: Likewise.
16108         * lib/striconveh.c: Likewise.
16109         * lib/striconveh.h: Likewise.
16110         * lib/striconveha.c: Likewise.
16111         * lib/striconveha.h: Likewise.
16112         * lib/stripslash.c: Likewise.
16113         * lib/strnlen1.c: Likewise.
16114         * lib/strnlen1.h: Likewise.
16115         * lib/strtod.c: Likewise.
16116         * lib/strtoimax.c: Likewise.
16117         * lib/strtok_r.c: Likewise.
16118         * lib/strtol.c: Likewise.
16119         * lib/strtoll.c: Likewise.
16120         * lib/strtoul.c: Likewise.
16121         * lib/strtoull.c: Likewise.
16122         * lib/sysexits.in.h: Likewise.
16123         * lib/tempname.c: Likewise.
16124         * lib/tempname.h: Likewise.
16125         * lib/timespec.h: Likewise.
16126         * lib/tls.c: Likewise.
16127         * lib/tls.h: Likewise.
16128         * lib/tmpdir.c: Likewise.
16129         * lib/tmpdir.h: Likewise.
16130         * lib/tmpfile-safer.c: Likewise.
16131         * lib/tmpfile.c: Likewise.
16132         * lib/trigl.c: Likewise.
16133         * lib/trigl.h: Likewise.
16134         * lib/trim.c: Likewise.
16135         * lib/trim.h: Likewise.
16136         * lib/trunc.c: Likewise.
16137         * lib/truncf.c: Likewise.
16138         * lib/truncl.c: Likewise.
16139         * lib/tsearch.c: Likewise.
16140         * lib/unicodeio.c: Likewise.
16141         * lib/unicodeio.h: Likewise.
16142         * lib/unistd--.h: Likewise.
16143         * lib/unistd-safer.h: Likewise.
16144         * lib/unistdio/ulc-fprintf.c: Likewise.
16145         * lib/unistdio/ulc-vfprintf.c: Likewise.
16146         * lib/unlinkdir.c: Likewise.
16147         * lib/unlinkdir.h: Likewise.
16148         * lib/unlocked-io.h: Likewise.
16149         * lib/unsetenv.c: Likewise.
16150         * lib/userspec.c: Likewise.
16151         * lib/utime.c: Likewise.
16152         * lib/utimecmp.c: Likewise.
16153         * lib/utimecmp.h: Likewise.
16154         * lib/utimens.c: Likewise.
16155         * lib/verify.h: Likewise.
16156         * lib/verror.c: Likewise.
16157         * lib/verror.h: Likewise.
16158         * lib/version-etc-fsf.c: Likewise.
16159         * lib/version-etc.c: Likewise.
16160         * lib/version-etc.h: Likewise.
16161         * lib/vfprintf.c: Likewise.
16162         * lib/vprintf.c: Likewise.
16163         * lib/vsprintf.c: Likewise.
16164         * lib/w32spawn.h: Likewise.
16165         * lib/wait-process.c: Likewise.
16166         * lib/wait-process.h: Likewise.
16167         * lib/wcwidth.c: Likewise.
16168         * lib/write-any-file.c: Likewise.
16169         * lib/xalloc-die.c: Likewise.
16170         * lib/xalloc.h: Likewise.
16171         * lib/xasprintf.c: Likewise.
16172         * lib/xgetcwd.c: Likewise.
16173         * lib/xgetcwd.h: Likewise.
16174         * lib/xgetdomainname.c: Likewise.
16175         * lib/xgetdomainname.h: Likewise.
16176         * lib/xgethostname.c: Likewise.
16177         * lib/xmalloc.c: Likewise.
16178         * lib/xmalloca.c: Likewise.
16179         * lib/xmalloca.h: Likewise.
16180         * lib/xmemcoll.c: Likewise.
16181         * lib/xnanosleep.c: Likewise.
16182         * lib/xreadlink.c: Likewise.
16183         * lib/xreadlink.h: Likewise.
16184         * lib/xsetenv.c: Likewise.
16185         * lib/xsetenv.h: Likewise.
16186         * lib/xstriconv.c: Likewise.
16187         * lib/xstriconv.h: Likewise.
16188         * lib/xstrndup.c: Likewise.
16189         * lib/xstrndup.h: Likewise.
16190         * lib/xstrtod.c: Likewise.
16191         * lib/xstrtod.h: Likewise.
16192         * lib/xstrtol-error.c: Likewise.
16193         * lib/xstrtol.c: Likewise.
16194         * lib/xstrtol.h: Likewise.
16195         * lib/xtime.h: Likewise.
16196         * lib/xvasprintf.c: Likewise.
16197         * lib/xvasprintf.h: Likewise.
16198         * lib/yesno.c: Likewise.
16199         * lib/yesno.h: Likewise.
16200         * posix-modules: Likewise.
16201         * tests/test-alloca-opt.c: Likewise.
16202         * tests/test-arcfour.c: Likewise.
16203         * tests/test-arctwo.c: Likewise.
16204         * tests/test-argmatch.c: Likewise.
16205         * tests/test-argp-2.sh: Likewise.
16206         * tests/test-argp.c: Likewise.
16207         * tests/test-arpa_inet.c: Likewise.
16208         * tests/test-array_list.c: Likewise.
16209         * tests/test-array_oset.c: Likewise.
16210         * tests/test-atexit.c: Likewise.
16211         * tests/test-avltree_list.c: Likewise.
16212         * tests/test-avltree_oset.c: Likewise.
16213         * tests/test-avltreehash_list.c: Likewise.
16214         * tests/test-base64.c: Likewise.
16215         * tests/test-binary-io.c: Likewise.
16216         * tests/test-byteswap.c: Likewise.
16217         * tests/test-c-ctype.c: Likewise.
16218         * tests/test-c-strcasecmp.c: Likewise.
16219         * tests/test-c-strcasestr.c: Likewise.
16220         * tests/test-c-strncasecmp.c: Likewise.
16221         * tests/test-c-strstr.c: Likewise.
16222         * tests/test-canonicalize-lgpl.c: Likewise.
16223         * tests/test-canonicalize.c: Likewise.
16224         * tests/test-carray_list.c: Likewise.
16225         * tests/test-ceilf.c: Likewise.
16226         * tests/test-ceill.c: Likewise.
16227         * tests/test-count-one-bits.c: Likewise.
16228         * tests/test-crc.c: Likewise.
16229         * tests/test-dirname.c: Likewise.
16230         * tests/test-fbufmode.c: Likewise.
16231         * tests/test-fcntl.c: Likewise.
16232         * tests/test-fflush.c: Likewise.
16233         * tests/test-floorf.c: Likewise.
16234         * tests/test-floorl.c: Likewise.
16235         * tests/test-fopen.c: Likewise.
16236         * tests/test-fprintf-posix.c: Likewise.
16237         * tests/test-fprintf-posix.h: Likewise.
16238         * tests/test-fpurge.c: Likewise.
16239         * tests/test-freadable.c: Likewise.
16240         * tests/test-freadahead.c: Likewise.
16241         * tests/test-freading.c: Likewise.
16242         * tests/test-freopen.c: Likewise.
16243         * tests/test-frexp.c: Likewise.
16244         * tests/test-frexpl.c: Likewise.
16245         * tests/test-fseek.c: Likewise.
16246         * tests/test-fseeko.c: Likewise.
16247         * tests/test-fseterr.c: Likewise.
16248         * tests/test-fstrcmp.c: Likewise.
16249         * tests/test-ftell.c: Likewise.
16250         * tests/test-ftello.c: Likewise.
16251         * tests/test-fwritable.c: Likewise.
16252         * tests/test-fwriting.c: Likewise.
16253         * tests/test-getaddrinfo.c: Likewise.
16254         * tests/test-getpass.c: Likewise.
16255         * tests/test-gettimeofday.c: Likewise.
16256         * tests/test-hmac-md5.c: Likewise.
16257         * tests/test-hmac-sha1.c: Likewise.
16258         * tests/test-iconv.c: Likewise.
16259         * tests/test-iconvme.c: Likewise.
16260         * tests/test-inttypes.c: Likewise.
16261         * tests/test-isnan.c: Likewise.
16262         * tests/test-isnanf.c: Likewise.
16263         * tests/test-isnanl-nolibm.c: Likewise.
16264         * tests/test-isnanl.c: Likewise.
16265         * tests/test-isnanl.h: Likewise.
16266         * tests/test-ldexpl.c: Likewise.
16267         * tests/test-linked_list.c: Likewise.
16268         * tests/test-linkedhash_list.c: Likewise.
16269         * tests/test-locale.c: Likewise.
16270         * tests/test-localename.c: Likewise.
16271         * tests/test-lock.c: Likewise.
16272         * tests/test-lseek.c: Likewise.
16273         * tests/test-malloca.c: Likewise.
16274         * tests/test-math.c: Likewise.
16275         * tests/test-mbscasecmp.c: Likewise.
16276         * tests/test-mbscasestr1.c: Likewise.
16277         * tests/test-mbscasestr2.c: Likewise.
16278         * tests/test-mbscasestr3.c: Likewise.
16279         * tests/test-mbscasestr4.c: Likewise.
16280         * tests/test-mbschr.c: Likewise.
16281         * tests/test-mbscspn.c: Likewise.
16282         * tests/test-mbsncasecmp.c: Likewise.
16283         * tests/test-mbspbrk.c: Likewise.
16284         * tests/test-mbspcasecmp.c: Likewise.
16285         * tests/test-mbsrchr.c: Likewise.
16286         * tests/test-mbsspn.c: Likewise.
16287         * tests/test-mbsstr1.c: Likewise.
16288         * tests/test-mbsstr2.c: Likewise.
16289         * tests/test-mbsstr3.c: Likewise.
16290         * tests/test-md5.c: Likewise.
16291         * tests/test-memmem.c: Likewise.
16292         * tests/test-netinet_in.c: Likewise.
16293         * tests/test-open.c: Likewise.
16294         * tests/test-printf-frexp.c: Likewise.
16295         * tests/test-printf-frexpl.c: Likewise.
16296         * tests/test-printf-posix.c: Likewise.
16297         * tests/test-printf-posix.h: Likewise.
16298         * tests/test-rbtree_list.c: Likewise.
16299         * tests/test-rbtree_oset.c: Likewise.
16300         * tests/test-rbtreehash_list.c: Likewise.
16301         * tests/test-read-file.c: Likewise.
16302         * tests/test-rijndael.c: Likewise.
16303         * tests/test-search.c: Likewise.
16304         * tests/test-signbit.c: Likewise.
16305         * tests/test-sleep.c: Likewise.
16306         * tests/test-snprintf-posix.c: Likewise.
16307         * tests/test-snprintf-posix.h: Likewise.
16308         * tests/test-snprintf.c: Likewise.
16309         * tests/test-sprintf-posix.c: Likewise.
16310         * tests/test-sprintf-posix.h: Likewise.
16311         * tests/test-stat-time.c: Likewise.
16312         * tests/test-stdbool.c: Likewise.
16313         * tests/test-stdint.c: Likewise.
16314         * tests/test-stdio.c: Likewise.
16315         * tests/test-stdlib.c: Likewise.
16316         * tests/test-stpncpy.c: Likewise.
16317         * tests/test-strcasestr.c: Likewise.
16318         * tests/test-striconv.c: Likewise.
16319         * tests/test-striconveh.c: Likewise.
16320         * tests/test-striconveha.c: Likewise.
16321         * tests/test-string.c: Likewise.
16322         * tests/test-sys_select.c: Likewise.
16323         * tests/test-sys_socket.c: Likewise.
16324         * tests/test-sys_stat.c: Likewise.
16325         * tests/test-sys_time.c: Likewise.
16326         * tests/test-sysexits.c: Likewise.
16327         * tests/test-time.c: Likewise.
16328         * tests/test-tls.c: Likewise.
16329         * tests/test-trunc.c: Likewise.
16330         * tests/test-truncf.c: Likewise.
16331         * tests/test-truncl.c: Likewise.
16332         * tests/test-unistd.c: Likewise.
16333         * tests/test-vasnprintf-posix.c: Likewise.
16334         * tests/test-vasnprintf-posix2.c: Likewise.
16335         * tests/test-vasnprintf.c: Likewise.
16336         * tests/test-vasprintf-posix.c: Likewise.
16337         * tests/test-vasprintf.c: Likewise.
16338         * tests/test-verify.c: Likewise.
16339         * tests/test-vfprintf-posix.c: Likewise.
16340         * tests/test-vprintf-posix.c: Likewise.
16341         * tests/test-vsnprintf-posix.c: Likewise.
16342         * tests/test-vsnprintf.c: Likewise.
16343         * tests/test-vsprintf-posix.c: Likewise.
16344         * tests/test-wchar.c: Likewise.
16345         * tests/test-wctype.c: Likewise.
16346         * tests/test-wcwidth.c: Likewise.
16347         * tests/test-xstrtol.c: Likewise.
16348         * tests/test-xvasprintf.c: Likewise.
16349         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16350         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16351         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16352         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16353         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16354         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16355         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16356         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16357         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16358         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16359         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16360         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16361         * tests/uniname/test-uninames.c: Likewise.
16362         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16363         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16364         * tests/unistdio/test-u16-printf1.h: Likewise.
16365         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16366         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16367         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16368         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16369         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16370         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16371         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16372         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16373         * tests/unistdio/test-u32-printf1.h: Likewise.
16374         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16375         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16376         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16377         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16378         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16379         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16380         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16381         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16382         * tests/unistdio/test-u8-printf1.h: Likewise.
16383         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16384         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16385         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16386         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16387         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16388         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16389         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16390         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16391         * tests/unistdio/test-ulc-printf1.h: Likewise.
16392         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16393         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16394         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16395         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16396         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16397         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16398         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16399         * tests/uniwidth/test-u16-width.c: Likewise.
16400         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16401         * tests/uniwidth/test-u32-width.c: Likewise.
16402         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16403         * tests/uniwidth/test-u8-width.c: Likewise.
16404         * tests/uniwidth/test-uc_width.c: Likewise.
16405         * config/srclist-update: Likewise.
16406         (fixlicense): Update to GPLv3+.
16407
16408         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16409         * tests/test-tsearch.c: Change copyright notice.
16410
16411         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16412         * lib/c-strcaseeq.h: Change copyright notice.
16413         * lib/streq.h: Likewise.
16414         * lib/uniconv.h: Likewise.
16415         * lib/uniconv/u-conv-from-enc.h: Likewise.
16416         * lib/uniconv/u-conv-to-enc.h: Likewise.
16417         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16418         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16419         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16420         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16421         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16422         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
16423         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
16424         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
16425         * lib/uniconv/u32-conv-from-enc.c: Likewise.
16426         * lib/uniconv/u32-conv-to-enc.c: Likewise.
16427         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
16428         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
16429         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
16430         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
16431         * lib/uniconv/u8-conv-from-enc.c: Likewise.
16432         * lib/uniconv/u8-conv-to-enc.c: Likewise.
16433         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
16434         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
16435         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
16436         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
16437         * lib/uniname.h: Likewise.
16438         * lib/uniname/uniname.c: Likewise.
16439         * lib/unistdio.h: Likewise.
16440         * lib/unistdio/u-asnprintf.h: Likewise.
16441         * lib/unistdio/u-asprintf.h: Likewise.
16442         * lib/unistdio/u-printf-args.c: Likewise.
16443         * lib/unistdio/u-printf-args.h: Likewise.
16444         * lib/unistdio/u-printf-parse.h: Likewise.
16445         * lib/unistdio/u-snprintf.h: Likewise.
16446         * lib/unistdio/u-sprintf.h: Likewise.
16447         * lib/unistdio/u-vasprintf.h: Likewise.
16448         * lib/unistdio/u-vsnprintf.h: Likewise.
16449         * lib/unistdio/u-vsprintf.h: Likewise.
16450         * lib/unistdio/u16-asnprintf.c: Likewise.
16451         * lib/unistdio/u16-asprintf.c: Likewise.
16452         * lib/unistdio/u16-printf-parse.c: Likewise.
16453         * lib/unistdio/u16-snprintf.c: Likewise.
16454         * lib/unistdio/u16-sprintf.c: Likewise.
16455         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
16456         * lib/unistdio/u16-u16-asprintf.c: Likewise.
16457         * lib/unistdio/u16-u16-snprintf.c: Likewise.
16458         * lib/unistdio/u16-u16-sprintf.c: Likewise.
16459         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
16460         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
16461         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
16462         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
16463         * lib/unistdio/u16-vasnprintf.c: Likewise.
16464         * lib/unistdio/u16-vasprintf.c: Likewise.
16465         * lib/unistdio/u16-vsnprintf.c: Likewise.
16466         * lib/unistdio/u16-vsprintf.c: Likewise.
16467         * lib/unistdio/u32-asnprintf.c: Likewise.
16468         * lib/unistdio/u32-asprintf.c: Likewise.
16469         * lib/unistdio/u32-printf-parse.c: Likewise.
16470         * lib/unistdio/u32-snprintf.c: Likewise.
16471         * lib/unistdio/u32-sprintf.c: Likewise.
16472         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
16473         * lib/unistdio/u32-u32-asprintf.c: Likewise.
16474         * lib/unistdio/u32-u32-snprintf.c: Likewise.
16475         * lib/unistdio/u32-u32-sprintf.c: Likewise.
16476         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
16477         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
16478         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
16479         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
16480         * lib/unistdio/u32-vasnprintf.c: Likewise.
16481         * lib/unistdio/u32-vasprintf.c: Likewise.
16482         * lib/unistdio/u32-vsnprintf.c: Likewise.
16483         * lib/unistdio/u32-vsprintf.c: Likewise.
16484         * lib/unistdio/u8-asnprintf.c: Likewise.
16485         * lib/unistdio/u8-asprintf.c: Likewise.
16486         * lib/unistdio/u8-printf-parse.c: Likewise.
16487         * lib/unistdio/u8-snprintf.c: Likewise.
16488         * lib/unistdio/u8-sprintf.c: Likewise.
16489         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
16490         * lib/unistdio/u8-u8-asprintf.c: Likewise.
16491         * lib/unistdio/u8-u8-snprintf.c: Likewise.
16492         * lib/unistdio/u8-u8-sprintf.c: Likewise.
16493         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
16494         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
16495         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
16496         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
16497         * lib/unistdio/u8-vasnprintf.c: Likewise.
16498         * lib/unistdio/u8-vasprintf.c: Likewise.
16499         * lib/unistdio/u8-vsnprintf.c: Likewise.
16500         * lib/unistdio/u8-vsprintf.c: Likewise.
16501         * lib/unistdio/ulc-asnprintf.c: Likewise.
16502         * lib/unistdio/ulc-asprintf.c: Likewise.
16503         * lib/unistdio/ulc-printf-parse.c: Likewise.
16504         * lib/unistdio/ulc-snprintf.c: Likewise.
16505         * lib/unistdio/ulc-sprintf.c: Likewise.
16506         * lib/unistdio/ulc-vasnprintf.c: Likewise.
16507         * lib/unistdio/ulc-vasprintf.c: Likewise.
16508         * lib/unistdio/ulc-vsnprintf.c: Likewise.
16509         * lib/unistdio/ulc-vsprintf.c: Likewise.
16510         * lib/unistr.h: Likewise.
16511         * lib/unistr/u-cpy-alloc.h: Likewise.
16512         * lib/unistr/u-cpy.h: Likewise.
16513         * lib/unistr/u-endswith.h: Likewise.
16514         * lib/unistr/u-move.h: Likewise.
16515         * lib/unistr/u-set.h: Likewise.
16516         * lib/unistr/u-startswith.h: Likewise.
16517         * lib/unistr/u-stpcpy.h: Likewise.
16518         * lib/unistr/u-stpncpy.h: Likewise.
16519         * lib/unistr/u-strcat.h: Likewise.
16520         * lib/unistr/u-strcpy.h: Likewise.
16521         * lib/unistr/u-strcspn.h: Likewise.
16522         * lib/unistr/u-strdup.h: Likewise.
16523         * lib/unistr/u-strlen.h: Likewise.
16524         * lib/unistr/u-strncat.h: Likewise.
16525         * lib/unistr/u-strncpy.h: Likewise.
16526         * lib/unistr/u-strnlen.h: Likewise.
16527         * lib/unistr/u-strpbrk.h: Likewise.
16528         * lib/unistr/u-strspn.h: Likewise.
16529         * lib/unistr/u-strstr.h: Likewise.
16530         * lib/unistr/u-strtok.h: Likewise.
16531         * lib/unistr/u16-check.c: Likewise.
16532         * lib/unistr/u16-chr.c: Likewise.
16533         * lib/unistr/u16-cmp.c: Likewise.
16534         * lib/unistr/u16-cpy-alloc.c: Likewise.
16535         * lib/unistr/u16-cpy.c: Likewise.
16536         * lib/unistr/u16-endswith.c: Likewise.
16537         * lib/unistr/u16-mblen.c: Likewise.
16538         * lib/unistr/u16-mbsnlen.c: Likewise.
16539         * lib/unistr/u16-mbtouc-aux.c: Likewise.
16540         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
16541         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
16542         * lib/unistr/u16-mbtouc.c: Likewise.
16543         * lib/unistr/u16-mbtoucr.c: Likewise.
16544         * lib/unistr/u16-move.c: Likewise.
16545         * lib/unistr/u16-next.c: Likewise.
16546         * lib/unistr/u16-prev.c: Likewise.
16547         * lib/unistr/u16-set.c: Likewise.
16548         * lib/unistr/u16-startswith.c: Likewise.
16549         * lib/unistr/u16-stpcpy.c: Likewise.
16550         * lib/unistr/u16-stpncpy.c: Likewise.
16551         * lib/unistr/u16-strcat.c: Likewise.
16552         * lib/unistr/u16-strchr.c: Likewise.
16553         * lib/unistr/u16-strcmp.c: Likewise.
16554         * lib/unistr/u16-strcpy.c: Likewise.
16555         * lib/unistr/u16-strcspn.c: Likewise.
16556         * lib/unistr/u16-strdup.c: Likewise.
16557         * lib/unistr/u16-strlen.c: Likewise.
16558         * lib/unistr/u16-strmblen.c: Likewise.
16559         * lib/unistr/u16-strmbtouc.c: Likewise.
16560         * lib/unistr/u16-strncat.c: Likewise.
16561         * lib/unistr/u16-strncmp.c: Likewise.
16562         * lib/unistr/u16-strncpy.c: Likewise.
16563         * lib/unistr/u16-strnlen.c: Likewise.
16564         * lib/unistr/u16-strpbrk.c: Likewise.
16565         * lib/unistr/u16-strrchr.c: Likewise.
16566         * lib/unistr/u16-strspn.c: Likewise.
16567         * lib/unistr/u16-strstr.c: Likewise.
16568         * lib/unistr/u16-strtok.c: Likewise.
16569         * lib/unistr/u16-to-u32.c: Likewise.
16570         * lib/unistr/u16-to-u8.c: Likewise.
16571         * lib/unistr/u16-uctomb-aux.c: Likewise.
16572         * lib/unistr/u16-uctomb.c: Likewise.
16573         * lib/unistr/u32-check.c: Likewise.
16574         * lib/unistr/u32-chr.c: Likewise.
16575         * lib/unistr/u32-cmp.c: Likewise.
16576         * lib/unistr/u32-cpy-alloc.c: Likewise.
16577         * lib/unistr/u32-cpy.c: Likewise.
16578         * lib/unistr/u32-endswith.c: Likewise.
16579         * lib/unistr/u32-mblen.c: Likewise.
16580         * lib/unistr/u32-mbsnlen.c: Likewise.
16581         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
16582         * lib/unistr/u32-mbtouc.c: Likewise.
16583         * lib/unistr/u32-mbtoucr.c: Likewise.
16584         * lib/unistr/u32-move.c: Likewise.
16585         * lib/unistr/u32-next.c: Likewise.
16586         * lib/unistr/u32-prev.c: Likewise.
16587         * lib/unistr/u32-set.c: Likewise.
16588         * lib/unistr/u32-startswith.c: Likewise.
16589         * lib/unistr/u32-stpcpy.c: Likewise.
16590         * lib/unistr/u32-stpncpy.c: Likewise.
16591         * lib/unistr/u32-strcat.c: Likewise.
16592         * lib/unistr/u32-strchr.c: Likewise.
16593         * lib/unistr/u32-strcmp.c: Likewise.
16594         * lib/unistr/u32-strcpy.c: Likewise.
16595         * lib/unistr/u32-strcspn.c: Likewise.
16596         * lib/unistr/u32-strdup.c: Likewise.
16597         * lib/unistr/u32-strlen.c: Likewise.
16598         * lib/unistr/u32-strmblen.c: Likewise.
16599         * lib/unistr/u32-strmbtouc.c: Likewise.
16600         * lib/unistr/u32-strncat.c: Likewise.
16601         * lib/unistr/u32-strncmp.c: Likewise.
16602         * lib/unistr/u32-strncpy.c: Likewise.
16603         * lib/unistr/u32-strnlen.c: Likewise.
16604         * lib/unistr/u32-strpbrk.c: Likewise.
16605         * lib/unistr/u32-strrchr.c: Likewise.
16606         * lib/unistr/u32-strspn.c: Likewise.
16607         * lib/unistr/u32-strstr.c: Likewise.
16608         * lib/unistr/u32-strtok.c: Likewise.
16609         * lib/unistr/u32-to-u16.c: Likewise.
16610         * lib/unistr/u32-to-u8.c: Likewise.
16611         * lib/unistr/u32-uctomb.c: Likewise.
16612         * lib/unistr/u8-check.c: Likewise.
16613         * lib/unistr/u8-chr.c: Likewise.
16614         * lib/unistr/u8-cmp.c: Likewise.
16615         * lib/unistr/u8-cpy-alloc.c: Likewise.
16616         * lib/unistr/u8-cpy.c: Likewise.
16617         * lib/unistr/u8-endswith.c: Likewise.
16618         * lib/unistr/u8-mblen.c: Likewise.
16619         * lib/unistr/u8-mbsnlen.c: Likewise.
16620         * lib/unistr/u8-mbtouc-aux.c: Likewise.
16621         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
16622         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
16623         * lib/unistr/u8-mbtouc.c: Likewise.
16624         * lib/unistr/u8-mbtoucr.c: Likewise.
16625         * lib/unistr/u8-move.c: Likewise.
16626         * lib/unistr/u8-next.c: Likewise.
16627         * lib/unistr/u8-prev.c: Likewise.
16628         * lib/unistr/u8-set.c: Likewise.
16629         * lib/unistr/u8-startswith.c: Likewise.
16630         * lib/unistr/u8-stpcpy.c: Likewise.
16631         * lib/unistr/u8-stpncpy.c: Likewise.
16632         * lib/unistr/u8-strcat.c: Likewise.
16633         * lib/unistr/u8-strchr.c: Likewise.
16634         * lib/unistr/u8-strcmp.c: Likewise.
16635         * lib/unistr/u8-strcpy.c: Likewise.
16636         * lib/unistr/u8-strcspn.c: Likewise.
16637         * lib/unistr/u8-strdup.c: Likewise.
16638         * lib/unistr/u8-strlen.c: Likewise.
16639         * lib/unistr/u8-strmblen.c: Likewise.
16640         * lib/unistr/u8-strmbtouc.c: Likewise.
16641         * lib/unistr/u8-strncat.c: Likewise.
16642         * lib/unistr/u8-strncmp.c: Likewise.
16643         * lib/unistr/u8-strncpy.c: Likewise.
16644         * lib/unistr/u8-strnlen.c: Likewise.
16645         * lib/unistr/u8-strpbrk.c: Likewise.
16646         * lib/unistr/u8-strrchr.c: Likewise.
16647         * lib/unistr/u8-strspn.c: Likewise.
16648         * lib/unistr/u8-strstr.c: Likewise.
16649         * lib/unistr/u8-strtok.c: Likewise.
16650         * lib/unistr/u8-to-u16.c: Likewise.
16651         * lib/unistr/u8-to-u32.c: Likewise.
16652         * lib/unistr/u8-uctomb-aux.c: Likewise.
16653         * lib/unistr/u8-uctomb.c: Likewise.
16654         * lib/unitypes.h: Likewise.
16655         * lib/uniwidth.h: Likewise.
16656         * lib/uniwidth/cjk.h: Likewise.
16657         * lib/uniwidth/u16-strwidth.c: Likewise.
16658         * lib/uniwidth/u16-width.c: Likewise.
16659         * lib/uniwidth/u32-strwidth.c: Likewise.
16660         * lib/uniwidth/u32-width.c: Likewise.
16661         * lib/uniwidth/u8-strwidth.c: Likewise.
16662         * lib/uniwidth/u8-width.c: Likewise.
16663         * lib/uniwidth/width.c: Likewise.
16664
16665 2007-10-07  Bruno Haible  <bruno@clisp.org>
16666
16667         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
16668         The file is still under LGPL (see modules/inttypes).
16669
16670 2007-10-06  Bruno Haible  <bruno@clisp.org>
16671
16672         * modules/trunc (Dependencies): Add 'extensions'.
16673         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
16674         Reported by Ben Pfaff <blp@gnu.org>.
16675
16676 2007-10-06  Bruno Haible  <bruno@clisp.org>
16677
16678         * modules/freopen-tests: New file.
16679         * tests/test-freopen.c: New file.
16680
16681         * modules/fopen-tests: New file.
16682         * tests/test-fopen.c: New file.
16683
16684         * modules/fopen: New file.
16685         * lib/fopen.c: New file.
16686         * m4/fopen.m4: New file.
16687         * modules/freopen: New file.
16688         * lib/freopen.c: New file.
16689         * m4/freopen.m4: New file.
16690         * lib/stdio.in.h (fopen, freopen): New declarations.
16691         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
16692         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16693         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16694         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16695         * doc/functions/fopen.texi: Mention the 'fopen' module.
16696         * doc/functions/freopen.texi: Mention the 'freopen' module.
16697
16698 2007-10-06  Bruno Haible  <bruno@clisp.org>
16699
16700         * modules/open-tests: New file.
16701         * tests/test-open.c: New file.
16702
16703         * modules/open: New file.
16704         * lib/open.c: New file.
16705         * m4/open.m4: New file.
16706         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
16707         lib/open.c does.
16708         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
16709         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
16710         macros.
16711         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
16712         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
16713         REPLACE_OPEN.
16714         * doc/functions/open.texi: Mention the 'open' module.
16715
16716 2007-10-04  Bruno Haible  <bruno@clisp.org>
16717
16718         * modules/ceill-tests: New file.
16719         * tests/test-ceill.c: New file.
16720
16721         * modules/ceill: New file.
16722         * lib/ceill.c: Replace entire file.
16723         * m4/ceill.m4: New file.
16724         * lib/math.in.h (ceill): Replace declaration.
16725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
16726         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
16727         * doc/functions/ceill.texi: Mention the 'ceill' module.
16728         * modules/mathl (Files): Remove lib/ceill.c.
16729         (Depends-on): Add ceill.
16730
16731 2007-10-04  Bruno Haible  <bruno@clisp.org>
16732
16733         * modules/ceilf-tests: New file.
16734         * tests/test-ceilf.c: New file.
16735
16736         * modules/ceilf: New file.
16737         * lib/ceil.c: New file.
16738         * lib/ceilf.c: New file.
16739         * m4/ceilf.m4: New file.
16740         * lib/math.in.h (ceilf): New declaration.
16741         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
16742         HAVE_DECL_CEILF.
16743         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
16744         HAVE_DECL_CEILF.
16745         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
16746
16747 2007-10-04  Bruno Haible  <bruno@clisp.org>
16748
16749         * modules/floorl-tests: New file.
16750         * tests/test-floorl.c: New file.
16751
16752         * modules/floorl: New file.
16753         * lib/floorl.c: Replace entire file.
16754         * m4/floorl.m4: New file.
16755         * lib/math.in.h (floorl): Replace declaration.
16756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
16757         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
16758         * doc/functions/floorl.texi: Mention the 'floorl' module.
16759         * modules/mathl (Files): Remove lib/floorl.c.
16760         (Depends-on): Add floorl.
16761
16762 2007-10-04  Bruno Haible  <bruno@clisp.org>
16763
16764         * modules/floorf-tests: New file.
16765         * tests/test-floorf.c: New file.
16766
16767         * modules/floorf: New file.
16768         * lib/floor.c: New file.
16769         * lib/floorf.c: New file.
16770         * m4/floorf.m4: New file.
16771         * lib/math.in.h (floorf): New declaration.
16772         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
16773         HAVE_DECL_FLOORF.
16774         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
16775         HAVE_DECL_FLOORF.
16776         * doc/functions/floorf.texi: Mention the 'floorf' module.
16777
16778 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
16779             Bruno Haible  <bruno@clisp.org>
16780
16781         Advertise for the Git server instead of the CVS server.
16782         * doc/gnulib-intro.texi (Steady Development): Mention the Git
16783         repository instead of the CVS one.
16784         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
16785         about all VCS systems generically.
16786         * doc/gnulib.texi (Introduction): Capitalize `Git'.
16787
16788 2007-10-04  Bruno Haible  <bruno@clisp.org>
16789
16790         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
16791         means.
16792         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
16793
16794 2007-10-04  Bruno Haible  <bruno@clisp.org>
16795
16796         * modules/truncl-tests: New file.
16797         * tests/test-truncl.c: New file.
16798
16799         * modules/truncl: New file.
16800         * lib/truncl.c: New file.
16801         * m4/truncl.m4: New file.
16802         * lib/math.in.h (truncl): New declaration.
16803         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
16804         HAVE_DECL_TRUNCL.
16805         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
16806         HAVE_DECL_TRUNCL.
16807         * doc/functions/truncl.texi: Mention the 'truncl' module.
16808
16809 2007-10-04  Bruno Haible  <bruno@clisp.org>
16810
16811         * modules/truncf-tests: New file.
16812         * tests/test-truncf.c: New file.
16813
16814         * modules/truncf: New file.
16815         * lib/trunc.c: Make paramerizable through USE_* macros.
16816         * lib/truncf.c: New file.
16817         * m4/truncf.m4: New file.
16818         * lib/math.in.h (truncf): New declaration.
16819         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
16820         HAVE_DECL_TRUNCF.
16821         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
16822         HAVE_DECL_TRUNCF.
16823         * doc/functions/truncf.texi: Mention the 'truncf' module.
16824
16825 2007-10-03  Bruno Haible  <bruno@clisp.org>
16826
16827         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16828         augmentation also for tests modules.
16829         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
16830         * modules/atexit-tests (Makefile.am): Likewise.
16831         * modules/binary-io-tests (Makefile.am): Likewise.
16832         * modules/c-strcase-tests (Makefile.am): Likewise.
16833         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
16834         * modules/canonicalize-tests (Makefile.am): Likewise.
16835         * modules/closein-tests (Makefile.am): Likewise.
16836         * modules/fprintf-posix-tests (Makefile.am): Likewise.
16837         * modules/freadahead-tests (Makefile.am): Likewise.
16838         * modules/fseek-tests (Makefile.am): Likewise.
16839         * modules/fseeko-tests (Makefile.am): Likewise.
16840         * modules/ftell-tests (Makefile.am): Likewise.
16841         * modules/ftello-tests (Makefile.am): Likewise.
16842         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
16843         * modules/isnanl-tests (Makefile.am): Likewise.
16844         * modules/lseek-tests (Makefile.am): Likewise.
16845         * modules/mbscasecmp-tests (Makefile.am): Likewise.
16846         * modules/mbscasestr-tests (Makefile.am): Likewise.
16847         * modules/mbschr-tests (Makefile.am): Likewise.
16848         * modules/mbscspn-tests (Makefile.am): Likewise.
16849         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
16850         * modules/mbspbrk-tests (Makefile.am): Likewise.
16851         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
16852         * modules/mbsrchr-tests (Makefile.am): Likewise.
16853         * modules/mbsspn-tests (Makefile.am): Likewise.
16854         * modules/mbsstr-tests (Makefile.am): Likewise.
16855         * modules/printf-posix-tests (Makefile.am): Likewise.
16856         * modules/snprintf-posix-tests (Makefile.am): Likewise.
16857         * modules/sprintf-posix-tests (Makefile.am): Likewise.
16858         * modules/tsearch-tests (Makefile.am): Likewise.
16859         * modules/uniname/uniname-tests (Makefile.am): Likewise.
16860         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
16861         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
16862         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
16863         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
16864         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
16865         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
16866         * modules/vprintf-posix-tests (Makefile.am): Likewise.
16867         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
16868         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
16869         * modules/xstrtoimax-tests (Makefile.am): Likewise.
16870         * modules/xstrtol-tests (Makefile.am): Likewise.
16871         * modules/xstrtoumax-tests (Makefile.am): Likewise.
16872         * modules/yesno-tests (Makefile.am): Likewise.
16873
16874 2007-10-03  Bruno Haible  <bruno@clisp.org>
16875
16876         * modules/trunc-tests: New file.
16877         * tests/test-trunc.c: New file.
16878
16879         * modules/trunc: New file.
16880         * lib/trunc.c: New file.
16881         * m4/trunc.m4: New file.
16882         * lib/math.in.h (trunc): New declaration.
16883         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
16884         HAVE_DECL_TRUNC.
16885         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
16886         HAVE_DECL_TRUNC.
16887         * doc/functions/trunc.texi: Mention the 'trunc' module.
16888
16889 2007-10-03  Bruno Haible  <bruno@clisp.org>
16890
16891         * tests/test-fpending.c: New file, mostly copied
16892         from coreutils/lib/t-fpending.c.
16893         * modules/fpending-tests: New file.
16894
16895 2007-10-03  Bruno Haible  <bruno@clisp.org>
16896
16897         Port the stdio extensions to QNX (untested).
16898         * lib/fseterr.c (fseterr): Add support for QNX.
16899         * lib/fbufmode.c (fbufmode): Likewise.
16900         * lib/freadable.c (freadable): Likewise.
16901         * lib/fwritable.c (fwritable): Likewise.
16902         * lib/freading.c (freading): Likewise.
16903         * lib/fwriting.c (fwriting): Likewise.
16904         * lib/freadahead.c (freadahed): Likewise.
16905         * lib/fpurge.c (fpurge): Likewise.
16906         * lib/fseeko.c (rpl_fseeko): Likewise.
16907
16908 2007-10-03  Bruno Haible  <bruno@clisp.org>
16909             Jim Meyering  <jim@meyering.net>
16910             Eric Blake  <ebb9@byu.net>
16911
16912         * doc/relocatable.texi: Use @command instead of @program.
16913
16914 2007-10-02  Jim Meyering  <jim@meyering.net>
16915
16916         Perform one more "_.h" -> ".in.h" substitution.
16917         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
16918         instead of unistd_.h here, too.
16919
16920 2007-10-01  Bruno Haible  <bruno@clisp.org>
16921
16922         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
16923         Needed for the alloca-opt module.
16924
16925 2007-09-30  Bruno Haible  <bruno@clisp.org>
16926
16927         * lib/alloca.in.h: Renamed from lib/alloca_.h.
16928         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
16929         alloca_.h.
16930         * lib/argz.in.h: Renamed from lib/argz_.h.
16931         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
16932         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
16933         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
16934         byteswap_.h.
16935         * lib/dirent.in.h: Renamed from lib/dirent_.h.
16936         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
16937         dirent_.h.
16938         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
16939         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
16940         fcntl_.h.
16941         * lib/float.in.h: Renamed from lib/float_.h.
16942         * modules/float (Files, Makefile.am): Use float.in.h instead of
16943         float_.h.
16944         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
16945         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
16946         fnmatch_.h.
16947         * lib/getopt.in.h: Renamed from lib/getopt_.h.
16948         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
16949         getopt_.h.
16950         * lib/glob.in.h: Renamed from lib/glob_.h.
16951         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
16952         * lib/iconv.in.h: Renamed from lib/iconv_.h.
16953         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
16954         iconv_.h.
16955         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
16956         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
16957         inttypes_.h.
16958         * lib/locale.in.h: Renamed from lib/locale_.h.
16959         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
16960         locale_.h.
16961         * lib/math.in.h: Renamed from lib/math_.h.
16962         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
16963         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
16964         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
16965         of netinet_in_.h. Add dependency.
16966         * lib/poll.in.h: Renamed from lib/poll_.h.
16967         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
16968         * lib/search.in.h: Renamed from lib/search_.h.
16969         * modules/search (Files, Makefile.am): Use search.in.h instead of
16970         search_.h.
16971         * lib/signal.in.h: Renamed from lib/signal_.h.
16972         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
16973         _signal.h.
16974         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
16975         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
16976         stdbool_.h.
16977         * lib/stdint.in.h: Renamed from lib/stdint_.h.
16978         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
16979         stdint_.h.
16980         * lib/stdio.in.h: Renamed from lib/stdio_.h.
16981         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
16982         stdio_.h.
16983         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
16984         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
16985         stdlib_.h.
16986         * lib/string.in.h: Renamed from lib/string_.h.
16987         * modules/string (Files, Makefile.am): Use string.in.h instead of
16988         string_.h.
16989         * doc/gnulib-tool.texi (Initial import): Update.
16990         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
16991         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
16992         of sys_select_.h. Add dependency.
16993         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
16994         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
16995         of sys_socket_.h.
16996         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
16997         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
16998         sys_stat_.h.
16999         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
17000         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
17001         sys_time_.h.
17002         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
17003         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
17004         sysexits_.h.
17005         * lib/time.in.h: Renamed from lib/time_.h.
17006         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
17007         * lib/unistd.in.h: Renamed from lib/unistd_.h.
17008         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
17009         unistd_.h.
17010         * lib/wchar.in.h: Renamed from lib/wchar_.h.
17011         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
17012         wchar_.h.
17013         * lib/wctype.in.h: Renamed from lib/wctype_.h.
17014         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
17015         wctype_.h.
17016         * build-aux/bootstrap (slurp): Update.
17017         * lib/.cppi-disable: Update.
17018
17019 2007-09-30  Bruno Haible  <bruno@clisp.org>
17020
17021         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
17022         Needed on BeOS.
17023
17024 2007-09-30  Bruno Haible  <bruno@clisp.org>
17025
17026         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
17027
17028 2007-09-29  Bruno Haible  <bruno@clisp.org>
17029
17030         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
17031
17032 2007-09-29  Bruno Haible  <bruno@clisp.org>
17033
17034         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
17035         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
17036         * build-aux/install-reloc: Compile also areadlink.c.
17037         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
17038
17039 2007-09-29  Bruno Haible  <bruno@clisp.org>
17040
17041         * gnulib-tool (func_emit_initmacro_done): Indentation.
17042
17043 2007-09-29  Bruno Haible  <bruno@clisp.org>
17044
17045         * README: Add CVS checkout update instructions.
17046         Info from Bob Proulx <bob@proulx.com>.
17047
17048 2007-09-28  Eric Blake  <ebb9@byu.net>
17049
17050         Provide move-if-change.
17051         * build-aux/move-if-change: New file, based on best practice
17052         rather than any canonical upstream location.
17053
17054 2007-09-28  Jim Meyering  <jim@meyering.net>
17055
17056         Fix canonicalize loop-detection corner case.
17057         Do not attempt to stat the symlink values stored via seen_triple.
17058         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
17059         on linux-2.6.18, (but not 2.6.22).
17060         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
17061         triple_compare.  The former compares dev,ino,filename, while the latter
17062         would actually stat dirname(filename) when dev and ino were equal.
17063         * lib/hash-triple.c: Install <string.h>.
17064         (STREQ): Define.
17065         (triple_compare_ino_str): New function.
17066         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
17067
17068 2007-09-28  Eric Blake  <ebb9@byu.net>
17069
17070         Enforce that AC_REPLACE_FUNCS files exist.
17071         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
17072         override check for typos.
17073
17074         Fix test-closein on Solaris 10.
17075         * tests/test-closein.c (main): Don't assume stdin can be inherited
17076         closed on all systems.
17077         * tests/test-closein.sh: Likewise.
17078         Reported by Piotr Tarnowski.
17079
17080 2007-09-28  Jim Meyering  <jim@meyering.net>
17081
17082         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
17083
17084 2007-09-27  Jim Meyering  <jim@meyering.net>
17085
17086         canonicalize: Avoid a false-positive cycle failure.
17087         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
17088         Sort.  Remove cycle-check.
17089         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
17090         not cycle-check.h.
17091         (seen_triple): New function.
17092         (canonicalize_filename_mode): Use it instead of cycle-check.
17093         * tests/test-canonicalize.c: Add a test for this bug.
17094         * tests/test-canonicalize.sh: Set up and run the test.
17095
17096         New module, file-set, from coreutils.
17097         * modules/file-set: Define it.
17098         * lib/file-set.c, lib/file-set.h: Implement.
17099
17100         New module, hash-triple, from coreutils.
17101         * modules/hash-triple: Define it.
17102         * lib/hash-triple.c, lib/hash-triple.h: Implement.
17103
17104 2007-09-25  Eric Blake  <ebb9@byu.net>
17105
17106         Fix strerror on Interix.
17107         * lib/string_.h (strerror): Declare replacement.
17108         * doc/functions/strerror.texi (strerror): Document the Interix
17109         shortcoming.
17110         * modules/string (Makefile.am): Support new hooks.
17111         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
17112         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
17113         gl_FUNC_STRERROR_SEPARATE.
17114         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
17115         * lib/strerror.c (rpl_strerror): Provide replacement.
17116         * modules/strerror (Depends-on): Add string.
17117         (configure.ac): Detect use of module.
17118         * tests/test-strerror.c: New file.
17119         * modules/strerror-tests: New test module.
17120         * modules/argp (Depends-on): Add strerror.
17121         * modules/error (Depends-on): Likewise.
17122         Reported by Martin Koeppe.
17123
17124 2007-09-24  Bruno Haible  <bruno@clisp.org>
17125
17126         * README: Update git instructions.
17127
17128 2007-09-24  Eric Blake  <ebb9@byu.net>
17129
17130         Revert fpending breakage from 2007-09-08.
17131         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
17132         __fpending.c.
17133
17134 2007-09-24  Jim Meyering  <jim@meyering.net>
17135
17136         filenamecat.c: Add a test.
17137         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
17138         showing how the function works when DIR is the empty string.
17139
17140 2007-09-21  Simon Josefsson  <simon@josefsson.org>
17141
17142         * tests/test-canonicalize.sh: Turn on executable bit.
17143
17144 2007-09-19  Eric Blake  <ebb9@byu.net>
17145
17146         * README: Update CVS instructions.
17147
17148 2007-09-18  Bruno Haible  <bruno@clisp.org>
17149
17150         * modules/areadlink: New file.
17151         * lib/areadlink.h (areadlink): New declaration.
17152         * lib/areadlink.c: New file, based on lib/xreadlink.c.
17153
17154 2007-09-17  Jim Meyering  <jim@meyering.net>
17155
17156         * lib/savewd.c (ESTALE) [!defined]: Define.
17157         Reported to be required on Interix by Martin Koeppe.
17158
17159 2007-09-17  Bruno Haible  <bruno@clisp.org>
17160
17161         * gnulib-tool (func_version): Use $version.
17162
17163 2007-09-16  Bruno Haible  <bruno@clisp.org>
17164
17165         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
17166         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
17167         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
17168         Reported by Greg Schafer <gschafer@zip.com.au>.
17169
17170 2007-09-15  Bruno Haible  <bruno@clisp.org>
17171
17172         * gnulib-tool (sed): Try a little harder to make bash understand the
17173         alias.
17174         Reported by Bruce Korb <bruce.korb@gmail.com>.
17175
17176 2007-09-13  Eric Blake  <ebb9@byu.net>
17177
17178         * ChangeLog: Remove conflict markers.
17179
17180 2007-09-13  Simon Josefsson  <simon@josefsson.org>
17181
17182         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
17183         Reported by Bruno Haible <bruno@clisp.org>.
17184
17185 2007-09-12  Bruno Haible  <bruno@clisp.org>
17186
17187         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
17188         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
17189         is not defined.
17190
17191 2007-09-12  Eric Blake  <ebb9@byu.net>
17192
17193         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
17194         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
17195         Autoconf definition.
17196         * modules/euidaccess (Depends-on): Add extensions, for
17197         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
17198         * modules/fnmatch (Depends-on): Likewise.
17199         * modules/getaddrinfo (Depends-on): Likewise.
17200         * modules/getdelim (Depends-on): Likewise.
17201         * modules/getline (Depends-on): Likewise.
17202         * modules/getsubopt (Depends-on): Likewise.
17203         * modules/gettext (Depends-on): Likewise.
17204         * modules/group-member (Depends-on): Likewise.
17205         * modules/mbchar (Depends-on): Likewise.
17206         * modules/memmem (Depends-on): Likewise.
17207         * modules/mempcpy (Depends-on): Likewise.
17208         * modules/memrchr (Depends-on): Likewise.
17209         * modules/pagealign_alloc (Depends-on): Likewise.
17210         * modules/readutmp (Depends-on): Likewise.
17211         * modules/stpcpy (Depends-on): Likewise.
17212         * modules/stpncpy (Depends-on): Likewise.
17213         * modules/strchrnul (Depends-on): Likewise.
17214         * modules/strndup (Depends-on): Likewise.
17215         * modules/strsep (Depends-on): Likewise.
17216         * modules/strverscmp (Depends-on): Likewise.
17217         * modules/vasprintf (Depends-on): Likewise.
17218         * modules/wcwidth (Depends-on): Likewise.
17219         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
17220         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
17221         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
17222         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
17223         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17224         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17225         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
17226         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17227         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
17228         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
17229         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17230         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17231         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17232         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
17233         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
17234         * m4/readutmp.m4 (gl_READUTMP): Likewise.
17235         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17236         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17237         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17238         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17239         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17240         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17241         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17242         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
17243         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
17244         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17245         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
17246         so that lock.m4 can be used in gettext without extensions module.
17247
17248 2007-09-11  Bruno Haible  <bruno@clisp.org>
17249
17250         * m4/isc-posix.m4: Remove file.
17251         Suggested by Eric Blake.
17252
17253 2007-09-11  Eric Blake  <ebb9@byu.net>
17254
17255         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
17256
17257 2007-09-10  Bruno Haible  <bruno@clisp.org>
17258
17259         * posix-modules: Fix typo in error message.
17260         Reported by Matt <mkraai@beckman.com>.
17261
17262 2007-09-09  Bruno Haible  <bruno@clisp.org>
17263
17264         * doc/functions/getdelim.texi: Update list of platforms lacking the
17265         function.
17266         * doc/functions/getline.texi: Likewise.
17267
17268 2007-09-09  Jim Meyering  <jim@meyering.net>
17269
17270         * lib/hash.c (hash_initialize): Detect calloc failure.
17271         Reported by Bruno Haible.
17272
17273 2007-09-09  Bruno Haible  <bruno@clisp.org>
17274
17275         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
17276         malloc or realloc fails.
17277
17278 2007-09-09  Bruno Haible  <bruno@clisp.org>
17279
17280         * modules/getcwd (Depends-on): Add malloc-posix.
17281         * modules/glob (Depends-on): Likewise.
17282         * modules/putenv (Depends-on): Likewise.
17283         * modules/strdup (Depends-on): Likewise.
17284         * modules/getdelim (Depends-on): Add realloc-posix.
17285         * modules/read-file (Depends-on): Likewise.
17286
17287 2007-09-09  Bruno Haible  <bruno@clisp.org>
17288
17289         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
17290         (gl_FUNC_MALLOC_POSIX): Require it.
17291         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
17292         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
17293         * modules/realloc (Files): Add m4/malloc.m4.
17294         * modules/calloc (Files): Likewise.
17295
17296 2007-09-09  Bruno Haible  <bruno@clisp.org>
17297
17298         * modules/malloc-posix: New file.
17299         * modules/malloc (Depends-on): Add malloc-posix.
17300         * lib/malloc.c: Include errno.h.
17301         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
17302         and a POSIX-compatible malloc into a single function. Set ENOMEM
17303         when returning NULL.
17304         * m4/malloc.m4: New file.
17305         * doc/functions/malloc.texi: Mention the malloc-posix module.
17306         * lib/stdlib_.h (malloc): New declaration.
17307         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17308         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
17309         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
17310         and HAVE_MALLOC_POSIX.
17311
17312 2007-09-09  Bruno Haible  <bruno@clisp.org>
17313
17314         * modules/realloc-posix: New file.
17315         * modules/realloc (Depends-on): Add realloc-posix.
17316         * lib/realloc.c: Include errno.h.
17317         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
17318         and a POSIX-compatible realloc into a single function. Set ENOMEM
17319         when returning NULL.
17320         * m4/realloc.m4: New file.
17321         * doc/functions/realloc.texi: Mention the realloc-posix module.
17322         * lib/stdlib_.h (realloc): New declaration.
17323         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17324         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17325         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17326         and HAVE_REALLOC_POSIX.
17327
17328 2007-09-09  Bruno Haible  <bruno@clisp.org>
17329
17330         * modules/calloc-posix: New file.
17331         * modules/calloc (Depends-on): Add calloc-posix.
17332         * lib/calloc.c: Include errno.h.
17333         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17334         and a POSIX-compatible calloc into a single function. Set ENOMEM
17335         when returning NULL.
17336         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17337         * doc/functions/calloc.texi: Mention the calloc-posix module.
17338         * lib/stdlib_.h (calloc): New declaration.
17339         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17340         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17341         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17342         and HAVE_CALLOC_POSIX.
17343
17344 2007-09-09  Bruno Haible  <bruno@clisp.org>
17345
17346         Allow for modules to show an arbitrary notice.
17347         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17348         * gnulib-tool: New option --extract-notice.
17349         (func_usage): Document it.
17350         (sed_extract_prog): Update.
17351         (func_get_notice): New function.
17352         (func_modules_notice): New function.
17353         (func_import, func_create_testdir): Invoke it.
17354         Suggested by Jim Meyering.
17355
17356 2007-09-09  Bruno Haible  <bruno@clisp.org>
17357
17358         * gnulib-tool: New options --verbose, --quiet.
17359         (func_usage): Document them.
17360         (verbose): New variable.
17361         (func_execute_command): New function.
17362         (func_import): Don't show the module list and the file list if
17363         $verbose < 0.
17364         (func_create_testdir): Likewise. Use func_execute_command.
17365         (func_create_megatestdir): Use func_execute_command.
17366
17367 2007-09-08  Bruno Haible  <bruno@clisp.org>
17368
17369         * gnulib-tool (func_import): Prefer rsync over wget when available,
17370         for fetching the PO files.
17371
17372 2007-09-08  Bruno Haible  <bruno@clisp.org>
17373
17374         * posix-modules: New file. Portions copied from gnulib-tool.
17375         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17376
17377 2007-09-08  Jim Meyering  <jim@meyering.net>
17378
17379         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17380         * lib/fpending.h: Rename from __fpending.h.
17381         * lib/fpending.c: Rename from __fpending.c.
17382         Include "fpending.h", not "__fpending.h".
17383         * lib/__fpending.h, lib/__fpending.c: Remove files.
17384         * modules/fpending (Files): Reflect new file names.
17385         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17386
17387 2007-09-08  Bruno Haible  <bruno@clisp.org>
17388
17389         * m4/inttypes-h.m4: Remove stub file.
17390
17391 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17392
17393         * doc/headers/stdint.texi: Discuss #include_next issue.
17394
17395 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17396
17397         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17398
17399 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17400
17401         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17402         in variable name.
17403
17404 2007-09-03  Jim Meyering  <jim@meyering.net>
17405
17406         New module: git-version-gen.
17407         * modules/git-version-gen: New file.
17408
17409         Import changes from coreutils for bootstrap script.
17410
17411         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17412
17413         bootstrap: uses rsync to download the .po files
17414         * build-aux/bootstrap (po_download_command_format): New global.
17415         (download_po_files): Use rsync.
17416         (update_po_files): Don't remove .po files after download,
17417         so future rsync runs can take advantage of the copies.
17418
17419         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17420
17421         Solve the unnecessary-.po-file-regeneration problem once and for all.
17422         * build-aux/bootstrap (download_po_files): New function, renamed from
17423         get_translations.  Now, downloads, but doesn't update LINGUAS.
17424         (update_po_files): New function.
17425
17426         bootstrap: Ignore more.
17427         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
17428         uniwidth to e.g., lib/.gitignore.
17429         (slurp): Handle the sys_stat_.h -> sys mapping, too.
17430
17431         * build-aux/bootstrap: New setting: vc_ignore.
17432         (insert_sorted_if_absent): Create $file if absent.
17433         Adapt to new, possibly empty, list: $vc_ignore.
17434
17435         bootstrap: generate more ignorable names
17436         * build-aux/bootstrap (slurp): When generating ignorable names,
17437         also map .sin to .sed, .gperf to .c, and .y to .c.
17438
17439 2007-09-03  Jim Meyering  <jim@meyering.net>
17440
17441         * build-aux/git-version-gen: New file, from coreutils.  For details, see
17442         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
17443
17444 2007-09-02  Bruno Haible  <bruno@clisp.org>
17445
17446         Fix mis-recognition of 'mcs' on QNX 6.
17447         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
17448         output contains the string "Mono".
17449         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
17450         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
17451
17452 2007-09-01  Bruno Haible  <bruno@clisp.org>
17453
17454         Fix collision between uniwidth/* and linebreak modules.
17455         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
17456         u32_width): Remove declarations.
17457         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
17458         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
17459         streq3, streq2, streq1, streq0): Remove functions.
17460         (STREQ): Remove macro.
17461         (is_cjk_encoding): Remove function.
17462         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
17463         (uc_width, u8_width, u16_width, u32_width): Remove functions.
17464         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
17465         * NEWS: Document the change.
17466
17467 2007-09-01  Bruno Haible  <bruno@clisp.org>
17468
17469         * lib/streq.h: Add double-inclusion guard.
17470
17471 2007-09-01  Karl Berry  <karl@gnu.org>
17472
17473         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
17474
17475 2007-08-28  Jim Meyering  <jim@meyering.net>
17476
17477         Rename mreadlink_with_size to areadlink_with_size.
17478         * NEWS: Document the change.
17479         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
17480         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
17481         * lib/mreadlink.h: Rename this to...
17482         * lib/areadlink.h: ...this.
17483         * modules/mreadlink-with-size: Rename this to...
17484         * modules/areadlink-with-size: ...this.
17485         * lib/canonicalize.c: Reflect the renaming.
17486         * modules/canonicalize: Likewise.
17487
17488 2007-08-26  Bruno Haible  <bruno@clisp.org>
17489
17490         * gnulib-tool (func_import): When deciding which files to remove,
17491         consider also dangling symbolic links.
17492         Reported by Eric Blake.
17493
17494 2007-08-26  Bruno Haible  <bruno@clisp.org>
17495
17496         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
17497
17498 2007-08-23  Simon Josefsson  <simon@josefsson.org>
17499
17500         * lib/readline.c: Don't include getline.h, the prototype is now
17501         found in stdio.h.
17502
17503 2007-08-23  Jim Meyering  <jim@meyering.net>
17504
17505         Getdelim touchup.
17506         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
17507         around the funlockfile call, since funlockfile never sets errno.
17508         Don't set errno upon failed realloc.
17509
17510 2007-08-22  Eric Blake  <ebb9@byu.net>
17511
17512         Getline touchups.
17513         * lib/getdelim.c (getdelim): Revert regression that required *n to
17514         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
17515         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
17516         getdelim, rather than whether implementation is missing.
17517         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
17518         * lib/stdio_.h (getline): Also declare if replacement is
17519         required.
17520         * doc/functions/getdelim.texi: New file.
17521         * doc/functions/getline.texi: Likewise.
17522         * doc/gnulib.texi (Function Substitutes): Add new files.
17523         Reported by Bruno Haible.
17524
17525 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
17526
17527         * users.txt: Add Guile.
17528
17529 2007-08-22  Eric Blake  <ebb9@byu.net>
17530
17531         * tests/test-getdelim.c (main): Use remove, not unlink.
17532         * tests/test-getline.c (main): Likewise.
17533
17534         Move getline and getdelim into stdio.h, per POSIX 200x.
17535         * modules/getline (Files): Remove getline.h.
17536         (Depends-on): Add stdio.
17537         (configure.ac): Add module indicator.
17538         * modules/getdelim (Files): Remove getdelim.h.
17539         (Depends-on): Add stdio.
17540         (configure.ac): Add module indicator.
17541         * modules/stdio (Makefile.am): Work with new indicators.
17542         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
17543         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
17544         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17545         * lib/getdelim.h: Delete.
17546         * lib/getline.h: Delete.
17547         * lib/stdio_.h (getdelim, getline): Declare.
17548         * modules/getdelim-tests: New module.
17549         * modules/getline-tests: Likewise.
17550         * tests/test-getdelim.c: New file.
17551         * tests/test-getline.c: Likewise.
17552         * NEWS: Document the change.
17553         * lib/getline.c: Update choice of header.
17554         * lib/csharpcomp.c: Likewise.
17555         * lib/getpass.c: Likewise.
17556         * lib/javacomp.c: Likewise.
17557         * lib/javaversion.c: Likewise.
17558         * lib/yesno.c: Likewise.
17559         * lib/getdelim.c: Likewise.
17560         (getdelim): Set errno on failure, and avoid memory leak.
17561
17562 2007-08-19  Bruno Haible  <bruno@clisp.org>
17563
17564         * modules/closein (Depends-on): Add freadahead.
17565         * lib/closein.c: Include freadahead.h.
17566         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
17567         is zero.
17568
17569 2007-08-19  Bruno Haible  <bruno@clisp.org>
17570
17571         * modules/freadahead-tests: New file.
17572         * tests/test-freadahead.sh: New file.
17573         * tests/test-freadahead.c: New file.
17574
17575         * modules/freadahead: New file.
17576         * lib/freadahead.h: New file.
17577         * lib/freadahead.c: New file.
17578         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
17579         fbufmode, fpurge, freadable, fwritable.
17580
17581 2007-08-19  Eric Blake  <ebb9@byu.net>
17582
17583         Test yesno in combination with closein.
17584         * lib/yesno.c (yesno): Document use of stdin.
17585         * modules/yesno-tests (Files): New module.
17586         * tests/test-yesno.c (main): New file.
17587         * tests/test-yesno.sh: Likewise.
17588
17589 2007-08-19  Bruno Haible  <bruno@clisp.org>
17590
17591         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
17592         * lib/fseeko.c (rpl_fseeko): Likewise.
17593         * lib/fseterr.c (fseterr): Likewise.
17594
17595 2007-08-19  Bruno Haible  <bruno@clisp.org>
17596
17597         * tests/test-lseek.c (main): Disable a test for BeOS.
17598         * doc/functions/lseek.texi: Document the BeOS bug.
17599
17600 2007-08-19  Bruno Haible  <bruno@clisp.org>
17601             Eric Blake  <ebb9@byu.net>
17602
17603         * lib/lseek.c: Include <sys/stat.h>.
17604         (rpl_lseek): Add workaround code also for Unix platforms.
17605         Needed for BeOS.
17606         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
17607         * doc/functions/lseek.texi: Document BeOS definiency.
17608
17609 2007-08-18  Bruno Haible  <bruno@clisp.org>
17610
17611         * modules/fstrcmp-tests: New file.
17612         * tests/test-fstrcmp.c: New file.
17613
17614 2007-08-18  Bruno Haible  <bruno@clisp.org>
17615
17616         * modules/fstrcmp: New file, from GNU gettext with modifications.
17617         * lib/fstrcmp.h: New file, from GNU gettext.
17618         * lib/fstrcmp.c: New file, from GNU gettext.
17619         * MODULES.html.sh (String handling): Add fstrcmp.
17620
17621 2007-08-18  Bruno Haible  <bruno@clisp.org>
17622
17623         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
17624         'bool'.
17625         (diag, compareseq): Remove const from the ctxt argument.
17626         (USE_HEURISTIC): Undefine at the end.
17627
17628 2007-08-18  Jim Meyering  <jim@meyering.net>
17629
17630         New file: lib/idcache.h
17631         * NEWS: Mention the addition.
17632         * modules/idcache (Files): Add lib/idcache.h
17633         * lib/idcache.c: Include "idcache.h".
17634         Don't include <sys/types.h>.
17635         Add a FIXME comment.
17636         Move file-scoped "static" declarations to the top.
17637         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
17638
17639 2007-08-17  Bruno Haible  <bruno@clisp.org>
17640         and Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         * MODULES.html.sh: Add diffseq.
17643         * modules/diffseq: New file.
17644         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
17645         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
17646
17647 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17648
17649         Import changes from coreutils for bootstrap script.
17650
17651         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         * build-aux/bootstrap (slurp): Work even in environments where
17654         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17655         current code does not slurp files whose names start with ".", and
17656         this looks like it might be a troublesome area.
17657
17658         2007-07-11  Jim Meyering  <jim@meyering.net>
17659
17660         If there's a GPL vN copyright comment, require that N == 3.
17661
17662         2007-07-08  Jim Meyering  <jim@meyering.net>
17663
17664         Run the coreutils-specific code only if tests/Makefile.am.in exists.
17665         * build-aux/bootstrap (mam_template): Move definition out of loop.
17666
17667         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
17668
17669         * build-aux/bootstrap (symlink_to_dir): Rename function from
17670         symlink_to_gnulib.  Add a directory parameter.  Update all
17671         callers.
17672         (cp_mark_as_generated): Also check for -- and link to -- files in
17673         gl/.
17674
17675         2007-07-08  Jim Meyering  <jim@meyering.net>
17676
17677         Adapt to deeper hierarchy in gnulib.
17678         * build-aux/bootstrap (symlink_to_dir): If the destination
17679         directory doesn't exist, create it. This is required at least for
17680         "lib/uniwidth/cjk.h".
17681
17682         2007-05-15  Jim Meyering  <jim@meyering.net>
17683
17684         * build-aux/bootstrap: Now that generated Makefile.am files
17685         are no longer under version control, they must be created at
17686         bootstrap time.
17687
17688 2007-08-14  Ben Pfaff  <blp@gnu.org>
17689
17690         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
17691
17692 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17693
17694         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
17695         given the changes below.
17696         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
17697         even on hosts that have padding bits beyond the supported 64.
17698
17699 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17700
17701         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
17702         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
17703         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
17704         depends on it.
17705         (xstrtol_error): Remove.
17706         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
17707         but with a different signature.
17708         (ATTRIBUTE_NORETURN, __attribute__): New macros.
17709         * lib/xstrtol-error.c: Include exitfail.h.
17710         (xstrtol_fatal): New function, with a different signature from the
17711         old xstrtol_error, so that the caller need not worry about passing
17712         in an exit status, or about storage management of the option argument.
17713         (xstrtol_error): Now a static function.  Redo signature to
17714         implement xstrtol_fatal.  Output the correct number of hyphens in
17715         front of the option so that the caller need not worry about
17716         storage management.
17717         (N_): New macro.
17718         (_): Remove; not used now.
17719         * modules/xstrtol: Depend on getopt.
17720         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
17721         of old STRTOL_FATAL_ERROR macro.
17722         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
17723         of test program.
17724         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
17725         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
17726
17727 2007-08-08  Eric Blake  <ebb9@byu.net>
17728
17729         * lib/xstrtol-error.c: Add missing include.
17730
17731         Move xstrtol messages into gnulib domain, when --pobase is used.
17732         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
17733         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
17734         * modules/xstrtol (Files): Distribute new file.
17735         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
17736         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
17737         * tests/test-xstrtol.c: ...into new file.
17738         * tests/test-xstrtoul.c: Also test xstrtoul.
17739         * tests/test-xstrtoimax.c: Also test xstrtoimax.
17740         * tests/test-xstrtoumax.c: Also test xstrtoumax.
17741         * tests/test-xstrtol.sh: Drive the tests.
17742         * tests/test-xstrtoimax.sh: Likewise.
17743         * tests/test-xstrtoumax.sh: Likewise.
17744         * modules/xstrtol-tests: New module.
17745         * modules/xstrtoimax-tests: Likewise.
17746         * modules/xstrtoumax-tests: Likewise.
17747
17748 2007-08-08  Jim Meyering  <jim@meyering.net>
17749
17750         New function: mfile_name_concat.
17751         * lib/filenamecat.c (mfile_name_concat): New function, just like
17752         file_name_concat, but return NULL upon failure rather than exiting
17753         with a diagnostic.
17754         * lib/filenamecat.h: Declare it.
17755
17756 2007-08-07  Bruno Haible  <bruno@clisp.org>
17757
17758         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
17759         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
17760         warning from gcc.
17761         Reported by Eric Blake.
17762
17763 2007-08-07  Simon Josefsson  <simon@josefsson.org>
17764
17765         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
17766         * modules/crypto/arcfour (License): Likewise.
17767         * modules/crypto/des-tests (License): Likewise.
17768         * modules/crypto/gc-arctwo-tests (License): Likewise.
17769         * modules/crypto/gc-des-tests (License): Likewise.
17770         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
17771         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
17772         * modules/crypto/gc-md2-tests (License): Likewise.
17773         * modules/crypto/gc-md4-tests (License): Likewise.
17774         * modules/crypto/gc-md5-tests (License): Likewise.
17775         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
17776         * modules/crypto/gc-rijndael-tests (License): Likewise.
17777         * modules/crypto/gc-sha1-tests (License): Likewise.
17778         * modules/crypto/gc-tests (License): Likewise.
17779         * modules/crypto/hmac-md5 (License): Likewise.
17780         * modules/crypto/hmac-sha1 (License): Likewise.
17781         * modules/crypto/md2-tests (License): Likewise.
17782         * modules/crypto/md4-tests (License): Likewise.
17783         * modules/crypto/md5 (License): Likewise.
17784         * modules/crypto/rijndael (License): Likewise.
17785         * modules/crypto/sha1 (License): Likewise.
17786         * modules/memxor (License): Likewise.
17787
17788 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17789         and Bruno Haible  <bruno@clisp.org>
17790
17791         * NEWS: Describe interface changes to human, xstrtol.
17792         * lib/human.h: Include <xstrtol.h>.
17793         (human_options): Return enum strtol_error, not int.  Remove
17794         bool arg; take int * instead.
17795         * lib/human.c: Don't include "gettext.h".
17796         (_): Remove; no longer used.
17797         Don't include <xstrtol.h>, since human.h does it.
17798         (human_options): Adjust to abovementioned interface changes.
17799         Do not report error to stderr; that's now the caller's
17800         responsibility.
17801         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
17802         interface change.
17803         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
17804         Str, Argument_type_string.  All uses changed.  Put " argument"
17805         in diagnostics to make them clearer.  Change wording of suffix
17806         message for clarity.
17807         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
17808         Argument_type_string.
17809         (STRTOL_FATAL_WARN): Remove; no longer used.
17810         * modules/human (Depends-on): Remove gettext-h.
17811
17812 2007-08-06  Simon Josefsson  <simon@josefsson.org>
17813
17814         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
17815
17816 2007-07-31  Bruno Haible  <bruno@clisp.org>
17817
17818         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
17819         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
17820         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
17821
17822 2007-07-31  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
17825         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
17826
17827 2007-07-30  Bruno Haible  <bruno@clisp.org>
17828
17829         * modules/base64 (License): Use the synonymous term "LGPLv2+".
17830         * modules/c-ctype (License): Likewise.
17831         * modules/c-strcase (License): Likewise.
17832         * modules/check-version (License): Likewise.
17833         * modules/iconv (License): Likewise.
17834         * modules/iconv_open (License): Likewise.
17835         * modules/read-file (License): Likewise.
17836         * modules/striconv (License): Likewise.
17837         * modules/strverscmp (License): Likewise.
17838         * modules/vasprintf (License): Likewise.
17839         * modules/crypto/des (License): Likewise.
17840         * modules/crypto/gc (License): Likewise.
17841         * modules/crypto/gc-arcfour (License): Likewise.
17842         * modules/crypto/gc-arctwo (License): Likewise.
17843         * modules/crypto/gc-des (License): Likewise.
17844         * modules/crypto/gc-hmac-md5 (License): Likewise.
17845         * modules/crypto/gc-hmac-sha1 (License): Likewise.
17846         * modules/crypto/gc-md2 (License): Likewise.
17847         * modules/crypto/gc-md4 (License): Likewise.
17848         * modules/crypto/gc-md5 (License): Likewise.
17849         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
17850         * modules/crypto/gc-random (License): Likewise.
17851         * modules/crypto/gc-rijndael (License): Likewise.
17852         * modules/crypto/gc-sha1 (License): Likewise.
17853         * modules/crypto/md2 (License): Likewise.
17854         * modules/crypto/md4 (License): Likewise.
17855
17856 2007-07-30  Jim Meyering  <jim@meyering.net>
17857
17858         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
17859         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
17860         it has valid stat data.  This bug would cause du not to count the
17861         sizes of inaccessible directories.
17862         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
17863         in <http://bugzilla.redhat.com/250077>.
17864
17865 2007-07-25  Peter O'Gorman  <peter@pogma.com>
17866             Bruno Haible  <bruno@clisp.org>
17867
17868         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
17869         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
17870         #include_next, gives a diagnostic about it, but reports no error in
17871         the exit code.
17872         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17873
17874 2007-07-24  Ben Pfaff  <blp@gnu.org>
17875
17876         Improve name: "count-one-bits" is better than "popcount".
17877         * MODULES.html.sh: Update name.
17878         * lib/popcount.h: Renamed lib/count-one-bits.h.
17879         (popcount): Renamed count_one_bits.
17880         (popcountl): Renamed count_one_bits_l.
17881         (popcountll): Renamed count_one_bits_ll.
17882         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
17883         * modules/popcount: Renamed module/count-one-bits.
17884         * modules/popcount-tests: Renamed module/count-one-bits-tests.
17885         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
17886
17887 2007-07-23  Ben Pfaff  <blp@gnu.org>
17888
17889         * lib/popcount.h (popcount32): Reduce size of constants, to allow
17890         better code generation, and add U to large constants to avoid
17891         warnings, in non-GCC case.
17892         Suggested by Bruno Haible.
17893
17894 2007-07-23  Ben Pfaff  <blp@gnu.org>
17895
17896         * lib/popcount.h: Use verify_true instead of if...abort.
17897         * modules/popcount: Depend on verify module.
17898         Suggested by Jim Meyering.
17899
17900 2007-07-23  Bruno Haible  <bruno@clisp.org>
17901
17902         * gnulib-tool (func_import): Create a .cvsignore file also when the
17903         directory is not yet in CVS but the toplevel directory is. When
17904         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
17905         Reported by Karl Berry.
17906
17907 2007-07-22  Ben Pfaff  <blp@gnu.org>
17908
17909         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
17910         case.
17911         Suggested by Eric Blake.
17912
17913 2007-07-22  Ben Pfaff  <blp@gnu.org>
17914
17915         New module: popcount.
17916         * MODULES.html.sh: Add popcount.
17917         * modules/popcount: New file.
17918         * modules/popcount-tests: New file.
17919         * tests/test-popcount.c: New file.
17920         * lib/popcount.h: New file.
17921         * m4/popcount.m4: New file.
17922
17923 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         * build-aux/announce-gen: Update to GPLv3.
17926
17927         * build-aux/config.guess: Update from config.
17928
17929 2007-07-21  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
17932         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
17933
17934 2007-07-20  Jim Meyering  <jim@meyering.net>
17935
17936         * check-module: Diagnose a self-dependency.
17937
17938 2007-07-19  Bruno Haible  <bruno@clisp.org>
17939
17940         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
17941         empty.
17942         Reported by Eric Blake.
17943
17944 2007-07-18  Bruno Haible  <bruno@clisp.org>
17945
17946         * gnulib-tool: New options --po-base, --po-domain.
17947         (func_usage): Document them.
17948         (pobase, po_domain): New variables.
17949         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
17950         DEFAULT_TEXT_DOMAIN.
17951         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
17952         (func_import): Consider pobase and po_domain. Create a po/ directory.
17953         (func_create_testdir): Set pobase and po_domain to empty.
17954         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
17955         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
17956
17957 2007-07-18  Bruno Haible  <bruno@clisp.org>
17958
17959         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17960         EXTRA_DIST augmentation for files in build-aux/.
17961
17962 2007-07-16  Bruno Haible  <bruno@clisp.org>
17963
17964         * modules/lseek (License): Use the synonymous term "LGPLv2+".
17965         * modules/getdelim (License): Likewise.
17966
17967 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17968
17969         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
17970         * modules/d-type (License): Likewise.
17971         * modules/extensions (License): Likewise.
17972         * modules/fnmatch (License): Likewise.
17973         * modules/fseeko (License): Likewise.
17974         * modules/getaddrinfo (License): Likewise.
17975         * modules/getline (License): Likewise.
17976         * modules/getlogin_r (License): Likewise.
17977         * modules/getpass (License): Likewise.
17978         * modules/gettimeofday (License): Likewise.
17979         * modules/glob (License): Likewise.
17980         * modules/inet_ntop (License): Likewise.
17981         * modules/malloc (License): Likewise.
17982         * modules/malloca (License): Likewise.
17983         * modules/memmem (License): Likewise.
17984         * modules/mempcpy (License): Likewise.
17985         * modules/memset (License): Likewise.
17986         * modules/minmax (License): Likewise.
17987         * modules/mktime (License): Likewise.
17988         * modules/netinet_in (License): Likewise.
17989         * modules/pathmax (License): Likewise.
17990         * modules/poll (License): Likewise.
17991         * modules/regex (License): Likewise.
17992         * modules/snprintf (License): Likewise.
17993         * modules/stdbool (License): Likewise.
17994         * modules/stdint (License): Likewise.
17995         * modules/stdio (License): Likewise.
17996         * modules/strcase (License): Likewise.
17997         * modules/strcasestr (License): Likewise.
17998         * modules/strdup (License): Likewise.
17999         * modules/string (License): Likewise.
18000         * modules/strndup (License): Likewise.
18001         * modules/strnlen (License): Likewise.
18002         * modules/strpbrk (License): Likewise.
18003         * modules/strptime (License): Likewise.
18004         * modules/strsep (License): Likewise.
18005         * modules/sys_select (License): Likewise.
18006         * modules/sys_socket (License): Likewise.
18007         * modules/sys_stat (License): Likewise.
18008         * modules/sys_time (License): Likewise.
18009         * modules/time (License): Likewise.
18010         * modules/time_r (License): Likewise.
18011         * modules/timegm (License): Likewise.
18012         * modules/unistd (License): Likewise.
18013         * modules/vsnprintf (License): Likewise.
18014         * modules/wctype (License): Likewise.
18015
18016 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18017
18018         * modules/argz (License): LGPLv2+.
18019
18020 2007-07-15  Karl Berry  <karl@gnu.org>
18021
18022         * doc/gnulib.texi: revise node structure per new fdl.texi.
18023
18024 2007-07-14  Bruno Haible  <bruno@clisp.org>
18025
18026         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
18027         the output file.
18028         * lib/uniname/uninames.h: Regenerated.
18029
18030 2007-07-14  Karl Berry  <karl@gnu.org>
18031
18032         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
18033         omitting sectioning and index commands.
18034
18035 2007-07-13  Bruno Haible  <bruno@clisp.org>
18036
18037         New gnulib-tool option --more-symlinks.
18038         * gnulib-tool (func_usage): Document --more-symlinks.
18039         (do_copyrights): New variable.
18040         Recognize option --more-symlinks.
18041         (func_import): Don't add a copyright notice transform to
18042         sed_transform_lib_file if do_copyrights is empty.
18043
18044 2007-07-13  Bruno Haible  <bruno@clisp.org>
18045
18046         * lib/vasnprintf.c (decimal_point_char): Define also if
18047         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
18048         && !NEED_PRINTF_DIRECTIVE_A.
18049         Reported by Clemens Koller <clemens.koller@anagramm.de> via
18050         Gary V. Vaughan <gary@gnu.org>.
18051
18052 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
18053
18054         * lib/inttypes_.h: Undo previous change, since it was fixed
18055         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
18056
18057 2007-07-13  Bruno Haible  <bruno@clisp.org>
18058
18059         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
18060         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
18061
18062 2007-07-13  Jim Meyering  <jim@meyering.net>
18063
18064         df: Don't fail for Tru64's "file-on-file mount".
18065         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
18066         so we fall through and use statfs instead.  Details here:
18067         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
18068         Reported by Albert Chin.
18069
18070 2007-07-13  Bruno Haible  <bruno@clisp.org>
18071
18072         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
18073         * modules/configmake (License): Likewise.
18074         * modules/gettext (License): Likewise.
18075         * modules/gettext-h (License): Likewise.
18076         * modules/include_next (License): Likewise.
18077         * modules/link-warning (License): Likewise.
18078         * modules/localcharset (License): Likewise.
18079         * modules/localename (License): Likewise.
18080         * modules/lock (License): Likewise.
18081         * modules/relocatable-lib-lgpl (License): Likewise.
18082         * modules/size_max (License): Likewise.
18083         * modules/vasnprintf (License): Likewise.
18084         * modules/wchar (License): Likewise.
18085         * modules/xsize (License): Likewise.
18086
18087 2007-07-13  Bruno Haible  <bruno@clisp.org>
18088
18089         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
18090         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
18091
18092 2007-07-12  Bruno Haible  <bruno@clisp.org>
18093
18094         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
18095         in the modules files.
18096
18097 2007-07-11  Karl Berry  <karl@gnu.org>
18098
18099         * MODULES.html.sh (func_module): use
18100          sed -e '\|^'"${includefile}"'$|d'
18101          instead of /.../d, to avoid errors on $includefile's containing /.
18102
18103 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18104
18105         * gnulib-tool (func_import): Avoid duplication of --avoid
18106         statements
18107         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
18108         names to `_' in variable names.
18109
18110 2007-07-10  Eric Blake  <ebb9@byu.net>
18111
18112         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
18113         * NEWS: Document this change.
18114
18115 2007-07-08  Bruno Haible  <bruno@clisp.org>
18116
18117         Update to Unicode 5.0.
18118         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
18119         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
18120         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
18121         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
18122         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
18123         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
18124         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
18125         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
18126         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18127         U+10A3F, U+1D242..U+1D244.
18128         (nonspacing_table_ind): Update.
18129         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
18130         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
18131
18132 2007-07-08  Bruno Haible  <bruno@clisp.org>
18133
18134         Update to Unicode 5.0.
18135         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
18136         code transform. Extend the name index field of unicode_name_to_code and
18137         unicode_code_to_name from 16 to 24 bits.
18138         * lib/uniname/uniname.c (unicode_character_name,
18139         unicode_name_character): Add the range 0x12xxx to the code transform.
18140         * lib/uniname/uninames.h: Regenerated.
18141         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
18142
18143 2007-07-07  Bruno Haible  <bruno@clisp.org>
18144
18145         * modules/wcwidth-tests: New file.
18146         * tests/test-wcwidth.c: New file.
18147
18148         Work around MacOS X wcwidth() bug.
18149         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
18150         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
18151         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
18152         original wcwidth in non-UTF-8 locales.
18153         * modules/wcwidth (Depends-on): Add localcharset, streq,
18154         uniwidth/width.
18155         * doc/functions/wcwidth.texi: Update.
18156
18157 2007-07-07  Bruno Haible  <bruno@clisp.org>
18158
18159         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
18160         (wcwidth): New declaration.
18161         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
18162         macros.
18163         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
18164         here. Prepare for creating <wchar.h> unconditionally.
18165         * modules/wchar (Depends-on): Add link-warning.
18166         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
18167         REPLACE_WCWIDTH, and GL_LINK_WARNING.
18168         * lib/wcwidth.h: Remove file.
18169         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
18170         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
18171         * modules/wcwidth (Files): Remove lib/wcwidth.h.
18172         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
18173         (Include): Replace wcwidth.h with <wchar.h>.
18174         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
18175         * lib/mbchar.h: Don't include wcwidth.h.
18176         * lib/mbswidth.c: Likewise.
18177         * NEWS: Mention the change.
18178
18179 2007-07-07  Bruno Haible  <bruno@clisp.org>
18180
18181         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
18182         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
18183         definition with an external declaration.
18184         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
18185         defined as a function. Remove AC_C_INLINE requirement.
18186         * modules/wcwidth (Files): Add lib/wcwidth.c.
18187         (Makefile.am): Remove redundant statement.
18188
18189 2007-07-07  Bruno Haible  <bruno@clisp.org>
18190
18191         * MODULES.html.sh (Unicode string functions): Add the new modules.
18192
18193         * tests/uniwidth/test-u32-strwidth.c: New file.
18194         * modules/uniwidth/u32-strwidth-tests: New file.
18195
18196         * lib/uniwidth/u32-strwidth.c: New file.
18197         * modules/uniwidth/u32-strwidth: New file.
18198
18199         * tests/uniwidth/test-u16-strwidth.c: New file.
18200         * modules/uniwidth/u16-strwidth-tests: New file.
18201
18202         * lib/uniwidth/u16-strwidth.c: New file.
18203         * modules/uniwidth/u16-strwidth: New file.
18204
18205         * tests/uniwidth/test-u8-strwidth.c: New file.
18206         * modules/uniwidth/u8-strwidth-tests: New file.
18207
18208         * lib/uniwidth/u8-strwidth.c: New file.
18209         * modules/uniwidth/u8-strwidth: New file.
18210
18211         * tests/uniwidth/test-u32-width.c: New file.
18212         * modules/uniwidth/u32-width-tests: New file.
18213
18214         * lib/uniwidth/u32-width.c: New file.
18215         * modules/uniwidth/u32-width: New file.
18216
18217         * tests/uniwidth/test-u16-width.c: New file.
18218         * modules/uniwidth/u16-width-tests: New file.
18219
18220         * lib/uniwidth/u16-width.c: New file.
18221         * modules/uniwidth/u16-width: New file.
18222
18223         * tests/uniwidth/test-u8-width.c: New file.
18224         * modules/uniwidth/u8-width-tests: New file.
18225
18226         * lib/uniwidth/u8-width.c: New file.
18227         * modules/uniwidth/u8-width: New file.
18228
18229         * tests/uniwidth/test-uc_width.c: New file.
18230         * modules/uniwidth/width-tests: New file.
18231
18232         * lib/uniwidth/width.c: New file, from GNU libiconv.
18233         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
18234         * modules/uniwidth/width: New file.
18235
18236         * lib/uniwidth.h: New file, from GNU libiconv.
18237         * modules/uniwidth/base: New file.
18238
18239 2007-07-07  Bruno Haible  <bruno@clisp.org>
18240
18241         * lib/uniname.h: New file, from GNU gettext.
18242         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
18243         * lib/uniname/uninames.h: New file, from GNU gettext.
18244         * lib/uniname/uniname.c: New file, from GNU gettext.
18245         * tests/uniname/test-uninames.sh: New file.
18246         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18247         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
18248         * modules/uniname/base: New file.
18249         * modules/uniname/uniname: New file.
18250         * modules/uniname/uniname-tests: New file.
18251         * MODULES.html.sh (Unicode string functions): Add the new modules.
18252
18253 2007-07-06  Bruno Haible  <bruno@clisp.org>
18254
18255         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
18256
18257 2007-07-06  Bruno Haible  <bruno@clisp.org>
18258
18259         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
18260         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
18261         includes <cygwin/sys_time.h> which includes <sys/select.h> which
18262         include <sys/time.h>.
18263         Reported by Eric Blake.
18264
18265 2007-07-06  Eric Blake  <ebb9@byu.net>
18266
18267         Fix testing canonicalize on cygwin.
18268         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18269         Revert patch from 2007-06-19.
18270         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
18271         canonicalize module is also in use.
18272         * tests/test-canonicalize.c: New file.
18273         * tests/test-canonicalize.sh: Likewise.
18274         * modules/canonicalize-tests: Likewise.
18275
18276 2007-07-06  Jim Meyering  <jim@meyering.net>
18277
18278         * lib/getugroups.c (getugroups): Detect getgrent failure.
18279         Adjust comment to reflect reality: this function may return -1.
18280
18281 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
18282
18283         * build-aux/bootstrap (TP_URL,get_translations): Update to use
18284         the new TP address.
18285         (usage): Fix typo
18286         (gnulib_mk): New variable.
18287
18288 2007-07-05  Jim Meyering  <jim@meyering.net>
18289
18290         Don't let endgrent clobber errno, no matter how improbable.
18291         * lib/getugroups.c (getugroups): Save and restore errno around
18292         endgrent call.
18293
18294         Close the group DB even when failing with 2^31 or more members.
18295         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
18296
18297 2007-07-04  Jim Meyering  <jim@meyering.net>
18298
18299         * lib/getugroups.h: New file.
18300         * lib/getugroups.c: Include "getugroups.h".
18301         Remove uses of "register" keyword.
18302         Move local variable, "cp", down into scope where used.
18303         Give "username" parameter the "const" attribute.
18304         * modules/getugroups (Files): Add lib/getugroups.h
18305
18306 2007-07-04  Karl Berry  <karl@gnu.org>
18307
18308         * MODULES.html.sh (func_all_modules): Complete rename of
18309         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
18310
18311 2007-07-02  Bruno Haible  <bruno@clisp.org>
18312
18313         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
18314         mode, when inttypes.h comes from gnulib.
18315         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18316
18317 2007-07-02  Simon Josefsson  <simon@josefsson.org>
18318
18319         * NEWS: Mention lgpl module name change.
18320
18321         * modules/lgpl-2.1: Renamed from lgpl.
18322
18323         * NEWS: Mention gpl module name change.
18324
18325         * modules/gpl-3.0: New file, based on gpl-2.0.
18326
18327         * modules/gpl-2.0: Renamed from gpl.
18328
18329         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18330         doc/gpl-2.0.texi.
18331
18332 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18335         #define __STDC_LIMIT_MACROS temporarily while including
18336         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18337         Problem reported by Joel E. Denny in
18338         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18339
18340 2007-07-01  Bruno Haible  <bruno@clisp.org>
18341
18342         * lib/unistdio.h: New file.
18343         * lib/unistdio/u-asnprintf.h: New file.
18344         * lib/unistdio/u-asprintf.h: New file.
18345         * lib/unistdio/u-printf-args.c: New file.
18346         * lib/unistdio/u-printf-args.h: New file.
18347         * lib/unistdio/u-printf-parse.h: New file.
18348         * lib/unistdio/u-snprintf.h: New file.
18349         * lib/unistdio/u-sprintf.h: New file.
18350         * lib/unistdio/u-vasprintf.h: New file.
18351         * lib/unistdio/u-vsnprintf.h: New file.
18352         * lib/unistdio/u-vsprintf.h: New file.
18353         * lib/unistdio/ulc-asnprintf.c: New file.
18354         * lib/unistdio/ulc-asprintf.c: New file.
18355         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18356         * lib/unistdio/ulc-printf-parse.c: New file.
18357         * lib/unistdio/ulc-snprintf.c: New file.
18358         * lib/unistdio/ulc-sprintf.c: New file.
18359         * lib/unistdio/ulc-vasnprintf.c: New file.
18360         * lib/unistdio/ulc-vasprintf.c: New file.
18361         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18362         * lib/unistdio/ulc-vsnprintf.c: New file.
18363         * lib/unistdio/ulc-vsprintf.c: New file.
18364         * lib/unistdio/u8-asnprintf.c: New file.
18365         * lib/unistdio/u8-asprintf.c: New file.
18366         * lib/unistdio/u8-printf-parse.c: New file.
18367         * lib/unistdio/u8-snprintf.c: New file.
18368         * lib/unistdio/u8-sprintf.c: New file.
18369         * lib/unistdio/u8-vasnprintf.c: New file.
18370         * lib/unistdio/u8-vasprintf.c: New file.
18371         * lib/unistdio/u8-vsnprintf.c: New file.
18372         * lib/unistdio/u8-vsprintf.c: New file.
18373         * lib/unistdio/u8-u8-asnprintf.c: New file.
18374         * lib/unistdio/u8-u8-asprintf.c: New file.
18375         * lib/unistdio/u8-u8-snprintf.c: New file.
18376         * lib/unistdio/u8-u8-sprintf.c: New file.
18377         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18378         * lib/unistdio/u8-u8-vasprintf.c: New file.
18379         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18380         * lib/unistdio/u8-u8-vsprintf.c: New file.
18381         * lib/unistdio/u16-asnprintf.c: New file.
18382         * lib/unistdio/u16-asprintf.c: New file.
18383         * lib/unistdio/u16-printf-parse.c: New file.
18384         * lib/unistdio/u16-snprintf.c: New file.
18385         * lib/unistdio/u16-sprintf.c: New file.
18386         * lib/unistdio/u16-vasnprintf.c: New file.
18387         * lib/unistdio/u16-vasprintf.c: New file.
18388         * lib/unistdio/u16-vsnprintf.c: New file.
18389         * lib/unistdio/u16-vsprintf.c: New file.
18390         * lib/unistdio/u16-u16-asnprintf.c: New file.
18391         * lib/unistdio/u16-u16-asprintf.c: New file.
18392         * lib/unistdio/u16-u16-snprintf.c: New file.
18393         * lib/unistdio/u16-u16-sprintf.c: New file.
18394         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18395         * lib/unistdio/u16-u16-vasprintf.c: New file.
18396         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18397         * lib/unistdio/u16-u16-vsprintf.c: New file.
18398         * lib/unistdio/u32-asnprintf.c: New file.
18399         * lib/unistdio/u32-asprintf.c: New file.
18400         * lib/unistdio/u32-printf-parse.c: New file.
18401         * lib/unistdio/u32-snprintf.c: New file.
18402         * lib/unistdio/u32-sprintf.c: New file.
18403         * lib/unistdio/u32-vasnprintf.c: New file.
18404         * lib/unistdio/u32-vasprintf.c: New file.
18405         * lib/unistdio/u32-vsnprintf.c: New file.
18406         * lib/unistdio/u32-vsprintf.c: New file.
18407         * lib/unistdio/u32-u32-asnprintf.c: New file.
18408         * lib/unistdio/u32-u32-asprintf.c: New file.
18409         * lib/unistdio/u32-u32-snprintf.c: New file.
18410         * lib/unistdio/u32-u32-sprintf.c: New file.
18411         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18412         * lib/unistdio/u32-u32-vasprintf.c: New file.
18413         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18414         * lib/unistdio/u32-u32-vsprintf.c: New file.
18415         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18416         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18417         * tests/unistdio/test-ulc-printf1.h: New file.
18418         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18419         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18420         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18421         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18422         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
18423         * tests/unistdio/test-ulc-vasprintf1.c: New file.
18424         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
18425         * tests/unistdio/test-ulc-vsprintf1.c: New file.
18426         * tests/unistdio/test-u8-asnprintf1.c: New file.
18427         * tests/unistdio/test-u8-asnprintf1.h: New file.
18428         * tests/unistdio/test-u8-printf1.h: New file.
18429         * tests/unistdio/test-u8-vasnprintf1.c: New file.
18430         * tests/unistdio/test-u8-vasnprintf2.c: New file.
18431         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
18432         * tests/unistdio/test-u8-vasnprintf3.c: New file.
18433         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
18434         * tests/unistdio/test-u8-vasprintf1.c: New file.
18435         * tests/unistdio/test-u8-vsnprintf1.c: New file.
18436         * tests/unistdio/test-u8-vsprintf1.c: New file.
18437         * tests/unistdio/test-u16-asnprintf1.c: New file.
18438         * tests/unistdio/test-u16-asnprintf1.h: New file.
18439         * tests/unistdio/test-u16-printf1.h: New file.
18440         * tests/unistdio/test-u16-vasnprintf1.c: New file.
18441         * tests/unistdio/test-u16-vasnprintf2.c: New file.
18442         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
18443         * tests/unistdio/test-u16-vasnprintf3.c: New file.
18444         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
18445         * tests/unistdio/test-u16-vasprintf1.c: New file.
18446         * tests/unistdio/test-u16-vsnprintf1.c: New file.
18447         * tests/unistdio/test-u16-vsprintf1.c: New file.
18448         * tests/unistdio/test-u32-asnprintf1.c: New file.
18449         * tests/unistdio/test-u32-asnprintf1.h: New file.
18450         * tests/unistdio/test-u32-printf1.h: New file.
18451         * tests/unistdio/test-u32-vasnprintf1.c: New file.
18452         * tests/unistdio/test-u32-vasnprintf2.c: New file.
18453         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
18454         * tests/unistdio/test-u32-vasnprintf3.c: New file.
18455         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
18456         * tests/unistdio/test-u32-vasprintf1.c: New file.
18457         * tests/unistdio/test-u32-vsnprintf1.c: New file.
18458         * tests/unistdio/test-u32-vsprintf1.c: New file.
18459         * modules/unistdio/base: New file.
18460         * modules/unistdio/u-printf-args: New file.
18461         * modules/unistdio/ulc-asnprintf: New file.
18462         * modules/unistdio/ulc-asprintf: New file.
18463         * modules/unistdio/ulc-fprintf: New file.
18464         * modules/unistdio/ulc-printf-parse: New file.
18465         * modules/unistdio/ulc-snprintf: New file.
18466         * modules/unistdio/ulc-sprintf: New file.
18467         * modules/unistdio/ulc-vasnprintf: New file.
18468         * modules/unistdio/ulc-vasprintf: New file.
18469         * modules/unistdio/ulc-vfprintf: New file.
18470         * modules/unistdio/ulc-vsnprintf: New file.
18471         * modules/unistdio/ulc-vsprintf: New file.
18472         * modules/unistdio/u8-asnprintf: New file.
18473         * modules/unistdio/u8-asprintf: New file.
18474         * modules/unistdio/u8-printf-parse: New file.
18475         * modules/unistdio/u8-snprintf: New file.
18476         * modules/unistdio/u8-sprintf: New file.
18477         * modules/unistdio/u8-vasnprintf: New file.
18478         * modules/unistdio/u8-vasprintf: New file.
18479         * modules/unistdio/u8-vsnprintf: New file.
18480         * modules/unistdio/u8-vsprintf: New file.
18481         * modules/unistdio/u8-u8-asnprintf: New file.
18482         * modules/unistdio/u8-u8-asprintf: New file.
18483         * modules/unistdio/u8-u8-snprintf: New file.
18484         * modules/unistdio/u8-u8-sprintf: New file.
18485         * modules/unistdio/u8-u8-vasnprintf: New file.
18486         * modules/unistdio/u8-u8-vasprintf: New file.
18487         * modules/unistdio/u8-u8-vsnprintf: New file.
18488         * modules/unistdio/u8-u8-vsprintf: New file.
18489         * modules/unistdio/u16-asnprintf: New file.
18490         * modules/unistdio/u16-asprintf: New file.
18491         * modules/unistdio/u16-printf-parse: New file.
18492         * modules/unistdio/u16-snprintf: New file.
18493         * modules/unistdio/u16-sprintf: New file.
18494         * modules/unistdio/u16-vasnprintf: New file.
18495         * modules/unistdio/u16-vasprintf: New file.
18496         * modules/unistdio/u16-vsnprintf: New file.
18497         * modules/unistdio/u16-vsprintf: New file.
18498         * modules/unistdio/u16-u16-asnprintf: New file.
18499         * modules/unistdio/u16-u16-asprintf: New file.
18500         * modules/unistdio/u16-u16-snprintf: New file.
18501         * modules/unistdio/u16-u16-sprintf: New file.
18502         * modules/unistdio/u16-u16-vasnprintf: New file.
18503         * modules/unistdio/u16-u16-vasprintf: New file.
18504         * modules/unistdio/u16-u16-vsnprintf: New file.
18505         * modules/unistdio/u16-u16-vsprintf: New file.
18506         * modules/unistdio/u32-asnprintf: New file.
18507         * modules/unistdio/u32-asprintf: New file.
18508         * modules/unistdio/u32-printf-parse: New file.
18509         * modules/unistdio/u32-snprintf: New file.
18510         * modules/unistdio/u32-sprintf: New file.
18511         * modules/unistdio/u32-vasnprintf: New file.
18512         * modules/unistdio/u32-vasprintf: New file.
18513         * modules/unistdio/u32-vsnprintf: New file.
18514         * modules/unistdio/u32-vsprintf: New file.
18515         * modules/unistdio/u32-u32-asnprintf: New file.
18516         * modules/unistdio/u32-u32-asprintf: New file.
18517         * modules/unistdio/u32-u32-snprintf: New file.
18518         * modules/unistdio/u32-u32-sprintf: New file.
18519         * modules/unistdio/u32-u32-vasnprintf: New file.
18520         * modules/unistdio/u32-u32-vasprintf: New file.
18521         * modules/unistdio/u32-u32-vsnprintf: New file.
18522         * modules/unistdio/u32-u32-vsprintf: New file.
18523         * modules/unistdio/ulc-asnprintf-tests: New file.
18524         * modules/unistdio/ulc-vasnprintf-tests: New file.
18525         * modules/unistdio/ulc-vasprintf-tests: New file.
18526         * modules/unistdio/ulc-vsnprintf-tests: New file.
18527         * modules/unistdio/ulc-vsprintf-tests: New file.
18528         * modules/unistdio/u8-asnprintf-tests: New file.
18529         * modules/unistdio/u8-vasnprintf-tests: New file.
18530         * modules/unistdio/u8-vasprintf-tests: New file.
18531         * modules/unistdio/u8-vsnprintf-tests: New file.
18532         * modules/unistdio/u8-vsprintf-tests: New file.
18533         * modules/unistdio/u16-asnprintf-tests: New file.
18534         * modules/unistdio/u16-vasnprintf-tests: New file.
18535         * modules/unistdio/u16-vasprintf-tests: New file.
18536         * modules/unistdio/u16-vsnprintf-tests: New file.
18537         * modules/unistdio/u16-vsprintf-tests: New file.
18538         * modules/unistdio/u32-asnprintf-tests: New file.
18539         * modules/unistdio/u32-vasnprintf-tests: New file.
18540         * modules/unistdio/u32-vasprintf-tests: New file.
18541         * modules/unistdio/u32-vsnprintf-tests: New file.
18542         * modules/unistdio/u32-vsprintf-tests: New file.
18543         * MODULES.html.sh (Unicode string functions): Add the new modules.
18544
18545 2007-07-01  Bruno Haible  <bruno@clisp.org>
18546
18547         * lib/sprintf.c (sprintf): Limit the available length estimation,
18548         to avoid address wraparound.
18549         * lib/vsprintf.c (vsprintf): Likewise.
18550         * modules/sprintf-posix (Dependencies): Add stdint.
18551         * modules/vsprintf-posix (Dependencies): Likewise.
18552
18553 2007-07-01  Bruno Haible  <bruno@clisp.org>
18554
18555         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
18556         Windows PATH as well. Conservative double-quoting. Comments.
18557
18558 2007-07-01  Bruno Haible  <bruno@clisp.org>
18559             Eric Blake  <ebb9@byu.net>
18560             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18561
18562         * gnulib-tool (self_abspathname): Fix algorithm to cope with
18563         empty components in $PATH, denoting '.'.
18564
18565 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18566
18567         * gnulib-tool: Fix indentation.
18568         (func_create_megatestdir): Likewise.
18569         Report by Bruno Haible.
18570
18571 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18572
18573         Sync from Automake.
18574         * build-aux/gnupload: Fix shell portability issues with for loops.
18575         Report by Karl Berry.
18576
18577 2007-06-29  Simon Josefsson  <simon@josefsson.org>
18578
18579         * build-aux/maint.mk (POURL): Use translationproject.org.
18580
18581 2007-06-27  Simon Josefsson  <simon@josefsson.org>
18582             Bruno Haible  <bruno@clisp.org>
18583
18584         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
18585         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
18586         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
18587         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
18588         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
18589
18590 2007-06-27  Bruno Haible  <bruno@clisp.org>
18591
18592         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
18593         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
18594
18595 2007-06-26  Karl Berry  <karl@gnu.org>
18596
18597         * MODULES.html.sh: remove xreadlink-with-size.
18598
18599 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18600
18601         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
18602         method that I hope also handles the double-include problem noted
18603         by Bruno Haible in
18604         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
18605
18606 2007-06-23  Bruno Haible  <bruno@clisp.org>
18607
18608         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18609         Don't let the 'mostlyclean' target fail if the last subdirectory could
18610         not be removed.
18611         Reported by Karl Berry.
18612
18613 2007-06-23  Bruno Haible  <bruno@clisp.org>
18614
18615         * gnulib-tool (echo): Add a speedier workaround for ksh.
18616         * tests/test-echo.sh: Likewise.
18617
18618 2007-06-23  Bruno Haible  <bruno@clisp.org>
18619
18620         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
18621         * tests/test-echo.sh: Likewise.
18622
18623 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18624
18625         * gnulib-tool (IFS): Initialize early, so we don't set it to
18626         empty later.
18627         (self_abspathname): Rewrite algorithm to set it, reindent.
18628         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
18629         (func_create_megatestdir): Merge some sed scripts.
18630
18631 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18632
18633         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
18634         exposed by Sun Studio 11 cc on Solaris 8.
18635
18636 2007-06-22  Bruno Haible  <bruno@clisp.org>
18637
18638         * gnulib-tool (echo): Ensure the echo primitive does not interpret
18639         backslashes.
18640         * tests/test-echo.sh: New file.
18641
18642 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18643
18644         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
18645         simplify `sed_replace_build_aux' scripts, they are portable but
18646         echoing them with `echo' is not.
18647         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
18648
18649 2007-06-21  Karl Berry  <karl@gnu.org>
18650
18651         * config/srclist.txt: guess we can't handle the licenses via
18652         srclist at the moment.
18653
18654 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         * MODULES.html.sh: Add include_next.
18657         * modules/include_next: New file.
18658
18659 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
18662         INCLUDE_NEXT.
18663         (gl_CHECK_NEXT_HEADERS): New macro.
18664         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
18665         the obsolescent gl_ABSOLUTE_HEADER.
18666         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
18667         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
18668         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
18669         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18670         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
18671         * m4/math_h.m4 (gl_MATH_H): Likewise.
18672         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18673         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
18674         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
18675         * m4/stdint.m4 (gl_STDINT_H): Likewise.
18676         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
18677         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
18678         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
18679         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18680         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18681         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
18682         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
18683         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
18684         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
18685         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
18686         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
18687         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18688         * m4/inttypes.m4 (gl_INTTYPES_H): Define
18689         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
18690         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
18691         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
18692         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
18693         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
18694         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
18695         * lib/float_.h: Likewise.
18696         * lib/inttypes_.h: Likewise.
18697         * lib/math_.h: Likewise.
18698         * lib/search_.h: Likewise.
18699         * lib/signal_.h: Likewise.
18700         * lib/stdint_.h: Likewise.
18701         * lib/stdio_.h: Likewise.
18702         * lib/stdlib_.h: Likewise.
18703         * lib/string_.h: Likewise.
18704         * lib/sys_stat_.h: Likewise.
18705         * lib/sys_time_.h: Likewise.
18706         * lib/time_.h: Likewise.
18707         * lib/unistd_.h: Likewise.
18708         * lib/wchar_.h: Likewise.
18709         * lib/wctype_.h: Likewise.
18710         * lib/dirent_.h: Likewise.
18711         * lib/iconv_.h: Likewise.
18712         * lib/locale_.h: Likewise.
18713         * lib/netinet_in_.h: Likewise.
18714         * lib/sys_select_.h: Likewise.
18715         * lib/sys_socket_.h: Likewise.
18716         * lib/sysexits_.h: Likewise.
18717         * modules/fcntl (Depends-on): Depend on include_next, not
18718         absolute_header.
18719         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
18720         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
18721         * modules/fchdir: Likewise.
18722         * modules/float: Likewise.
18723         * modules/iconv_open: Likewise.
18724         * modules/inttypes: Likewise.
18725         * modules/locale: Likewise.
18726         * modules/math: Likewise.
18727         * modules/netinet_in: Likewise.
18728         * modules/search: Likewise.
18729         * modules/signal: Likewise.
18730         * modules/stdint: Likewise.
18731         * modules/stdio: Likewise.
18732         * modules/stdlib: Likewise.
18733         * modules/string: Likewise.
18734         * modules/sys_select: Likewise.
18735         * modules/sys_socket: Likewise.
18736         * modules/sys_stat: Likewise.
18737         * modules/sys_time: Likewise.
18738         * modules/sysexits: Likewise.
18739         * modules/time: Likewise.
18740         * modules/unistd: Likewise.
18741         * modules/wchar: Likewise.
18742         * modules/wctype: Likewise.
18743         * modules/sys_stat: Change maintainer to "all".
18744         * modules/unistd: Likewise.
18745
18746 2007-06-20  Karl Berry  <karl@gnu.org>
18747
18748         * config/srclist.txt: track www changes in license files.
18749
18750 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
18751
18752         * build-aux/bootstrap: Remove stray dot.
18753         Make sure build_aux settings are honored when linking
18754         gnulib_extra_files.
18755
18756 2007-06-19  Eric Blake  <ebb9@byu.net>
18757
18758         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18759         Allow compilation on cygwin.
18760
18761 2007-06-19  Jim Meyering  <jim@meyering.net>
18762
18763         xreadlink-with-size: Remove module.  No longer used.
18764         Ex-callers now use xreadlink or mreadlink-with-size.
18765         * modules/xreadlink-with-size: Remove module.
18766         * lib/xreadlink-with-size.c: Remove file.
18767         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
18768         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
18769         just before the function definition *is* accurate.
18770
18771         Eliminate one way canonicalize_filename_mode could exit.
18772         * lib/canonicalize.c (canonicalize_filename_mode):
18773         Use mreadlink_with_size, not xreadlink_with_size.
18774
18775 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
18776
18777         Detect porting problems to FreeBSD/arm, which has time_t wider than
18778         long int.  Original problem reported for GNU diff by Xin Li in
18779         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
18780         * modules/getdate (Depends-on): Add intprops, verify.
18781         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
18782         is an integer type no wider than long int.
18783
18784 2007-06-18  Jim Meyering  <jim@meyering.net>
18785
18786         New module: mreadlink-with-size.
18787         * MODULES.html.sh: Add mreadlink-with-size.
18788         * modules/mreadlink-with-size: New module
18789         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
18790         not xreadlink-with-size.
18791         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
18792
18793 2007-06-16  Bruno Haible  <bruno@clisp.org>
18794
18795         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
18796         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
18797         Reported by Gary V. Vaughan <gary@gnu.org>.
18798
18799 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
18800
18801         Revamp lchown so that it lives in unistd.h where it belongs.
18802         * lib/lchown.h: Remove.
18803         * lib/dirchownmod.c: Don't include lib/lchown.h.
18804         * lib/fchownat.c: Likewise.
18805         * lib/openat.c: Likewise.
18806         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
18807         does not follow symlinks.
18808         (EOPNOTSUPP): Define if not defined.
18809         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
18810         is defined to 0.
18811         (lchown): New decl.
18812         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
18813         Do not check for lchown decl.
18814         Set REPLACE_LCHOWN.
18815         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
18816         REPLACE_LCHOWN.
18817         * modules/chown: Make it clear it follows symlinks.
18818         * modules/lchown: Make it clear it doesn't follow symlinks.
18819         (Files): Remove lib/lchown.h
18820         (Depends-on): Add unistd.
18821         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
18822         (Include): Include <unistd.h>, not "lchown.h".
18823         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
18824         REPLACE_LCHOWN.
18825
18826 2007-06-15  Jim Meyering  <jim@meyering.net>
18827
18828         Change license (GPL to LGPL) of fsusage and dependents.
18829         * modules/fsusage (License): Change to LGPL.
18830         * modules/full-read (License): Likewise.
18831         * modules/full-write (License): Likewise.
18832         * modules/safe-read (License): Likewise.
18833         * modules/safe-write (License): Likewise.
18834
18835 2007-06-14  Ben Pfaff  <blp@gnu.org>
18836
18837         Missing part of allocsa -> malloca transition.
18838         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
18839         gl_MALLOCA.
18840
18841 2007-06-12  Bruno Haible  <bruno@clisp.org>
18842
18843         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
18844         to ia64, x86_64, i386.
18845         Reported by Eric Blake.
18846
18847 2007-06-12  Bruno Haible  <bruno@clisp.org>
18848
18849         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
18850         cross-compiling to x86_64.
18851
18852 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
18853
18854         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
18855         glitch reported by Ralf Wildenhues in
18856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
18857
18858         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
18859         Vin Shelton.
18860
18861 2007-06-11  Bruno Haible  <bruno@clisp.org>
18862
18863         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
18864         replacement string.
18865         Reported by Eric Blake.
18866
18867 2007-06-10  Bruno Haible  <bruno@clisp.org>
18868
18869         Prepare vasnprintf code for use with Unicode strings.
18870         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
18871         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
18872         TYPE_U32_STRING.
18873         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
18874         a_u32_string variants.
18875         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18876         * lib/printf-args.c: Don't include config.h and the specification
18877         header if PRINTF_FETCHARGS is already defined.
18878         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18879         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
18880         TYPE_U16_STRING, TYPE_U32_STRING.
18881         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
18882         u16_directive, u16_directives, u32_directive, u32_directives): New
18883         types.
18884         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
18885         New declarations.
18886         * lib/printf-parse.c: Don't include config.h and the specification
18887         header if PRINTF_PARSE is already defined. Eliminate the set of
18888         parameters for WIDE_CHAR_VERSION; the user of this file must provide
18889         them now. Include c-ctype.h.
18890         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
18891         directive and CHAR_T_ONLY_ASCII.
18892         * lib/vasnprintf.c: Don't include config.h and the specification header
18893         if VASNPRINTF is already defined.
18894         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
18895         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
18896         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
18897         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
18898         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
18899         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
18900         code accordingly.
18901         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
18902         pad_ourselves also in this case, with the 'c' and 's' directives, and
18903         with a different notion of "width".
18904         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
18905
18906 2007-06-10  Bruno Haible  <bruno@clisp.org>
18907
18908         * modules/unistr/u32-mbsnlen: New file.
18909         * lib/unistr/u32-mbsnlen.c: New file.
18910
18911         * modules/unistr/u16-mbsnlen: New file.
18912         * lib/unistr/u16-mbsnlen.c: New file.
18913
18914         * modules/unistr/u8-mbsnlen: New file.
18915         * lib/unistr/u8-mbsnlen.c: New file.
18916
18917         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
18918         declarations.
18919
18920 2007-06-10  Bruno Haible  <bruno@clisp.org>
18921
18922         * lib/string_.h (mbsnlen): New declaration.
18923         * lib/mbsnlen.c: New file.
18924         * m4/mbsnlen.m4: New file.
18925         * modules/mbsnlen: New file.
18926         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
18927         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
18928         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
18929
18930 2007-06-10  Bruno Haible  <bruno@clisp.org>
18931
18932         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
18933
18934 2007-06-10  Bruno Haible  <bruno@clisp.org>
18935
18936         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
18937         * lib/mbuiter.h: Likewise.
18938
18939 2007-06-10  Bruno Haible  <bruno@clisp.org>
18940
18941         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
18942         declaration.
18943
18944 2007-06-10  Karl Berry  <karl@gnu.org>
18945
18946         * config/srclist.txt: remove gettext entries, Bruno prefers
18947         to update individually.
18948
18949 2007-06-10  Bruno Haible  <bruno@clisp.org>
18950
18951         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
18952         'maxlen'. Ensure only length + width bytes are allocated, not
18953         length + 1 + width.
18954
18955 2007-06-09  Bruno Haible  <bruno@clisp.org>
18956
18957         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
18958         (CHAR_T): Remove macro.
18959         (VASNPRINTF): Update.
18960
18961 2007-06-09  Bruno Haible  <bruno@clisp.org>
18962
18963         * MODULES.html.sh (Unicode string functions): Add the new modules.
18964
18965         * modules/uniconv/u32-conv-to-enc: New file.
18966         * lib/uniconv/u32-conv-to-enc.c: New file.
18967         * modules/uniconv/u32-conv-to-enc-tests: New file.
18968         * tests/uniconv/test-u32-conv-to-enc.c: New file.
18969
18970         * modules/uniconv/u16-conv-to-enc: New file.
18971         * lib/uniconv/u16-conv-to-enc.c: New file.
18972         * lib/uniconv/u-conv-to-enc.h: New file.
18973         * modules/uniconv/u16-conv-to-enc-tests: New file.
18974         * tests/uniconv/test-u16-conv-to-enc.c: New file.
18975
18976         * modules/uniconv/u8-conv-to-enc: New file.
18977         * lib/uniconv/u8-conv-to-enc.c: New file.
18978         * modules/uniconv/u8-conv-to-enc-tests: New file.
18979         * tests/uniconv/test-u8-conv-to-enc.c: New file.
18980
18981         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
18982         u32_conv_to_encoding): New declarations.
18983
18984 2007-06-09  Bruno Haible  <bruno@clisp.org>
18985
18986         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
18987
18988 2007-06-09  Bruno Haible  <bruno@clisp.org>
18989
18990         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
18991         * modules/malloca: Renamed from modules/allocsa, updated.
18992         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
18993         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
18994         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
18995         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
18996         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
18997         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
18998         * modules/xmalloca: Renamed from modules/xallocsa, updated.
18999         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
19000         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
19001         * modules/c-strcasestr (Depends-on): Update.
19002         * lib/c-strcasestr.c: Update.
19003         * modules/c-strstr (Depends-on): Update.
19004         * lib/c-strstr.c: Update.
19005         * modules/canonicalize-lgpl (Depends-on): Update.
19006         * lib/canonicalize-lgpl.c: Update.
19007         * modules/clean-temp (Depends-on): Update.
19008         * lib/clean-temp.c: Update.
19009         * modules/csharpcomp (Depends-on): Update.
19010         * lib/csharpcomp.c: Update.
19011         * modules/csharpexec (Depends-on): Update.
19012         * lib/csharpexec.c: Update.
19013         * modules/javacomp (Depends-on): Update.
19014         * lib/javacomp.c: Update.
19015         * modules/javaexec (Depends-on): Update.
19016         * lib/javaexec.c: Update.
19017         * modules/mbscasestr (Depends-on): Update.
19018         * lib/mbscasestr.c: Update.
19019         * modules/mbsstr (Depends-on): Update.
19020         * lib/mbsstr.c: Update.
19021         * modules/setenv (Depends-on): Update.
19022         * lib/setenv.c: Update.
19023         * modules/strcasestr (Depends-on): Update.
19024         * lib/strcasestr.c: Update.
19025         * modules/striconveha (Depends-on): Update.
19026         * lib/striconveha.c: Update.
19027         * modules/relocatable-prog-wrapper (Files): Update.
19028         * lib/relocwrapper.c: Update.
19029         * build-aux/install-reloc: Update.
19030         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
19031
19032 2007-06-08  Bruno Haible  <bruno@clisp.org>
19033
19034         Port to uClibc.
19035         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
19036         * lib/fpurge.c (fpurge): Likewise.
19037         * lib/freading.c (freading): Likewise.
19038         * lib/fseeko.c (rpl_fseeko): Likewise.
19039         * lib/fseterr.c (fseterr): Likewise.
19040         * lib/fwriting.c (fwriting): Likewise.
19041         * tests/test-fflush.c (main): Avoid a failure on uClibc.
19042
19043 2007-06-08  Bruno Haible  <bruno@clisp.org>
19044
19045         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
19046         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
19047         * modules/gettext (Files): Add m4/intlmacosx.m4.
19048
19049 2007-06-07  Bruno Haible  <bruno@clisp.org>
19050
19051         * modules/localename-tests: New file.
19052         * tests/test-localename.c: New file.
19053
19054         New module 'localename'.
19055         * lib/localename.h: New file.
19056         * lib/localename.c: New file, from GNU gettext.
19057         * m4/localename.m4: New file.
19058         * modules/localename: New file.
19059
19060 2007-06-07  Bruno Haible  <bruno@clisp.org>
19061
19062         Work around the lack of <wchar.h> on some builds of uClibc.
19063         * doc/headers/wchar.texi: Update.
19064         * lib/wchar_.h: Include <wchar.h> only if it exists.
19065         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
19066         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
19067         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
19068         doesn't exist.
19069         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
19070         * modules/mbfile (Depends-on): Add wchar.
19071         * modules/mbiter (Depends-on): Likewise.
19072         * modules/mbuiter (Depends-on): Likewise.
19073         Reported by Simon Josefsson.
19074
19075 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         Work around problem reported by Steven M. Schweda in
19078         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19079         Tru64 5.1B with the Compaq compiler environment installed declares
19080         an 'isblank' function but does not define it in the C library.
19081         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
19082         * lib/regex_internal.h (isblank): Likewise.
19083         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
19084         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19085
19086 2007-06-05  Bruno Haible  <bruno@clisp.org>
19087
19088         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
19089         ia64.
19090         * modules/printf-safe: New file.
19091         * modules/fprintf-posix (Depends-on): Add printf-safe.
19092         * modules/printf-posix (Depends-on): Likewise.
19093         * modules/snprintf-posix (Depends-on): Likewise.
19094         * modules/sprintf-posix (Depends-on): Likewise.
19095         * modules/vasnprintf-posix (Depends-on): Likewise.
19096         * modules/vasprintf-posix (Depends-on): Likewise.
19097         * modules/vfprintf-posix (Depends-on): Likewise.
19098         * modules/vprintf-posix (Depends-on): Likewise.
19099         * modules/vsnprintf-posix (Depends-on): Likewise.
19100         * modules/vsprintf-posix (Depends-on): Likewise.
19101         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
19102         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
19103         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
19104         "no" on i386, x86_64, ia64.
19105         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
19106         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19107         on i386, x86_64, ia64.
19108         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
19109         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19110         on i386, x86_64, ia64.
19111         * tests/test-vasnprintf-posix.c: Include float.h.
19112         (LDBL80_WORDS): New macro.
19113         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19114         on i386, x86_64, ia64.
19115         * tests/test-vasprintf-posix.c: Include float.h.
19116         (LDBL80_WORDS): New macro.
19117         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19118         on i386, x86_64, ia64.
19119         * tests/test-snprintf-posix.c: Include float.h.
19120         * tests/test-sprintf-posix.c: Likewise.
19121         * tests/test-vsnprintf-posix.c: Likewise.
19122         * tests/test-vsprintf-posix.c: Likewise.
19123
19124 2007-06-05  Bruno Haible  <bruno@clisp.org>
19125
19126         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
19127         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
19128         non-IEEE numbers on i386, x86_64, ia64.
19129         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
19130         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
19131         * tests/test-isnanl.h: Include float.h.
19132         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
19133
19134 2007-06-05  Bruno Haible  <bruno@clisp.org>
19135
19136         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
19137         also the %a / %A. Handle the %a / %A code before this extra handling.
19138
19139 2007-06-05  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
19142         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
19143
19144 2007-06-05  Bruno Haible  <bruno@clisp.org>
19145
19146         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
19147         typo in variable name.
19148
19149 2007-06-05  Eric Blake  <ebb9@byu.net>
19150
19151         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
19152         Reported by Simon Josefsson.
19153
19154 2007-06-04  Bruno Haible  <bruno@clisp.org>
19155
19156         Avoid test failures on some PowerPC platforms.
19157         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
19158         Define differently for PowerPC.
19159         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
19160         Reported by Gary V. Vaughan <gary@gnu.org>.
19161
19162 2007-06-02  Bruno Haible  <bruno@clisp.org>
19163
19164         Fix test-stdint failure on FreeBSD/ia64.
19165         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
19166         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
19167         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
19168         * doc/headers/stdint.texi: Update.
19169
19170 2007-06-01  Bruno Haible  <bruno@clisp.org>
19171
19172         * tests/test-binary-io.c (main): Pass a third argument to open().
19173         Reported by Gary V. Vaughan <gary@gnu.org>.
19174
19175 2007-06-01  Bruno Haible  <bruno@clisp.org>
19176
19177         * doc/functions/frexpl.texi: Update for mingw.
19178
19179 2007-06-01  Bruno Haible  <bruno@clisp.org>
19180
19181         * tests/test-lseek.c (main): Disable test of errno for invalid third
19182         argument.
19183         * doc/functions/lseek.texi: Update.
19184         Reported by Gary V. Vaughan <gary@gnu.org>.
19185
19186 2007-05-28  Bruno Haible  <bruno@clisp.org>
19187
19188         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
19189
19190 2007-05-31  Eric Blake  <ebb9@byu.net>
19191
19192         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
19193         cross compiling.
19194
19195 2007-05-30  Eric Blake  <ebb9@byu.net>
19196         and Bruno Haible  <bruno@clisp.org>
19197
19198         Work around mingw test failures exposed by m4-1.4.9b.
19199         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
19200         * tests/test-unistd.c: Disable uid_t and git_t tests for the
19201         moment.
19202
19203 2007-05-30  Bruno Haible  <bruno@clisp.org>
19204
19205         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
19206         assuming that they are closed. Needed on HP-UX 11.
19207
19208 2007-05-29  Bruno Haible  <bruno@clisp.org>
19209
19210         Fix a problem with #include_next.
19211         * lib/dirent_.h: Split the double-inclusion guard.
19212         * lib/fcntl_.h: Likewise.
19213         * lib/float_.h: Likewise.
19214         * lib/iconv_.h: Likewise.
19215         * lib/inttypes_.h: Likewise.
19216         * lib/locale_.h: Likewise.
19217         * lib/math_.h: Likewise.
19218         * lib/netinet_in_.h: Likewise.
19219         * lib/search_.h: Likewise.
19220         * lib/signal_.h: Likewise.
19221         * lib/stdint_.h: Likewise.
19222         * lib/stdio_.h: Likewise.
19223         * lib/stdlib_.h: Likewise.
19224         * lib/string_.h: Likewise.
19225         * lib/sys_select_.h: Likewise.
19226         * lib/sys_socket_.h: Likewise.
19227         * lib/sys_stat_.h: Likewise.
19228         * lib/sys_time_.h: Likewise.
19229         * lib/sysexits_.h: Likewise.
19230         * lib/time_.h: Likewise.
19231         * lib/unistd_.h: Likewise.
19232         * lib/wchar_.h: Likewise.
19233         * lib/wctype_.h: Likewise.
19234
19235 2007-05-29  Bruno Haible  <bruno@clisp.org>
19236
19237         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
19238         for the moment.
19239
19240 2007-05-29  Bruno Haible  <bruno@clisp.org>
19241
19242         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
19243         invocation.
19244         Reported by Eric Blake.
19245
19246 2007-05-29  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
19249         compiling case.
19250
19251 2007-05-29  Eric Blake  <ebb9@byu.net>
19252             Bruno Haible  <bruno@clisp.org>
19253
19254         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
19255         cross compiles.
19256
19257 2007-05-28  Eric Blake  <ebb9@byu.net>
19258
19259         * modules/closein-tests (test_closein_LDADD): Support test on
19260         cygwin with libtool.
19261
19262 2007-05-28  Bruno Haible  <bruno@clisp.org>
19263
19264         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
19265         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19266         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19267         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19268         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19269         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19270         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19271         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19272         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19273
19274 2007-05-28  Eric Blake  <ebb9@byu.net>
19275
19276         Unconditionally include <config.h> in unit tests.
19277         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
19278         * tests/test-allocsa.c, tests/test-arcfour.c,
19279         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
19280         tests/test-array_list.c, tests/test-array_oset.c,
19281         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
19282         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
19283         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
19284         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
19285         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
19286         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
19287         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
19288         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
19289         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
19290         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
19291         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
19292         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
19293         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
19294         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
19295         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
19296         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
19297         test-md5.c, test-memmem.c, test-printf-posix.c,
19298         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
19299         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
19300         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
19301         test-strcasestr.c, test-striconv.c, test-striconveh.c,
19302         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
19303         test-vasnprintf-posix2.c, test-vasnprintf.c,
19304         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
19305         test-vfprintf-posix.c, test-vprintf-posix.c,
19306         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
19307         test-xvasprintf.c: Likewise.
19308
19309 2007-05-28  Bruno Haible  <bruno@clisp.org>
19310
19311         * gnulib-tool (func_import): Remember the --with-tests command-line
19312         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
19313         Reported by Eric Blake.
19314
19315 2007-05-28  Bruno Haible  <bruno@clisp.org>
19316
19317         * modules/ftell-tests: New file.
19318         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
19319         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
19320
19321         * lib/ftell.c: New file.
19322         * modules/ftell: New file.
19323         * m4/ftell.m4: New file.
19324         * doc/functions/ftell.texi: Update.
19325         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19326         REPLACE_FTELL.
19327         * lib/stdio_.h (rpl_ftell): New declaration.
19328         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19329         REPLACE_FTELL.
19330
19331 2007-05-28  Eric Blake  <ebb9@byu.net>
19332
19333         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19334
19335 2007-05-28  Bruno Haible  <bruno@clisp.org>
19336
19337         * modules/fseek-tests: New file.
19338         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19339         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19340
19341         * lib/fseek.c: New file.
19342         * modules/fseek: New file.
19343         * m4/fseek.m4: New file.
19344         * doc/functions/fseek.texi: Update.
19345         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19346         REPLACE_FSEEK.
19347         * lib/stdio_.h (rpl_fseek): New declaration.
19348         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19349         REPLACE_FSEEK.
19350
19351 2007-05-28  Bruno Haible  <bruno@clisp.org>
19352
19353         * lib/stdio_.h (fflush): More comments.
19354
19355 2007-05-28  Bruno Haible  <bruno@clisp.org>
19356
19357         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19358         runtime test.
19359
19360 2007-05-28  Eric Blake  <ebb9@byu.net>
19361
19362         Improve lseek module.
19363         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19364         * lib/unistd_.h (lseek): Scale back link warning message.
19365         * tests/test-lseek.c: Beef up test.
19366         * tests/test-lseek.sh: Exercise more facets of lseek.
19367         Reported by Bruno Haible.
19368
19369 2007-05-28  Bruno Haible  <bruno@clisp.org>
19370
19371         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19372         to define.
19373
19374 2007-05-27  Bruno Haible  <bruno@clisp.org>
19375
19376         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19377
19378 2007-05-27  Bruno Haible  <bruno@clisp.org>
19379
19380         * modules/openmp: New file.
19381         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19382         Noah Misch.
19383
19384 2007-05-26  Bruno Haible  <bruno@clisp.org>
19385
19386         * modules/chdir-long (Depends-on): Add fchdir.
19387         * modules/chdir-safer (Depends-on): Likewise.
19388         * modules/fts (Depends-on): Likewise.
19389         * modules/fts-lgpl (Depends-on): Likewise.
19390         * modules/openat (Depends-on): Likewise.
19391         * modules/savewd (Depends-on): Likewise.
19392
19393 2007-05-24  Eric Blake  <ebb9@byu.net>
19394
19395         Fix lseek on mingw.
19396         * modules/lseek: New module.
19397         * m4/lseek.m4: New file.
19398         * lib/lseek.c: New file.
19399         * modules/lseek-tests: New file.
19400         * tests/test-lseek.c: New file.
19401         * tests/test-lseek.sh: New file.
19402         * MODULES.html.sh: Document lseek module.
19403         * modules/fflush (Depends-on): Add lseek, fseeko.
19404         * modules/fseeko (Depends-on): Likewise.
19405         * modules/ftello (Depends-on): Likewise.
19406         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19407         broken.
19408         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19409         broken.
19410         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19411         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19412         * lib/ftello.c (rpl_ftello): Likewise.
19413         * tests/test-fseeko.c (main): Test this.
19414         * tests/test-fseeko.sh: Likewise.
19415         * tests/test-ftello.c (main): Likewise.
19416         * tests/test-ftello.sh: Likewise.
19417         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19418         implies replacing fseek.
19419         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19420         HAVE_FTELLO.
19421         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19422         * modules/unistd (Makefile.am): Likewise.
19423         * lib/unistd_.h (lseek): Declare a replacement.
19424         * doc/functions/lseek.texi (lseek): Document this fix.
19425         * doc/functions/fseek.texi (fseek): Likewise.
19426         * doc/functions/ftell.texi (ftell): Likewise.
19427
19428 2007-05-24  Bruno Haible  <bruno@clisp.org>
19429
19430         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
19431         in the printed representation of a NaN.
19432         * tests/test-vasprintf-posix.c (test_function): Likewise.
19433         * tests/test-snprintf-posix.h (test_function): Likewise.
19434         * tests/test-sprintf-posix.h (test_function): Likewise.
19435         Reported by Eric Blake.
19436
19437 2007-05-23  Eric Blake  <ebb9@byu.net>
19438
19439         Fix fseeko/ftello on cygwin 1.5.24.
19440         * doc/functions/fseeko.texi (fseeko): Document the fix.
19441         * doc/functions/ftello.texi (ftello): Document the fix.
19442         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
19443         * doc/functions/stdout.text (stdout): New file.
19444         * doc/functions/stderr.text (stderr): New file.
19445         * doc/gnulib.texi (Function Substitutes): Use new files.
19446         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
19447         prior to 1.7.0.
19448         * tests/test-ftello.c (main): Likewise for ftello.
19449         * tests/test-fseeko.sh: New file.
19450         * tests/test-ftello.sh: New file.
19451         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
19452         with seekable stdin.
19453         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
19454         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
19455         (gl_REPLACE_FSEEKO): New macro.
19456         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
19457         * modules/fseeko (Files): Distribute fseeko.c.
19458         * modules/ftello (Files): Distribute ftello.c.
19459         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
19460         mode.
19461         * lib/ftello.c (rpl_ftello): New file.
19462         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
19463         fseeko, ftello.
19464         (gl_STDIN_LARGE_OFFSET): New macro.
19465         * modules/stdio (Makefile.am): Perform the replacement.
19466         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
19467
19468 2007-05-23  Bruno Haible  <bruno@clisp.org>
19469
19470         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
19471         GNULIB_POSIXCHECK is defined.
19472
19473 2007-05-21  Bruno Haible  <bruno@clisp.org>
19474
19475         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
19476         Check also the output for NaN arguments. When cross-compiling, guess
19477         no on IRIX.
19478         * lib/vasnprintf.c: Update comments.
19479         * tests/test-vasnprintf-posix.c (strisnan): New function.
19480         (test_function): Use it.
19481         * tests/test-vasprintf-posix.c (strisnan): New function.
19482         (test_function): Use it.
19483         * tests/test-snprintf-posix.h (strisnan): New function.
19484         (test_function): Use it.
19485         * tests/test-sprintf-posix.h (strisnan): New function.
19486         (test_function): Use it.
19487         Reported by Eric Blake.
19488
19489 2007-05-20  Bruno Haible  <bruno@clisp.org>
19490
19491         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
19492         numbers that fails on BeOS.
19493         * doc/functions/frexpl.texi: Update.
19494
19495 2007-05-20  Jim Meyering  <jim@meyering.net>
19496
19497         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
19498         forced upon us by glibc-2.6.
19499
19500 2007-05-20  Bruno Haible  <bruno@clisp.org>
19501
19502         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
19503         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
19504         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
19505         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
19506         NEED_PRINTF_INFINITE.
19507         (is_infinitel): New function.
19508         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
19509         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
19510         gl_PREREQ_VASNPRINTF_INFINITE.
19511         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
19512         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19513         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
19514         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
19515         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
19516         gl_PREREQ_VASNPRINTF_INFINITE.
19517         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19518         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19519         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19520         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19521         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19522         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19523         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19524         * doc/functions/fprintf.texi: Update.
19525         * doc/functions/printf.texi: Update.
19526         * doc/functions/snprintf.texi: Update.
19527         * doc/functions/sprintf.texi: Update.
19528         * doc/functions/vfprintf.texi: Update.
19529         * doc/functions/vprintf.texi: Update.
19530         * doc/functions/vsnprintf.texi: Update.
19531         * doc/functions/vsprintf.texi: Update.
19532
19533 2007-05-20  Bruno Haible  <bruno@clisp.org>
19534
19535         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
19536         was not found in libc.
19537         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
19538
19539 2007-05-20  Bruno Haible  <bruno@clisp.org>
19540
19541         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19542         printed as "-nan" instead of "nan".
19543         * tests/test-vasprintf-posix.c (test_function): Likewise.
19544         * tests/test-snprintf-posix.h (test_function): Likewise.
19545         * tests/test-sprintf-posix.h (test_function): Likewise.
19546         Needed for HP-UX 11.
19547
19548 2007-05-20  Jim Meyering  <jim@meyering.net>
19549
19550         Fix buggy test for the fchownat-deref bug.
19551         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
19552         symlink required for the run-test.  Without it, this test would
19553         always declare that fchownat doesn't work, and client code would
19554         unnecessarily use the replacement function with fixed libc.
19555         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
19556         Reported by Greg Schafer.
19557
19558 2007-05-19  Bruno Haible  <bruno@clisp.org>
19559
19560         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
19561         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
19562         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
19563         Needed for IRIX 6.5 and Solaris 2.5.1.
19564
19565 2007-05-19  Bruno Haible  <bruno@clisp.org>
19566
19567         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
19568         (test_function): Skip tests involving -0.0 on platforms where
19569         -0.0 = 0.0.
19570         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
19571         (test_function): Skip tests involving -0.0 on platforms where
19572         -0.0 = 0.0.
19573         * tests/test-snprintf-posix.h (have_minus_zero): New function.
19574         (test_function): Skip tests involving -0.0 on platforms where
19575         -0.0 = 0.0.
19576         * tests/test-sprintf-posix.h (have_minus_zero): New function.
19577         (test_function): Skip tests involving -0.0 on platforms where
19578         -0.0 = 0.0.
19579         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
19580         tests.
19581         * tests/test-printf-posix.h (test_function): Likewise.
19582         * tests/test-printf-posix.output: Remove all -0.0 related results.
19583         Needed for IRIX 6.5.
19584
19585 2007-05-19  Bruno Haible  <bruno@clisp.org>
19586
19587         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19588         printed as "nan0x7fffffff" instead of "nan".
19589         * tests/test-vasprintf-posix.c (test_function): Likewise.
19590         * tests/test-snprintf-posix.h (test_function): Likewise.
19591         * tests/test-sprintf-posix.h (test_function): Likewise.
19592         * tests/test-fprintf-posix.h (NaN): Remove macro.
19593         (test_function): Remove all NaN related tests.
19594         * tests/test-printf-posix.h (NaN): Remove macro.
19595         (test_function): Remove all NaN related tests.
19596         * tests/test-printf-posix.output: Remove all NaN related results.
19597         Needed for IRIX 6.5.
19598
19599 2007-05-19  Bruno Haible  <bruno@clisp.org>
19600
19601         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
19602         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
19603
19604 2007-05-19  Bruno Haible  <bruno@clisp.org>
19605
19606         * lib/float_.h: New file.
19607         * m4/float_h.m4: New file.
19608         * modules/float: New file.
19609         * modules/isnanl (Dependencies): Add float.
19610         * modules/isnanl-nolibm (Dependencies): Likewise.
19611         * modules/mathl (Dependencies): Likewise.
19612         * modules/printf-frexpl (Dependencies): Likewise.
19613         * modules/signbit (Dependencies): Likewise.
19614         * modules/vasnprintf (Dependencies): Likewise.
19615         * doc/headers/float.texi: Update.
19616
19617 2007-05-19  Jim Meyering  <jim@meyering.net>
19618
19619         * lib/utimens.c (gl_futimens): Rename from futimens,
19620         now that glibc-2.6 declares futimens.
19621         * lib/utimens.h: Likewise.
19622
19623 2007-05-19  Bruno Haible  <bruno@clisp.org>
19624
19625         Avoid test failures on mingw.
19626         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
19627         * tests/test-printf-posix.sh: Likewise.
19628         * tests/test-vfprintf-posix.sh: Likewise.
19629         * tests/test-vprintf-posix.sh: Likewise.
19630
19631 2007-05-19  Bruno Haible  <bruno@clisp.org>
19632
19633         Fix *printf result for NaN, Inf, -0.0 on mingw.
19634         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
19635         * lib/vasnprintf.c: Include math.h and isnan.h.
19636         (is_infinite_or_zero): New function.
19637         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
19638         values in the %f, %F, %e, %E, %g, %G directives.
19639         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
19640         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19641         gl_PRINTF_INFINITE and test its result. Invoke
19642         gl_PREREQ_VASNPRINTF_INFINITE.
19643         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19644         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19645         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19646         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19647         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19648         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19649         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19650         * doc/functions/fprintf.texi: Update.
19651         * doc/functions/printf.texi: Update.
19652         * doc/functions/snprintf.texi: Update.
19653         * doc/functions/sprintf.texi: Update.
19654         * doc/functions/vfprintf.texi: Update.
19655         * doc/functions/vprintf.texi: Update.
19656         * doc/functions/vsnprintf.texi: Update.
19657         * doc/functions/vsprintf.texi: Update.
19658
19659 2007-05-19  Bruno Haible  <bruno@clisp.org>
19660
19661         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
19662         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
19663         Instead of multiplying with 10^k, set extra_zeroes to k.
19664         (scale10_round_long_double): Remove function.
19665
19666 2007-05-18  Bruno Haible  <bruno@clisp.org>
19667
19668         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
19669         introduced on 2007-05-06.
19670
19671 2007-05-18  Bruno Haible  <bruno@clisp.org>
19672
19673         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
19674         %g directives.
19675         * tests/test-vasprintf-posix.c (test_function): Likewise.
19676         * tests/test-snprintf-posix.h (test_function): Likewise.
19677         * tests/test-sprintf-posix.h (test_function): Likewise.
19678
19679 2007-05-18  Bruno Haible  <bruno@clisp.org>
19680
19681         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
19682         (strmatch): New function.
19683         (test_function): Test the %f directive on numbers of various exponents.
19684         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
19685         (strmatch): New function.
19686         (test_function): Test the %f directive on numbers of various exponents.
19687         * tests/test-snprintf-posix.h (strmatch): New function.
19688         (test_function): Test the %f directive on numbers of various exponents.
19689         * tests/test-sprintf-posix.h (strmatch): New function.
19690         (test_function): Test the %f directive on numbers of various exponents.
19691         * tests/test-snprintf-posix.c (SIZEOF): New macro.
19692         * tests/test-sprintf-posix.c (SIZEOF): New macro.
19693         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
19694         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
19695
19696 2007-05-18  Bruno Haible  <bruno@clisp.org>
19697
19698         Add support for 'long double' number output.
19699         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
19700         * lib/vasnprintf.c: Include math.h and float+.h.
19701         (mp_limb_t): New type.
19702         (GMP_LIMB_BITS): New macro.
19703         (mp_twolimb_t): New type.
19704         (GMP_TWOLIMB_BITS): New macro.
19705         (mpn_t): New type.
19706         (multiply, divide, convert_to_decimal, decode_long_double,
19707         scale10_round_long_double, scale10_round_decimal_long_double,
19708         floorlog10l): New functions.
19709         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
19710         for the %f, %F, %e, %E, %g, %G directives.
19711         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
19712         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19713         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
19714         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
19715         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19716         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19717         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19718         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19719         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19720         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19721         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19722         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
19723         * modules/snprintf-posix (Depends-on): Likewise.
19724         * modules/sprintf-posix (Depends-on): Likewise.
19725         * modules/vasnprintf-posix (Depends-on): Likewise.
19726         * modules/vasprintf-posix (Depends-on): Likewise.
19727         * modules/vfprintf-posix (Depends-on): Likewise.
19728         * modules/vsnprintf-posix (Depends-on): Likewise.
19729         * modules/vsprintf-posix (Depends-on): Likewise.
19730         * modules/vasnprintf (Files): Add lib/float+.h.
19731         * doc/functions/fprintf.texi: Update.
19732         * doc/functions/printf.texi: Update.
19733         * doc/functions/snprintf.texi: Update.
19734         * doc/functions/sprintf.texi: Update.
19735         * doc/functions/vfprintf.texi: Update.
19736         * doc/functions/vprintf.texi: Update.
19737         * doc/functions/vsnprintf.texi: Update.
19738         * doc/functions/vsprintf.texi: Update.
19739
19740 2007-05-18  Bruno Haible  <bruno@clisp.org>
19741
19742         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
19743
19744 2007-05-18  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
19747         for printing 64-bit integers. Needed for mingw.
19748
19749 2007-05-18  Bruno Haible  <bruno@clisp.org>
19750
19751         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19752         gl_FUNC_FREXPL_WORKS.
19753         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
19754
19755 2007-05-18  Bruno Haible  <bruno@clisp.org>
19756
19757         * modules/frexpl-nolibm-tests: New file.
19758
19759         * modules/frexpl-nolibm: New file.
19760         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
19761
19762 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19763
19764         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
19765         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19766         GCC 4.2, which otherwise issues a lot of warnings.
19767         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
19768         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
19769         Likewise.
19770         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
19771         * modules/iconv_open (iconv.h): Likewise.
19772         * modules/locale (locale.h): Likewise.
19773         * modules/netinet_in (netinet/in.h): Likewise.
19774         * modules/sys_select (sys_select.h): Likewise.
19775         * modules/sys_socket (sys/socket.h): Likewise.
19776         * modules/sys_stat (sys/stat.h): Likewise.
19777         * modules/sysexits (sysexits.h): Likewise.
19778         * modules/unistd (unistd.h): Likewise.
19779
19780 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19781
19782         * modules/closein-tests (Makefile.am): Distribute
19783         `test-closein.sh'.
19784
19785 2007-05-17  Bruno Haible  <bruno@clisp.org>
19786
19787         * tests/test-printf-posix.output: Renamed from
19788         tests/test-fprintf-posix.out.
19789         * modules/fprintf-posix-tests: Update.
19790         * modules/printf-posix-tests: Update.
19791         * modules/vfprintf-posix-tests: Update.
19792         * modules/vprintf-posix-tests: Update.
19793         * tests/test-fprintf-posix.sh: Update.
19794         * tests/test-printf-posix.sh: Update.
19795         * tests/test-vfprintf-posix.sh: Update.
19796         * tests/test-vprintf-posix.sh: Update.
19797         Reported by Ralf Wildenhues.
19798
19799 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19800
19801         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
19802         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19803         GCC 4.2, which otherwise issues a lot of warnings.
19804         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
19805         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
19806         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
19807         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
19808         it should no longer be needed.
19809         * lib/string_.h: Likewise.
19810         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
19811         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
19812         * modules/inttypes (inttypes.h): Likewise.
19813         * modules/math (math.h): Likewise.
19814         * modules/search (search.h): Likewise.
19815         * modules/signal (signal.h): Likewise.
19816         * modules/stdint (stdint.h): Likewise.
19817         * modules/stdio (stdio.h): Likewise.
19818         * modules/stdlib (stdlib.h): Likewise.
19819         * modules/string (string.h): Likewise.
19820         * modules/sys_time (sys/time.h): Likewise.
19821         * modules/time (time.h): Likewise.
19822         * modules/wchar (wchar.h): Likewise.
19823         * modules/wctype (wtype.h): Likewise.
19824
19825 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
19826
19827         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
19828
19829 2007-05-13  Bruno Haible  <bruno@clisp.org>
19830
19831         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
19832         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19833         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
19834         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19835         (gl_PREREQ_STRTOK_R): Don't require it here.
19836
19837 2007-05-13  Bruno Haible  <bruno@clisp.org>
19838
19839         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
19840         when used in C++ mode.
19841
19842 2007-05-12  Bruno Haible  <bruno@clisp.org>
19843
19844         * lib/linebuffer.h: Tweak doc.
19845         * lib/linebuffer.c: Likewise.
19846
19847 2007-05-12  James Youngman  <jay@gnu.org>
19848
19849         * lib/linebuffer.c (readlinebuffer_delim): New function,
19850         like readlinebuffer, but use a caller-specified delimiter.
19851         (readlinebuffer): Just call readlinebuffer_delim with '\n'
19852         as the delimiter.
19853         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
19854
19855 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19856
19857         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
19858         * modules/openat (Files): Remove openat-die.c.
19859         (Depends-on): Add openat-die.
19860         * modules/openat-die: New module.
19861
19862 2007-05-06  Bruno Haible  <bruno@clisp.org>
19863
19864         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
19865         Update with info about Cygwin.
19866         * doc/functions/fprintf.texi: Update.
19867         * doc/functions/printf.texi: Update.
19868         * doc/functions/snprintf.texi: Update.
19869         * doc/functions/sprintf.texi: Update.
19870         * doc/functions/vfprintf.texi: Update.
19871         * doc/functions/vprintf.texi: Update.
19872         * doc/functions/vsnprintf.texi: Update.
19873         * doc/functions/vsprintf.texi: Update.
19874         Reported by Eric Blake.
19875
19876 2007-05-06  Bruno Haible  <bruno@clisp.org>
19877
19878         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
19879         padding ourselves for the floating-point directives.
19880         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
19881         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
19882         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19883         gl_PRINTF_FLAG_ZERO and test its result. Invoke
19884         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
19885         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19886         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19887         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19888         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19889         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19890         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19891         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19892         * tests/test-snprintf-posix.h (test_function): Also check the width
19893         and some flags in the %f directive.
19894         * tests/test-sprintf-posix.h (test_function): Likewise.
19895         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19896         * tests/test-vasprintf-posix.c (test_function): Likewise.
19897         * doc/functions/fprintf.texi: Update.
19898         * doc/functions/printf.texi: Update.
19899         * doc/functions/snprintf.texi: Update.
19900         * doc/functions/sprintf.texi: Update.
19901         * doc/functions/vfprintf.texi: Update.
19902         * doc/functions/vprintf.texi: Update.
19903         * doc/functions/vsnprintf.texi: Update.
19904         * doc/functions/vsprintf.texi: Update.
19905
19906 2007-05-06  Bruno Haible  <bruno@clisp.org>
19907
19908         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
19909         pass the ' flag character to sprintf or snprintf.
19910         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
19911         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
19912         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19913         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
19914         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
19915         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19916         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19917         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19918         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19919         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19920         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19921         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19922         * tests/test-snprintf-posix.h (test_function): Also check the grouping
19923         flag.
19924         * tests/test-sprintf-posix.h (test_function): Likewise.
19925         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19926         * tests/test-vasprintf-posix.c (test_function): Likewise.
19927         * doc/functions/fprintf.texi: Update.
19928         * doc/functions/printf.texi: Update.
19929         * doc/functions/snprintf.texi: Update.
19930         * doc/functions/sprintf.texi: Update.
19931         * doc/functions/vfprintf.texi: Update.
19932         * doc/functions/vprintf.texi: Update.
19933         * doc/functions/vsnprintf.texi: Update.
19934         * doc/functions/vsprintf.texi: Update.
19935
19936 2007-05-01  Bruno Haible  <bruno@clisp.org>
19937
19938         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
19939
19940 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
19941
19942         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
19943         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
19944
19945 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19946
19947         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
19948         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
19949         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
19950
19951 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
19952
19953         * lib/argp-help.c (struct hol_entry): New member `ord'.
19954         (HOL_ENTRY_PTRCMP): Use ord for comparison
19955         (hol_sort): Initialize ord.
19956
19957 2007-05-01  Bruno Haible  <bruno@clisp.org>
19958
19959         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
19960         Reported by Eric Blake.
19961         * doc/gnulib.texi (Function Substitutes): Update.
19962
19963 2007-05-01  Bruno Haible  <bruno@clisp.org>
19964
19965         * doc/functions.texi: Remove file, now redundant through
19966         doc/functions/*.texi.
19967
19968 2007-05-01  Bruno Haible  <bruno@clisp.org>
19969
19970         * modules/argp (Depends-on): Add sleep.
19971
19972 2007-05-01  Bruno Haible  <bruno@clisp.org>
19973
19974         * modules/sleep-tests: New file.
19975         * tests/test-sleep.c: New file.
19976
19977         * modules/sleep: New file.
19978         * lib/sleep.c: New file.
19979         * m4/sleep.m4: New file.
19980         * lib/unistd_.h (sleep): New declaration.
19981         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
19982         HAVE_SLEEP.
19983         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
19984         * doc/functions/sleep.texi: Document the sleep module.
19985
19986 2007-05-01  Bruno Haible  <bruno@clisp.org>
19987
19988         * lib/sigprocmask.h: Remove file.
19989         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
19990         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
19991         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
19992         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
19993         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
19994         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
19995         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
19996         HAVE_SIGSET_T as a shell variable.
19997         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
19998         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
19999         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
20000         (Depends-on): Add signal. Remove verify.
20001         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
20002         (Include): Mention <signal.h> instead of sigprocmask.h.
20003         * NEWS: Mention the change.
20004         * lib/fatal-signal.c: Don't include sigprocmask.h.
20005
20006 2007-05-01  Bruno Haible  <bruno@clisp.org>
20007
20008         * modules/signal: New file.
20009         * lib/signal_.h: New file.
20010         * m4/signal_h.m4: New file.
20011
20012 2007-05-01  Bruno Haible  <bruno@clisp.org>
20013
20014         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
20015         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
20016         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
20017         HAVE_WCTYPE_CTMP_BUG into wctype.h.
20018
20019 2007-05-01  Bruno Haible  <bruno@clisp.org>
20020
20021         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
20022         configure time.
20023         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
20024         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
20025         * modules/sys_stat (Makefile.am): Substitute their values into
20026         sys/stat.h.
20027
20028 2007-05-01  Bruno Haible  <bruno@clisp.org>
20029
20030         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
20031         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
20032         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
20033
20034 2007-05-01  Bruno Haible  <bruno@clisp.org>
20035
20036         * doc/header/assert.texi: Undo last change: don't mention the gnulib
20037         'assert' module here.
20038
20039 2007-05-01  Bruno Haible  <bruno@clisp.org>
20040
20041         * doc/functions/*.texi: New files.
20042         * doc/functions/google-ranking.txt: New file.
20043         * doc/gnulib.texi (Function Substitutes): New chapter.
20044         (ctime, inet_ntoa): Remove sections.
20045         * doc/ctime.texi: Remove file.
20046         * doc/inet_ntoa.texi: Remove file.
20047         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
20048         dependencies.
20049         (%.info): New rule, specifying a --reference-limit.
20050
20051 2007-05-01  Bruno Haible  <bruno@clisp.org>
20052
20053         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
20054
20055 2007-05-01  Bruno Haible  <bruno@clisp.org>
20056
20057         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
20058         the portability of 'mkdir' to mingw systems.
20059
20060 2007-05-01  Bruno Haible  <bruno@clisp.org>
20061
20062         * doc/headers/google-ranking.txt: New file.
20063
20064 2007-04-30  Eric Blake  <ebb9@byu.net>
20065
20066         Prefer fseeko to fseek.
20067         * modules/getpass (Depends-on): Add fseeko.
20068         * lib/getpass.c (getpass): Use fseeko, not fseek.
20069
20070 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
20071
20072         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
20073         assumes the sorting is stable, while most qsort implementations
20074         are not.  Use argument addresses to ensure they never compare as
20075         equal.
20076
20077         * tests/test-argp-2.sh (usage-indent test): Fix output
20078         (func_compare): Restore diff options
20079         * tests/test-argp.c: Restore #include "progname.h"
20080
20081 2007-04-29  Bruno Haible  <bruno@clisp.org>
20082
20083         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
20084         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20085         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
20086         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20087         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
20088         (configure.ac): Define CHECK_SNPRINTF_POSIX.
20089         (TESTS, check_PROGRAMS): Add test-snprintf.
20090         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
20091         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
20092         (TESTS, check_PROGRAMS): Add test-vsnprintf.
20093         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
20094         assertions that fail on HP-UX, OSF/1, or IRIX.
20095         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
20096
20097 2007-04-29  Bruno Haible  <bruno@clisp.org>
20098
20099         * MODULES.html.sh (posix_functions): Remove 'contents'.
20100
20101 2007-04-29  Karl Berry  <karl@gnu.org>
20102
20103         * config/srclist.txt (gendocs_template_min): new entry.
20104
20105 2007-04-29  Bruno Haible  <bruno@clisp.org>
20106
20107         Work around fpurge bug on BSD systems.
20108         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
20109         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
20110         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
20111         fpurge to rpl_fpurge if the system already has this function.
20112         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
20113         the case where the system already has this function. Correct invariants
20114         on BSD systems.
20115         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
20116         BSD systems.
20117
20118 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20119
20120         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
20121         proposed by Sven Verdoolaege.
20122
20123         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
20124         options.
20125         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
20126         (usage and help tests): Update
20127
20128 2007-04-29  Bruno Haible  <bruno@clisp.org>
20129
20130         * tests/test-fflush.c (main): Use a file of size 17, not 10.
20131         Print more information in case of failure. Disable a test on BeOS.
20132
20133 2007-04-29  Bruno Haible  <bruno@clisp.org>
20134
20135         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
20136         This helps debugging on systems on which no gdb is available.
20137
20138 2007-04-29  Bruno Haible  <bruno@clisp.org>
20139
20140         * lib/freading.h: Improve comments.
20141         * lib/fwriting.h: Likewise.
20142         * tests/test-freading.c (main): Don't check freading immediately after
20143         repositioning. Needed for glibc.
20144
20145 2007-04-29  Bruno Haible  <bruno@clisp.org>
20146
20147         * lib/freading.c (freading): Trivial simplification.
20148
20149 2007-04-28  Bruno Haible  <bruno@clisp.org>
20150
20151         * tests/test-fwriting.c (main): Also test the interaction between
20152         fflush and fwriting.
20153         * modules/fwriting-tests (Depends-on): Add fflush.
20154
20155         * tests/test-freading.c (main): Also test the interaction between
20156         fflush and freading.
20157         * modules/freading-tests (Depends-on): Add fflush.
20158
20159 2007-04-28  Bruno Haible  <bruno@clisp.org>
20160
20161         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
20162         fseeko and ftello.
20163         Suggested by Eric Blake.
20164
20165 2007-04-28  Jim Meyering  <jim@meyering.net>
20166
20167         Avoid false-negative in gl_STDINT_H's C99 conformance test.
20168         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
20169         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
20170
20171 2007-04-27  Eric Blake  <ebb9@byu.net>
20172
20173         * doc/headers/assert.texi (assert.h): Document assert module use.
20174
20175 2007-04-27  Bruno Haible  <bruno@clisp.org>
20176
20177         * doc/headers/*.texi: New files.
20178         * doc/gnulib.texi (Header File Substitutes): New chapter.
20179         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
20180         dependencies.
20181         (standards.info ,standards.html, standards.dvi): Update dependencies.
20182         (mostlyclean, clean): New targets.
20183
20184 2007-04-27  Bruno Haible  <bruno@clisp.org>
20185
20186         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
20187         * modules/sysexits (Files, Makefile.am): Update.
20188
20189         * lib/sys_socket_.h: Renamed from lib/socket_.h.
20190         * modules/sys_socket (Files, Makefile.am): Update.
20191
20192         * lib/sys_stat_.h: Renamed from lib/stat_.h.
20193         * modules/sys_stat (Files, Makefile.am): Update.
20194
20195 2007-04-27  Eric Blake  <ebb9@byu.net>
20196
20197         * lib/freading.h: Improve comments.
20198         * lib/fwriting.h: Likewise.
20199         * lib/fflush.c: Likewise.
20200
20201         Fix closein for mingw.
20202         * modules/closein-tests: Add tests for closein.
20203         * tests/test-closein.c: New file.
20204         * tests/test-closein.sh: Likewise.
20205         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
20206         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
20207
20208 2007-04-27  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
20211         version is < 6.
20212         * lib/math_.h [__DECC]: Likewise.
20213         * lib/stdio_.h [__DECC]: Likewise.
20214         * lib/stdlib_.h [__DECC]: Likewise.
20215         * lib/string_.h [__DECC]: Likewise.
20216         * lib/time_.h [__DECC]: Likewise.
20217         * lib/wchar_.h [__DECC]: Likewise.
20218         * lib/wctype_.h [__DECC]: Likewise.
20219
20220 2007-04-27  Bruno Haible  <bruno@clisp.org>
20221
20222         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
20223
20224 2007-04-27  Bruno Haible  <bruno@clisp.org>
20225
20226         * lib/fflush.c: Add comments.
20227         * modules/fpurge-tests (Depends-on): Add fflush.
20228         * modules/freadable-tests (Depends-on): Likewise.
20229         * modules/fwritable-tests (Depends-on): Likewise.
20230
20231 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
20232
20233         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
20234         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
20235         Report by Bruno Haible <bruno@clisp.org>.
20236
20237 2007-04-26  Eric Blake  <ebb9@byu.net>
20238
20239         Fix fflush on mingw.
20240         * modules/fflush (Depends-on): Add freading.
20241         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
20242         but unread data.
20243
20244 2007-04-26  Eric Blake  <ebb9@byu.net>
20245         and Bruno Haible  <bruno@clisp.org>
20246
20247         Implement freading and fwriting.
20248         * lib/freading.c: New file.
20249         * lib/freading.h: Likewise.
20250         * m4/freading.m4: Likewise.
20251         * modules/freading: Likewise.
20252         * modules/freading-tests: Likewise.
20253         * tests/test-freading.c: Likewise.
20254         * lib/fwriting.c: New file.
20255         * lib/fwriting.h: Likewise.
20256         * m4/fwriting.m4: Likewise.
20257         * modules/fwriting: Likewise.
20258         * modules/fwriting-tests: Likewise.
20259         * tests/test-fwriting.c: Likewise.
20260         * MODULES.html.sh (File stream based Input/Output): Mention them.
20261
20262 2007-04-26  Bruno Haible  <bruno@clisp.org>
20263
20264         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
20265         'long' when we assume it.
20266         Suggested by Eric Blake.
20267
20268 2007-04-26  Bruno Haible  <bruno@clisp.org>
20269
20270         Ensure fseeko, ftello are declared on glibc systems.
20271         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
20272         * modules/fseeko (configure.ac-early): Likewise.
20273         * modules/ftello (configure.ac-early): Likewise.
20274         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
20275         AC_FUNC_FSEEKO for this.
20276         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
20277         (gl_CHECK_FSEEKO): Remove macro.
20278
20279 2007-04-26  Bruno Haible  <bruno@clisp.org>
20280
20281         * tests/test-fflush.c (main): Also check the ftell result after
20282         fflush and fseek/fseeko.
20283         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
20284         file descriptor position cache in the stream.
20285         * lib/fseeko.c (rpl_fseeko): Likewise.
20286
20287 2007-04-26  Bruno Haible  <bruno@clisp.org>
20288
20289         * modules/fflush-tests (Depends-on): Add fseeko.
20290
20291 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
20292             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20293
20294         * lib/argz_.h: ensure error_t definition is obtained in same
20295         mechanism system argz.h would have.
20296         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
20297         argz facilities are known bad.  Err on the side of caution if
20298         cross-compiling.
20299
20300 2007-04-25  Eric Blake  <ebb9@byu.net>
20301
20302         * lib/fpurge.c (includes): Use stdlib.h for free.
20303         * tests/test-fflush.c (main): Also test fflush-fseeko.
20304
20305 2007-04-25  Bruno Haible  <bruno@clisp.org>
20306
20307         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
20308         * lib/fseeko.c: New file.
20309         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
20310         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
20311         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
20312         gl_FUNC_FSEEKO.
20313         (gl_FUNC_FSEEKO): Invoke it.
20314         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
20315         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
20316         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
20317
20318 2007-04-25  Bruno Haible  <bruno@clisp.org>
20319
20320         * modules/fflush (Depends-on): Add ftello.
20321
20322 2007-04-25  Bruno Haible  <bruno@clisp.org>
20323
20324         * modules/ftello-tests: New file.
20325         * tests/test-ftello.c: New file.
20326
20327         * modules/ftello: New file.
20328         * m4/ftello.m4: New file.
20329         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20330         HAVE_FTELLO.
20331         * lib/stdio_.h (ftello): New declaration.
20332         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20333         HAVE_FTELLO.
20334
20335 2007-04-25  Bruno Haible  <bruno@clisp.org>
20336
20337         * modules/fseeko-tests: New file.
20338         * tests/test-fseeko.c: New file.
20339
20340         * modules/fseeko: New file.
20341         * m4/fseeko.m4: New file.
20342         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20343         HAVE_FSEEKO.
20344         * lib/stdio_.h (fseeko): New declaration.
20345         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20346         HAVE_FSEEKO.
20347
20348 2007-04-25  Bruno Haible  <bruno@clisp.org>
20349
20350         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20351
20352 2007-04-25  Bruno Haible  <bruno@clisp.org>
20353
20354         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20355         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20356         * tests/test-unistd.c: Likewise.
20357         * tests/test-fcntl.c: Likewise.
20358
20359 2007-04-23  Eric Blake  <ebb9@byu.net>
20360
20361         * lib/fflush.c: Fix missing include.
20362         Reported by Bruno Haible.
20363
20364 2007-04-23  Bruno Haible  <bruno@clisp.org>
20365
20366         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20367         Reported by Eric Blake.
20368
20369 2007-04-23  Bruno Haible  <bruno@clisp.org>
20370
20371         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20372
20373 2007-04-23  Bruno Haible  <bruno@clisp.org>
20374
20375         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20376
20377 2007-04-23  Bruno Haible  <bruno@clisp.org>
20378
20379         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20380         Needed on HP-UX 11.
20381
20382 2007-04-16  Eric Blake  <ebb9@byu.net>
20383
20384         Make fflush rely on fpurge.
20385         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20386         open coding all variants.
20387         * modules/fflush (Depends-on): Add fpurge and unistd.
20388         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20389         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20390
20391         Fix --with-tests compilation on cygwin.
20392         * modules/argmatch-tests (Makefile.am): List gnulib library first
20393         in LDADD.
20394         * modules/argp-tests (Makefile.am): Likewise.
20395         * modules/array-list-tests (Makefile.am): Likewise.
20396         * modules/array-oset-tests (Makefile.am): Likewise.
20397         * modules/avltree-list-tests (Makefile.am): Likewise.
20398         * modules/avltree-oset-tests (Makefile.am): Likewise.
20399         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20400         * modules/carray-list-tests (Makefile.am): Likewise.
20401         * modules/dirname-tests (Makefile.am): Likewise.
20402         * modules/frexp-tests (Makefile.am): Likewise.
20403         * modules/isnanl-tests (Makefile.am): Likewise.
20404         * modules/linked-list-tests (Makefile.am): Likewise.
20405         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20406         * modules/lock-tests (Makefile.am): Likewise.
20407         * modules/rbtree-list-tests (Makefile.am): Likewise.
20408         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20409         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20410         * modules/tls-tests (Makefile.am): Likewise.
20411         * modules/tsearch-tests (Makefile.am): Likewise.
20412         * modules/xvasprintf-tests (Makefile.am): Likewise.
20413
20414         Fix fpurge for cygwin.
20415         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20416         value.
20417         * modules/fpurge-tests (Depends-on): Clean up trash.
20418
20419 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20420
20421         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20422
20423         * m4/autobuild.m4: Re-indent.
20424
20425 2007-04-13  Bruno Haible  <bruno@clisp.org>
20426
20427         * modules/fpurge-tests: New file.
20428         * tests/test-fpurge.c: New file.
20429
20430         * modules/fpurge: New file.
20431         * lib/fpurge.h: New file.
20432         * lib/fpurge.c: New file.
20433         * m4/fpurge.m4: New file.
20434
20435 2007-04-13  Bruno Haible  <bruno@clisp.org>
20436
20437         * modules/fbufmode-tests: New file.
20438         * tests/test-fbufmode.c: New file.
20439
20440         * modules/fbufmode: New file.
20441         * lib/fbufmode.h: New file.
20442         * lib/fbufmode.c: New file.
20443         * m4/fbufmode.m4: New file.
20444
20445 2007-04-13  Bruno Haible  <bruno@clisp.org>
20446
20447         * modules/fwritable-tests: New file.
20448         * tests/test-fwritable.c: New file.
20449
20450         * modules/fwritable: New file.
20451         * lib/fwritable.h: New file.
20452         * lib/fwritable.c: New file.
20453         * m4/fwritable.m4: New file.
20454
20455 2007-04-13  Bruno Haible  <bruno@clisp.org>
20456
20457         * modules/freadable-tests: New file.
20458         * tests/test-freadable.c: New file.
20459
20460         * modules/freadable: New file.
20461         * lib/freadable.h: New file.
20462         * lib/freadable.c: New file.
20463         * m4/freadable.m4: New file.
20464
20465 2007-04-13  Bruno Haible  <bruno@clisp.org>
20466
20467         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
20468         MOSTLYCLEANFILES.
20469
20470 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20471
20472         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
20473         gzip bootstrap.conf to avoid dragging in i18n machinery.
20474         (gnulib_tool_option): Use it.
20475
20476 2007-04-13  Bruno Haible  <bruno@clisp.org>
20477
20478         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
20479         %F directives.
20480         * tests/test-vasprintf-posix.c (test_function): Likewise.
20481         * tests/test-snprintf-posix.h (test_function): Likewise.
20482         * tests/test-sprintf-posix.h (test_function): Likewise.
20483         * tests/test-fprintf-posix.h (test_function): Likewise.
20484         * tests/test-printf-posix.h (test_function): Likewise.
20485         * tests/test-fprintf-posix.out: Likewise.
20486
20487 2007-04-13  Bruno Haible  <bruno@clisp.org>
20488
20489         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
20490         * modules/tls-tests (configure.ac): Likewise.
20491         Reported by Arto C. Nirkko <anirkko@insel.ch>.
20492
20493 2007-04-13  Bruno Haible  <bruno@clisp.org>
20494
20495         * lib/tls.c (glthread_tls_get): Fix return type.
20496         Patch by Arto C. Nirkko <anirkko@insel.ch>.
20497
20498 2007-04-12  Eric Blake  <ebb9@byu.net>
20499
20500         * modules/gettime (Depends-on): Remove gettime.
20501         Reported by Dmitry V. Levin.
20502
20503 2007-04-12  Bruno Haible  <bruno@clisp.org>
20504
20505         * modules/fflush (Include): Mention <stdio.h>.
20506         * modules/strtoimax (Include): Mention <inttypes.h>.
20507         * modules/strtoumax (Include): Likewise.
20508
20509 2007-04-12  Eric Blake  <ebb9@byu.net>
20510
20511         * .cvsignore: New file.
20512         * .gitignore: Likewise.
20513
20514 2007-04-12  Bruno Haible  <bruno@clisp.org>
20515
20516         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
20517         not before, since $(LDADD) often contains libgnu.a.
20518         * modules/striconv-tests (test_striconv_LDADD): Likewise.
20519         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
20520         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
20521         Needed on Cygwin.
20522
20523 2007-04-12  Eric Blake  <ebb9@byu.net>
20524
20525         Work around glibc's failure to flush stdin on fclose.
20526         * lib/closein.c (close_stdin): Flush stdin before closing.
20527
20528         Work around glibc's failure to reset seekable stdin on exit.
20529         * modules/closein: New module.
20530         * lib/closein.c: New file.
20531         * lib/closein.h: Likewise.
20532         * m4/closein.m4: Likewise.
20533         * MODULES.html.sh (File stream based Input/Output): Document it.
20534
20535 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20536
20537         * gnulib-tool: Rename generated 'autobuild' script to
20538         'do-autobuild' in --create-megatestdir output.
20539
20540         * doc/gnulib.texi (Build robot for gnulib): Fix.
20541
20542 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20543
20544         * modules/sysexits (Depends-on): Add absolute-header.
20545
20546 2007-04-12  Eric Blake  <ebb9@byu.net>
20547
20548         No need to preserve errno on success.
20549         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
20550         Reported by Bruno Haible.
20551
20552 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20553
20554         * MODULES.html.sh (Support for maintaining and releasing
20555         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
20556
20557 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20558
20559         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
20560
20561 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20562
20563         * modules/autobuild: New module.
20564
20565         * m4/autobuild.m4: New file.
20566
20567 2007-04-11  Bruno Haible  <bruno@clisp.org>
20568
20569         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
20570         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
20571         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
20572         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
20573         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20574         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20575         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20576         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20577         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20578         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20579         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20580         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20581         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20582         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
20583         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20584         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20585         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
20586         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20587         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20588         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
20589         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20590         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20591         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
20592         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20593         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20594         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
20595         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20596         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20597         Reported by Eric Blake.
20598
20599 2007-04-11  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
20602
20603 2007-04-10  Bruno Haible  <bruno@clisp.org>
20604
20605         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
20606         for NaN and Infinity. Needed on FreeBSD 6.1.
20607         * tests/test-vasnprintf-posix.c (test_function): Undo last change
20608         regarding results for "%010a" of Infinity and NaN.
20609         * tests/test-vasprintf-posix.c (test_function): Likewise.
20610         * tests/test-snprintf-posix.h (test_function): Likewise.
20611         * tests/test-sprintf-posix.h (test_function): Likewise.
20612         * tests/test-fprintf-posix.h (test_function): Likewise.
20613         * tests/test-printf-posix.h (test_function): Likewise.
20614         * tests/test-fprintf-posix.out: Likewise.
20615
20616 2007-04-10  Bruno Haible  <bruno@clisp.org>
20617
20618         * modules/locale-tests: New file.
20619         * tests/test-locale.c: New file.
20620
20621         * modules/locale: New file.
20622         * lib/locale_.h: New file.
20623         * m4/locale_h.m4: New file.
20624
20625 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20626             Bruno Haible  <bruno@clisp.org>
20627
20628         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
20629         be determined, test for availability of the copysignf, copysign,
20630         copysignl functions.
20631         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
20632         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
20633         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
20634
20635 2007-04-09  Eric Blake  <ebb9@byu.net>
20636
20637         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
20638         * modules/stdio (Makefile.am): Support fflush.
20639         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20640         * modules/fflush: New file.
20641         * lib/fflush.c: Likewise.
20642         * m4/fflush.m4: Likewise.
20643         * modules/fflush-tests: New test.
20644         * tests/test-fflush.c: Likewise.
20645         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
20646
20647 2007-04-06  Bruno Haible  <bruno@clisp.org>
20648
20649         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
20650         (VASNPRINTF): Use signbit for faster determination whether to print a
20651         minus sign.
20652         * modules/vasnprintf (Files): Remove lib/float+.h.
20653         * modules/fprintf-posix (Depends-on): Add signbit.
20654         * modules/snprintf-posix (Depends-on): Likewise.
20655         * modules/sprintf-posix (Depends-on): Likewise.
20656         * modules/vasnprintf-posix (Depends-on): Likewise.
20657         * modules/vasprintf-posix (Depends-on): Likewise.
20658         * modules/vfprintf-posix (Depends-on): Likewise.
20659         * modules/vsnprintf-posix (Depends-on): Likewise.
20660         * modules/vsprintf-posix (Depends-on): Likewise.
20661
20662 2007-04-06  Bruno Haible  <bruno@clisp.org>
20663
20664         * tests/test-frexp.c (main): Test also the sign bit of zero results.
20665         * tests/test-frexpl.c (main): Likewise.
20666         * tests/test-ldexpl.c (main): Likewise.
20667         * modules/frexp-tests (Depends-on): Add signbit.
20668         * modules/frexpl-tests (Depdends-on): Likewise.
20669         * modules/ldexpl-tests (Depdends-on): Likewise.
20670
20671 2007-04-06  Bruno Haible  <bruno@clisp.org>
20672
20673         * modules/signbit-tests: New file.
20674         * tests/test-signbit.c: New file.
20675
20676         * modules/signbit: New file.
20677         * lib/signbitf.c: New file.
20678         * lib/signbitd.c: New file.
20679         * lib/signbitl.c: New file.
20680         * m4/signbit.m4: New file.
20681         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
20682         (signbit): New macro.
20683         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
20684         REPLACE_SIGNBIT.
20685         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
20686         REPLACE_FREXPL into math.h.
20687
20688 2007-04-06  Bruno Haible  <bruno@clisp.org>
20689
20690         * modules/isnanf-nolibm-tests: New file.
20691         * tests/test-isnanf.c: New file.
20692
20693         * modules/isnanf-nolibm: New file.
20694         * lib/isnanf.h: New file.
20695         * lib/isnanf.c: New file.
20696         * lib/isnan.c: Consider the USE_FLOAT macro.
20697         * m4/isnanf.m4: New file.
20698
20699 2007-04-06  Bruno Haible  <bruno@clisp.org>
20700
20701         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
20702         (Link): New section.
20703
20704         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
20705
20706 2007-04-06  Bruno Haible  <bruno@clisp.org>
20707
20708         Assume the 'long double' type.
20709         * m4/longdouble.m4: Remove file.
20710         * config/srclist.txt: Don't mention longdouble.m4.
20711         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
20712         * lib/float+.h: Likewise.
20713         * lib/frexp.c: Likewise.
20714         * lib/printf-args.h: Likewise.
20715         * lib/printf-args.c: Likewise.
20716         * lib/printf-frexp.c: Likewise.
20717         * lib/printf-parse.c: Likewise.
20718         * lib/vasnprintf.c: Likewise.
20719         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
20720         * m4/intl.m4: Likewise.
20721         * m4/isnanl.m4: Likewise.
20722         * m4/printf.m4: Likewise.
20723         * m4/printf-frexpl.m4: Likewise.
20724         * m4/vasnprintf.m4: Likewise.
20725         * modules/allocsa (Files): Remove m4/longdouble.m4.
20726         * modules/gettext (Files): Likewise.
20727         * modules/relocatable-prog-wrapper (Files): Likewise.
20728         * modules/vasnprintf (Files): Likewise.
20729         * modules/isnanl (Files): Likewise.
20730         (Include): Simplify.
20731         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
20732         (Include): Simplify.
20733         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
20734         (Include): Simplify.
20735         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
20736         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20737         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
20738         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20739         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20740         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20741         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
20742         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20743         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20744         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20745         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
20746         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20747         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
20748         * tests/test-isnanl.c: Likewise.
20749         * tests/test-snprintf-posix.h: Likewise.
20750         * tests/test-sprintf-posix.h: Likewise.
20751         * tests/test-vasnprintf-posix.c: Likewise.
20752         * tests/test-vasnprintf-posix2.c: Likewise.
20753         * tests/test-vasprintf-posix.c: Likewise.
20754
20755 2007-04-06  Bruno Haible  <bruno@clisp.org>
20756
20757         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
20758         * lib/math_.h [__DECC]: Include the overridden include file through
20759         #include_next, outside the double-inclusion guard.
20760         * lib/stdio_.h [__DECC]: Likewise.
20761         * lib/stdlib_.h [__DECC]: Likewise.
20762         * lib/string_.h [__DECC]: Likewise.
20763         * lib/time_.h [__DECC]: Likewise.
20764         * lib/wchar_.h [__DECC]: Likewise.
20765         * lib/wctype_.h [__DECC]: Likewise.
20766         * lib/inttypes_.h [__DECC]: Likewise.
20767         Reported by Albert Chin <china@thewrittenword.com> in
20768         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
20769
20770 2007-04-04  Eric Blake  <ebb9@byu.net>
20771
20772         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
20773         1.5.x.
20774
20775 2007-04-04  Bruno Haible  <bruno@clisp.org>
20776
20777         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
20778         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
20779
20780 2007-04-04  Bruno Haible  <bruno@clisp.org>
20781
20782         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
20783         results for "%010a" of Infinity and NaN.
20784         * tests/test-vasprintf-posix.c (test_function): Likewise.
20785         * tests/test-snprintf-posix.h (test_function): Likewise.
20786         * tests/test-sprintf-posix.h (test_function): Likewise.
20787         * tests/test-fprintf-posix.h (test_function): Remove these tests.
20788         * tests/test-printf-posix.h (test_function): Likewise.
20789         * tests/test-fprintf-posix.out: Update.
20790         Needed for FreeBSD 6.1.
20791
20792 2007-04-04  Bruno Haible  <bruno@clisp.org>
20793
20794         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20795         directly used by the gnulib modules nor by gnulib-tool.
20796
20797 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20798
20799         * DEPENDENCIES: Give overall description of version dependency
20800         desirability.  Use more-typical names for apps.
20801         Add shell, coreutils, diffutils, grep, tar, gzip.
20802
20803 2007-04-04  Simon Josefsson  <simon@josefsson.org>
20804
20805         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
20806
20807 2007-04-04  Karl Berry  <karl@gnu.org>
20808
20809         * MODULES.html.sh (func_module): missing '.
20810
20811 2007-04-03  Bruno Haible  <bruno@clisp.org>
20812
20813         * modules/argmatch-tests (Makefile.am): New variable
20814         test_argmatch_LDADD.
20815         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
20816         * modules/array-list-tests (Makefile.am): New variable
20817         test_array_list_LDADD.
20818         * modules/array-oset-tests (Makefile.am): New variable
20819         test_array_oset_LDADD.
20820         * modules/avltree-list-tests (Makefile.am): New variable
20821         test_avltree_list_LDADD.
20822         * modules/avltree-oset-tests (Makefile.am): New variable
20823         test_avltree_oset_LDADD.
20824         * modules/avltreehash-list-tests (Makefile.am): New variable
20825         test_avltreehash_list_LDADD.
20826         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
20827         test_canonicalize_lgpl_LDADD.
20828         * modules/carray-list-tests (Makefile.am): New variable
20829         test_carray_list_LDADD.
20830         * modules/dirname-tests (Makefile.am): New variable
20831         test_dirname_LDADD.
20832         * modules/linked-list-tests (Makefile.am): New variable
20833         test_linked_list_LDADD.
20834         * modules/linkedhash-list-tests (Makefile.am): New variable
20835         test_linkedhash_list_LDADD.
20836         * modules/rbtree-list-tests (Makefile.am): New variable
20837         test_rbtree_list_LDADD.
20838         * modules/rbtree-oset-tests (Makefile.am): New variable
20839         test_rbtree_oset_LDADD.
20840         * modules/rbtreehash-list-tests (Makefile.am): New variable
20841         test_rbtreehash_list_LDADD.
20842         * modules/xvasprintf-tests (Makefile.am): New variable
20843         test_xvasprintf_LDADD.
20844         Reported by Eric Blake.
20845
20846 2007-04-03  Eric Blake  <ebb9@byu.net>
20847
20848         * DEPENDENCIES: Weaken m4 requirements.
20849
20850 2007-04-03  Bruno Haible  <bruno@clisp.org>
20851
20852         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
20853         * modules/isnanl-tests (configure.ac): Likewise.
20854
20855 2007-04-03  Ben Pfaff  <blp@gnu.org>
20856
20857         * modules/iconv_open: Add $(srcdir)/ to source directory
20858         references in Makefile fragments that call gperf, to fix VPATH
20859         builds.
20860
20861 2007-04-03  Bruno Haible  <bruno@clisp.org>
20862
20863         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
20864         * lib/ldexpl.c: Undo last change.
20865
20866 2007-04-03  Bruno Haible  <bruno@clisp.org>
20867
20868         * modules/printf-frexpl (Depends-on): Undo last change.
20869         (Files): Add m4/ldexpl.m4.
20870
20871 2007-04-03  Bruno Haible  <bruno@clisp.org>
20872
20873         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
20874         * modules/isnanl (Link): New section.
20875
20876         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
20877         * modules/frexp (Link): New section.
20878
20879         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
20880         * modules/frexpl (Link): New section.
20881
20882         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
20883         * modules/ldexpl (Link): New section.
20884
20885 2007-04-03  Bruno Haible  <bruno@clisp.org>
20886
20887         * modules/TEMPLATE-EXTENDED: New file.
20888         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
20889
20890 2007-04-03  Bruno Haible  <bruno@clisp.org>
20891
20892         * DEPENDENCIES: New file.
20893         Suggested by Simon Josefsson.
20894
20895 2007-04-03  Bruno Haible  <bruno@clisp.org>
20896
20897         * doc/gnulib.texi: Escape @.
20898
20899 2007-04-03  James Youngman  <jay@gnu.org>
20900         and Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
20903         birthtime on all systems that have birthtime, not just those which
20904         use st_birthtimensec rather than st_birthtim.  Putting zero in
20905         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
20906         that the birth time is not available for files on an NFS mount.
20907
20908 2007-04-03  Simon Josefsson  <simon@josefsson.org>
20909
20910         * modules/memxor: Move back from crypto/, suggested by Bruno.
20911         * modules/crypto/hmac-sha1: Fix memxor dependency.
20912
20913         * modules/crypto/gc: Moved from ../.
20914
20915 2007-04-02  Eric Blake  <ebb9@byu.net>
20916
20917         * lib/ldexpl.c (includes): Avoid libm.
20918
20919         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
20920
20921 2007-04-02  Bruno Haible  <bruno@clisp.org>
20922
20923         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
20924         on IRIX.
20925
20926 2007-04-02  Bruno Haible  <bruno@clisp.org>
20927
20928         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
20929         x86 or x86_64 platforms running MacOS X.
20930         Reported by Ryan Schmidt <@ryandesign.com>.
20931
20932 2007-04-02  Bruno Haible  <bruno@clisp.org>
20933
20934         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
20935         i386.
20936
20937 2007-04-01  Simon Josefsson  <simon@josefsson.org>
20938
20939         * modules/crypto/arcfour: Moved from ../.
20940         * modules/crypto/arcfour-tests: Moved from ../.
20941         * modules/crypto/arctwo: Moved from ../.
20942         * modules/crypto/arctwo-tests: Moved from ../.
20943         * modules/crypto/des: Moved from ../.
20944         * modules/crypto/des-tests: Moved from ../.
20945         * modules/crypto/gc-arcfour: Moved from ../.
20946         * modules/crypto/gc-arcfour-tests: Moved from ../.
20947         * modules/crypto/gc-arctwo: Moved from ../.
20948         * modules/crypto/gc-arctwo-tests: Moved from ../.
20949         * modules/crypto/gc-des: Moved from ../.
20950         * modules/crypto/gc-des-tests: Moved from ../.
20951         * modules/crypto/gc-hmac-md5: Moved from ../.
20952         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
20953         * modules/crypto/gc-hmac-sha1: Moved from ../.
20954         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
20955         * modules/crypto/gc-md2: Moved from ../.
20956         * modules/crypto/gc-md2-tests: Moved from ../.
20957         * modules/crypto/gc-md4: Moved from ../.
20958         * modules/crypto/gc-md4-tests: Moved from ../.
20959         * modules/crypto/gc-md5: Moved from ../.
20960         * modules/crypto/gc-md5-tests: Moved from ../.
20961         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
20962         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
20963         * modules/crypto/gc-random: Moved from ../.
20964         * modules/crypto/gc-rijndael: Moved from ../.
20965         * modules/crypto/gc-rijndael-tests: Moved from ../.
20966         * modules/crypto/gc-sha1: Moved from ../.
20967         * modules/crypto/gc-sha1-tests: Moved from ../.
20968         * modules/crypto/gc-tests: Moved from ../.
20969         * modules/crypto/hmac-md5: Moved from ../.
20970         * modules/crypto/hmac-md5-tests: Moved from ../.
20971         * modules/crypto/hmac-sha1: Moved from ../.
20972         * modules/crypto/hmac-sha1-tests: Moved from ../.
20973         * modules/crypto/md2: Moved from ../.
20974         * modules/crypto/md2-tests: Moved from ../.
20975         * modules/crypto/md4: Moved from ../.
20976         * modules/crypto/md4-tests: Moved from ../.
20977         * modules/crypto/md5: Moved from ../.
20978         * modules/crypto/md5-tests: Moved from ../.
20979         * modules/crypto/memxor: Moved from ../.
20980         * modules/crypto/rijndael: Moved from ../.
20981         * modules/crypto/rijndael-tests: Moved from ../.
20982         * modules/crypto/sha1: Moved from ../.
20983
20984 2007-03-30  James Youngman  <jay@gnu.org>
20985
20986         * tests/test-stat-time.c (prepare_test): use chmod() rather than
20987         rename() to change the ctime of a file (because ctime is unaffected
20988         by rename on jfs2 on AIX 5.1).
20989         (main): Start by doing cleanup, in case a previous run failed leaving
20990         test files behind.
20991
20992 2007-03-31  Bruno Haible  <bruno@clisp.org>
20993
20994         Support old proprietary implementations of iconv.
20995         * modules/iconv_open: New file.
20996         * lib/iconv_.h: New file.
20997         * m4/iconv_h.m4: New file.
20998         * lib/iconv_open.c: New file.
20999         * lib/iconv_open-aix.gperf: New file.
21000         * lib/iconv_open-hpux.gperf: New file.
21001         * lib/iconv_open-irix.gperf: New file.
21002         * lib/iconv_open-osf.gperf: New file.
21003         * m4/iconv_open.m4: New file.
21004         * modules/linebreak (Depends-on): Add iconv_open.
21005         * modules/striconv (Depends-on): Likewise.
21006         * modules/striconveh (Depends-on): Likewise.
21007         * modules/unicodeio (Depends-on): Likewise.
21008         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
21009         (iconv_t)(-1).
21010         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
21011         conversion if cd is (iconv_t)(-1).
21012         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
21013         is not possible.
21014
21015 2007-03-31  Bruno Haible  <bruno@clisp.org>
21016
21017         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21018         work on Solaris either. Protect also second use of "autodetect_jp".
21019
21020 2007-03-31  Bruno Haible  <bruno@clisp.org>
21021
21022         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
21023         the function is not present.
21024
21025 2007-03-31  Bruno Haible  <bruno@clisp.org>
21026
21027         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
21028         the function is not present.
21029
21030 2007-03-31  Bruno Haible  <bruno@clisp.org>
21031
21032         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
21033         a bug in HP-UX iconv_open().
21034
21035 2007-03-31  Bruno Haible  <bruno@clisp.org>
21036
21037         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
21038         (Mathematics <math.h>): New section, add fpieee.
21039         (Input/output <stdio.h>): Add fseterr.
21040         (Mathematics <math.h>): New section, add printf-frexp.
21041         (Container data structures): Add sublist.
21042         (Core language properties): Add fpucw, inline.
21043         (Functions for greatest-width integer types <inttypes.h>): Add
21044         imaxabs, imaxdiv, inttypes.
21045         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
21046         isnanl-nolibm, ldexp.
21047         (Mathematics <math.h>): New section, add printf-frexpl.
21048         (Support for systems lacking POSIX:2001): Add fprintf-posix,
21049         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
21050         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
21051         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
21052         (Unicode string functions): Add unistr/u*-mbtoucr.
21053         (Java): Add javacomp-script, javaexec-script.
21054         (C#): Add csharpcomp-script, csharpexec-script.
21055         (Support for building libraries and executables): Add havelib,
21056         relocatable-*.
21057         (Support for maintaining and releasing projects): Renamed from
21058         'Support for maintaining and release projects'. Add announce-gen.
21059
21060 2007-03-31  Bruno Haible  <bruno@clisp.org>
21061
21062         * README: Talk primarily about git.
21063         (git and CVS): Renamed from CVS.
21064         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
21065         gnulib is available through git.
21066         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
21067
21068 2007-03-30  Bruno Haible  <bruno@clisp.org>
21069
21070         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
21071         * lib/poll_.h: Likewise.
21072         * lib/stat_.h: Likewise.
21073         * lib/sys_time_.h: Likewise.
21074         * lib/sysexit_.h: Likewise.
21075         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
21076         * lib/stdbool_.h: Likewise.
21077         * lib/byteswap_.h: Add double-inclusion guard.
21078
21079 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
21080
21081         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
21082
21083 2007-03-30  Karl Berry  <karl@gnu.org>
21084
21085         * config/srclist-update: double space after USA in the license
21086         substitution, since that's how it's usually (?) written.
21087
21088 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21089
21090         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
21091         reported by Bruno Haible.
21092
21093 2007-03-29  Bruno Haible  <bruno@clisp.org>
21094
21095         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
21096         a bug in AIX iconv().
21097
21098 2007-03-29  Bruno Haible  <bruno@clisp.org>
21099
21100         * modules/ldexpl-tests: New file.
21101         * tests/test-ldexpl.c: New file.
21102
21103 2007-03-29  Bruno Haible  <bruno@clisp.org>
21104
21105         * lib/ldexpl.c: Include fpucw.h.
21106         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
21107         multiplication.
21108         * modules/ldexpl (Depends-on): Add fpucw.
21109
21110 2007-03-29  Bruno Haible  <bruno@clisp.org>
21111
21112         * modules/ldexpl: New file.
21113         * m4/ldexpl.m4: New file.
21114         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
21115         set.
21116         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
21117         REPLACE_LDEXPL.
21118         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
21119         REPLACE_LDEXPL.
21120         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21121         gl_FUNC_LDEXPL_WORKS.
21122         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
21123         * modules/mathl (Files): Remove lib/ldexpl.c.
21124         (Depends-on): Add ldexpl.
21125
21126 2007-03-29  Bruno Haible  <bruno@clisp.org>
21127
21128         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
21129
21130 2007-03-29  Bruno Haible  <bruno@clisp.org>
21131
21132         * tests/test-striconveh.c (main): Don't assume that a direct conversion
21133         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
21134         and possibly also HP-UX.
21135         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21136         work on AIX, IRIX, HP-UX, OSF/1.
21137         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
21138         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
21139         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
21140         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
21141         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
21142         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
21143
21144 2007-03-29  Bruno Haible  <bruno@clisp.org>
21145
21146         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
21147
21148 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21149
21150         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
21151         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
21152
21153 2007-03-29  Eric Blake  <ebb9@byu.net>
21154
21155         * lib/acl-internal.h: Remove redundant include.
21156         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
21157         Cygwin when a file is locked.
21158
21159 2007-03-29  Bruno Haible  <bruno@clisp.org>
21160
21161         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
21162         file.
21163         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
21164
21165 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21166
21167         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
21168         try to remove a parent directory if the child couldn't be removed
21169         (except for the first rmdir, which could fail because the child
21170         doesn't exist).  Problem reported by Jeff Blaine in
21171         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
21172
21173 2007-03-28  Bruno Haible  <bruno@clisp.org>
21174
21175         * lib/striconveh.c (utf8conv_carefully): New function.
21176         (mem_cd_iconveh_internal): Invoke it.
21177
21178 2007-03-28  Bruno Haible  <bruno@clisp.org>
21179
21180         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
21181         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
21182         input.
21183         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
21184         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
21185         unistr/u8-uctomb.
21186
21187 2007-03-28  Bruno Haible  <bruno@clisp.org>
21188
21189         * modules/unistr/u8-mbtoucr: New file.
21190         * lib/unistr/u8-mbtoucr.c: New file.
21191         * modules/unistr/u16-mbtoucr: New file.
21192         * lib/unistr/u16-mbtoucr.c: New file.
21193         * modules/unistr/u16-mbtoucr: New file.
21194         * lib/unistr/u16-mbtoucr.c: New file.
21195         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
21196
21197 2007-03-27  Simon Josefsson  <simon@josefsson.org>
21198             Bruno Haible  <bruno@clisp.org>
21199
21200         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
21201         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
21202         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
21203
21204         * m4/stdio_h.m4: Add stubs for vasprintf too.
21205
21206         * modules/stdio: Support vasprintf in sed command.
21207
21208         * modules/vasprintf: Depend on stdio for prototypes.  Remove
21209         vasprintf.h.  Add stdio module indicator.
21210
21211         * lib/stdio_.h: Declare asprintf and vasprintf, based on
21212         vasprintf.h.
21213
21214         * lib/vasprintf.h: File removed.
21215
21216         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
21217         * lib/vasprintf.c: Ditto.
21218         * lib/xvasprintf.c: Ditto.
21219         * tests/test-vasprintf-posix.c: Ditto.
21220         * tests/test-vasprintf.c: Ditto.
21221
21222 2007-03-27  Bruno Haible  <bruno@clisp.org>
21223
21224         Make vasnprintf multithread-safe.
21225         * lib/vasnprintf.c (decimal_point_char): New function.
21226         (VASNPRINTF): Use it.
21227         Suggested by Simon Josefsson.
21228
21229 2007-03-27  Eric Blake  <ebb9@byu.net>
21230
21231         Support sub-second birthtime on cygwin.
21232         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
21233         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
21234         (get_stat_birthtime): Also work with st_birthtim.
21235
21236 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
21237
21238         * lib/stat-time.h (USE_BIRTHTIME): Remove.
21239         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
21240         (get_stat_birthtime_ns): Do not try to use "spare" fields.
21241         (get_stat_birthtime_ns): Simplify compile-time tests.
21242         (get_stat_birthtime): Change the API to look like
21243         get_stat_mtime etc., except return a negative tv_nsec on error.
21244         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
21245         Don't check for "spare" fields.
21246         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
21247         or for struct stat.st_birthtime, as these tests aren't used.
21248         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
21249
21250 2007-03-27  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/stat-time.h: Include <sys/stat.h>.
21253
21254 2007-03-27  James Youngman  <jay@gnu.org>
21255
21256         * lib/stat-time.h (get_stat_birthtime): New function for
21257           retrieving st_birthtime as provided by UFS2 (hence *BSD).
21258         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
21259           and its variants.
21260         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
21261         * modules/stat-time-test: New file.
21262         * tests/test-stat-time.c: New test, devised by Bruno Haible.
21263
21264 2007-03-26  Bruno Haible  <bruno@clisp.org>
21265
21266         Better support of signalling NaNs.
21267         * lib/atanl.c: Include isnanl.h.
21268         (atanl): Perform test for NaN at the beginning of the function and
21269         through a call to isnanl.
21270         * lib/cosl.c: Include isnanl.h.
21271         (cosl): Perform test for NaN at the beginning of the function and
21272         through a call to isnanl.
21273         * lib/ldexpl.c: Include isnanl.h.
21274         (ldexpl): Perform test for NaN through a call to isnanl.
21275         * lib/logl.c: Include isnanl.h.
21276         (logl): Perform test for NaN at the beginning of the function and
21277         through a call to isnanl.
21278         * lib/sinl.c: Include isnanl.h.
21279         (sinl): Perform test for NaN at the beginning of the function and
21280         through a call to isnanl.
21281         * lib/sqrtl.c: Include isnanl.h.
21282         (sqrtl): Perform test for NaN at the beginning of the function and
21283         through a call to isnanl.
21284         * lib/tanl.c: Include isnanl.h.
21285         (tanl): Perform test for NaN at the beginning of the function and
21286         through a call to isnanl.
21287         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
21288         * modules/mathl (Depends-on): Add isnanl.
21289
21290 2007-03-26  Eric Blake  <ebb9@byu.net>
21291
21292         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
21293         regression in logic sense of previous patch.
21294
21295 2007-03-26  Bruno Haible  <bruno@clisp.org>
21296
21297         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
21298         unportable shell command "if ! ...".
21299         Reported by Ralf Wildenhues.
21300
21301 2007-03-25  Bruno Haible  <bruno@clisp.org>
21302
21303         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
21304         <sysexits.h> file, and only add EX_CONFIG.
21305         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
21306         absolute file name and whether it is sufficient. Substitute also
21307         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
21308         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
21309         ABSOLUTE_SYSEXITS_H into sysexits.h.
21310
21311 2007-03-25  Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
21314         hints is NULL.
21315
21316 2007-03-25  Bruno Haible  <bruno@clisp.org>
21317
21318         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
21319         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
21320
21321 2007-03-25  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/vasnprintf.c: Include langinfo.h.
21324         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21325         multithread-safe.
21326         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21327         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21328         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21329         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21330         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21331         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21332         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21333         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21334         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21335         Reported by Simon Josefsson.
21336
21337 2007-03-25  Bruno Haible  <bruno@clisp.org>
21338
21339         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21340         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21341         * modules/vasnprintf (Depends-on): Add stdint.
21342
21343 2007-03-25  Bruno Haible  <bruno@clisp.org>
21344
21345         * modules/fpieee: New file.
21346         * m4/fpieee.m4: New file.
21347         * modules/isnan-nolibm (Depends-on): Add fpieee.
21348         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21349         * modules/isnanl (Depends-on): Add fpieee.
21350
21351 2007-03-25  Bruno Haible  <bruno@clisp.org>
21352
21353         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21354
21355 2007-03-25  Bruno Haible  <bruno@clisp.org>
21356
21357         Avoid test failures on IRIX 6.5.
21358         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21359         (main): Use it.
21360         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21361         macros.
21362         (main): Use them.
21363
21364 2007-03-25  Bruno Haible  <bruno@clisp.org>
21365
21366         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21367         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21368         exists but doesn't work.
21369         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21370         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21371         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21372         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21373
21374 2007-03-25  Bruno Haible  <bruno@clisp.org>
21375
21376         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21377         returns inf. Needed on IRIX 6.5.
21378
21379 2007-03-25  Bruno Haible  <bruno@clisp.org>
21380
21381         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21382         (main): Use isnanl instead of x != x idiom.
21383         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21384
21385         * tests/test-frexp.c: Include isnan.h.
21386         (main): Use isnan instead of x != x idiom.
21387         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21388
21389 2007-03-25  Bruno Haible  <bruno@clisp.org>
21390
21391         * tests/test-frexp.c (NaN): New function/macro.
21392         (main): Use it instead of 0.0 / 0.0.
21393         * tests/test-isnan.c (NaN): New function/macro.
21394         (main): Use it instead of 0.0 / 0.0.
21395         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21396         (test_function): Use it instead of 0.0 / 0.0.
21397         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21398         (test_function): Use it instead of 0.0 / 0.0.
21399         * tests/test-snprintf-posix.h (NaN): New function/macro.
21400         (test_function): Use it instead of 0.0 / 0.0.
21401         * tests/test-sprintf-posix.h (NaN): New function/macro.
21402         (test_function): Use it instead of 0.0 / 0.0.
21403         * tests/test-fprintf-posix.h (NaN): New function/macro.
21404         (test_function): Use it instead of 0.0 / 0.0.
21405         * tests/test-printf-posix.h (NaN): New function/macro.
21406         (test_function): Use it instead of 0.0 / 0.0.
21407
21408         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21409
21410 2007-03-25  Bruno Haible  <bruno@clisp.org>
21411
21412         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21413
21414 2007-03-25  Bruno Haible  <bruno@clisp.org>
21415
21416         * lib/regexec.c (merge_state_with_log): Make static.
21417
21418 2007-03-25  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/trigl.c (kernel_rem_pio2): Make static.
21421
21422 2007-03-25  Bruno Haible  <bruno@clisp.org>
21423
21424         * lib/sincosl.c (sincosl_table): Make static.
21425
21426 2007-03-25  Bruno Haible  <bruno@clisp.org>
21427
21428         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
21429         if the compiler does not support C99.
21430
21431 2007-03-25  Bruno Haible  <bruno@clisp.org>
21432
21433         * modules/time (Makefile.am): Ensure all rule action lines start with a
21434         tab.
21435
21436 2007-03-24  Bruno Haible  <bruno@clisp.org>
21437
21438         * modules/tsearch-tests: New file.
21439         * tests/test-tsearch.sh: New file.
21440         * tests/test-tsearch.c: New file, mostly copied from glibc.
21441
21442         * modules/search-tests: New file.
21443         * tests/test-search.c: New file.
21444
21445         * modules/search: New file.
21446         * lib/search_.h: New file, incorporating lib/tsearch.h.
21447         * m4/search_h.m4: New file.
21448         * lib/tsearch.h: Remove file.
21449         * lib/tsearch.c: Include search.h instead of tsearch.h.
21450         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
21451         HAVE_TSEARCH.
21452         * modules/tsearch (Files): Remove lib/tsearch.h.
21453         (Depends-on): Add search.
21454         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
21455         (Include): Change tsearch.h into search.h.
21456
21457 2007-03-24  Bruno Haible  <bruno@clisp.org>
21458
21459         * modules/fpucw: New file.
21460         * lib/fpucw.h: New file.
21461         * lib/frexp.c: Include fpucw.h.
21462         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21463         (FUNC): Use them.
21464         * lib/printf-frexp.c: Include fpucw.h.
21465         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21466         (FUNC): Use them.
21467         * lib/vasnprintf.c: Include fpucw.h.
21468         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
21469         'long double' calculations.
21470         * tests/test-frexpl.c: Include fpucw.h.
21471         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21472         * tests/test-printf-frexpl.c: Include fpucw.h.
21473         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21474         * modules/frexpl (Depends-on): Add fpucw.
21475         * modules/printf-frexpl (Depends-on): Likewise.
21476         * modules/fprintf-posix (Depends-on): Likewise.
21477         * modules/snprintf-posix (Depends-on): Likewise.
21478         * modules/sprintf-posix (Depends-on): Likewise.
21479         * modules/vasnprintf-posix (Depends-on): Likewise.
21480         * modules/vasprintf-posix (Depends-on): Likewise.
21481         * modules/vfprintf-posix (Depends-on): Likewise.
21482         * modules/vsnprintf-posix (Depends-on): Likewise.
21483         * modules/vsprintf-posix (Depends-on): Likewise.
21484         * modules/frexpl-tests (Depends-on): Likewise.
21485         * modules/printf-frexpl-tests (Depends-on): Likewise.
21486
21487 2007-03-24  Bruno Haible  <bruno@clisp.org>
21488
21489         * lib/float+.h: New file.
21490         * lib/isnan.c: Include float+.h.
21491         (SIZE): New macro.
21492         (FUNC): Compare only SIZE bytes of the value.
21493         * lib/vasnprintf.c: Include float+.h.
21494         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
21495         SIZEOF_LDBL or SIZEOF_DBL bytes.
21496         * modules/isnan-nolibm (Files): Add lib/float+.h.
21497         * modules/isnanl-nolibm (Files): Add lib/float+.h.
21498         * modules/isnanl (Files): Add lib/float+.h.
21499         * modules/vasnprintf (Files): Add lib/float+.h.
21500
21501 2007-03-24  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
21504         include isnanl-nolibm.h.
21505
21506 2007-03-24  Bruno Haible  <bruno@clisp.org>
21507
21508         * tests/test-read-file.c (main): Don't produce spurious output for
21509         expected situations. Make the test fail if it encountered unexpected
21510         results.
21511
21512 2007-03-24  Bruno Haible  <bruno@clisp.org>
21513
21514         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
21515         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
21516
21517 2007-03-24  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
21520
21521 2007-03-24  Bruno Haible  <bruno@clisp.org>
21522
21523         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
21524         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
21525
21526         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
21527         * modules/utf8-ucs4: Turn into a symbolic link to module
21528         unistr/u8-mbtouc.
21529
21530         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
21531         utf8-ucs4-unsafe.
21532         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
21533         unistr/u8-mbtouc-unsafe.
21534
21535         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
21536         * modules/utf16-ucs4: Turn into a symbolic link to module
21537         unistr/u16-mbtouc.
21538
21539         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
21540         utf16-ucs4-unsafe.
21541         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
21542         unistr/u16-mbtouc-unsafe.
21543
21544         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
21545         * modules/ucs4-utf8: Turn into a symbolic link to module
21546         unistr/u8-ubtomb.
21547
21548         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
21549         * modules/ucs4-utf16: Turn into a symbolic link to module
21550         unistr/u16-ubtomb.
21551
21552 2007-03-24  Bruno Haible  <bruno@clisp.org>
21553
21554         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
21555         Enable the function only if HAVE_INLINE.
21556         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
21557         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21558         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
21559         Enable the function only if HAVE_INLINE.
21560         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
21561         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21562         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
21563         Enable the function only if HAVE_INLINE.
21564         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
21565         Enable the function only if HAVE_INLINE.
21566         * modules/utf8-ucs4: Update.
21567         * modules/utf8-ucs4-unsafe: Update.
21568         * modules/utf16-ucs4: Update.
21569         * modules/utf16-ucs4-unsafe: Update.
21570         * modules/ucs4-utf8: Update.
21571         * modules/ucs4-utf16: Update.
21572
21573 2007-03-24  Bruno Haible  <bruno@clisp.org>
21574
21575         * lib/utf8-ucs4.h: Remove file.
21576         * lib/utf8-ucs4-unsafe.h: Remove file.
21577         * lib/utf16-ucs4.h: Remove file.
21578         * lib/utf16-ucs4-unsafe.h: Remove file.
21579         * lib/ucs4-utf8.h: Remove file.
21580         * lib/ucs4-utf16.h: Remove file.
21581         * lib/unistr.h: Include their previous contents.
21582         * m4/utf-ucs4.m4: Remove file.
21583         * m4/ucs4-utf.m4: Remove file.
21584         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
21585         (Depends-on): Add unistr/base.
21586         (configure.ac): Remove gl_UTF_UCS4.
21587         (Makefile.am): Update.
21588         (Include): Change to unistr.h.
21589         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
21590         (Depends-on): Add unistr/base.
21591         (configure.ac): Remove gl_UTF_UCS4.
21592         (Makefile.am): Update.
21593         (Include): Change to unistr.h.
21594         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
21595         (Depends-on): Add unistr/base.
21596         (configure.ac): Remove gl_UTF_UCS4.
21597         (Makefile.am): Update.
21598         (Include): Change to unistr.h.
21599         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
21600         (Depends-on): Add unistr/base.
21601         (configure.ac): Remove gl_UTF_UCS4.
21602         (Makefile.am): Update.
21603         (Include): Change to unistr.h.
21604         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
21605         (Depends-on): Add unistr/base.
21606         (configure.ac): Remove gl_UCS4_UTF.
21607         (Makefile.am): Update.
21608         (Include): Change to unistr.h.
21609         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
21610         (Depends-on): Add unistr/base.
21611         (configure.ac): Remove gl_UCS4_UTF.
21612         (Makefile.am): Update.
21613         (Include): Change to unistr.h.
21614         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
21615         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
21616         utf8-ucs4-unsafe.h.
21617         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
21618         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
21619         utf16-ucs4-unsafe.h.
21620         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
21621         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
21622         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
21623         * lib/unistr/u8-strchr.c: Likewise.
21624         * lib/unistr/u8-strrchr.c: Likewise.
21625         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
21626         * lib/unistr/u16-strchr.c: Likewise.
21627         * lib/unistr/u16-strrchr.c: Likewise.
21628         * lib/striconveh.c: Update.
21629         * lib/linebreak.c: Update.
21630
21631 2007-03-24  Bruno Haible  <bruno@clisp.org>
21632
21633         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
21634         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
21635
21636 2007-03-22  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
21639
21640 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21641
21642         * MODULES.html.sh (File system functions): New module write-any-file.
21643         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
21644         * m4/write-any-file.m4: New files.
21645
21646 2007-03-23  Eric Blake  <ebb9@byu.net>
21647
21648         * gnulib-tool: Rearrange space-tab sequences, since some editors
21649         like to eat them.
21650
21651 2007-03-23  Eric Blake  <ebb9@byu.net>
21652
21653         * lib/version-etc.c (version_etc_va): Update license wording to
21654         be more concise.  Recommended by Richard Stallman.
21655
21656 2007-03-22  Bruno Haible  <bruno@clisp.org>
21657
21658         * lib/poll.c (MSG_PEEK): New fallback definition.
21659
21660 2007-03-22  Bruno Haible  <bruno@clisp.org>
21661
21662         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
21663         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
21664         (main): Update.
21665         Fixes a compilation error on BeOS.
21666
21667 2007-03-22  Bruno Haible  <bruno@clisp.org>
21668
21669         * modules/frexpl-tests: New file.
21670         * tests/test-frexpl.c: New file.
21671
21672         * modules/frexpl: New file.
21673         * m4/frexpl.m4: New file.
21674         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
21675         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
21676         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
21677         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
21678         (Depends-on): Add frexpl. Remove isnanl-nolibm.
21679         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
21680
21681 2007-03-22  Bruno Haible  <bruno@clisp.org>
21682
21683         * lib/frexpl.c: Share code with lib/frexp.c.
21684         * modules/mathl (Files): Add lib/frexp.c.
21685         (Depends-on): Add isnanl-nolibm.
21686
21687 2007-03-22  Bruno Haible  <bruno@clisp.org>
21688
21689         * modules/printf-frexp (Files): Add m4/frexp.m4.
21690         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
21691         only if the found frexp function actually works.
21692
21693 2007-03-22  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/frexp.c: Remove older implementation that uses divisions.
21696
21697 2007-03-21  Bruno Haible  <bruno@clisp.org>
21698
21699         * modules/frexp-tests: New file.
21700         * tests/test-frexp.c: New file.
21701
21702         * modules/frexp: New file.
21703         * lib/frexp.c: New file.
21704         * m4/frexp.m4: New file.
21705         * lib/math_.h (frexp): New declaration.
21706         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
21707         REPLACE_FREXP.
21708         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
21709
21710 2007-03-21  Bruno Haible  <bruno@clisp.org>
21711
21712         * modules/isnanl-tests: New file.
21713         * tests/test-isnanl.c: New file.
21714
21715         * modules/isnanl: New file.
21716         * lib/isnanl.h: New file.
21717         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
21718         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
21719         gl_FUNC_ISNANL_WORKS.
21720         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
21721         New macros.
21722
21723 2007-03-21  Bruno Haible  <bruno@clisp.org>
21724
21725         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
21726         lib/isnanl.h.
21727         (Include): Update.
21728         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
21729         * lib/vasnprintf.c: Update.
21730         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
21731         tests/test-isnanl.h, remove tests/test-isnanl.c.
21732         (Makefile.am): Update.
21733         * tests/test-isnanl-nolibm.c: New file.
21734         * tests/test-isnanl.h: New file.
21735         * tests/test-isnanl.c: Remove file.
21736
21737 2007-03-21  Jim Meyering  <jim@meyering.net>
21738
21739         When trying to open ".", treat ESTALE like EACCES.
21740         * lib/savewd.c (savewd_save): Resort to forking not just upon
21741         failure with EACCES, but also when errno is ESTALE.
21742
21743 2007-03-20  Bruno Haible  <bruno@clisp.org>
21744
21745         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
21746         Needed on AIX 5.1. Reported by Matthew Woehlke.
21747
21748 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21749
21750         Suggestions by Bruno Haible:
21751         * lib/acl-internal.h: Include "gettext.h" rather than rolling
21752         our own.
21753         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
21754         * modules/acl (Depends-on): Add gettext.
21755
21756 2007-03-19  Bruno Haible  <bruno@clisp.org>
21757
21758         * modules/iconvme: Remove file.
21759         * lib/iconvme.h: Remove file.
21760         * lib/iconvme.c: Remove file.
21761         * m4/iconvme.m4: Remove file.
21762
21763 2007-03-19  Bruno Haible  <bruno@clisp.org>
21764
21765         * doc/relocatable-maint.texi: Break long shell script line.
21766         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21767
21768 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21769
21770         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
21771         handle file_has_acl.
21772         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
21773         * lib/acl.c: Move header inclusions and related macro defns into
21774         lib/acl-internal.h.
21775         (S_ISLNK): Remove defn, since that's now done for us.
21776         (file_has_acl): Move to lib/file-has-acl.c.
21777         Call acl_trivial if available.  This is the crucial part of the fix.
21778         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
21779         shared within the library.  Rewrite a bit, partly to make it compatible
21780         with the GNU coding style.
21781         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
21782         Remove unnecessary double-quotes.
21783         Don't test for acl_to_text; the build will catch that.
21784         Replace acl_entries if it doesn't exist and it is needed.
21785         Check for -lsec and acl_trivial (as used on Solaris 10).
21786         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
21787         lib/file-has-acl.c.
21788         (Depends-on): Add sys_stat, for S_ISLNK.
21789
21790 2007-03-19  Ben Pfaff  <blp@gnu.org>
21791
21792         * doc/gnulib.texi: Fix typos.
21793         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21794
21795 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21796
21797         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
21798         If size is zero here, buf must be zero.
21799
21800 2007-03-19  Simon Josefsson  <simon@josefsson.org>
21801
21802         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
21803         <bruno@clisp.org>.
21804
21805 2007-03-18  Bruno Haible  <bruno@clisp.org>
21806
21807         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
21808         Suggested by Eric Blake.
21809
21810 2007-03-18  Ben Pfaff  <blp@gnu.org>
21811
21812         * doc/relocatable.texi: Recommend using as prefix a directory
21813         that does not exist and will never be created.  Based on
21814         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
21815         and others.
21816
21817 2007-03-17  Bruno Haible  <bruno@clisp.org>
21818
21819         * lib/fchownat.c: Include lchown.h.
21820
21821 2007-03-17  Bruno Haible  <bruno@clisp.org>
21822
21823         Fix endless loop when the given allocated size was > INT_MAX.
21824         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
21825         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
21826         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
21827         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
21828         * lib/sprintf.c (sprintf): Likewise.
21829
21830 2007-03-17  Bruno Haible  <bruno@clisp.org>
21831
21832         * tests/test-argp-2.sh (func_compare): Output a context diff.
21833
21834 2007-03-17  Bruno Haible  <bruno@clisp.org>
21835
21836         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
21837         locale's decimal-point character.
21838
21839 2007-03-17  Bruno Haible  <bruno@clisp.org>
21840
21841         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
21842         before comparing it. Needed because on some platforms (e.g. x86) a
21843         'long double' occupies less bytes than sizeof (long double).
21844
21845 2007-03-17  Bruno Haible  <bruno@clisp.org>
21846
21847         * tests/test-crc.c (main): Make printf statements 64-bit clean.
21848         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
21849         * tests/test-getaddrinfo.c (simple): Likewise.
21850         * tests/test-read-file.c (main): Likewise.
21851
21852 2007-03-17  Bruno Haible  <bruno@clisp.org>
21853
21854         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
21855
21856 2007-03-17  Bruno Haible  <bruno@clisp.org>
21857
21858         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
21859         unused variable.
21860
21861 2007-03-17  Bruno Haible  <bruno@clisp.org>
21862
21863         * tests/test-c-strcasecmp.c: Include c-strcase.h.
21864         * tests/test-c-strncasecmp.c: Likewise.
21865
21866 2007-03-17  Bruno Haible  <bruno@clisp.org>
21867
21868         * modules/stdlib (Depends-on): Add unistd.
21869         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
21870         Needed for MacOS X 10.3.
21871
21872 2007-03-17  Bruno Haible  <bruno@clisp.org>
21873
21874         * lib/unistr/u-strdup.h: Include <stdlib.h>.
21875
21876 2007-03-17  Bruno Haible  <bruno@clisp.org>
21877
21878         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
21879
21880 2007-03-17  Bruno Haible  <bruno@clisp.org>
21881
21882         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
21883         to reflect files copied from gnulib (with or without modifications).
21884         Suggested by Jim Meyering.
21885
21886 2007-03-17  Eric Blake  <ebb9@byu.net>
21887
21888         * NEWS: Document stdlib change from 2007-02-18.
21889
21890 2007-03-17  Jim Meyering  <jim@meyering.net>
21891
21892         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
21893         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
21894         someone uses a name containing shell meta-characters.
21895         Reported by Alfred M. Szmidt.
21896
21897         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
21898
21899 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21900
21901         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
21902         and copy gettext configuration files only if configure.ac contains
21903         a use of AM_GNU_GETTEXT_VERSION.
21904
21905 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21906
21907         * build-aux/bootstrap (gnulib_name): New variable.
21908         (gnulib_tool_options): Use it.
21909
21910 2007-03-13  Simon Josefsson  <simon@josefsson.org>
21911
21912         * tests/test-des.c: Use new namespace.
21913
21914 2007-03-15  Bruno Haible  <bruno@clisp.org>
21915
21916         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
21917         Reported by James Youngman <jay@gnu.org>.
21918
21919 2007-03-15  Bruno Haible  <bruno@clisp.org>
21920
21921         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
21922         declared prototype. Needed with cc on OSF/1 5.1.
21923
21924 2007-03-15  Bruno Haible  <bruno@clisp.org>
21925
21926         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
21927         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
21928         (struct gl_list_implementation): Add dispose_fn argument to the
21929         'create_empty', 'create' methods.
21930         (struct gl_list_impl_base): Add field 'dispose_fn'.
21931         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
21932         argument.
21933         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
21934         dispose_fn argument.
21935         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
21936         dispose_fn on the dropped values.
21937         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
21938         dispose_fn argument.
21939         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
21940         dropped values.
21941         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
21942         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21943         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
21944         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21945         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
21946         argument.
21947         (gl_tree_list_free): Call dispose_fn on the dropped values.
21948         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
21949         the dropped values.
21950         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21951         Add dispose_fn argument.
21952         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
21953         Call dispose_fn on the dropped values.
21954         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
21955         Add dispose_fn argument.
21956         (gl_sublist_create): Initialize the 'dispose_fn' field.
21957         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
21958         * tests/test-array_list.c (main): Update.
21959         * tests/test-carray_list.c (main): Update.
21960         * tests/test-avltree_list.c (main): Update.
21961         * tests/test-rbtree_list.c (main): Update.
21962         * tests/test-avltreehash_list.c (main): Update.
21963         * tests/test-rbtreehash_list.c (main): Update.
21964         * tests/test-linked_list.c (main): Update.
21965         * tests/test-linkedhash_list.c (main): Update.
21966         * tests/test-array_oset.c (main): Update.
21967
21968 2007-03-15  Bruno Haible  <bruno@clisp.org>
21969
21970         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
21971         (gl_oset_create_empty): Add dispose_fn argument.
21972         (struct gl_oset_implementation): Add dispose_fn argument to
21973         'create_empty' method.
21974         (struct gl_oset_impl_base): Add dispose_fn field.
21975         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
21976         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
21977         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
21978         values.
21979         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
21980         (gl_tree_oset_free): Call dispose_fn on the dropped values.
21981         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21982         dropped value.
21983         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21984         dropped value.
21985         * tests/test-array_oset.c (main): Update.
21986         * tests/test-avltree_oset.c (main): Update.
21987         * tests/test-rbtree_oset.c (main): Update.
21988         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
21989
21990 2007-03-13  Bruno Haible  <bruno@clisp.org>
21991
21992         * tests/test-stdbool.c (i): Update after last patch.
21993
21994 2007-03-12  Bruno Haible  <bruno@clisp.org>
21995
21996         * lib/quotearg.c: Include <wctype.h> early, before the definition of
21997         the iswprint macro. Needed on Solaris 2.5.1.
21998
21999 2007-03-12  Bruno Haible  <bruno@clisp.org>
22000
22001         * tests/test-printf-frexp.c (main): Declare x as volatile.
22002
22003 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22004
22005         * doc/gnulib.texi (Build robot for gnulib): New section.
22006
22007 2007-03-12  Jim Meyering  <jim@meyering.net>
22008
22009         * build-aux/bootstrap: New file.
22010         * build-aux/bootstrap.conf: New file, from coreutils.
22011
22012 2007-03-11  Bruno Haible  <bruno@clisp.org>
22013
22014         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
22015
22016 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22017
22018         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
22019         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
22020         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
22021
22022 2007-03-11  Bruno Haible  <bruno@clisp.org>
22023
22024         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
22025         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
22026
22027 2007-03-11  Bruno Haible  <bruno@clisp.org>
22028
22029         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
22030         formula. Needed for SunPRO C 5.0.
22031
22032 2007-03-11  Bruno Haible  <bruno@clisp.org>
22033
22034         * modules/long-options (Depends-on): Add getopt.
22035
22036 2007-03-11  Bruno Haible  <bruno@clisp.org>
22037
22038         * modules/modechange (Depends-on): Add stdbool.
22039
22040 2007-03-11  Bruno Haible  <bruno@clisp.org>
22041
22042         * modules/i-ring (Depends-on): Add stdbool.
22043
22044 2007-03-11  Bruno Haible  <bruno@clisp.org>
22045
22046         * modules/gc-des (Depends-on): Add stdbool.
22047
22048 2007-03-11  Bruno Haible  <bruno@clisp.org>
22049
22050         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
22051
22052 2007-03-11  Bruno Haible  <bruno@clisp.org>
22053
22054         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
22055
22056 2007-03-11  Bruno Haible  <bruno@clisp.org>
22057
22058         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
22059
22060 2007-03-11  Bruno Haible  <bruno@clisp.org>
22061
22062         * lib/vasnprintf.c (sprintf): Undefine.
22063
22064 2007-03-11  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
22067         initializers in SunPRO C and Compaq C compilers.
22068
22069 2007-03-11  Bruno Haible  <bruno@clisp.org>
22070
22071         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
22072         decrementing code ANSI C compliant.
22073
22074 2007-03-11  Bruno Haible  <bruno@clisp.org>
22075
22076         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
22077         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
22078
22079 2007-03-11  Bruno Haible  <bruno@clisp.org>
22080
22081         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
22082         <stdbool.h> substitute doesn't pass.
22083
22084 2007-03-11  Bruno Haible  <bruno@clisp.org>
22085
22086         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
22087
22088 2007-03-11  Bruno Haible  <bruno@clisp.org>
22089
22090         * gnulib-tool (func_create_megatestdir): Create also an autobuild
22091         script, for submission to autobuild.josefsson.org.
22092
22093 2007-03-10  Bruno Haible  <bruno@clisp.org>
22094
22095         * modules/canonicalize-lgpl-tests: New file.
22096         * tests/test-canonicalize-lgpl.sh: New file.
22097         * tests/test-canonicalize-lgpl.c: New file.
22098
22099         * modules/c-strcase-tests: New file.
22100         * tests/test-c-strcase.sh: New file.
22101         * tests/test-c-strcasecmp.c: New file.
22102         * tests/test-c-strncasecmp.c: New file.
22103
22104         * modules/atexit-tests: New file.
22105         * tests/test-atexit.sh: New file.
22106         * tests/test-atexit.c: New file.
22107
22108 2007-03-10  Bruno Haible  <bruno@clisp.org>
22109
22110         * tests/test-binary-io.sh: Use temporary filenames that are not so
22111         likely to clash with those of other tests (in a parallel make).
22112         * tests/test-binary-io.c: Likewise.
22113
22114 2007-03-10  Bruno Haible  <bruno@clisp.org>
22115
22116         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
22117         fallback; use #error instead.
22118         Suggested by Simon Josefsson.
22119
22120 2007-03-10  Bruno Haible  <bruno@clisp.org>
22121
22122         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
22123         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
22124         first and the last.
22125
22126 2007-03-10  Bruno Haible  <bruno@clisp.org>
22127
22128         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
22129
22130 2007-03-10  Bruno Haible  <bruno@clisp.org>
22131
22132         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
22133         "make distcheck".
22134         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
22135         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
22136         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
22137
22138 2007-03-10  Bruno Haible  <bruno@clisp.org>
22139
22140         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
22141         variable.
22142         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
22143         variable.
22144
22145 2007-03-09  Eric Blake  <ebb9@byu.net>
22146         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
22147
22148         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
22149         types are not being provided by gnulib.
22150         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
22151         types are supported.
22152
22153 2007-03-10  Bruno Haible  <bruno@clisp.org>
22154
22155         * lib/stdio_.h (__attribute__): New macro.
22156         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
22157         vsprintf): Specify __attribute__ __format__ for GCC.
22158         Suggested by Eric Blake.
22159
22160 2007-03-09  Bruno Haible  <bruno@clisp.org>
22161
22162         * modules/printf-posix-tests: New file.
22163         * tests/test-printf-posix.sh: New file.
22164         * tests/test-printf-posix.c: New file.
22165
22166         * modules/printf-posix: New file.
22167         * lib/printf.c: New file.
22168         * m4/printf-posix-rpl.m4: New file.
22169         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
22170         REPLACE_PRINTF.
22171         * lib/stdio_.h (printf): New declaration.
22172         (format, __format__, ____printf____, ____scanf____, ____strftime____,
22173         ____strfmon____): New macros.
22174         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
22175         REPLACE_PRINTF.
22176
22177 2007-03-09  Bruno Haible  <bruno@clisp.org>
22178
22179         * tests/test-vasnprintf-posix2.sh: New file.
22180         * tests/test-vasnprintf-posix2.c: New file.
22181         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
22182         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
22183         (Makefile.am): Activate test-vasnprintf-posix2.sh.
22184
22185         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
22186         a locale dependent decimal point, rather than always '.'.
22187
22188 2007-03-09  Eric Blake  <ebb9@byu.net>
22189
22190         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
22191         spite of platforms like Tandem/NSK that define it to -1.
22192
22193 2007-03-08  Bruno Haible  <bruno@clisp.org>
22194
22195         * modules/vprintf-posix-tests: New file.
22196         * tests/test-vprintf-posix.sh: New file.
22197         * tests/test-vprintf-posix.c: New file.
22198         * tests/test-printf-posix.h: New file.
22199
22200         * modules/vprintf-posix: New file.
22201         * lib/vprintf.c: New file.
22202         * m4/vprintf-posix.m4: New file.
22203         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
22204         REPLACE_VPRINTF.
22205         * lib/stdio_.h (vprintf): New declaration.
22206         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
22207         REPLACE_VPRINTF.
22208
22209 2007-03-08  Bruno Haible  <bruno@clisp.org>
22210
22211         * modules/fprintf-posix-tests: New file.
22212         * tests/test-fprintf-posix.sh: New file.
22213         * tests/test-fprintf-posix.c: New file.
22214
22215         * modules/fprintf-posix: New file.
22216         * lib/fprintf.c: New file.
22217         * m4/fprintf-posix.m4: New file.
22218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
22219         REPLACE_FPRINTF.
22220         * lib/stdio_.h (fprintf): New declaration.
22221         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
22222         REPLACE_FPRINTF.
22223
22224 2007-03-08  Bruno Haible  <bruno@clisp.org>
22225
22226         * modules/vfprintf-posix-tests: New file.
22227         * tests/test-vfprintf-posix.sh: New file.
22228         * tests/test-vfprintf-posix.c: New file.
22229         * tests/test-fprintf-posix.h: New file.
22230         * tests/test-fprintf-posix.out: New file.
22231
22232         * modules/vfprintf-posix: New file.
22233         * lib/vfprintf.c: New file.
22234         * m4/vfprintf-posix.m4: New file.
22235         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
22236         REPLACE_VFPRINTF.
22237         * lib/stdio_.h (vfprintf): New declaration.
22238         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
22239         REPLACE_VFPRINTF.
22240
22241 2007-03-08  Bruno Haible  <bruno@clisp.org>
22242
22243         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
22244
22245 2007-03-08  Bruno Haible  <bruno@clisp.org>
22246
22247         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
22248         instead of 'expr' invocations.
22249         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22250         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22251         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22252         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22253         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22254         Suggested by Paul Eggert.
22255
22256 2007-03-08  Bruno Haible  <bruno@clisp.org>
22257
22258         * modules/fseterr-tests: New file.
22259         * tests/test-fseterr.c: New file.
22260
22261         * modules/fseterr: New file.
22262         * lib/fseterr.h: New file.
22263         * lib/fseterr.c: New file.
22264
22265 2007-03-08  Bruno Haible  <bruno@clisp.org>
22266
22267         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
22268         * lib/getopt_.h: Likewise.
22269         * lib/mbswidth.h: Likewise.
22270         * lib/setenv.h: Likewise.
22271         * lib/vasnprintf.h: Likewise.
22272         * lib/vasprintf.h: Likewise.
22273         * lib/verror.h: Likewise.
22274         * lib/xsetenv.h: Likewise.
22275         * lib/xvasprintf.h: Likewise.
22276
22277 2007-03-08  Jim Meyering  <jim@meyering.net>
22278
22279         * users.txt: Add parted.
22280
22281         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
22282
22283 2007-03-07  Bruno Haible  <bruno@clisp.org>
22284
22285         * m4/printf.m4: Make the shell script snippets copy&pastable.
22286
22287 2007-03-02  Bruno Haible  <bruno@clisp.org>
22288
22289         * lib/netinet_in_.h: New file.
22290         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
22291         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
22292         * modules/netinet_in (Files): Add lib/netinet_in_.h.
22293         (Depends-on): Add absolute-header.
22294         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
22295         into netinet/in.h.
22296
22297 2007-03-03  Bruno Haible  <bruno@clisp.org>
22298
22299         * lib/sys_select_.h: New file.
22300         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
22301         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
22302         * modules/sys_select (Files): Add lib/sys_select_.h.
22303         (Depends-on): Add absolute-header.
22304         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
22305         into sys/select.h.
22306
22307 2007-03-02  Bruno Haible  <bruno@clisp.org>
22308
22309         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
22310         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
22311         values.
22312         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
22313         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
22314         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
22315         * modules/sys_socket (Depends-on): Add absolute-header.
22316         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
22317         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
22318         (Include): Remove requirement of inclusion of <sys/types.h>.
22319
22320 2007-03-02  Bruno Haible  <bruno@clisp.org>
22321
22322         * lib/byteswap_.h (bswap_32): Fix formula.
22323
22324 2007-03-06  Bruno Haible  <bruno@clisp.org>
22325
22326         * modules/sprintf-posix-tests: New file.
22327         * tests/test-sprintf-posix.c: New file.
22328
22329         * modules/sprintf-posix: New file.
22330         * lib/sprintf.c: New file.
22331         * m4/sprintf-posix.m4: New file.
22332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22333         REPLACE_SPRINTF.
22334         * lib/stdio_.h (sprintf): New declaration.
22335         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22336         REPLACE_SPRINTF.
22337
22338 2007-03-06  Bruno Haible  <bruno@clisp.org>
22339
22340         * modules/vsprintf-posix-tests: New file.
22341         * tests/test-vsprintf-posix.c: New file.
22342         * tests/test-sprintf-posix.h: New file.
22343
22344         * modules/vsprintf-posix: New file.
22345         * lib/vsprintf.c: New file.
22346         * m4/vsprintf-posix.m4: New file.
22347         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22348         REPLACE_VSPRINTF.
22349         * lib/stdio_.h (vsprintf): New declaration.
22350         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22351         REPLACE_VSPRINTF.
22352
22353 2007-03-06  Bruno Haible  <bruno@clisp.org>
22354
22355         * modules/vsnprintf (Depend-on): Remove minmax.
22356
22357 2007-03-06  Bruno Haible  <bruno@clisp.org>
22358
22359         * modules/snprintf-posix-tests: New file.
22360         * tests/test-snprintf-posix.c: New file.
22361
22362         * modules/snprintf-posix: New file.
22363         * m4/snprintf-posix.m4: New file.
22364         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22365         gl_FUNC_SNPRINTF.
22366         (gl_FUNC_SNPRINTF): Invoke it.
22367         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22368         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22369         is set.
22370         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22371
22372 2007-03-06  Bruno Haible  <bruno@clisp.org>
22373
22374         * modules/vsnprintf-posix-tests: New file.
22375         * tests/test-vsnprintf-posix.c: New file.
22376         * tests/test-snprintf-posix.h: New file.
22377
22378         * modules/vsnprintf-posix: New file.
22379         * m4/vsnprintf-posix.m4: New file.
22380         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22381         gl_FUNC_VSNPRINTF.
22382         (gl_FUNC_VSNPRINTF): Invoke it.
22383         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22384         * lib/stdio_.h (vsnprintf): Define as a replacement if
22385         REPLACE_VSNPRINTF is set.
22386         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22387
22388 2007-03-06  Bruno Haible  <bruno@clisp.org>
22389
22390         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22391         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22392
22393 2007-03-06  Bruno Haible  <bruno@clisp.org>
22394
22395         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22396         (asinl): Declare also if HAVE_DECL_ASINL is set.
22397         (atanl): Declare also if HAVE_DECL_ATANL is set.
22398         (ceill): Declare also if HAVE_DECL_CEILL is set.
22399         (cosl): Declare also if HAVE_DECL_COSL is set.
22400         (expl): Declare also if HAVE_DECL_EXPL is set.
22401         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22402         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22403         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22404         (logl): Declare also if HAVE_DECL_LOGL is set.
22405         (sinl): Declare also if HAVE_DECL_SINL is set.
22406         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22407         (tanl): Declare also if HAVE_DECL_TANL is set.
22408         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22409         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22410         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22411         declaration of frexpl, ldexpl.
22412         * modules/printf-frexpl (Depends-on): Add math.
22413         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22414
22415 2007-03-05  Bruno Haible  <bruno@clisp.org>
22416
22417         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22418         frexpl and ldexpl are declared.
22419         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22420
22421 2007-03-05  Bruno Haible  <bruno@clisp.org>
22422
22423         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
22424         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
22425
22426 2007-03-05  Bruno Haible  <bruno@clisp.org>
22427
22428         * lib/stdio_.h: Include <stddef.h>.
22429
22430 2007-03-05  Bruno Haible  <bruno@clisp.org>
22431
22432         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
22433
22434 2007-03-05  Bruno Haible  <bruno@clisp.org>
22435
22436         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
22437         NetBSD 4, from Ralf Wildenhues.
22438
22439 2007-03-04  Bruno Haible  <bruno@clisp.org>
22440
22441         * lib/vasprintf.h: Update #if logic for the case when the functions
22442         exist but are overridden.
22443
22444 2007-03-04  Bruno Haible  <bruno@clisp.org>
22445
22446         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
22447         implementations: glibc-2.4 and MacOS X 10.3.
22448         * tests/test-vasnprintf-posix.c (test_function): Test also the case
22449         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
22450         * tests/test-vasprintf-posix.c (test_function): Likewise.
22451
22452 2007-03-04  Bruno Haible  <bruno@clisp.org>
22453
22454         * modules/vasprintf-posix-tests: New file.
22455         * tests/test-vasprintf-posix.c: New file.
22456
22457         * modules/vasprintf-posix: New file.
22458         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
22459         defined.
22460         * m4/vasprintf-posix.m4: New file.
22461         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
22462         gl_FUNC_VASPRINTF.
22463         (gl_FUNC_VASPRINTF): Invoke it.
22464         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
22465         here.
22466         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
22467
22468 2007-03-04  Bruno Haible  <bruno@clisp.org>
22469
22470         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
22471         REPLACE_GETTIMEOFDAY.
22472         * modules/sys_time (Makefile.am): Likewise.
22473         * m4/sys_time_h.m4: Likewise.
22474         * m4/gettimeofday.m4: Likewise.
22475
22476 2007-03-04  Bruno Haible  <bruno@clisp.org>
22477
22478         * modules/vasnprintf-posix-tests: New file.
22479         * tests/test-vasnprintf-posix.c: New file.
22480
22481         * modules/vasnprintf-posix: New file.
22482         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
22483         printf-frexpl.h.
22484         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
22485         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
22486         REPLACE_VASNPRINTF is defined.
22487         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
22488         gl_FUNC_VASNPRINTF.
22489         (gl_FUNC_VASNPRINTF): Invoke it.
22490         * m4/vasnprintf-posix.m4: New file.
22491         * m4/printf.m4: New file.
22492
22493 2007-03-04  Bruno Haible  <bruno@clisp.org>
22494
22495         Compile progreloc.c only if --enable-relocatable is specified.
22496         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
22497         if --enable-relocatable was specified.
22498         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
22499         lib_SOURCES.
22500
22501 2007-03-04  Jim Meyering  <jim@meyering.net>
22502
22503         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
22504         Use it consistently, rather than enumerating errno constants.
22505
22506 2007-03-04  Bruno Haible  <bruno@clisp.org>
22507
22508         * modules/xvasprintf-tests: New file.
22509         * tests/test-xvasprintf.c: New file.
22510
22511         * modules/vasprintf-tests: New file.
22512         * tests/test-vasprintf.c: New file.
22513
22514         * modules/vasnprintf-tests: New file.
22515         * tests/test-vasnprintf.c: New file.
22516
22517         * modules/vsnprintf-tests: New file.
22518         * tests/test-vsnprintf.c: New file.
22519
22520         * modules/snprintf-tests: New file.
22521         * tests/test-snprintf.c: New file.
22522
22523 2007-03-04  Bruno Haible  <bruno@clisp.org>
22524
22525         Compile relocatable.c only if --enable-relocatable is specified.
22526         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22527         gl_RELOCATABLE_LIBRARY.
22528         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
22529         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
22530         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
22531         gl_RELOCATABLE_LIBRARY.
22532         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
22533         (Makefile.am): Remove lib_SOURCES.
22534         * modules/relocatable-lib-lgpl (configure.ac): Invoke
22535         gl_RELOCATABLE_LIBRARY.
22536         (Makefile.am): Remove lib_SOURCES.
22537         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
22538         always.
22539         * modules/relocatable-prog-wrapper (configure.ac): Invoke
22540         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
22541
22542 2007-03-04  Bruno Haible  <bruno@clisp.org>
22543
22544         * modules/argmatch-tests: New file.
22545         * tests/test-argmatch.c: New file.
22546
22547         * tests/test-allocsa.c (main): Halve the number of loop runs.
22548
22549         * modules/alloca-opt-tests: New file.
22550         * tests/test-alloca-opt.c: New file.
22551
22552 2007-03-04  Jim Meyering  <jim@meyering.net>
22553
22554         Work around difference between Linux ACLs and Solaris 10 ZFS.
22555         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
22556         for EINVAL.
22557
22558 2007-03-03  Bruno Haible  <bruno@clisp.org>
22559
22560         * modules/relocatable-prog (Depends-on): Add back progreloc's
22561         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
22562
22563 2007-03-03  Bruno Haible  <bruno@clisp.org>
22564
22565         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22566         * modules/relocatable-lib: New file.
22567
22568 2007-03-03  Bruno Haible  <bruno@clisp.org>
22569
22570         * modules/relocatable-prog: Renamed from modules/relocatable.
22571         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
22572
22573 2007-03-03  Bruno Haible  <bruno@clisp.org>
22574
22575         * modules/relocatable-script (Files): Add doc/relocatable.texi,
22576         m4/relocatable-lib.m4.
22577         (Depends-on): Remove 'relocatable'.
22578         (configure.ac): Add gl_RELOCATABLE_NOP.
22579
22580 2007-03-03  Bruno Haible  <bruno@clisp.org>
22581
22582         * modules/relocatable-prog-wrapper: New file.
22583         * modules/relocatable (Depends-on): Add it. Remove all other
22584         dependencies except progname.
22585         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
22586
22587         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
22588         (gl_FUNC_STRERROR): Nop.
22589         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
22590
22591         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
22592         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
22593
22594         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
22595         (gl_FUNC_READLINK): Update.
22596
22597         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
22598
22599 2007-03-03  Bruno Haible  <bruno@clisp.org>
22600
22601         * lib/xreadlink.c: Include <unistd.h> unconditionally.
22602         * modules/xreadlink (Depends-on): Add unistd.
22603         * modules/xreadlink-with-size (Depends-on): Likewise.
22604
22605 2007-03-03  Bruno Haible  <bruno@clisp.org>
22606
22607         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
22608         extracted from gt_FUNC_SETENV.
22609         (gt_FUNC_SETENV): Remove macro.
22610         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
22611         remove gt_FUNC_SETENV.
22612
22613 2007-03-03  Bruno Haible  <bruno@clisp.org>
22614
22615         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
22616         ENABLE_RELOCATABLE here.
22617         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
22618
22619 2007-03-03  Bruno Haible  <bruno@clisp.org>
22620
22621         * modules/rbtreehash-list-tests (Depends-on): Add progname.
22622         * tests/test-rbtreehash_list.c: Include progname.h.
22623         (main): Call set_program_name.
22624
22625         * modules/rbtree-oset-tests (Depends-on): Add progname.
22626         * tests/test-rbtree_oset.c: Include progname.h.
22627         (main): Call set_program_name.
22628
22629         * modules/rbtree-list-tests (Depends-on): Add progname.
22630         * tests/test-rbtree_list.c: Include progname.h.
22631         (main): Call set_program_name.
22632
22633         * modules/linked-list-tests (Depends-on): Add progname.
22634         * tests/test-linked_list.c: Include progname.h.
22635         (main): Call set_program_name.
22636
22637 2007-03-03  Bruno Haible  <bruno@clisp.org>
22638
22639         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22640         All uses of __restrict changed to _Restrict_.
22641         * lib/glob_.h (__restrict): Remove macro.
22642
22643 2007-03-02  Bruno Haible  <bruno@clisp.org>
22644
22645         * modules/gettext (configure.ac): Require gettext infrastructure
22646         from version 0.16.1.
22647
22648 2007-03-02  Bruno Haible  <bruno@clisp.org>
22649
22650         * modules/linkedhash-list-tests (Depends-on): Add progname.
22651         * tests/test-linkedhash_list.c: Include progname.h.
22652         (main): Call set_program_name.
22653
22654         * modules/carray-list-tests (Depends-on): Add progname.
22655         * tests/test-carray_list.c: Include progname.h.
22656         (main): Call set_program_name.
22657
22658         * modules/avltreehash-list-tests (Depends-on): Add progname.
22659         * tests/test-avltreehash_list.c: Include progname.h.
22660         (main): Call set_program_name.
22661
22662         * modules/avltree-oset-tests (Depends-on): Add progname.
22663         * tests/test-avltree_oset.c: Include progname.h.
22664         (main): Call set_program_name.
22665
22666         * modules/avltree-list-tests (Depends-on): Add progname.
22667         * tests/test-avltree_list.c: Include progname.h.
22668         (main): Call set_program_name.
22669
22670         * modules/array-oset-tests (Depends-on): Add progname.
22671         * tests/test-array_oset.c: Include progname.h.
22672         (main): Call set_program_name.
22673
22674         * modules/array-list-tests (Depends-on): Add progname.
22675         * tests/test-array_list.c: Include progname.h.
22676         (main): Call set_program_name.
22677
22678         * modules/argp-tests (Depends-on): Add progname.
22679         * tests/test-argp.c: Include argp.h first. Include progname.h.
22680         (main): Call set_program_name.
22681
22682 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
22683
22684         * doc/gnulib-tool.texi (Initial import): Reword description of
22685         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
22686         limited effect even if defined after the first system include.
22687
22688 2007-03-01  Bruno Haible  <bruno@clisp.org>
22689
22690         * build-aux/config.libpath: Update to libtool-1.5.22.
22691         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22692
22693 2007-03-01  Bruno Haible  <bruno@clisp.org>
22694
22695         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
22696         foo_CFLAGS.
22697         Reported by Ralf Wildenhues.
22698
22699 2007-03-01  Bruno Haible  <bruno@clisp.org>
22700
22701         * build-aux/install-reloc: Remove object files left over by some
22702         compilers.
22703         Reported by Ralf Wildenhues.
22704
22705 2007-03-01  Bruno Haible  <bruno@clisp.org>
22706
22707         * build-aux/install-reloc: Break long lines.
22708
22709 2007-03-01  Bruno Haible  <bruno@clisp.org>
22710
22711         * doc/relocatable.texi: Document that it may not work on OpenBSD.
22712         Reported by Ralf Wildenhues.
22713
22714 2007-03-01  Bruno Haible  <bruno@clisp.org>
22715
22716         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
22717         include ordering constraints.
22718
22719 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22720
22721         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
22722         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
22723         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
22724         as another example.
22725         * lib/time_.h: Fix misspelling.
22726         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22727         Require gl_HEADER_TIME_H_DEFAULTS.
22728         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
22729         * m4/time_r.m4 (gl_TIME_R): Likewise.
22730         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
22731
22732 2007-03-01  Bruno Haible  <bruno@clisp.org>
22733
22734         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
22735         * m4/utimens.m4 (gl_UTIMENS): Likewise.
22736
22737 2007-03-01  Jim Meyering  <jim@meyering.net>
22738
22739         * modules/xreadlink (Maintainer): Add my name.
22740         * modules/xreadlink-with-size (Depends-on): Alphabetize.
22741
22742 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
22743             Bruno Haible  <bruno@clisp.org>
22744
22745         * build-aux/install-reloc: Compile also c-ctype.c.
22746         * build-aux/relocatable.sh.in: New file.
22747         * doc/relocatable.texi: New file.
22748         * doc/relocatable-maint.texi: New file.
22749         * doc/gnulib.texi: Include relocatable-maint.texi.
22750         * lib/progreloc.c: Include unistd.h unconditionally.
22751         * lib/relocwrapper.c: Include unistd.h unconditionally.
22752         Include c-ctype.h.
22753         (add_dotbin): Use c_tolower.
22754         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
22755         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
22756         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
22757         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
22758         to m4/relocatable-lib.m4.
22759         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
22760         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
22761         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
22762         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22763         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
22764         * modules/relocatable: New file.
22765         * modules/relocatable-lib: New file.
22766         * modules/relocatable-script: New file.
22767
22768 2007-02-28  Bruno Haible  <bruno@clisp.org>
22769
22770         Import --enable-relocatable infrastructure.
22771         * build-aux/config.libpath: New file, from GNU gettext.
22772         * build-aux/install-reloc: New file, from GNU gettext.
22773         * build-aux/reloc-ldflags: New file, from GNU gettext.
22774         * lib/relocatable.h: New file, from GNU gettext.
22775         * lib/relocatable.c: New file, from GNU gettext.
22776         * lib/relocwrapper.c: New file, from GNU gettext.
22777         * m4/relocatable.m4: New file, from GNU gettext.
22778
22779 2007-02-28  Bruno Haible  <bruno@clisp.org>
22780
22781         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
22782
22783         * modules/xreadlink: New file, from GNU gettext with modifications.
22784         * lib/xreadlink.c: New file, from GNU gettext.
22785         * lib/xreadlink.h: Add comments.
22786         (xreadlink): New declaration.
22787
22788         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
22789         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
22790         lib/xreadlink-with-size.c.
22791         (configure.ac): Remove gl_XREADLINK invocation.
22792         (Makefile.am): Augment lib_SOURCES.
22793         * m4/xreadlink.m4: Remove file.
22794         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
22795         (xreadlink_with_size): Renamed from xreadink.
22796         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
22797         * modules/canonicalize (Depends-on): Replace xreadlink with
22798         xreadlink-with-size.
22799         * lib/canonicalize.c (canonicalize_filename_mode): Update.
22800
22801 2007-02-25  Jim Meyering  <jim@meyering.net>
22802
22803         * build-aux/announce-gen: When complaining about excess arguments,
22804         list them.
22805
22806 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22807
22808         * README: Document signed integer overflow situation more
22809         accurately.
22810
22811 2007-02-25  Bruno Haible  <bruno@clisp.org>
22812
22813         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
22814         'a' or 'A' conversion.
22815
22816 2007-02-25  Bruno Haible  <bruno@clisp.org>
22817
22818         * modules/filename: Renamed from modules/pathname.
22819         (Files): Replace lib/pathname.h with lib/filename.h. Replace
22820         lib/concatpath.c with lib/concat-filename.c.
22821         (Makefile.am): Update.
22822         (Include): Replace pathname.h with filename.h.
22823         * lib/filename.h: Renamed from lib/pathname.h.
22824         (concatenated_filename): Renamed from concatenated_pathname.
22825         * lib/concat-filename.c: Renamed from lib/concatpath.c.
22826         (concatenated_filename): Renamed from concatenated_pathname.
22827         * lib/findprog.c: Include filename.h instead of pathname.h.
22828         (find_in_path): Update.
22829         * lib/javacomp.c: Include filename.h instead of pathname.h.
22830         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22831         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22832         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22833         is_oldgcj_14_13_usable, is_javac_usable): Update.
22834         * lib/javaexec.c: Include filename.h instead of pathname.h.
22835         (execute_java_class): Update.
22836         * modules/findprog: Update.
22837         * modules/javacomp: Update.
22838         * modules/javaexec: Update.
22839         * MODULES.html.sh (File system functions): Add 'filename', remove
22840         'pathname'.
22841
22842 2007-02-25  Bruno Haible  <bruno@clisp.org>
22843
22844         * modules/printf-frexpl-tests: New file.
22845         * tests/test-printf-frexpl.c: New file.
22846
22847         * modules/printf-frexpl: New file.
22848         * lib/printf-frexpl.h: New file.
22849         * lib/printf-frexpl.c: New file.
22850         * m4/printf-frexpl.m4: New file.
22851
22852 2007-02-25  Bruno Haible  <bruno@clisp.org>
22853
22854         * modules/printf-frexp-tests: New file.
22855         * tests/test-printf-frexp.c: New file.
22856
22857         * modules/printf-frexp: New file.
22858         * lib/printf-frexp.h: New file.
22859         * lib/printf-frexp.c: New file.
22860         * m4/printf-frexp.m4: New file.
22861
22862 2007-02-25  Bruno Haible  <bruno@clisp.org>
22863
22864         Assume automake >= 1.10 for the tests.
22865         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
22866         * modules/arctwo-tests: Likewise.
22867         * modules/argp-tests: Likewise.
22868         * modules/avltree-list-tests: Likewise.
22869         * modules/avltree-oset-tests: Likewise.
22870         * modules/avltreehash-list-tests: Likewise.
22871         * modules/carray-list-tests: Likewise.
22872         * modules/crc-tests: Likewise.
22873         * modules/des-tests: Likewise.
22874         * modules/gc-arcfour-tests: Likewise.
22875         * modules/gc-arctwo-tests: Likewise.
22876         * modules/gc-des-tests: Likewise.
22877         * modules/gc-hmac-md5-tests: Likewise.
22878         * modules/gc-hmac-sha1-tests: Likewise.
22879         * modules/gc-md2-tests: Likewise.
22880         * modules/gc-md4-tests: Likewise.
22881         * modules/gc-md5-tests: Likewise.
22882         * modules/gc-pbkdf2-sha1-tests: Likewise.
22883         * modules/gc-rijndael-tests: Likewise.
22884         * modules/gc-sha1-tests: Likewise.
22885         * modules/gc-tests: Likewise.
22886         * modules/getaddrinfo-tests: Likewise.
22887         * modules/hmac-md5-tests: Likewise.
22888         * modules/hmac-sha1-tests: Likewise.
22889         * modules/linked-list-tests: Likewise.
22890         * modules/linkedhash-list-tests: Likewise.
22891         * modules/lock-tests: Likewise.
22892         * modules/md2-tests: Likewise.
22893         * modules/md4-tests: Likewise.
22894         * modules/md5-tests: Likewise.
22895         * modules/rbtree-list-tests: Likewise.
22896         * modules/rbtree-oset-tests: Likewise.
22897         * modules/rbtreehash-list-tests: Likewise.
22898         * modules/read-file-tests: Likewise.
22899         * modules/rijndael-tests: Likewise.
22900         * modules/stdint-tests: Likewise.
22901         * modules/tls-tests: Likewise.
22902
22903 2007-02-24  Bruno Haible  <bruno@clisp.org>
22904
22905         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
22906         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
22907         function; instead check whether isnan with a double argument links.
22908         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
22909         function; instead check whether isnan with a 'long double' argument
22910         links.
22911         Reported by Eric Blake <ebb9@byu.net>.
22912
22913 2007-02-24  Bruno Haible  <bruno@clisp.org>
22914
22915         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
22916         defined.
22917         * lib/isnanl.c: Remove all code. Just include isnan.c.
22918         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
22919
22920 2007-02-25  Jim Meyering  <jim@meyering.net>
22921
22922         Avoid conflicting types for 'unsetenv' on FreeBSD.
22923         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
22924         conflicting with FreeBSD's (5.0 and 6.1) function declaration
22925         in stdlib.h.
22926
22927 2007-02-24  Bruno Haible  <bruno@clisp.org>
22928
22929         * modules/isnanl-nolibm-tests: New file.
22930         * tests/test-isnanl.c: New file.
22931
22932         * modules/isnanl-nolibm: New file.
22933         * lib/isnanl.h: New file.
22934         * lib/isnanl.c: New file.
22935         * m4/isnanl.m4: New file.
22936
22937 2007-02-24  Bruno Haible  <bruno@clisp.org>
22938
22939         * modules/isnan-nolibm-tests: New file.
22940         * tests/test-isnan.c: New file.
22941
22942         * modules/isnan-nolibm: New file.
22943         * lib/isnan.h: New file.
22944         * lib/isnan.c: New file.
22945         * m4/isnan.m4: New file.
22946
22947 2007-02-24  Bruno Haible  <bruno@clisp.org>
22948
22949         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
22950         assume that an exponent fits in 20 bits.
22951
22952 2007-02-24  Jim Meyering  <jim@meyering.net>
22953
22954         * m4/regex.m4: Update the description of the configure-time option,
22955         --without-included-regex, to state accurately what the defaults are,
22956         and perhaps to give people an idea why using this option is risky.
22957
22958 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22959
22960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
22961         loops on small arguments.  This attempts to avoid the problem
22962         Bruno Haible reported for AIX 4.3.2 in
22963         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
22964
22965 2007-02-23  Bruno Haible  <bruno@clisp.org>
22966
22967         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
22968         Needed for help2man.
22969
22970 2007-02-23  Karl Berry  <karl@gnu.org>
22971
22972         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
22973         exists, foo.h should be cvs-ignored, not committed.
22974
22975 2007-02-23  Eric Blake  <ebb9@byu.net>
22976
22977         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
22978         * lib/stat-time.h (includes): Likewise.
22979         * lib/utimecmp.c (includes): Likewise.
22980         * lib/utimens.h (includes): Likewise.
22981         * lib/getdate.y (includes): Also include "timespec.h" for use
22982         internal to the module.
22983         * modules/utimens (Depends-on): Revert yesterday's patch.
22984         * modules/nanosleep (Depends-on): Add missing dependency.
22985
22986 2007-02-22  Bruno Haible  <bruno@clisp.org>
22987
22988         * lib/glob.c: Don't include getlogin_r.h.
22989
22990 2007-02-22  Jim Meyering  <jim@meyering.net>
22991
22992         * modules/utimens (Depends-on): Add timespec, required for
22993         utimens.h's inclusion of timespec.h.
22994
22995 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
22996
22997         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
22998         long unreadable paths in GNU/Linux.  Problem reported by Andreas
22999         Schwab in
23000         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
23001         I'll try to think of a better way to fix the Solaris problem.
23002
23003         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
23004         like glibc; on Solaris 10, it fails with errno == EINVAL.
23005         POSIX says the behavior is unspecified if the first argument is NULL,
23006         so play it safe and never pass NULL to the system getcwd.
23007
23008 2007-02-21  Jim Meyering  <jim@meyering.net>
23009
23010         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
23011         of gettimeofday.  It would conflict with the one now always
23012         provided via sys_time_.h.  Reported by Matthew Woehlke, as
23013         an IRIX 6.5 build failure.
23014
23015 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23016
23017         Minor fixups to port to Solaris 10 with Sun C 5.8.
23018         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
23019         * modules/getcwd (Depends-on): Add dirfd.
23020         * lib/putenv.c (putenv): #undef it.
23021         (rpl_putenv): New decl.
23022         (malloc, free): Include <stdlib.h> rather than prototyping separately.
23023
23024 2007-02-20  Bruno Haible  <bruno@clisp.org>
23025
23026         * modules/stdio-tests: New file.
23027         * tests/test-stdio.c: New file.
23028
23029         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
23030         (Depends-on): Add stdio.
23031         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23032         (Include): Use <stdio.h> instead of vsnprintf.h.
23033         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23034         HAVE_DECL_VSNPRINTF.
23035         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
23036
23037         * modules/snprintf (Files): Remove lib/snprintf.h.
23038         (Depends-on): Add stdio.
23039         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23040         (Include): Use <stdio.h> instead of snprintf.h.
23041         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23042         HAVE_DECL_SNPRINTF.
23043         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
23044         * lib/getaddrinfo.c: Likewise.
23045
23046         * modules/stdio: New file.
23047         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
23048         * lib/snprintf.h: Remove file.
23049         * lib/vsnprintf.h: Remove file.
23050         * lib/.cppi-disable: Remove snprintf.h.
23051         * m4/stdio_h.m4: New file.
23052         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
23053
23054 2007-02-20  Jim Meyering  <jim@meyering.net>
23055
23056         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
23057         used by e.g., mingw.  From Bruno Haible.
23058
23059 2007-02-19  Bruno Haible  <bruno@clisp.org>
23060
23061         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
23062         warnings.
23063         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23064
23065 2007-02-19  Bruno Haible  <bruno@clisp.org>
23066
23067         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
23068         from mingw users.
23069
23070 2007-02-19  Bruno Haible  <bruno@clisp.org>
23071
23072         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
23073         warnings.
23074         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
23075
23076 2007-02-19  Jim Meyering  <jim@meyering.net>
23077
23078         Don't use FD after a successful "fdopendir (fd)".
23079         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
23080         Reset it by calling dirfd on the just-obtained DIR*.
23081
23082         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
23083         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
23084
23085 2007-02-18  Bruno Haible  <bruno@clisp.org>
23086
23087         * lib/readlink.c: Include <unistd.h>.
23088         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
23089         HAVE_READLINK.
23090         * modules/readlink (Depends-on): Add unistd.
23091         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23092         (Include): Add <unistd.h>.
23093
23094         * lib/getlogin_r.h: Remove file.
23095         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
23096         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
23097         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
23098         HAVE_DECL_GETLOGIN_R.
23099         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
23100         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23101         (Include): Use <unistd.h> instead of getlogin_r.h.
23102
23103         * lib/getcwd.h: Remove file.
23104         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
23105         * lib/xgetcwd.c: Likewise.
23106         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
23107         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
23108         * modules/getcwd (Files): Remove lib/getcwd.h.
23109         (Depends-on): Add unistd.
23110         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23111         (Include): Use <unistd.h> instad of getcwd.h.
23112
23113         * lib/ftruncate.c: Include <unistd.h> first.
23114         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
23115         Set HAVE_FTRUNCATE.
23116         * modules/ftruncate (Depends-on): Add unistd.
23117         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23118
23119         * lib/fchdir.c: Include <unistd.h> first.
23120         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
23121         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
23122         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
23123         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23124         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
23125
23126         * lib/dup2.c: Include <unistd.h> first.
23127         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
23128         HAVE_DUP2.
23129         * modules/dup2 (Depends-on): Add unistd.
23130         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23131
23132         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
23133         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
23134         REPLACE_CHOWN. Don't define chown as a macro here.
23135         * modules/chown (Depends-on): Add unistd.
23136         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23137
23138         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
23139         Add definition for GL_LINK_WARNING.
23140         (chown, dup2): New declarations.
23141         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
23142         link warning.
23143         (ftruncate): New declaration.
23144         (getcwd): New declaration, taken from old getcwd.h.
23145         (getlogin_r): New declaration, taken from old getlogin_r.h.
23146         (readlink): New declaration.
23147         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
23148         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
23149         (gl_PREREQ_UNISTD): Remove macro.
23150         (gl_UNISTD_MODULE_INDICATOR): New macro.
23151         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
23152         many new variables. Don't set UNISTD_H.
23153         * modules/unistd (Description): Change.
23154         (Depends-on): Add link-warning.
23155         (configure.ac): Update.
23156         (Makefile.am): Create unistd.h always. Substitute many new variables
23157         into it.
23158
23159 2007-02-18  Bruno Haible  <bruno@clisp.org>
23160
23161         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
23162         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
23163         HAVE_GETSUBOPT.
23164         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
23165         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
23166         * lib/getsubopt.h: Remove file.
23167         * modules/getsubopt (Files): Remove lib/getsubopt.h.
23168         (Depends-on): Add stdlib.
23169         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23170         (Includes): Use <stdlib.h> instead of getsubopt.h.
23171         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
23172         Set HAVE_GETSUBOPT.
23173         * lib/getsubopt.c: Don't include getsubopt.h.
23174
23175 2007-02-18  Bruno Haible  <bruno@clisp.org>
23176
23177         * modules/fchdir (Depends-on): Add dup2.
23178
23179 2007-02-18  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/stdlib_.h: Handle glibc's special invocation convention
23182         specially.
23183
23184 2007-02-18  Bruno Haible  <bruno@clisp.org>
23185
23186         * modules/stdlib-tests: New file.
23187         * tests/test-stdlib.c: New file.
23188
23189         * modules/mkstemp (Files): Remove lib/mkstemp.h.
23190         (Depends-on): Add stdlib.
23191         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23192         (Includes): Use <stdlib.h> instead of mkstemp.h.
23193         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23194         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
23195         * lib/mkstemp.c: Don't include mkstemp.h.
23196         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
23197         * lib/stdlib--.h: Don't include mkstemp.h.
23198
23199         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
23200         (Depends-on): Add stdlib.
23201         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23202         (Includes): Use <stdlib.h> instead of mkdtemp.h.
23203         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23204         HAVE_MKDTEMP.
23205         * lib/mkdtemp.c: Don't include mkdtemp.h.
23206         * lib/clean-temp.c: Don't include mkdtemp.h.
23207
23208         * modules/exit (Files): Remove lib/exit.h.
23209         (Depends-on): Add stdlib.
23210         (Makefile.am): Remove lib_SOURCES.
23211         (Include): Use <stdlib.h> instead of exit.h.
23212         * lib/argmatch.c: Don't include exit.h.
23213         * lib/execute.c: Likewise.
23214         * lib/pagealign_alloc.c: Likewise.
23215         * lib/pipe.c: Likewise.
23216         * lib/wait-process.c: Likewise.
23217         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
23218         * lib/exitfail.c: Likewise.
23219         * lib/savewd.c: Likewise.
23220         * lib/xsetenv.c: Likewise.
23221
23222         * modules/stdlib: New file.
23223         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
23224         and extra comments about mkstemp().
23225         * lib/exit.h: Remove file.
23226         * lib/mkdtemp.h: Remove file.
23227         * lib/mkstemp.h: Remove file.
23228         * m4/stdlib_h.m4: New file.
23229         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
23230
23231 2007-02-18  Bruno Haible  <bruno@clisp.org>
23232
23233         * modules/math-tests: New file.
23234         * tests/test-math.c: New file.
23235
23236         * modules/math: New file.
23237         * modules/mathl (Files): Remove lib/mathl.h.
23238         (Depends-on): Add math.
23239         (Makefile.am): Don't mention mathl.h.
23240         (Include): Use <math.h> instead of mathl.h.
23241         * lib/math_.h: New file.
23242         * lib/mathl.h: Remove file.
23243         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
23244         mathl.h.
23245         * lib/asinl.c: Likewise.
23246         * lib/atanl.c: Likewise.
23247         * lib/ceill.c: Likewise.
23248         * lib/cosl.c: Likewise.
23249         * lib/expl.c: Likewise.
23250         * lib/floorl.c: Likewise.
23251         * lib/frexpl.c: Likewise.
23252         * lib/ldexpl.c: Likewise.
23253         * lib/logl.c: Likewise.
23254         * lib/sincosl.c: Likewise.
23255         * lib/sinl.c: Likewise.
23256         * lib/sqrtl.c: Likewise.
23257         * lib/tanl.c: Likewise.
23258         * lib/trigl.c: Likewise.
23259         * m4/math_h.m4: New file.
23260         * MODULES.html.sh (Mathematics): Add math.
23261
23262 2007-02-17  Bruno Haible  <bruno@clisp.org>
23263
23264         * modules/wctype-tests: New file.
23265         * tests/test-wctype.c: New file.
23266
23267         * modules/wchar-tests: New file.
23268         * tests/test-wchar.c: New file.
23269
23270         * modules/unistd-tests: New file.
23271         * tests/test-unistd.c: New file.
23272
23273         * modules/time-tests: New file.
23274         * tests/test-time.c: New file.
23275
23276         * modules/sysexits-tests: New file.
23277         * tests/test-sysexits.c: New file.
23278
23279         * modules/sys_time-tests: New file.
23280         * tests/test-sys_time.c: New file.
23281
23282         * modules/sys_stat-tests: New file.
23283         * tests/test-sys_stat.c: New file.
23284
23285         * modules/sys_socket-tests: New file.
23286         * tests/test-sys_socket.c: New file.
23287
23288         * modules/sys_select-tests: New file.
23289         * tests/test-sys_select.c: New file.
23290
23291         * modules/string-tests: New file.
23292         * tests/test-string.c: New file.
23293
23294         * modules/stdbool-tests: New file.
23295         * tests/test-stdbool.c: New file.
23296
23297         * modules/netinet_in-tests: New file.
23298         * tests/test-netinet_in.c: New file.
23299
23300         * modules/inttypes-tests: New file.
23301         * tests/test-inttypes.c: New file.
23302
23303         * modules/fcntl-tests: New file.
23304         * tests/test-fcntl.c: New file.
23305
23306         * modules/byteswap-tests: New file.
23307         * tests/test-byteswap.c: New file.
23308
23309         * modules/arpa_inet-tests: New file.
23310         * tests/test-arpa_inet.c: New file.
23311
23312 2007-02-17  Bruno Haible  <bruno@clisp.org>
23313
23314         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
23315         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
23316         if the corresponding module is not enabled. Emit link warnings if
23317         the function is used nevertheless.
23318         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
23319         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
23320         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
23321         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
23322         * modules/inttypes (Depends-on): Add link-warning.
23323         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23324         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23325         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23326         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23327         * modules/imaxdiv (configure.ac): Likewise.
23328         * modules/strtoimax (configure.ac): Likewise.
23329         * modules/strtoumax (configure.ac): Likewise.
23330
23331 2007-02-17  Bruno Haible  <bruno@clisp.org>
23332
23333         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23334         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23335         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23336         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23337
23338 2007-02-17  Bruno Haible  <bruno@clisp.org>
23339
23340         * modules/link-warning: New file.
23341         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23342         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23343         * modules/string (Depends-on): Add link-warning.
23344         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23345         string.h.
23346         * MODULES.html.sh (Support for building libraries and executables): Add
23347         link-warning.
23348
23349 2007-02-17  Bruno Haible  <bruno@clisp.org>
23350
23351         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23352         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23353         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23354         long lines.
23355
23356 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23357             Bruno Haible  <bruno@clisp.org>
23358
23359         * modules/tmpfile: New file.
23360         * lib/tmpfile.c: New file.
23361         * m4/tmpfile.m4: New file.
23362         * MODULES.html.sh (func_all_modules): New section "Input/output".
23363
23364 2007-02-15  Bruno Haible  <bruno@clisp.org>
23365
23366         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23367         (supports_delete_on_close): New function.
23368         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23369
23370 2007-02-14  Bruno Haible  <bruno@clisp.org>
23371
23372         * modules/mbspcasecmp-tests: New file.
23373         * tests/test-mbspcasecmp.sh: New file.
23374         * tests/test-mbspcasecmp.c: New file.
23375
23376         New module mbspcasecmp.
23377         * modules/mbspcasecmp: New file.
23378         * lib/mbspcasecmp.c: New file.
23379         * lib/string_.h (strncasecmp): Change warning message.
23380         (mbspcasecmp): New declaration.
23381         * m4/mbspcasecmp.m4: New file.
23382         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23383         GNULIB_MBSPCASECMP.
23384         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23385         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23386
23387 2007-02-14  Bruno Haible  <bruno@clisp.org>
23388
23389         * modules/mbsncasecmp-tests: New file.
23390         * tests/test-mbsncasecmp.sh: New file.
23391         * tests/test-mbsncasecmp.c: New file.
23392
23393         New module mbsncasecmp.
23394         * modules/mbsncasecmp: New file.
23395         * lib/mbsncasecmp.c: New file.
23396         * lib/string_.h (mbsncasecmp): New declaration.
23397         * m4/mbsncasecmp.m4: New file.
23398         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23399         GNULIB_MBSNCASECMP.
23400         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23401         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23402
23403 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23404
23405         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23406         Verify that it doesn't overlap with our flags.
23407         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23408         do not have the desired effect in multibyte locales; instead, use
23409         mbscasecmp.
23410         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23411         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23412         we don't require GNU fnmatch ourselves (if our users require it, they
23413         should do so explicitly).
23414
23415         Fix regex code so it doesn't rely on strcasecmp.
23416         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23417         Otherwise, include gnulib's langinfo.h.
23418         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23419         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23420         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23421         * modules/regex (FILES): Remove m4/codeset.m4.
23422         (Depends-on): Add localcharset.  Remove strcase.
23423
23424 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23425
23426         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
23427         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
23428
23429 2007-02-13  Bruno Haible  <bruno@clisp.org>
23430
23431         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
23432         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23433
23434 2007-02-12  Bruno Haible  <bruno@clisp.org>
23435
23436         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23437         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
23438         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
23439         time warning rather than a link error.
23440
23441 2007-02-12  Bruno Haible  <bruno@clisp.org>
23442
23443         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
23444         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23445         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23446
23447 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23448
23449         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
23450         args, not 2.
23451
23452 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23453
23454         New module 'time', so that apps can include <time.h> as per
23455         POSIX and GNU instead of separate include files like time_r.h
23456         and timegm.h.  This implementation tries out a simpler approach
23457         for replacing decls in standard include files (as compared to
23458         the string module), somewhat as an experiment.
23459
23460         * config/srclist.txt: Comment out mktime.c for now.
23461         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
23462         since it doesn't apply any more.  Use generic wording instead.
23463         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
23464         'time'.
23465         * lib/time_.h, m4/time_h.m4, modules/time: New files.
23466         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
23467         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
23468         Don't include <sys/types.h>; no longer needed since we assume C89.
23469         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
23470         * lib/strftime.c: Likewise.
23471         * lib/time_r.c: Likewise.
23472         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
23473         * lib/nanosleep.c: Include <time.h> first, to check interface.
23474         * lib/strptime.c: Likewise.
23475         * lib/time_r.c: Likewise.
23476         * lib/timegm.c: Likewise.
23477         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
23478         needed.
23479         * lib/timegm.c: Don't include timegm.h; no longer needed.
23480         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
23481         time.h now handles any problems in that area.
23482         (struct timespec, nanosleep): Remove; time.h now arranges for these.
23483         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
23484         that time.h defines struct timespec.
23485         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
23486         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
23487         handles that.
23488         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
23489         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
23490         needed.  Set REPLACE_LOCALTIME.
23491         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
23492         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
23493         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
23494         nanosleep; time_h.m4 now does that.  Don't require
23495         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
23496         module handles this now.
23497         * modules/getdate (Depends-on): Remove timespec.  Add time.
23498         * modules/nanosleep (Depends-on): Likewise.
23499         * modules/stat-time (Depends-on): Likewise.
23500         * modules/nanosleep (Include): Include time.h, not timespec.h.
23501         * modules/strptime (Files): Remove lib/strptime.h.
23502         (Depends-on): Add extensions, time.
23503         (Include): Include time.h, not strptime.h.
23504         * modules/time_r (Files): Remove lib/time_r.h.
23505         (Depends-on): Add time.
23506         (Include): Include time.h, not time_r.h.
23507         * modules/timegm: Likewise.
23508         * modules/timespec (Description): Now does timespec-related decls
23509         of our own, instead of struct timespec itself.
23510         (Depends-on): Add time; remove extensions.
23511         (Maintainer): Add self.
23512         * modules/utimecmp (Depends-on): Add time; remove timespec.
23513         * modules/utimens (Depends-on): Likewise.
23514         * modules/xnanosleep (Depends-on): Likewise.
23515
23516 2007-02-11  Bruno Haible  <bruno@clisp.org>
23517
23518         * lib/c-strstr.c: Include allocsa.h.
23519         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23520         * lib/c-strcasestr.c: Include allocsa.h.
23521         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23522         * lib/strcasestr.c: Include allocsa.h.
23523         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23524         * lib/mbsstr.c: Include allocsa.h.
23525         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23526         allocsa/freesa instead of malloc/free.
23527         * lib/mbscasestr.c: Include allocsa.h.
23528         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23529         allocsa/freesa instead of malloc/free.
23530         * modules/c-strstr (Depends-on): Add allocsa.
23531         * modules/c-strcasestr (Depends-on): Likewise.
23532         * modules/strcasestr (Depends-on): Likewise.
23533         * modules/mbsstr (Depends-on): Likewise.
23534         * modules/mbscasestr (Depends-on): Likewise.
23535
23536 2007-02-11  Bruno Haible  <bruno@clisp.org>
23537
23538         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
23539
23540         * modules/mbsspn-tests: New file.
23541         * tests/test-mbsspn.sh: New file.
23542         * tests/test-mbsspn.c: New file.
23543
23544 2007-02-11  Bruno Haible  <bruno@clisp.org>
23545
23546         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
23547
23548         * modules/mbspbrk-tests: New file.
23549         * tests/test-mbspbrk.sh: New file.
23550         * tests/test-mbspbrk.c: New file.
23551
23552 2007-02-11  Bruno Haible  <bruno@clisp.org>
23553
23554         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
23555         unneeded cast.
23556
23557         * modules/mbscspn-tests: New file.
23558         * tests/test-mbscspn.sh: New file.
23559         * tests/test-mbscspn.c: New file.
23560
23561 2007-02-11  Bruno Haible  <bruno@clisp.org>
23562
23563         * modules/mbscasecmp-tests: New file.
23564         * tests/test-mbscasecmp.sh: New file.
23565         * tests/test-mbscasecmp.c: New file.
23566
23567 2007-02-11  Bruno Haible  <bruno@clisp.org>
23568
23569         Ensure O(n) worst-case complexity of mbscasestr.
23570         * lib/mbscasestr.c: Include stdbool.h.
23571         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23572         functions.
23573         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
23574         the bookkeeping indicates that it's worth it.
23575         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
23576
23577         * modules/mbscasestr-tests: New file.
23578         * tests/test-mbscasestr1.c: New file.
23579         * tests/test-mbscasestr2.sh: New file.
23580         * tests/test-mbscasestr2.c: New file.
23581         * tests/test-mbscasestr3.sh: New file.
23582         * tests/test-mbscasestr3.c: New file.
23583         * tests/test-mbscasestr4.sh: New file.
23584         * tests/test-mbscasestr4.c: New file.
23585         * m4/locale-tr.m4: New file.
23586
23587 2007-02-11  Bruno Haible  <bruno@clisp.org>
23588
23589         Ensure O(n) worst-case complexity of mbsstr.
23590         * lib/mbsstr.c: Include stdbool.h.
23591         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23592         functions.
23593         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
23594         bookkeeping indicates that it's worth it.
23595         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
23596
23597         * modules/mbsstr-tests: New file.
23598         * tests/test-mbsstr1.c: New file.
23599         * tests/test-mbsstr2.sh: New file.
23600         * tests/test-mbsstr2.c: New file.
23601         * tests/test-mbsstr3.sh: New file.
23602         * tests/test-mbsstr3.c: New file.
23603         * m4/locale-fr.m4: New file.
23604
23605 2007-02-11  Bruno Haible  <bruno@clisp.org>
23606
23607         * lib/mbsrchr.c (mbsrchr): Fix bug.
23608
23609         * modules/mbsrchr-tests: New file.
23610         * tests/test-mbsrchr.sh: New file.
23611         * tests/test-mbsrchr.c: New file.
23612
23613 2007-02-11  Bruno Haible  <bruno@clisp.org>
23614
23615         * lib/mbschr.c (mbschr): Fix bug.
23616
23617         * modules/mbschr-tests: New file.
23618         * tests/test-mbschr.sh: New file.
23619         * tests/test-mbschr.c: New file.
23620         * m4/locale-zh.m4: New file.
23621
23622 2007-02-11  Bruno Haible  <bruno@clisp.org>
23623
23624         Support for copying multibyte string iterators.
23625         * lib/mbiter.h: Include <string.h>.
23626         (mbiter_multi_copy): New function.
23627         (mbi_copy): New macro.
23628         * lib/mbuiter.h: Include <string.h>.
23629         (mbuiter_multi_copy): New function.
23630         (mbui_copy): New macro.
23631
23632 2007-02-11  Bruno Haible  <bruno@clisp.org>
23633
23634         New module mbslen.
23635         * modules/mbslen: New file.
23636         * lib/mbslen.c: New file.
23637         * lib/string_.h (mbslen): New declaration.
23638         * m4/mbslen.m4: New file.
23639         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23640         GNULIB_MBSLEN.
23641         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
23642         * MODULES.html.sh (Internationalization functions): Add mbslen.
23643
23644 2007-02-11  Bruno Haible  <bruno@clisp.org>
23645
23646         Ensure O(n) worst-case complexity of strcasestr substitute.
23647         * lib/strcasestr.c: Include stdbool.h.
23648         (knuth_morris_pratt): New function.
23649         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23650         bookkeeping indicates that it's worth it.
23651         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
23652
23653         * modules/strcasestr-tests: New file.
23654         * tests/test-strcasestr.c: New file.
23655
23656 2007-02-11  Bruno Haible  <bruno@clisp.org>
23657
23658         Ensure O(n) worst-case complexity of c_strcasestr.
23659         * lib/c-strcasestr.c: Include stdbool.h, string.h.
23660         (knuth_morris_pratt): New function.
23661         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
23662         the bookkeeping indicates that it's worth it.
23663         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
23664
23665         * modules/c-strcasestr-tests: New file.
23666         * tests/test-c-strcasestr.c: New file.
23667
23668 2007-02-11  Bruno Haible  <bruno@clisp.org>
23669
23670         Ensure O(n) worst-case complexity of c_strstr.
23671         * lib/c-strstr.c: Include stdbool.h, string.h.
23672         (knuth_morris_pratt): New function.
23673         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23674         bookkeeping indicates that it's worth it.
23675         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
23676
23677         * lib/c-strstr.c: Complete rewrite for maintainability.
23678
23679         * modules/c-strstr-tests: New file.
23680         * tests/test-c-strstr.c: New file.
23681
23682 2007-02-11  Bruno Haible  <bruno@clisp.org>
23683
23684         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
23685         5.2.1 and earlier, whereby \055 was treated just like the range
23686         delimiter '-'.
23687         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23688
23689 2007-02-08  Bruno Haible  <bruno@clisp.org>
23690
23691         * modules/regex (Depends-on): Add stdbool.
23692         Reported by Dalibor Topic <robilad@kaffe.org>.
23693
23694 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23695
23696         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
23697         Prefer returning from main to exiting from it.
23698         Remove unnecessary parens after sizeof.
23699
23700 2007-02-05  Bruno Haible  <bruno@clisp.org>
23701
23702         New module mbssep.
23703         * modules/mbssep: New file.
23704         * lib/mbssep.c: New file.
23705         * lib/string_.h (strsep): Add a conditional link warning.
23706         (mbssep): New declaration.
23707         * m4/mbssep.m4: New file.
23708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23709         GNULIB_MBSSEP.
23710         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
23711         * MODULES.html.sh (Internationalization functions): Add mbssep.
23712
23713 2007-02-05  Bruno Haible  <bruno@clisp.org>
23714
23715         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
23716         Optimize search in case of 1 delimiter.
23717
23718 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23719
23720         * lib/acl.h: Include sys/types.h before sys/acl.h.
23721
23722 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23723
23724         Merge upstream fix for glibc bugzilla #3957:
23725
23726         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
23727
23728         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
23729         bit for RE_HAT_LISTS_NOT_NEWLINE.
23730         (build_charclass_op): Remove bogus comment.
23731
23732 2007-02-05  Simon Josefsson  <simon@josefsson.org>
23733
23734         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
23735
23736 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23737
23738         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
23739         * lib/memmem.c [!defined _LIBC]: Include config.h.
23740
23741 2007-02-04  Bruno Haible  <bruno@clisp.org>
23742
23743         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23744         warning message.
23745
23746 2007-02-04  Bruno Haible  <bruno@clisp.org>
23747
23748         New module mbstok_r.
23749         * modules/mbstok_r: New file.
23750         * lib/mbstok_r.c: New file.
23751         * lib/string_.h (strtok_r): Change argument names to match the
23752         comments. Add a conditional link warning.
23753         (mbstok_r): New declaration.
23754         * m4/mbstok_r.m4: New file.
23755         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23756         GNULIB_MBSTOK_R.
23757         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
23758         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
23759
23760 2007-02-04  Bruno Haible  <bruno@clisp.org>
23761
23762         New module mbsspn.
23763         * modules/mbsspn: New file.
23764         * lib/mbsspn.c: New file.
23765         * lib/string_.h (strspn): Add a conditional link warning.
23766         (mbsspn): New declaration.
23767         * m4/mbsspn.m4: New file.
23768         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23769         GNULIB_MBSSPN.
23770         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
23771         * MODULES.html.sh (Internationalization functions): Add mbsspn.
23772
23773 2007-02-04  Bruno Haible  <bruno@clisp.org>
23774
23775         New module mbspbrk.
23776         * modules/mbspbrk: New file.
23777         * lib/mbspbrk.c: New file.
23778         * lib/string_.h (strpbrk): Add a conditional link warning.
23779         (mbspbrk): New declaration.
23780         * m4/mbspbrk.m4: New file.
23781         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23782         GNULIB_MBSPBRK.
23783         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
23784         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
23785
23786 2007-02-04  Bruno Haible  <bruno@clisp.org>
23787
23788         New module mbscspn.
23789         * modules/mbscspn: New file.
23790         * lib/mbscspn.c: New file.
23791         * lib/string_.h (strcspn): Add a conditional link warning.
23792         (mbscspn): New declaration.
23793         * m4/mbscspn.m4: New file.
23794         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23795         GNULIB_MBSCSPN.
23796         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
23797         * MODULES.html.sh (Internationalization functions): Add mbscspn.
23798
23799 2007-02-04  Bruno Haible  <bruno@clisp.org>
23800
23801         New module mbscasestr, reduced goal of strcasestr.
23802         * modules/mbscasestr: New file.
23803         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
23804         (mbscasestr): Renamed from strcasestr.
23805         * lib/strcasestr.c: Don't include mbuiter.h.
23806         (strcasestr): Remove support for multibyte locales.
23807         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
23808         Change the conditional link warning.
23809         (mbscasestr): New declaration.
23810         * m4/mbscasestr.m4: New file.
23811         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
23812         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
23813         REPLACE_STRCASESTR.
23814         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
23815         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23816         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23817         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
23818         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
23819         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23820         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
23821         (Depends-on): Remove mbuiter.
23822         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
23823
23824 2007-02-04  Bruno Haible  <bruno@clisp.org>
23825
23826         Simplify handling of strncasecmp.
23827         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
23828         the conditional link warning.
23829         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23830         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
23831         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
23832         * modules/strcase (configure.ac): Don't invoke
23833         gl_STRING_MODULE_INDICATOR.
23834         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
23835
23836 2007-02-04  Bruno Haible  <bruno@clisp.org>
23837
23838         New module mbscasecmp, reduced goal of strcasecmp.
23839         * modules/mbscasecmp: New file.
23840         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
23841         (mbscasecmp): Renamed from strcasecmp.
23842         * lib/strcasecmp.c: Don't include mbuiter.h.
23843         (strcasecmp): Remove support for multibyte locales.
23844         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
23845         Change the conditional link warning.
23846         (mbscasecmp): New declaration.
23847         * m4/mbscasecmp.m4: New file.
23848         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
23849         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
23850         REPLACE_STRCASECMP.
23851         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
23852         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23853         GNULIB_MBSCASECMP.
23854         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
23855         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
23856         * modules/strcase (Files): Remove m4/mbrtowc.m4.
23857         (Depends-on): Remove mbuiter.
23858         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
23859
23860 2007-02-04  Bruno Haible  <bruno@clisp.org>
23861
23862         New module mbsstr. Remove module strstr.
23863         * modules/mbsstr: New file.
23864         * modules/strstr: Remove file.
23865         * lib/mbsstr.c: Renamed from lib/strstr.c.
23866         (mbsstr): Renamed from strstr.
23867         * lib/string_.h (strstr): Remove declaration. Change the conditional
23868         link warning.
23869         (mbsstr): New declaration.
23870         * m4/mbsstr.m4: New file.
23871         * m4/strstr.m4: Remove file.
23872         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
23873         REPLACE_STRSTR.
23874         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
23875         Don't initialize GNULIB_STRSTR.
23876         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
23877         substitute GNULIB_STRSTR and REPLACE_STRSTR.
23878         * MODULES.html.sh (Internationalization functions): Add mbsstr.
23879         (Support for systems lacking ANSI C 89): Remove strstr.
23880
23881 2007-02-04  Bruno Haible  <bruno@clisp.org>
23882
23883         New module mbsrchr.
23884         * modules/mbsrchr: New file.
23885         * lib/mbsrchr.c: New file.
23886         * lib/string_.h (strrchr): Add a conditional link warning.
23887         (mbsrchr): New declaration.
23888         * m4/mbsrchr.m4: New file.
23889         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23890         GNULIB_MBSRCHR.
23891         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
23892         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
23893
23894 2007-02-04  Bruno Haible  <bruno@clisp.org>
23895
23896         New module mbschr.
23897         * modules/mbschr: New file.
23898         * lib/mbschr.c: New file.
23899         * lib/string_.h (strchr): Add a conditional link warning.
23900         (mbschr): New declaration.
23901         * m4/mbschr.m4: New file.
23902         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23903         GNULIB_MBSCHR.
23904         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
23905         * MODULES.html.sh (Internationalization functions): Add mbschr.
23906
23907 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23908
23909         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
23910
23911         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
23912
23913 2007-02-04  Bruno Haible  <bruno@clisp.org>
23914
23915         New module description section 'configure.ac-early'.
23916         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
23917         (func_get_autoconf_early_snippet): New function.
23918         (func_import, func_create_testdir): Use it. Remove special cases for
23919         modules 'extensions' and 'lock'.
23920         * modules/extensions (configure.ac-early): Require
23921         gl_USE_SYSTEM_EXTENSIONS.
23922         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
23923
23924 2007-02-04  Bruno Haible  <bruno@clisp.org>
23925
23926         Make use of gcj-4.3's -fsource and -ftarget option.
23927         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
23928         and if so try the options -fsource and -ftarget.
23929         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
23930         source_version, ftarget_option, target_version arguments.
23931         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
23932         (is_envjavac_oldgcj_14_14_usable): Renamed from
23933         is_envjavac_gcj_14_14_usable.
23934         (is_envjavac_oldgcj_14_13_usable): Renamed from
23935         is_envjavac_gcj_14_13_usable.
23936         (is_gcj_present): Update.
23937         (is_gcj_43, is_gcj43_usable): New functions.
23938         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
23939         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
23940         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
23941         try the options -fsource and -ftarget.
23942
23943 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23944
23945         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
23946         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
23947         larger value.
23948
23949 2007-02-03  Jim Meyering  <jim@meyering.net>
23950
23951         Give tools a better chance to allocate space for very large buffers.
23952         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
23953
23954         Make pwd and readlink work also when run with an unreadable parent dir
23955         on systems with openat support.
23956         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
23957         provided getcwd function, even when we have openat support.
23958         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
23959
23960 2007-02-02  Bruno Haible  <bruno@clisp.org>
23961
23962         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23963         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
23964         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
23965         portability problems if one of these functions is only used on specific
23966         platforms.
23967         Reported by Paul Eggert.
23968
23969 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
23970
23971         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
23972         is causing more trouble than it's curing.
23973         * lib/regex_internal.h (__mempcpy): Remove.
23974         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
23975         (and make the code a tad smaller to boot).
23976         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
23977
23978 2007-02-02  Jim Meyering  <jim@meyering.net>
23979
23980         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
23981         section, not in the Makefile.am: one.
23982
23983 2007-02-02  Eric Blake  <ebb9@byu.net>
23984
23985         * lib/strchrnul.c: Always include config.h first.
23986
23987         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
23988         gnulib strstr is not necessary here.
23989
23990 2007-02-02  Simon Josefsson  <simon@josefsson.org>
23991
23992         * m4/socklen.m4: Fix typo.
23993
23994 2007-02-02  Eric Blake  <ebb9@byu.net>
23995
23996         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
23997         * modules/netinet_in (Makefile.am): Likewise.
23998
23999 2007-02-01  Bruno Haible  <bruno@clisp.org>
24000
24001         * lib/string_.h (GL_LINK_WARNING): New macro.
24002         (strcasecmp, strstr, strcasestr): If provided by the system,
24003         conditionally define as a macro that leads to a warning instead of to
24004         an error.
24005         (strncasecmp): Conditionally define as a macro that leads to a warning.
24006
24007 2007-02-01  Karl Berry  <karl@gnu.org>
24008
24009         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
24010
24011 2007-02-01  Bruno Haible  <bruno@clisp.org>
24012
24013         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
24014         renamings.
24015
24016 2007-02-01  Eric Blake  <ebb9@byu.net>
24017
24018         * modules/regex (Depends-on): Revert dependence on mempcpy.
24019         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
24020         module's definition of mempcpy.
24021         Reported by Paul Eggert.
24022
24023 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24024
24025         * lib/string_.h: If the gnulib module XYZ is not present, undefine
24026         the symbol XYZ before redefining it.  This fixes a problem with
24027         programs that don't use XYZ, when compiled on systems that define
24028         XYZ to something else.
24029
24030 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
24031
24032         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
24033         occurs when "mkdir -m foo" creates a setgid directory that is (1)
24034         writeable to group or other and (2) is intended to have a special
24035         mode bit that is set or cleared.  In such a case, the directory
24036         should be neither group- nor other-writeable until the special
24037         mode bits are right.
24038
24039 2007-01-31  Eric Blake  <ebb9@byu.net>
24040
24041         * modules/mountlist (Depends-on): Add strstr.
24042
24043         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
24044         bug.
24045         * modules/string (Makefile.am): Remove redundant replacement.
24046         * modules/regex (Depends-on): Add mempcpy.
24047
24048 2007-01-31  Bruno Haible  <bruno@clisp.org>
24049
24050         New module description field 'Link'.
24051         * gnulib-tool (func_usage): Document --extract-link-directive.
24052         (sed_extract_prog): Recognize 'Link' directive.
24053         (func_get_link_directive): New function.
24054         (func_import): Show summary of link directives.
24055         Handle --extract-link-directive option.
24056         * modules/acl (Link): New section.
24057         * modules/clock-time (Link): New section.
24058         * modules/euidaccess (Link): New section.
24059         * modules/gettext (Link): New section.
24060         * modules/iconv (Link): New section.
24061         * modules/lock (Link): New section.
24062         * modules/nanosleep (Link): New section.
24063         * modules/readline (Link): New section.
24064
24065 2007-01-27  Bruno Haible  <bruno@clisp.org>
24066
24067         Enforce the use of gnulib modules for unportable <string.h> functions.
24068         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
24069         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
24070         (gl_HEADER_STRING_H_BODY): Require it.
24071         * lib/string_.h: If the gnulib module XYZ is not present, redefine
24072         the symbol XYZ to one that gives a link error.
24073         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
24074         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
24075         * modules/mempcpy (configure.ac): Likewise.
24076         * modules/memrchr (configure.ac): Likewise.
24077         * modules/stpcpy (configure.ac): Likewise.
24078         * modules/stpncpy (configure.ac): Likewise.
24079         * modules/strcase (configure.ac): Likewise.
24080         * modules/strcasestr (configure.ac): Likewise.
24081         * modules/strchrnul (configure.ac): Likewise.
24082         * modules/strdup (configure.ac): Likewise.
24083         * modules/strndup (configure.ac): Likewise.
24084         * modules/strnlen (configure.ac): Likewise.
24085         * modules/strpbrk (configure.ac): Likewise.
24086         * modules/strsep (configure.ac): Likewise.
24087         * modules/strstr (configure.ac): Likewise.
24088         * modules/strtok_r (configure.ac): Likewise.
24089
24090 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
24091
24092         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
24093
24094 2007-01-30  Jim Meyering  <jim@meyering.net>
24095
24096         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
24097
24098 2007-01-29  Bruno Haible  <bruno@clisp.org>
24099
24100         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
24101         * lib/execute.c: Likewise.
24102         * lib/pipe.c: Likewise.
24103         * lib/printf-args.h: Likewise.
24104         * lib/printf-args.c: Likewise.
24105         * lib/printf-parse.c: Likewise.
24106         * lib/vasnprintf.c: Likewise.
24107
24108 2007-01-29  Eric Blake  <ebb9@byu.net>
24109
24110         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
24111         declaration.
24112
24113 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
24114
24115         * lib/strptime.h (strptime): Use 'restrict' for args where
24116         POSIX requires this.
24117         * lib/strptime.c (strptime): Likewise.
24118         Change license notice from LGPL to GPL, since gnulib-tool will
24119         change this as needed.
24120         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
24121         defined.
24122         Include "strptime.h" first, to check interface.
24123         Do not #undef _LIBC and _NL_CURRENT.
24124         Do not include <stdlib.h>; no longer needed.
24125         Include "time_r.h" and declare ptime_locale_status
24126         only if _LIBC is not defined.
24127         (__P): Remove unused macro.
24128         (match_string): Bring back glibc version, but use it only if _LIBC
24129         is defined.
24130         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
24131         Remove unnecessary assertion and abort() call.
24132         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
24133         * m4/strptime.m4: Fix serial number comment.
24134         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
24135         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
24136         (Depends-on): Add time_r.
24137
24138 2007-01-29  Bruno Haible  <bruno@clisp.org>
24139
24140         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24141         strptime.
24142         * modules/strptime (Depends-on): Add stdbool.
24143         * lib/strptime.h: Include <time.h> always. Add comments.
24144
24145 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24146
24147         * modules/strptime: New file.
24148         * lib/strptime.h: New file.
24149         * lib/strptime.c: New file.
24150         * m4/strptime.m4: New file.
24151
24152 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24153
24154         * MODULES.html.sh: New module mpsort.
24155         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
24156
24157         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
24158         a circularity problem with HP-UX ia64 reported by Bob Proulx in
24159         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
24160         All uses changed.
24161         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
24162         All uses changed.
24163         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
24164         to _Restrict_.
24165         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
24166         the parameter matches the prototype.
24167
24168 2007-01-28  Jim Meyering  <jim@meyering.net>
24169
24170         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
24171         sys/time.h here, reverting that part of the previous patch:
24172         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
24173
24174 2007-01-28  Bruno Haible  <bruno@clisp.org>
24175
24176         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
24177         value of $(SYS_TIME_H).
24178         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
24179         remove it conditionally, too. [added by Jim Meyering]
24180         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
24181         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24182         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
24183         GETTIMEOFDAY_REPLACEMENT to 1.
24184
24185 2007-01-28  Bruno Haible  <bruno@clisp.org>
24186
24187         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
24188         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
24189         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
24190         Set UNISTD_H instead of UNISTD_H2.
24191         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
24192
24193 2007-01-28  Bruno Haible  <bruno@clisp.org>
24194
24195         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
24196         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
24197
24198 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24199
24200         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
24201         (func_create_testdir): Ensure C locale for `grep' and `tr'
24202         character ranges.
24203         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
24204         ACLOCAL_AMFLAGS parsing state machine.
24205
24206 2007-01-27  Bruno Haible  <bruno@clisp.org>
24207
24208         * modules/unistr/base: Update.
24209
24210 2007-01-27  Bruno Haible  <bruno@clisp.org>
24211
24212         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
24213         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
24214         * modules/unistr/u32-mbtouc-unsafe: Renamed from
24215         modules/unistr/u32-mbtouc.
24216         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
24217         * lib/unistr.h: Update.
24218         * lib/linebreak.c: Update.
24219         * modules/unistr/u32-mbtouc: Renamed from
24220         modules/unistr/u32-mbtouc-safe.
24221         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
24222         * lib/unistr.h: Update.
24223         * lib/unistr/u32-to-u8.c: Update.
24224         * lib/unistr/u32-to-u16.c: Update.
24225
24226 2007-01-27  Bruno Haible  <bruno@clisp.org>
24227
24228         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
24229         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
24230         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
24231         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
24232         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
24233         * modules/unistr/u16-mbtouc-unsafe: Renamed from
24234         modules/unistr/u16-mbtouc.
24235         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
24236         * lib/unistr.h: Update.
24237         * lib/linebreak.c: Update.
24238         * modules/linebreak: Update.
24239         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24240         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
24241         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
24242         * modules/unistr/u16-mbtouc: Renamed from
24243         modules/unistr/u16-mbtouc-safe.
24244         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
24245         * lib/unistr.h: Update.
24246         * lib/unistr/u16-to-u8.c: Update.
24247         * modules/unistr/u16-to-u8: Update.
24248         * lib/unistr/u16-to-u32.c: Update.
24249         * modules/unistr/u16-to-u32: Update.
24250
24251 2007-01-27  Bruno Haible  <bruno@clisp.org>
24252
24253         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
24254         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
24255         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
24256         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
24257         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
24258         * modules/unistr/u8-mbtouc-unsafe: Renamed from
24259         modules/unistr/u8-mbtouc.
24260         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
24261         * lib/unistr.h: Update.
24262         * lib/striconveh.c: Update.
24263         * modules/striconveh: Update.
24264         * lib/linebreak.c: Update.
24265         * modules/linebreak: Update.
24266         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
24267         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
24268         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
24269         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
24270         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
24271         * lib/unistr.h: Update.
24272         * lib/striconveh.c: Update.
24273         * modules/striconveh: Update.
24274         * lib/unistr/u8-to-u16.c: Update.
24275         * modules/unistr/u8-to-u16: Update.
24276         * lib/unistr/u8-to-u32.c: Update.
24277         * modules/unistr/u8-to-u32: Update.
24278
24279 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24280
24281         Sync from Libtool.
24282         * lib/argz.c: Do not include strings.h nor memory.h, include
24283         string.h unconditionally.  Patch by Simon Josefsson.
24284
24285 2007-01-27  Bruno Haible  <bruno@clisp.org>
24286
24287         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
24288         from gl_HEADER_STRING_H_BODY.
24289         (gl_HEADER_STRING_H_BODY): Require it.
24290         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
24291         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24292         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24293         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24294         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24295         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
24296         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24297         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24298         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
24299         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24300         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24301         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
24302         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24303         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24304         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24305
24306 2007-01-27  Bruno Haible  <bruno@clisp.org>
24307
24308         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
24309         check_PROGRAMS into noinst_PROGRAMS.
24310         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
24311         check_PROGRAMS in this case.
24312         (func_import): Set for_test to false.
24313         (func_create_testdir): Set for_test to true.
24314
24315 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24316             Bruno Haible  <bruno@clisp.org>
24317
24318         * modules/strcasestr (Files): Remove lib/strcasestr.h.
24319         (Depends-on): Add string.
24320         (Includes): Use <string.h> instead of strcasestr.h.
24321         * modules/string (Makefile.am): Also substitute the value of
24322         REPLACE_STRCASESTR.
24323         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
24324         assume strcasestr is declared in <string.h> not <strings.h>. Also
24325         set REPLACE_STRCASESTR.
24326         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24327         REPLACE_STRCASESTR.
24328         * lib/strcasestr.h: Remove file.
24329         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24330         * lib/string_.h (strcasestr): New declaration.
24331
24332 2007-01-27  Bruno Haible  <bruno@clisp.org>
24333
24334         * lib/string_.h: Use 'extern'.
24335
24336 2007-01-27  Jim Meyering  <jim@meyering.net>
24337
24338         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24339         of set-but-not-used local, "q".
24340
24341         * lib/mempcpy.c: Include <config.h> before <string.h>.
24342         This fixes a compilation error on HP-UX, due to the system's
24343         "restrict"-using mempcpy prototype.
24344
24345 2007-01-26  Bruno Haible  <bruno@clisp.org>
24346
24347         Small optimization.
24348         * lib/javacomp.c: Include c-strstr.h.
24349          (is_envjavac_gcj): Use c_strstr instead of strstr.
24350         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24351
24352 2007-01-26  Bruno Haible  <bruno@clisp.org>
24353
24354         * MODULES.html.sh (Unicode string functions): Add the new modules.
24355
24356         * modules/uniconv/u32-strconv-to-locale: New file.
24357         * lib/uniconv/u32-strconv-to-locale.c: New file.
24358
24359         * modules/uniconv/u16-strconv-to-locale: New file.
24360         * lib/uniconv/u16-strconv-to-locale.c: New file.
24361
24362         * modules/uniconv/u8-strconv-to-locale: New file.
24363         * lib/uniconv/u8-strconv-to-locale.c: New file.
24364
24365         * modules/uniconv/u32-strconv-from-locale: New file.
24366         * lib/uniconv/u32-strconv-from-locale.c: New file.
24367
24368         * modules/uniconv/u16-strconv-from-locale: New file.
24369         * lib/uniconv/u16-strconv-from-locale.c: New file.
24370
24371         * modules/uniconv/u8-strconv-from-locale: New file.
24372         * lib/uniconv/u8-strconv-from-locale.c: New file.
24373
24374         * modules/uniconv/u32-strconv-to-enc: New file.
24375         * lib/uniconv/u32-strconv-to-enc.c: New file.
24376         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24377         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24378
24379         * modules/uniconv/u16-strconv-to-enc: New file.
24380         * lib/uniconv/u16-strconv-to-enc.c: New file.
24381         * lib/uniconv/u-strconv-to-enc.h: New file.
24382         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24383         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24384
24385         * modules/uniconv/u8-strconv-to-enc: New file.
24386         * lib/uniconv/u8-strconv-to-enc.c: New file.
24387         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24388         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24389
24390         * modules/uniconv/u32-strconv-from-enc: New file.
24391         * lib/uniconv/u32-strconv-from-enc.c: New file.
24392         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24393         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24394
24395         * modules/uniconv/u16-strconv-from-enc: New file.
24396         * lib/uniconv/u16-strconv-from-enc.c: New file.
24397         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24398         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24399
24400         * modules/uniconv/u8-strconv-from-enc: New file.
24401         * lib/uniconv/u8-strconv-from-enc.c: New file.
24402         * lib/uniconv/u-strconv-from-enc.h: New file.
24403         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24404         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24405
24406         * modules/uniconv/u32-conv-from-enc: New file.
24407         * lib/uniconv/u32-conv-from-enc.c: New file.
24408         * modules/uniconv/u32-conv-from-enc-tests: New file.
24409         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24410
24411         * modules/uniconv/u16-conv-from-enc: New file.
24412         * lib/uniconv/u16-conv-from-enc.c: New file.
24413         * lib/uniconv/u-conv-from-enc.h: New file.
24414         * modules/uniconv/u16-conv-from-enc-tests: New file.
24415         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24416
24417         * modules/uniconv/u8-conv-from-enc: New file.
24418         * lib/uniconv/u8-conv-from-enc.c: New file.
24419         * modules/uniconv/u8-conv-from-enc-tests: New file.
24420         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24421
24422         * modules/uniconv/base: New file.
24423         * lib/uniconv.h: New file.
24424
24425 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24426
24427         * doc/gnulib-tool.texi (Initial import): Update to match current
24428         behavior with strdup module.
24429         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
24430         * lib/memmem.h: Remove; all uses removed.  This is now done
24431         by <string.h>.
24432         * lib/mempcpy.h: Likewise.
24433         * lib/memrchr.h: Likewise.
24434         * lib/stpcpy.h: Likewise.
24435         * lib/stpncpy.h: Likewise.
24436         * lib/strcase.h: Likewise.
24437         * lib/strchrnul.h: Likewise.
24438         * lib/strdup.h: Likewise.
24439         * lib/strndup.h: Likewise.
24440         * lib/strnlen.h: Likewise.
24441         * lib/strpbrk.h: Likewise.
24442         * lib/strsep.h: Likewise.
24443         * lib/strstr.h: Likewise.
24444         * lib/strtok_r.h: Likewise.
24445         * lib/string_.h: New file.
24446         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
24447         Rely on <string.h> instead.
24448         * lib/canon-host.c: Likewise.
24449         * lib/chdir-long.c: Likewise.
24450         * lib/concatpath.c: Likewise.
24451         * lib/exclude.c: Likewise.
24452         * lib/fchdir.c: Likewise.
24453         * lib/getaddrinfo.c: Likewise.
24454         * lib/getcwd.c: Likewise.
24455         * lib/getsubopt.c: Likewise.
24456         * lib/glob.c: Likewise.
24457         * lib/hard-locale.c: Likewise.
24458         * lib/iconvme.c: Likewise.
24459         * lib/javacomp.c: Likewise.
24460         * lib/mempcpy.c: Likewise.
24461         * lib/memrchr.c: Likewise.
24462         * lib/regex_internal.h: Likewise.
24463         * lib/stpncpy.c: Likewise.
24464         * lib/strcasecmp.c: Likewise.
24465         * lib/strchrnul.c: Likewise.
24466         * lib/strdup.c: Likewise.
24467         * lib/striconv.c: Likewise.
24468         * lib/striconveh.c: Likewise.
24469         * lib/striconveha.c: Likewise.
24470         * lib/strncasecmp.c: Likewise.
24471         * lib/strndup.c: Likewise.
24472         * lib/strnlen.c: Likewise.
24473         * lib/strsep.c: Likewise.
24474         * lib/strstr.c: Likewise.
24475         * lib/strtok_r.c: Likewise.
24476         * lib/userspec.c: Likewise.
24477         * lib/w32spawn.h: Likewise.
24478         * lib/xstrndup.c: Likewise.
24479         * lib/mountlist.c (strstr): Remove decl.
24480         * m4/string_h.m4: New file.
24481         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
24482         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
24483         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
24484         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
24485         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
24486         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
24487         Set REPLACE_STRCASECMP if necessary.
24488         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
24489         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
24490         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
24491         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
24492         HAVE_DECL_STRDUP if necessary.
24493         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
24494         since gl_FUNC_STRNDUP does that now.
24495         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
24496         Check for decl here...
24497         (gl_PREREQ_STRNLEN): ... not here.
24498         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
24499         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
24500         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
24501         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
24502         necessary.
24503         * modules/string: New file.
24504         * modules/memmem (Files): Remove special-purpose include file.
24505         (Depends-on): Add string.
24506         (Include): Include <string.h>, not the removed file.
24507         * modules/mempcpy: Likewise.
24508         * modules/memrchr: Likewise.
24509         * modules/stpcpy: Likewise.
24510         * modules/stpncpy: Likewise.
24511         * modules/strcase: Likewise.
24512         * modules/strchrnul: Likewise.
24513         * modules/strdup: Likewise.
24514         * modules/strndup: Likewise.
24515         * modules/strnlen: Likewise.
24516         * modules/strpbrk: Likewise.
24517         * modules/strsep: Likewise.
24518         * modules/strstr: Likewise.
24519         * modules/strtok_r: Likewise.
24520         * tests/test-dirname.c: Don't include "strdup.h", since
24521         <string.h> now suffices.
24522         * tests/test-memmem.c: Don't include "memmem.h", since
24523         <string.h> now suffices.
24524
24525 2007-01-25  Bruno Haible  <bruno@clisp.org>
24526
24527         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
24528         *resultp is 0.
24529
24530         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
24531         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
24532         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
24533         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
24534
24535         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
24536         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
24537         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
24538         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
24539         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
24540         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
24541
24542 2007-01-24  Bruno Haible  <bruno@clisp.org>
24543
24544         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
24545         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
24546         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
24547         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
24548         gl_FUNC_FTS_CORE.
24549         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
24550         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
24551         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24552         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
24553         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
24554         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
24555         gl_FUNC_FCHOWNAT.
24556         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
24557         gl_FUNC_STRFTIME.
24558         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
24559         Reported by Ralf Wildenhues.
24560
24561 2007-01-24  Bruno Haible  <bruno@clisp.org>
24562
24563         Drop AC_REQUIRE calls that are redundant with the module dependencies.
24564         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
24565         gl_GETADDRINFO.
24566         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
24567         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
24568         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
24569
24570 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
24571
24572         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
24573         Don't use 'exit'; just return from 'main'.
24574         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
24575
24576         * lib/fnmatch_.h: Readjust white space and comments to match
24577         glibc, to avoid spurious diffs.
24578
24579 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24580
24581         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
24582         2004-12-01 change by Jakub Jelinek, since this code won't compile
24583         if !LIBC.  Problem reported by Bob Proulx.
24584
24585 2007-01-23  Bruno Haible  <bruno@clisp.org>
24586
24587         * lib/striconveh.c: Include c-strcaseeq.h.
24588         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
24589         * modules/striconveh (Depends-on): Add c-strcaseeq.
24590
24591 2007-01-23  Bruno Haible  <bruno@clisp.org>
24592
24593         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
24594
24595         * modules/c-strcaseeq: New file.
24596         * lib/c-strcaseeq.h: New file.
24597
24598         * modules/streq: New file.
24599         * lib/streq.h: New file.
24600
24601 2007-01-23  Bruno Haible  <bruno@clisp.org>
24602
24603         * modules/striconveha-tests: New file.
24604         * tests/test-striconveha.c: New file.
24605
24606         * lib/striconveha.h: Include <stdbool.h>.
24607         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
24608         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
24609         (mem_iconveha_notranslit): Renamed from mem_iconveha.
24610         (mem_iconveha): New function.
24611         (str_iconveha_notranslit): Renamed from str_iconveha.
24612         (str_iconveha): New function.
24613         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24614         c-strcase.
24615
24616 2007-01-23  Bruno Haible  <bruno@clisp.org>
24617
24618         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
24619         encodings without forgiving before trying any encoding with handler.
24620         (str_iconveha): Try all encodings without forgiving before trying any
24621         encoding with handler.
24622
24623 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24624
24625         Import the following changes from libc.
24626
24627         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24628
24629         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
24630
24631         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24632
24633         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
24634         normal_bracket label.
24635
24636         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
24637
24638         [BZ #361]
24639         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
24640         to normal_bracket after fetching the next character.
24641
24642 2007-01-22  Bruno Haible  <bruno@clisp.org>
24643
24644         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
24645         argument.
24646         * lib/striconveh.c (iconv_carefully_1): New function.
24647         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
24648         argument.
24649         (str_cd_iconveh): Update.
24650         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
24651         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
24652         * tests/test-striconveh.c (MAGIC): New macro.
24653         (new_offsets): New function.
24654         (main): Test call with and without offsets.
24655
24656 2007-01-22  Bruno Haible  <bruno@clisp.org>
24657
24658         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
24659         * modules/sys_select (Makefile.am): Likewise.
24660         * modules/sys_socket (Makefile.am): Likewise.
24661         * modules/sys_time (Makefile.am): Likewise.
24662
24663 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24664
24665         * modules/gettimeofday (License): Change from GPL to LGPL, since
24666         gettimeofday is a library function.
24667
24668 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24669
24670         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
24671
24672 2007-01-21  Bruno Haible  <bruno@clisp.org>
24673
24674         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
24675
24676 2007-01-21  Bruno Haible  <bruno@clisp.org>
24677
24678         * modules/striconveha: New file.
24679         * lib/striconveha.h: New file.
24680         * lib/striconveha.c: New file.
24681         * MODULES.html.sh (Internationalization functions): Add striconveha.
24682         * lib/striconv.c (str_iconv): Optimize the case of an empty input
24683         string.
24684         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
24685
24686 2007-01-21  Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
24689         * lib/striconveh.c (str_iconveh): Likewise.
24690
24691 2007-01-21  Bruno Haible  <bruno@clisp.org>
24692
24693         * lib/striconveh.h (mem_iconveh): New declaration.
24694         * lib/striconveh.c (mem_iconveh): New function.
24695         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
24696
24697 2007-01-21  Bruno Haible  <bruno@clisp.org>
24698
24699         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
24700
24701         * lib/striconveh.h (mem_cd_iconveh): Change specification.
24702         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
24703         original result buffer.
24704         (str_cd_iconveh): Update.
24705         * tests/test-striconveh.c (main): Update.
24706
24707         * lib/striconv.h (mem_cd_iconv): Change specification.
24708         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
24709         result buffer.
24710         (str_cd_iconv): Update.
24711         * tests/test-striconv.c (main): Update.
24712
24713 2007-01-21  Bruno Haible  <bruno@clisp.org>
24714
24715         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
24716
24717 2007-01-20  Jim Meyering  <jim@meyering.net>
24718
24719         * lib/userspec.c (parse_with_separator): If a user or group string
24720         starts with "+", skip the corresponding name-to-ID look-up, since
24721         such a look-up must fail: user and group names may not include "+".
24722
24723 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24724
24725         * lib/poll.c: Include sys/time.h and time.h unconditionally,
24726         since we now assume the sys_time module.
24727         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
24728         check for sys/time.h; no longer needed.
24729         * modules/poll (Depends-on): Depend on sys_time.
24730
24731 2007-01-18  Bruno Haible  <bruno@clisp.org>
24732
24733         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
24734         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24735
24736         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
24737         gettimeofday.
24738
24739         * tests/test-gettimeofday.c: Include <time.h>.
24740         (dummy): Remove variable.
24741
24742         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
24743         gl_HEADER_SYS_TIME_H.
24744         (gl_HEADER_SYS_TIME_H): New macro.
24745
24746         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
24747         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24748         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
24749         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
24750         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24751         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
24752         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
24753         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24754         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
24755         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
24756         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24757
24758         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
24759         last change; it caused a compilation error when cross-compiling to
24760         Cygwin.
24761
24762 2007-01-18  Jim Meyering  <jim@meyering.net>
24763
24764         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
24765         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
24766         than the race-prone "test -d sys || mkdir sys".
24767         (configure.ac): Use AC_PROG_MKDIR_P.
24768         * modules/sys_select: Likewise.
24769         * modules/sys_socket: Likewise.
24770         * modules/sys_time: Likewise.
24771
24772 2007-01-18  Eric Blake  <ebb9@byu.net>
24773
24774         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
24775         replace gettimeofday.
24776         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
24777         name, to avoid infinite recursion.
24778
24779 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
24780
24781         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
24782         module sys_time.
24783         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
24784         assume timespec.h defines struct timeval.
24785         * lib/settime.c: Likewise.
24786         * lib/utimens.c: Likewise.
24787         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
24788         since we now assume the gettimeofday module.
24789         * lib/tempname.c (__gen_tempname): Likewise.
24790         * lib/gettimeofday.h: Remove.
24791         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
24792         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
24793         Include <time.h>, for 'time()'.
24794         (localtime_buffer_addr): Also use this workaround if
24795         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
24796         to simplify the uses.  All uses changed.
24797         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
24798         that #undef is inside {}, and 'const' follows type name consistently.
24799         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
24800         (gettimeofday): Do not use the maximum possible value for
24801         tv->tv_usec, since that might break usages other than ls.c.
24802         Instead, we'll leave ls.c alone.  This undoes today's patch
24803         by Bruno.  Add a compile-time warning for 1s-clock resolution;
24804         we've never observed the problem but might as well keep the
24805         canary.
24806         * lib/nanosleep.c: Include timespec.h first, for interface check.
24807         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
24808         now assume the sys_time module.
24809         * lib/tempname.c: Likewise.
24810         * lib/timespec.h: Likewise.
24811         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
24812         needed.
24813         * lib/strftime.c: Likewise.
24814         * lib/timespec.h: Likewise.
24815         * lib/posixtm.c: Include posixtm.h first, for interface check.
24816         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
24817         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
24818         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
24819         * lib/sys_time_.h: New file.
24820         * lib/timespec.h (struct timespec): Use long int, not long.
24821         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24822         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
24823         Remove obsolescent call to AC_HEADER_TIME.
24824         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
24825         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24826         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24827         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
24828         Likewise.
24829         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
24830         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
24831         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
24832         into the sys_time module.  Check for gettimeofday just once.
24833         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
24834         for gettimeofday signature to just check the signature.  Merely
24835         compile it, since linking doesn't test signature.  Improve test for
24836         whether gettimeofday.o is actually needed.
24837         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
24838         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
24839         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
24840         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24841         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
24842         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
24843         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
24844         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
24845         than worrying about sys/time.h.
24846         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24847         Don't bother worrying about TIME_WITH_SYS_TIME.
24848         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
24849         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
24850         * m4/sys_time_h.m4: New file.
24851         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
24852         Don't include sys/time.h.  Return from main rather than exiting.
24853         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
24854         all uses changed.
24855         * modules/gethrxtime (Depends-on): Add sys_time.
24856         * modules/gettime (Depends-on): Likewise.
24857         * modules/gettimeofday (Depends-on): Likewise.
24858         * modules/nanosleep (Depends-on): Likewise.
24859         * modules/settime (Depends-on): Likewise.
24860         * modules/tempname (Depends-on): Likewise.
24861         * modules/utimens (Depends-on): Likewise.
24862         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
24863         (Include:) Change back to <sys/time.h>.
24864         (Maintainer:) Add self.
24865         * modules/sys_time: New file.
24866         * modules/tempname (Depends-on): Add gettimeofday.
24867         * tests/test-gettimeofday.c: Include <sys/time.h>
24868         rather than gettimeofday.h.
24869
24870 2007-01-17  Bruno Haible  <bruno@clisp.org>
24871
24872         * gnulib-tool (func_get_license): Revert last patch. Instead, let
24873         the license default to GPL.
24874         (func_create_testdir): Don't complain if a module is LGPL and its
24875         tests module depends on GPLed modules.
24876
24877 2007-01-17  Bruno Haible  <bruno@clisp.org>
24878
24879         * lib/gettimeofday.c (gettimeofday): Add code for the case
24880         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
24881         maximum possible value for tv->tv_usec, rather than the minimum one.
24882
24883 2005-10-08  Martin Lambers  <marlam@marlam.de>
24884 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24885 2007-01-16  Bruno Haible  <bruno@clisp.org>
24886
24887         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
24888         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
24889         gl_FUNC_GETTIMEOFDAY.
24890         (Include): Add gettimeofday.h.
24891         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
24892         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
24893         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
24894         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
24895         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
24896         * lib/gettimeofday.h: New file.
24897         * lib/gettimeofday.c: Include <sys/timeb.h>.
24898         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
24899         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24900         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
24901         fall back on time().
24902
24903         * tests/test-gettimeofday.c: New file.
24904         * modules/gettimeofday-tests: New file.
24905
24906 2007-01-16  Eric Blake  <ebb9@byu.net>
24907
24908         * modules/fnmatch (Depends-on): Depend on wchar.
24909         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
24910         * m4/fnmatch.m4: Likewise.
24911         * modules/mbchar (Makefile.am): Assume <wchar.h>.
24912         * m4/mbchar.m4: Likewise.
24913         * modules/mbswidth (Depends-on): Depend on wchar.
24914         * lib/mbswidth.c: Assume <wchar.h>.
24915         * m4/mbswidth.m4: Likewise.
24916         * modules/quotearg (Depends-on): Depend on wchar.
24917         * lib/quotearg.c: Assume <wchar.h>.
24918         * m4/quotearg.m4: Likewise.
24919         * modules/regex (Depends-on): Depend on wchar.
24920         * lib/regex_internal.h: Assume <wchar.h>.
24921         * m4/regex.m4: Likewise.
24922         * modules/stdint (Depends-on): Depend on wchar.
24923         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
24924         * m4/stdint.m4: Likewise.
24925         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
24926         * modules/strftime (Depends-on): Depend on wchar.
24927         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
24928         * modules/strtol (Depends-on): Depend on wchar.
24929         * lib/strtol.c: Assume <wchar.h>.
24930         * modules/wcwidth (Depends-on): Depend on wchar.
24931         * lib/wcwidth.h: Assume <wchar.h>.
24932         * m4/wcwidth.m4: Likewise.
24933
24934 2007-01-16  Bruno Haible  <bruno@clisp.org>
24935
24936         * modules/csharpexec-script: New, created from...
24937         * modules/csharpexec: ... this.
24938
24939 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
24940
24941         * modules/javaexec-script: New, created from...
24942         * modules/javaexec: ... this.
24943
24944 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24945
24946         * modules/poll (Dependencies): Add sys_select.
24947
24948 2007-01-15  Jim Meyering  <jim@meyering.net>
24949
24950         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
24951         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
24952         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
24953         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
24954
24955 2007-01-15  Bruno Haible  <bruno@clisp.org>
24956
24957         * modules/striconveh: New file.
24958         * lib/striconveh.h: New file.
24959         * lib/striconveh.c: New file.
24960         * MODULES.html.sh (Internationalization functions): Add striconveh.
24961
24962         * modules/striconveh-tests: New file.
24963         * tests/test-striconveh.c: New file.
24964
24965 2007-01-15  Bruno Haible  <bruno@clisp.org>
24966
24967         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
24968         not from GNU libiconv or GNU libc.
24969
24970 2007-01-15  Bruno Haible  <bruno@clisp.org>
24971
24972         * doc/gnulib-intro.texi (Copyright): Explain the different license
24973         terms for module descriptions, autoconf macros, tests, documentation.
24974
24975 2007-01-14  Bruno Haible  <bruno@clisp.org>
24976
24977         * modules/striconv-tests: New file.
24978         * tests/test-striconv.c: New file.
24979
24980 2007-01-14  Bruno Haible  <bruno@clisp.org>
24981
24982         * modules/iconv-tests: New file.
24983         * tests/test-iconv.c: New file.
24984
24985 2007-01-14  Bruno Haible  <bruno@clisp.org>
24986
24987         * gnulib-tool (func_get_license): For test modules, use the license of
24988         the main module.
24989
24990 2007-01-14  Bruno Haible  <bruno@clisp.org>
24991
24992         * modules/iconv (Include): Clarify that <iconv.h> can only be included
24993         if iconv is found to exist.
24994
24995 2007-01-14  Bruno Haible  <bruno@clisp.org>
24996
24997         * modules/c-ctype-tests: New file.
24998         * tests/test-c-ctype.c: New file.
24999
25000 2007-01-14  Bruno Haible  <bruno@clisp.org>
25001
25002         * modules/binary-io-tests: New file.
25003         * tests/test-binary-io.sh: New file.
25004         * tests/test-binary-io.c: New file.
25005
25006 2007-01-14  Bruno Haible  <bruno@clisp.org>
25007
25008         * modules/array-oset-tests: New file.
25009         * tests/test-array_oset.c: New file.
25010
25011 2007-01-14  Bruno Haible  <bruno@clisp.org>
25012
25013         * modules/array-list-tests: New file.
25014         * tests/test-array_list.c: New file.
25015
25016 2007-01-14  Bruno Haible  <bruno@clisp.org>
25017
25018         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
25019         and make.
25020         Reported by Simon Josefsson in
25021         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
25022
25023 2007-01-14  Bruno Haible  <bruno@clisp.org>
25024
25025         * modules/allocsa-tests: New file.
25026         * tests/test-allocsa.c: New file.
25027
25028 2007-01-14  Bruno Haible  <bruno@clisp.org>
25029
25030         * modules/fchdir (Depends-on): Add absolute-header.
25031         * modules/unistd (Depends-on): Likewise.
25032
25033 2006-12-30  Bruno Haible  <bruno@clisp.org>
25034
25035         * modules/fchdir: New file.
25036         * modules/unistd (Files): Add lib/unistd_.h.
25037         (Makefile.am): Generate unistd.h from unistd_.h.
25038         * lib/fchdir.c: New file.
25039         * lib/dirent_.h: New file.
25040         * lib/unistd_.h: New file.
25041         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
25042         * m4/fchdir.m4: New file.
25043         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
25044         (gl_HEADER_UNISTD): Invoke it.
25045         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
25046         function.
25047         * lib/backupfile.c (opendir, closedir): Undefine.
25048         * lib/chown.c (open, close): Undefine.
25049         * lib/clean-temp.c (open, close): Undefine.
25050         * lib/copy-file.c (open, close): Undefine.
25051         * lib/execute.c (open, close): Undefine.
25052         * lib/fsusage.c (open, close): Undefine.
25053         * lib/gc-gnulib.c (open, close): Undefine.
25054         * lib/getcwd.c (opendir, closedir): Undefine.
25055         * lib/glob.c (opendir, closedir): Undefine.
25056         * lib/javacomp.c (open, close): Undefine.
25057         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
25058         * lib/openat-proc.c (open, close): Undefine.
25059         * lib/pagealign_alloc.c (open, close): Undefine.
25060         * lib/pipe.c (open, close): Undefine.
25061         * lib/progreloc.c (open, close): Undefine.
25062         * lib/savedir.c (opendir, closedir): Undefine.
25063         * lib/utime.c (open, close): Undefine.
25064         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
25065
25066 2007-01-10  Bruno Haible  <bruno@clisp.org>
25067
25068         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
25069
25070 2007-01-12  Eric Blake  <ebb9@byu.net>
25071
25072         Provide a robust <wchar.h>.  Further simplifications are now
25073         possible in other modules, but not included here.
25074         * modules/wchar: New module.
25075         * m4/wchar.m4: New file.
25076         * lib/wchar_.h: Likewise.
25077         * modules/mbchar (Depends-on): Depend on wchar, as the first use
25078         of the new module.
25079         * MODULES.html.sh (Extended multibyte and wide character utilities):
25080         New section.
25081
25082 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
25083
25084         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
25085         to a reasonable default for memory allocation.
25086         (xreadlink): Don't allocate a huge buffer, to work around a buggy
25087         file system that reports garbage st_size values for symlinks.
25088         Problem reported by Liyang Hu.
25089
25090 2007-01-11  Simon Josefsson  <simon@josefsson.org>
25091
25092         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
25093         Emacs .#* auto-save files).
25094
25095 2007-01-11  Bruno Haible  <bruno@clisp.org>
25096
25097         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
25098         directory.
25099
25100 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25101
25102         Use @...@ consistently in lib/wctype_.h.
25103         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
25104         on it being set to 1 or 0.
25105         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
25106         go back to AC_SUBSTing it.
25107         * modules/wctype (Makefile.am): Undo previous change.
25108
25109 2007-01-10  Eric Blake  <ebb9@byu.net>
25110
25111         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
25112         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
25113         * modules/wctype (Makefile.am): Likewise.
25114         Reported by Chris McGuire.
25115
25116 2007-01-10  Jim Meyering  <jim@meyering.net>
25117
25118         fts.c: a small readability/maintainability improvement
25119         * lib/fts.c (fts_read): Make this code slightly more readable and
25120         maintainable by hoisting the "sp->fts_cur = p" assignments to
25121         immediately follow the statements that set P.  Derived from
25122         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
25123
25124 2007-01-10  Eric Blake  <ebb9@byu.net>
25125
25126         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
25127         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
25128         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25129         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
25130         Reported by Chris McGuire.
25131
25132 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25133
25134         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
25135         in sed script.
25136
25137 2007-01-09  Bruno Haible  <bruno@clisp.org>
25138
25139         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25140         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
25141         variables.
25142         (func_module): Use them.
25143
25144 2007-01-09  Bruno Haible  <bruno@clisp.org>
25145
25146         * modules/unistr/base: New file.
25147         * lib/unistr.h: New file.
25148
25149         * modules/unistr/u8-to-u16: New file.
25150         * lib/unistr/u8-to-u16.c: New file.
25151
25152         * modules/unistr/u8-to-u32: New file.
25153         * lib/unistr/u8-to-u32.c: New file.
25154
25155         * modules/unistr/u16-to-u8: New file.
25156         * lib/unistr/u16-to-u8.c: New file.
25157
25158         * modules/unistr/u16-to-u32: New file.
25159         * lib/unistr/u16-to-u32.c: New file.
25160
25161         * modules/unistr/u32-to-u8: New file.
25162         * lib/unistr/u32-to-u8.c: New file.
25163
25164         * modules/unistr/u32-to-u16: New file.
25165         * lib/unistr/u32-to-u16.c: New file.
25166
25167         * modules/unistr/u8-check: New file.
25168         * modules/unistr/u16-check: New file.
25169         * modules/unistr/u32-check: New file.
25170         * lib/unistr/u8-check.c: New file.
25171         * lib/unistr/u16-check.c: New file.
25172         * lib/unistr/u32-check.c: New file.
25173
25174         * modules/unistr/u8-chr: New file.
25175         * modules/unistr/u16-chr: New file.
25176         * modules/unistr/u32-chr: New file.
25177         * lib/unistr/u8-chr.c: New file.
25178         * lib/unistr/u16-chr.c: New file.
25179         * lib/unistr/u32-chr.c: New file.
25180
25181         * modules/unistr/u8-cmp: New file.
25182         * modules/unistr/u16-cmp: New file.
25183         * modules/unistr/u32-cmp: New file.
25184         * lib/unistr/u8-cmp.c: New file.
25185         * lib/unistr/u16-cmp.c: New file.
25186         * lib/unistr/u32-cmp.c: New file.
25187
25188         * modules/unistr/u8-cpy: New file.
25189         * modules/unistr/u16-cpy: New file.
25190         * modules/unistr/u32-cpy: New file.
25191         * lib/unistr/u8-cpy.c: New file.
25192         * lib/unistr/u16-cpy.c: New file.
25193         * lib/unistr/u32-cpy.c: New file.
25194         * lib/unistr/u-cpy.h: New file.
25195
25196         * modules/unistr/u8-cpy-alloc: New file.
25197         * modules/unistr/u16-cpy-alloc: New file.
25198         * modules/unistr/u32-cpy-alloc: New file.
25199         * lib/unistr/u8-cpy-alloc.c: New file.
25200         * lib/unistr/u16-cpy-alloc.c: New file.
25201         * lib/unistr/u32-cpy-alloc.c: New file.
25202         * lib/unistr/u-cpy-alloc.h: New file.
25203
25204         * modules/unistr/u8-endswith: New file.
25205         * modules/unistr/u16-endswith: New file.
25206         * modules/unistr/u32-endswith: New file.
25207         * lib/unistr/u8-endswith.c: New file.
25208         * lib/unistr/u16-endswith.c: New file.
25209         * lib/unistr/u32-endswith.c: New file.
25210         * lib/unistr/u-endswith.h: New file.
25211
25212         * modules/unistr/u8-mblen: New file.
25213         * modules/unistr/u16-mblen: New file.
25214         * modules/unistr/u32-mblen: New file.
25215         * lib/unistr/u8-mblen.c: New file.
25216         * lib/unistr/u16-mblen.c: New file.
25217         * lib/unistr/u32-mblen.c: New file.
25218
25219         * modules/unistr/u8-mbtouc: New file.
25220         * modules/unistr/u16-mbtouc: New file.
25221         * modules/unistr/u32-mbtouc: New file.
25222         * lib/unistr/u8-mbtouc.c: New file.
25223         * lib/unistr/u16-mbtouc.c: New file.
25224         * lib/unistr/u32-mbtouc.c: New file.
25225
25226         * modules/unistr/u8-mbtouc-safe: New file.
25227         * modules/unistr/u16-mbtouc-safe: New file.
25228         * modules/unistr/u32-mbtouc-safe: New file.
25229         * lib/unistr/u8-mbtouc-safe.c: New file.
25230         * lib/unistr/u16-mbtouc-safe.c: New file.
25231         * lib/unistr/u32-mbtouc-safe.c: New file.
25232
25233         * modules/unistr/u8-move: New file.
25234         * modules/unistr/u16-move: New file.
25235         * modules/unistr/u32-move: New file.
25236         * lib/unistr/u8-move.c: New file.
25237         * lib/unistr/u16-move.c: New file.
25238         * lib/unistr/u32-move.c: New file.
25239         * lib/unistr/u-move.h: New file.
25240
25241         * modules/unistr/u8-next: New file.
25242         * modules/unistr/u16-next: New file.
25243         * modules/unistr/u32-next: New file.
25244         * lib/unistr/u8-next.c: New file.
25245         * lib/unistr/u16-next.c: New file.
25246         * lib/unistr/u32-next.c: New file.
25247
25248         * modules/unistr/u8-prev: New file.
25249         * modules/unistr/u16-prev: New file.
25250         * modules/unistr/u32-prev: New file.
25251         * lib/unistr/u8-prev.c: New file.
25252         * lib/unistr/u16-prev.c: New file.
25253         * lib/unistr/u32-prev.c: New file.
25254
25255         * modules/unistr/u8-set: New file.
25256         * modules/unistr/u16-set: New file.
25257         * modules/unistr/u32-set: New file.
25258         * lib/unistr/u8-set.c: New file.
25259         * lib/unistr/u16-set.c: New file.
25260         * lib/unistr/u32-set.c: New file.
25261         * lib/unistr/u-set.h: New file.
25262
25263         * modules/unistr/u8-startswith: New file.
25264         * modules/unistr/u16-startswith: New file.
25265         * modules/unistr/u32-startswith: New file.
25266         * lib/unistr/u8-startswith.c: New file.
25267         * lib/unistr/u16-startswith.c: New file.
25268         * lib/unistr/u32-startswith.c: New file.
25269         * lib/unistr/u-startswith.h: New file.
25270
25271         * modules/unistr/u8-stpcpy: New file.
25272         * modules/unistr/u16-stpcpy: New file.
25273         * modules/unistr/u32-stpcpy: New file.
25274         * lib/unistr/u8-stpcpy.c: New file.
25275         * lib/unistr/u16-stpcpy.c: New file.
25276         * lib/unistr/u32-stpcpy.c: New file.
25277         * lib/unistr/u-stpcpy.h: New file.
25278
25279         * modules/unistr/u8-stpncpy: New file.
25280         * modules/unistr/u16-stpncpy: New file.
25281         * modules/unistr/u32-stpncpy: New file.
25282         * lib/unistr/u8-stpncpy.c: New file.
25283         * lib/unistr/u16-stpncpy.c: New file.
25284         * lib/unistr/u32-stpncpy.c: New file.
25285         * lib/unistr/u-stpncpy.h: New file.
25286
25287         * modules/unistr/u8-strcat: New file.
25288         * modules/unistr/u16-strcat: New file.
25289         * modules/unistr/u32-strcat: New file.
25290         * lib/unistr/u8-strcat.c: New file.
25291         * lib/unistr/u16-strcat.c: New file.
25292         * lib/unistr/u32-strcat.c: New file.
25293         * lib/unistr/u-strcat.h: New file.
25294
25295         * modules/unistr/u8-strchr: New file.
25296         * modules/unistr/u16-strchr: New file.
25297         * modules/unistr/u32-strchr: New file.
25298         * lib/unistr/u8-strchr.c: New file.
25299         * lib/unistr/u16-strchr.c: New file.
25300         * lib/unistr/u32-strchr.c: New file.
25301
25302         * modules/unistr/u8-strcmp: New file.
25303         * modules/unistr/u16-strcmp: New file.
25304         * modules/unistr/u32-strcmp: New file.
25305         * lib/unistr/u8-strcmp.c: New file.
25306         * lib/unistr/u16-strcmp.c: New file.
25307         * lib/unistr/u32-strcmp.c: New file.
25308
25309         * modules/unistr/u8-strcpy: New file.
25310         * modules/unistr/u16-strcpy: New file.
25311         * modules/unistr/u32-strcpy: New file.
25312         * lib/unistr/u8-strcpy.c: New file.
25313         * lib/unistr/u16-strcpy.c: New file.
25314         * lib/unistr/u32-strcpy.c: New file.
25315         * lib/unistr/u-strcpy.h: New file.
25316
25317         * modules/unistr/u8-strcspn: New file.
25318         * modules/unistr/u16-strcspn: New file.
25319         * modules/unistr/u32-strcspn: New file.
25320         * lib/unistr/u8-strcspn.c: New file.
25321         * lib/unistr/u16-strcspn.c: New file.
25322         * lib/unistr/u32-strcspn.c: New file.
25323         * lib/unistr/u-strcspn.h: New file.
25324
25325         * modules/unistr/u8-strdup: New file.
25326         * modules/unistr/u16-strdup: New file.
25327         * modules/unistr/u32-strdup: New file.
25328         * lib/unistr/u8-strdup.c: New file.
25329         * lib/unistr/u16-strdup.c: New file.
25330         * lib/unistr/u32-strdup.c: New file.
25331         * lib/unistr/u-strdup.h: New file.
25332
25333         * modules/unistr/u8-strlen: New file.
25334         * modules/unistr/u16-strlen: New file.
25335         * modules/unistr/u32-strlen: New file.
25336         * lib/unistr/u8-strlen.c: New file.
25337         * lib/unistr/u16-strlen.c: New file.
25338         * lib/unistr/u32-strlen.c: New file.
25339         * lib/unistr/u-strlen.h: New file.
25340
25341         * modules/unistr/u8-strmblen: New file.
25342         * modules/unistr/u16-strmblen: New file.
25343         * modules/unistr/u32-strmblen: New file.
25344         * lib/unistr/u8-strmblen.c: New file.
25345         * lib/unistr/u16-strmblen.c: New file.
25346         * lib/unistr/u32-strmblen.c: New file.
25347
25348         * modules/unistr/u8-strmbtouc: New file.
25349         * modules/unistr/u16-strmbtouc: New file.
25350         * modules/unistr/u32-strmbtouc: New file.
25351         * lib/unistr/u8-strmbtouc.c: New file.
25352         * lib/unistr/u16-strmbtouc.c: New file.
25353         * lib/unistr/u32-strmbtouc.c: New file.
25354
25355         * modules/unistr/u8-strncat: New file.
25356         * modules/unistr/u16-strncat: New file.
25357         * modules/unistr/u32-strncat: New file.
25358         * lib/unistr/u8-strncat.c: New file.
25359         * lib/unistr/u16-strncat.c: New file.
25360         * lib/unistr/u32-strncat.c: New file.
25361         * lib/unistr/u-strncat.h: New file.
25362
25363         * modules/unistr/u8-strncmp: New file.
25364         * modules/unistr/u16-strncmp: New file.
25365         * modules/unistr/u32-strncmp: New file.
25366         * lib/unistr/u8-strncmp.c: New file.
25367         * lib/unistr/u16-strncmp.c: New file.
25368         * lib/unistr/u32-strncmp.c: New file.
25369
25370         * modules/unistr/u8-strncpy: New file.
25371         * modules/unistr/u16-strncpy: New file.
25372         * modules/unistr/u32-strncpy: New file.
25373         * lib/unistr/u8-strncpy.c: New file.
25374         * lib/unistr/u16-strncpy.c: New file.
25375         * lib/unistr/u32-strncpy.c: New file.
25376         * lib/unistr/u-strncpy.h: New file.
25377
25378         * modules/unistr/u8-strnlen: New file.
25379         * modules/unistr/u16-strnlen: New file.
25380         * modules/unistr/u32-strnlen: New file.
25381         * lib/unistr/u8-strnlen.c: New file.
25382         * lib/unistr/u16-strnlen.c: New file.
25383         * lib/unistr/u32-strnlen.c: New file.
25384         * lib/unistr/u-strnlen.h: New file.
25385
25386         * modules/unistr/u8-strpbrk: New file.
25387         * modules/unistr/u16-strpbrk: New file.
25388         * modules/unistr/u32-strpbrk: New file.
25389         * lib/unistr/u8-strpbrk.c: New file.
25390         * lib/unistr/u16-strpbrk.c: New file.
25391         * lib/unistr/u32-strpbrk.c: New file.
25392         * lib/unistr/u-strpbrk.h: New file.
25393
25394         * modules/unistr/u8-strrchr: New file.
25395         * modules/unistr/u16-strrchr: New file.
25396         * modules/unistr/u32-strrchr: New file.
25397         * lib/unistr/u8-strrchr.c: New file.
25398         * lib/unistr/u16-strrchr.c: New file.
25399         * lib/unistr/u32-strrchr.c: New file.
25400
25401         * modules/unistr/u8-strspn: New file.
25402         * modules/unistr/u16-strspn: New file.
25403         * modules/unistr/u32-strspn: New file.
25404         * lib/unistr/u8-strspn.c: New file.
25405         * lib/unistr/u16-strspn.c: New file.
25406         * lib/unistr/u32-strspn.c: New file.
25407         * lib/unistr/u-strspn.h: New file.
25408
25409         * modules/unistr/u8-strstr: New file.
25410         * modules/unistr/u16-strstr: New file.
25411         * modules/unistr/u32-strstr: New file.
25412         * lib/unistr/u8-strstr.c: New file.
25413         * lib/unistr/u16-strstr.c: New file.
25414         * lib/unistr/u32-strstr.c: New file.
25415         * lib/unistr/u-strstr.h: New file.
25416
25417         * modules/unistr/u8-strtok: New file.
25418         * modules/unistr/u16-strtok: New file.
25419         * modules/unistr/u32-strtok: New file.
25420         * lib/unistr/u8-strtok.c: New file.
25421         * lib/unistr/u16-strtok.c: New file.
25422         * lib/unistr/u32-strtok.c: New file.
25423         * lib/unistr/u-strtok.h: New file.
25424
25425         * modules/unistr/u8-uctomb: New file.
25426         * modules/unistr/u16-uctomb: New file.
25427         * modules/unistr/u32-uctomb: New file.
25428         * lib/unistr/u8-uctomb.c: New file.
25429         * lib/unistr/u16-uctomb.c: New file.
25430         * lib/unistr/u32-uctomb.c: New file.
25431
25432         * MODULES.html.sh (Unicode string functions): Add the new modules.
25433
25434 2007-01-08  Bruno Haible  <bruno@clisp.org>
25435
25436         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
25437         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
25438         subdirectories.
25439
25440 2007-01-08  Karl Berry  <karl@gnu.org>
25441
25442         * doc/error.texi: mention that main() fns must set program_name
25443         when progname is used.
25444
25445 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
25446
25447         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
25448         WCTYPE_H is empty, for the benefit of builds from non-distclean
25449         directories.  Problem reported by Eric Blake in
25450         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
25451
25452 2007-01-08  Bruno Haible  <bruno@clisp.org>
25453
25454         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
25455         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
25456         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
25457         PROVIDE_CANONICALIZE_FILENAME_MODE.
25458         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
25459
25460 2007-01-08  Bruno Haible  <bruno@clisp.org>
25461
25462         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
25463         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
25464         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
25465         * lib/fts.c: Likewise.
25466         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
25467
25468 2006-12-25  Bruno Haible  <bruno@clisp.org>
25469
25470         * modules/utf8-ucs4-safe: New file.
25471         * lib/utf8-ucs4-safe.h: New file.
25472         * lib/unistr/utf8-ucs4-safe.c: New file.
25473
25474         * modules/utf16-ucs4-safe: New file.
25475         * lib/utf16-ucs4-safe.h: New file.
25476         * lib/unistr/utf16-ucs4-safe.c: New file.
25477
25478         * MODULES.html.sh (Unicode string functions): Add the new modules.
25479
25480 2007-01-08  Bruno Haible  <bruno@clisp.org>
25481
25482         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
25483         (Depends-on): Add unitypes.
25484         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25485         (u8_mbtouc_aux): Move out to separate file.
25486         (u8_mbtouc): Use ucs4_t, uint8_t types.
25487         * lib/unistr/utf8-ucs4.c: New file.
25488
25489         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
25490         (Depends-on): Add unitypes.
25491         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25492         (u16_mbtouc_aux): Move out to separate file.
25493         (u16_mbtouc): Use ucs4_t, uint16_t types.
25494         * lib/unistr/utf16-ucs4.c: New file.
25495
25496         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
25497         (Depends-on): Add unitypes.
25498         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
25499         (u8_uctomb_aux): Move out to separate file.
25500         (u8_uctomb): Use ucs4_t, uint8_t types.
25501         * lib/unistr/ucs4-utf8.c: New file.
25502
25503         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
25504         (Depends-on): Add unitypes.
25505         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
25506         (u16_uctomb_aux): Move out to separate file.
25507         (u16_uctomb): Use ucs4_t, uint16_t types.
25508         * lib/unistr/ucs4-utf16.c: New file.
25509
25510 2006-12-25  Bruno Haible  <bruno@clisp.org>
25511
25512         * modules/unitypes: New file.
25513         * lib/unitypes.h: New file.
25514         * MODULES.html.sh (func_all_modules): New section "Unicode string
25515         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
25516         this section. Add unitypes.
25517
25518 2007-01-08  Bruno Haible  <bruno@clisp.org>
25519
25520         Avoid variable names that conflict with those from libtool.
25521         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
25522         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
25523         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
25524         library_names_spec to acl_library_names_spec, hardcode_* to
25525         acl_hardcode_*.
25526         Reported by Ralf Wildenhues.
25527
25528 2007-01-08  Bruno Haible  <bruno@clisp.org>
25529
25530         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
25531         definition.
25532         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
25533         definition.
25534         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
25535         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
25536         definition.
25537         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
25538         definition.
25539         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
25540         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
25541         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25542         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
25543         definition.
25544         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
25545         definition.
25546         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
25547         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
25548         GC_USE_<algorithm>.
25549         * lib/gc-libgcrypt.c: Likewise.
25550         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
25551         * modules/gc-arctwo (configure.ac): Likewise.
25552         * modules/gc-des (configure.ac): Likewise.
25553         * modules/gc-hmac-md5 (configure.ac): Likewise.
25554         * modules/gc-hmac-sha1 (configure.ac): Likewise.
25555         * modules/gc-md2 (configure.ac): Likewise.
25556         * modules/gc-md4 (configure.ac): Likewise.
25557         * modules/gc-md5 (configure.ac): Likewise.
25558         * modules/gc-random (configure.ac): Likewise.
25559         * modules/gc-rijndael (configure.ac): Likewise.
25560         * modules/gc-sha1 (configure.ac): Likewise.
25561
25562 2007-01-08  Bruno Haible  <bruno@clisp.org>
25563
25564         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
25565         macro definition.
25566         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
25567         definition.
25568         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
25569         definition.
25570         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
25571         * modules/fcntl-safer (configure.ac): Likewise.
25572         * modules/fopen-safer (configure.ac): Likewise.
25573         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
25574         GNULIB_FWRITEERROR macro definition.
25575
25576 2007-01-08  Bruno Haible  <bruno@clisp.org>
25577
25578         * m4/gnulib-common.m4: New file.
25579         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
25580         (func_get_filelist): Add m4/gnulib-common.m4.
25581
25582 2007-01-08  Bruno Haible  <bruno@clisp.org>
25583
25584         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
25585         command.
25586
25587 2007-01-08  Jim Meyering  <jim@meyering.net>
25588
25589         Use a more robust test for a "can't happen" condition.
25590         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
25591         narrowed the st_size value.  Presuming the "can't happen" condition
25592         is true, that narrowing could conceivably convert an invalid st_size
25593         value into a valid one.  Instead, use a change based on Matthew
25594         Woehlke's original patch.
25595
25596         Slight readability improvement: use an assert-like macro
25597         in place of literal "abort ()" uses.
25598         * lib/fts.c (fts_assert): Define.
25599         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
25600         Use this macro instead of a bare 'abort'.
25601
25602 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
25603
25604         Don't worry about using IRIX 5.3's wctype.h broken definitions;
25605         simply work around them.
25606         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
25607         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
25608         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
25609         declaring.
25610         Don't bother to define as macros, since the standard doesn't require it.
25611         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
25612         longer worry about IRIX 5.3.
25613         (HAVE_WCTYPE_CTMP_BUG): Remove.
25614
25615 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25616
25617         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
25618         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
25619         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25620         Problems reported by Georg Schwarz for IRIX 5.3.
25621
25622         * gnulib-tool (autoconf_minversion): Take the maximum version number
25623         found, not the minimum.  Problem reported by James Youngman.
25624
25625 2007-01-03  Karl Berry  <karl@gnu.org>
25626
25627         * doc/error.texi: new file, explaining interaction with progname.
25628         * doc/gnulib.texi: include it.  Update copyright.
25629
25630 2007-01-03  Simon Josefsson  <simon@josefsson.org>
25631
25632         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
25633         AC_CANONICAL_HOST, to improve autobuild outputs.
25634
25635 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
25636             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
25637
25638         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
25639         sockets, server sockets, and other file descriptors.  Count errors
25640         to compute the return value.  Reorder the code a bit to be easier
25641         to follow.  Don't set event bits that were not requested (except
25642         POLLERR and POLLHUP).
25643
25644 2007-01-01  Bruno Haible  <bruno@clisp.org>
25645
25646         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
25647
25648 2007-01-03  Jim Meyering  <jim@meyering.net>
25649
25650         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
25651
25652 2007-01-02  Bruno Haible  <bruno@clisp.org>
25653
25654         * modules/settime (Include): Require timespec.h.
25655         * modules/nanosleep (Include): Likewise.
25656
25657 2007-01-01  Bruno Haible  <bruno@clisp.org>
25658
25659         * gnulib-tool (func_emit_copyright_notice): Bump year.
25660         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
25661
25662 2007-01-01  Bruno Haible  <bruno@clisp.org>
25663
25664         Improve support for OpenBSD.
25665         * build-aux/config.rpath (libname_spec): Export.
25666         (library_names_spec): New variable. Export.
25667         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
25668         library_names_spec from the config.rpath output. Locate shared library
25669         through the name pattern in library_names_spec.
25670
25671 2007-01-01  Eric Blake  <ebb9@byu.net>
25672
25673         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
25674
25675 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
25676
25677         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
25678         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
25679         assume the C locale, and avoid an "eval" that could cause trouble.
25680         Problem with SORT reported by Bob Proulx.
25681
25682         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
25683         Define.  Trivial patch from Henning Nielsen Lund, originally
25684         sent to bug-grep@gnu.org today.
25685
25686 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
25687
25688         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
25689         struct stat.  Problem reported by Henning Nielsen Lund.
25690         * lib/acl.c: Include acl.h first, to check interface.  Don't
25691         bother to include sys/types.h and sys/stat.h again.
25692
25693 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25694
25695         Import the following change from libc; problem reported by
25696         Sven Verdoolaege.
25697
25698         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
25699
25700         [BZ #1373]
25701         * lib/argp.h: Remove __NTH for __argp_usage inline function.
25702
25703 2006-12-28  Jim Meyering  <jim@meyering.net>
25704
25705         * build-aux/announce-gen: Do not assume that the package
25706         builds any of tar.gz, tar.bz2, and .xdelta files.
25707         Suggestion from Simon Josefsson.
25708
25709 2006-12-28  Simon Josefsson  <simon@josefsson.org>
25710
25711         * modules/announce-gen: New file.
25712
25713 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
25714
25715         * lib/mbchar.h: Just include <wctype.h>; the wctype module
25716         handles its gotchas now.
25717         * lib/mbswidth.c: Likewise.
25718         * lib/wcwidth.h: Likewise.
25719         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
25720         and iswcntrl; the wctype module does this stuff now.
25721         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25722         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25723         * modules/mbchar (Depends-on): Add wctype.
25724         * modules/mbswidth (Depends-on): Likewise.
25725         * modules/wcwidth (Depends-on): Likewise.
25726
25727 2006-12-27  Eric Blake  <ebb9@byu.net>
25728
25729         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
25730         module uses more than what <wctype.h> is required to provide.
25731
25732 2006-12-26  Eric Blake  <ebb9@byu.net>
25733
25734         * gnulib-tool (sed_extract_prog): Avoid space-tab.
25735
25736 2006-12-26  Eric Blake  <ebb9@byu.net>
25737
25738         * modules/absolute-header: New module.
25739         * modules/fcntl (Depends-on): Depend on it.
25740         * modules/inttypes (Depends-on): Likewise.
25741         * modules/stdint (Depends-on): Likewise.
25742         * modules/sys_stat (Depends-on): Likewise.
25743         * modules/wctype (Depends-on): Likewise.
25744         * MODULES.html.sh (Support for building libraries and
25745         executables): Document it.
25746
25747 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
25748
25749         * gnulib-tool (SED): Remove, undoing previous change.
25750         The problem was that it broke coreutils on Solaris, because
25751         "sed --posix" leaked into a makefile.
25752         (sed): New alias, if 'alias' and GNU sed.
25753
25754 2006-12-24  Jim Meyering  <jim@meyering.net>
25755
25756         Work around an fchownat bug in glibc-2.4:
25757         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
25758         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
25759         in spite of the -P option.
25760         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
25761         New macros.
25762         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
25763         * modules/openat (Files): Add lib/fchownat.c.
25764         * lib/openat.c (fchownat): Don't define here.  Move to...
25765         * lib/fchownat.c: ...this new file.
25766
25767 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25768
25769         Fix bug reported by Bruno Haible in
25770         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
25771         where quotearg.c didn't compile on Mac OS X 10.2 because it
25772         lacks <wchar.h> and wint_t.
25773         * lib/wctype_.h (__wctype_wint_t): New type.
25774         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
25775         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
25776         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
25777         Arg is now of type __wctype_wint_t, not wint_t.
25778         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
25779         substitute HAVE_WINT_T.
25780         * modules/wctype (Files): Add m4/wint_t.m4.
25781         (wctype.h): Substitute HAVE_WINT_T.
25782
25783 2006-12-23  Bruno Haible  <bruno@clisp.org>
25784
25785         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
25786
25787 2006-12-23  Bruno Haible  <bruno@clisp.org>
25788
25789         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
25790         S_ISLNK.
25791         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
25792         mingw.
25793
25794 2006-12-22  Bruno Haible  <bruno@clisp.org>
25795
25796         * lib/copy-file.c: Include acl.h.
25797         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
25798         Close the file descriptors only after being done with copy_acl.
25799         * modules/copy-file (Depends-on): Add acl.
25800
25801 2006-12-22  Bruno Haible  <bruno@clisp.org>
25802
25803         * gnulib-tool (SED): New variable.
25804         Use $SED instead of sed everywhere.
25805
25806 2006-12-22  Bruno Haible  <bruno@clisp.org>
25807
25808         * modules/no-c++: New file.
25809         * m4/no-c++.m4: New file.
25810         * MODULES.html.sh (Support for building libraries and executables):
25811         Add no-c++.
25812
25813 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
25814
25815         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25816         Include <limits.h>, and use its INT_MAX to rewrite the
25817         j loop so that it does not overflow 'int'.  Problem reported by
25818         Ralf Wildenhues in
25819         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
25820         Play it safe by shifting left by 1 rather than multiplying by 2,
25821         as GCC is less likely to optimize this away when the value
25822         is signed (when it assumes overflow leads to undefined behavior).
25823         Also, don't assume time_t uses two's complement.
25824
25825 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
25826
25827         * MODULES.html.sh: New module wctype.
25828         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
25829         * lib/fnmatch.c: Don't bother to include <wchar.h> before
25830         <wctype.h>, since the new wctype module should fix this.
25831         * lib/quotearg.c: Include <wctype.h> unconditionally, since
25832         the wctype module should arrange for it.
25833         * lib/regex_internal.h: Likewise.
25834         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
25835         since the wctype module should handle this now.
25836         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
25837         * modules/fnmatch (Depends-on): Add wctype.
25838         * modules/quotearg (Depends-on): Likewise.
25839         * modules/regex (Depends-on): Likewise.
25840
25841 2006-12-19  Bruno Haible  <bruno@clisp.org>
25842
25843         * lib/strdup.h [C++]: Wrap definitions in extern "C".
25844         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
25845
25846 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25847
25848         * modules/savewd (Depends-on): Fix dependency on fcntl.
25849
25850 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25851
25852         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
25853         conforms to C99, rather than relying on the user's environment
25854         setting of STDINT_H.
25855
25856 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25857         and Eric Blake  <ebb9@byu.net>
25858
25859         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
25860         This is more consistent with the other defines here.
25861         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
25862         Port to z/OS.  Problem reported by Paul Gilmartin.
25863         Change local vars to use gl_ prefix rather than ac_.
25864         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
25865         with other defines.
25866         * modules/double-slash-root: New module.
25867         * modules/dirname (Files): Remove m4/double-slash-root.m4.
25868         (Depends-on): Add double-slash-root.
25869         * MODULES.html.sh (File system functions): Mention new module.
25870
25871 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
25872
25873         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
25874         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
25875         This is for the benefit of gzip, which doesn't do i18n.
25876
25877 2006-12-12  Jim Meyering  <jim@meyering.net>
25878
25879         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
25880         Reported by Andreas Schwab <schwab@suse.de>.
25881
25882 2006-12-12  Bruno Haible  <bruno@clisp.org>
25883
25884         Merge these changes.
25885         2006-09-05  Bruno Haible  <bruno@clisp.org>
25886         * lib/iconvme.c (iconv_string): No need to save and restore errno when
25887         iconv_alloc succeeded.
25888         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
25889         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
25890         test for " && dest " at the end - dest is always != NULL there. Call
25891         iconv with 4xNULL arguments initially, to reset the state. Call iconv
25892         with 2xNULL arguments, also to flush the state storage. Handle the
25893         IRIX iconv behaviour. Realloc the final result, to throw away unused
25894         memory.
25895
25896 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
25897
25898         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
25899         and fchmodat unconditionally, since glibc 2.4 has them.
25900         Problem reported by Arkadiusz Miskiewicz.
25901
25902 2006-12-10  Bruno Haible  <bruno@clisp.org>
25903
25904         * gnulib-tool (func_import): Show the include files only for those
25905         modules that are copied and specified.
25906         Reported by Karl Berry.
25907
25908 2006-12-08  Jim Meyering  <jim@meyering.net>
25909
25910         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
25911         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
25912
25913         * build-aux/announce-gen: Add two new options, both optional:
25914         --bootstrap-tools=TOOL_LIST
25915               a comma-separated list of tools, e.g.,
25916               autoconf,automake,bison,gnulib
25917         --gnulib-snapshot-date=DATE
25918               if gnulib is in the bootstrap tool list,
25919               then report this as the snapshot date.
25920               If not specified, use the current date/time.
25921               If you specify a date here, be sure it's UTC.
25922
25923 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25924
25925         * tests/test-argp-2.sh: Fix test to match actual output.
25926         (func_compare): Fix sed script to be portable.
25927
25928 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
25929
25930         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
25931         workaround for this case.  It is not autoconfigured now; offhand
25932         it's hard to see how to autoconfigure it.
25933
25934 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
25935
25936         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
25937         a directory that is about to be chowned.  Such a directory's
25938         initial file permissions should permit the owner only and this
25939         should not be changed until after the chown, since the group and
25940         other bits would be incorrect if they granted permission before
25941         the chown.
25942
25943         Fix porting problem for iswctype reported by Georg Schwarz in:
25944         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
25945         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
25946         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
25947         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
25948         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25949
25950 2006-12-03  Jim Meyering  <jim@meyering.net>
25951
25952         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
25953         p->fts_statp may not yet be defined.
25954         (fts_read): Instead, set it in the caller, once p->fts_statp is
25955         sure to be defined, and corresponds to a top-level directory.
25956         This bug made du -x fail.  Here's the coreutils test case:
25957         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
25958         Reported by Mike Frysinger.
25959
25960 2006-12-01  Jim Meyering  <jim@meyering.net>
25961
25962         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
25963         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
25964         Reported by Simon Josefsson.
25965
25966 2006-11-30  Jim Meyering  <jim@meyering.net>
25967
25968         * m4/warning.m4: Use the all-permissive copyright notice
25969         recommended by RMS (rather than LGPL).
25970         * m4/vararrays.m4: Likewise.
25971         * m4/flexmember.m4: Likewise.
25972
25973 2006-11-29  Bruno Haible  <bruno@clisp.org>
25974
25975         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25976         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
25977         using +=.
25978         Reported by Simon Josefsson <simon@josefsson.org>.
25979
25980 2006-11-28  James Youngman <jay@gnu.org>
25981
25982         * README: Advise users that they might find the bug-gnulib@gnu.org
25983         and autotools-announce@gnu.org mailing lists useful.
25984
25985 2006-11-28  Bruno Haible  <bruno@clisp.org>
25986
25987         * m4/ptrdiff_max.m4: Remove file.
25988
25989 2006-11-21  Bruno Haible  <bruno@clisp.org>
25990
25991         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
25992         _AC_COMPUTE_INT.
25993         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25994         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
25995         _AC_COMPUTE_INT.
25996         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25997         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
25998         _AC_COMPUTE_INT.
25999         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26000
26001 2006-11-28  Jim Meyering  <jim@meyering.net>
26002
26003         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
26004         warning from "gcc -Wshadow" about shadowing the builtin.
26005
26006 2006-11-27  Bruno Haible  <bruno@clisp.org>
26007
26008         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
26009         _AC_COMPUTE_INT.
26010         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26011
26012 2006-11-27  Bruno Haible  <bruno@clisp.org>
26013             Paul Eggert  <eggert@cs.ucla.edu>
26014
26015         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
26016
26017 2006-11-26  Bruno Haible  <bruno@clisp.org>
26018
26019         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26020         noinst_LTLIBRARIES.
26021
26022 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26023             Bruno Haible  <bruno@clisp.org>
26024
26025         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
26026         if compiling with "gcc -ansi".
26027
26028 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26029
26030         Fix some incompatibilities with gcc -ansi -pedantic.
26031         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
26032         if compiling pedantically with GCC, unless it's C99 or later.
26033         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
26034         it mishandles gcc -ansi -pedantic as well.
26035         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
26036         if gcc -pedantic.
26037         * lib/regexec.c (check_node_accept_bytes): Don't use auto
26038         initializers for struct if -pedantic, unless it's C99 or later.
26039
26040 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
26041
26042         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
26043         Don't close an fd more than once. Identical atimes indicate
26044         success, not failure.
26045
26046 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
26047
26048         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
26049
26050 2006-11-23  Jim Meyering  <jim@meyering.net>
26051
26052         * build-aux/announce-gen: New file.  From coreutils.
26053
26054 2006-11-22  Jim Meyering  <jim@meyering.net>
26055
26056         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
26057         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
26058         (fts_read): Use a temporary to narrow the overused st_size member
26059         before using it in a switch statement.  Reported by Matthew Woehlke.
26060
26061         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
26062         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
26063
26064 2006-11-20  Bruno Haible  <bruno@clisp.org>
26065
26066         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
26067         changequote instead of pairs of brackets.
26068         Reported by Andreas Schwab <schwab@suse.de>.
26069
26070 2006-11-21  Jim Meyering  <jim@meyering.net>
26071
26072         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
26073         so as to remain compatible with older compilers.
26074         Patch from Michael Deutschmann.
26075
26076 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26077
26078         * MODULES.html.sh (File system functions): Add openat.
26079
26080         * lib/openat.h (rpl_fstatat): New macro, if
26081         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
26082         (fstatat): Define to rpl_fstatat under the same conditions,
26083         unless COMPILING_FSTATAT.
26084         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
26085         seems to have the bug.
26086         * lib/fstatat.c: New file.
26087         * modules/openat (Files): Add it.
26088
26089 2006-11-20  Bruno Haible  <bruno@clisp.org>
26090
26091         * Makefile: New file.
26092
26093 2006-11-20  Jim Meyering  <jim@meyering.net>
26094
26095         The beginnings of syntax-related checks for gnulib.
26096         * lib/Makefile: New file.
26097         * lib/t-idcache: New script.  Ensure that the two halves of
26098         idcache.c stay in sync.
26099
26100         * lib/idcache.c: Adjust comments in user- and group- portions to
26101         be more accurate, and to be consistent with one another.
26102
26103 2006-11-20  Jim Meyering  <jim@meyering.net>
26104
26105         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
26106         continue using the flexible array member (thus, this module performs
26107         half as many malloc calls), with the addition that...
26108         (getgroup, getuser): Consistently record a non-match via an empty
26109         "name" string, and map an empty string match to a NULL return value.
26110         * modules/idcache (Depends-on): Re-add flexmember.
26111
26112         * lib/idcache.c (getuser): Remove all uses of the register keyword.
26113         (getuidbyname, getgroup, getgidbyname): Likewise.
26114
26115         Use cleaner syntax: NULL rather than 0.
26116         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
26117
26118 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26119
26120         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
26121         It mishandled the case where the group was missing.
26122         Problem reported by Greg Schafer.
26123         * modules/idcache: Likewise.
26124
26125 2006-11-18  Jim Meyering  <jim@meyering.net>
26126
26127         * check-module (%exempt_header): Add exception for some
26128         conditionally-included headers.
26129
26130         * modules/i-ring (Depends-on): Add verify.
26131         (License): Change to LGPL.
26132
26133 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26134
26135         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
26136         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
26137         and inttostr.h.  Use snprintf rather than uinttostr, so that
26138         LGPLed code doesn't depend on GPLed.
26139
26140 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26141
26142         * modules/inline (License): Change from GPL to LGPL.
26143
26144 2006-11-17  Jim Meyering  <jim@meyering.net>
26145
26146         * modules/d-type (License): Switch to LGPL.
26147
26148 2006-11-15  Bruno Haible  <bruno@clisp.org>
26149
26150         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
26151
26152 2006-11-15  Eric Blake  <ebb9@byu.net>
26153
26154         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
26155         the module dependency.
26156
26157 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26158             Bruno Haible  <bruno@clisp.org>
26159
26160         * gnulib-tool (func_create_testdir): Add license consistency check.
26161
26162 2006-11-15  Eric Blake  <ebb9@byu.net>
26163
26164         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
26165         random "(cached)" in configure output.
26166
26167 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26168
26169         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
26170         test for conforming inttypes.h is both announced and cached.
26171
26172         * MODULES.html.sh (seen_modules, seen_files): New variables.
26173         (func_module): Rewrite to use a few less gnulib-tool and sed
26174         invocations.  Avoid a couple of quadratic algorithms for ...
26175         (missed_modules, missed_files): ... these, with ...
26176         (func_append, func_tmpdir): ... these new functions, from
26177         gnulib-tool.  Analogously, install traps for cleanup.
26178
26179         * tests/test-gc.c (main): Remove unused variables.
26180         * tests/test-read-file.c: Include stdlib.h, for 'free'.
26181
26182 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
26183
26184         * modules/inttostr (License): Change to LGPL.
26185
26186 2006-11-14  Eric Blake  <ebb9@byu.net>
26187
26188         * modules/tempname (License): Change to LGPL.
26189
26190 2006-11-14  Eric Blake  <ebb9@byu.net>
26191
26192         * doc/functions.texi (Function Portability): *printf functions on
26193         Cygwin now understand all POSIX size specifiers.
26194
26195 2006-11-14  Bruno Haible  <bruno@clisp.org>
26196
26197         * modules/c-ctype (License): Change to LGPL.
26198
26199 2006-11-12  Bruno Haible  <bruno@clisp.org>
26200
26201         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26202         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
26203         for GNOME libraries, for which the include files are installed in
26204         subdirectories of $prefix/include.
26205
26206 2006-11-12  Bruno Haible  <bruno@clisp.org>
26207
26208         * m4/lib-link.m4: Require at least autoconf-2.54.
26209         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
26210         name to underscores for the --with option.
26211
26212 2006-11-13  Bruno Haible  <bruno@clisp.org>
26213
26214         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
26215         the tests directory.
26216         Reported by Ralf Wildenhues.
26217
26218 2006-11-13  Bruno Haible  <bruno@clisp.org>
26219
26220         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
26221         (func_emit_initmacro_end): Undo the override here.
26222         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
26223         Works around the famous automake error in coreutils.
26224
26225 2006-11-13  Eric Blake  <ebb9@byu.net>
26226
26227         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
26228         element, not its node.
26229
26230 2006-11-12  Bruno Haible  <bruno@clisp.org>
26231
26232         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
26233         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
26234
26235 2006-11-12  Bruno Haible  <bruno@clisp.org>
26236
26237         * gnulib-tool: New option --local-symlink.
26238         (func_usage): Document it.
26239         (lsymbolic): New variable.
26240         (func_import, func_create_testdir): If --symlink was not specified,
26241         test whether --local-symlink was specified and the file comes from
26242         the local_gnulib_dir.
26243
26244 2006-11-12  Bruno Haible  <bruno@clisp.org>
26245
26246         * gnulib-tool (func_ln): New function.
26247         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
26248
26249 2006-11-12  Bruno Haible  <bruno@clisp.org>
26250
26251         Finish support for source files in subdirectories.
26252         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
26253         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
26254         AUTOMAKE_OPTIONS.
26255         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
26256
26257 2006-11-12  Bruno Haible  <bruno@clisp.org>
26258
26259         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26260         EXTRA_lib_SOURCES augmentation.
26261         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
26262
26263 2006-11-12  Jim Meyering  <jim@meyering.net>
26264
26265         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
26266         file descriptors.  This also averts a failure on systems with
26267         native openat support when a traversed directory lacks "x" access.
26268         * lib/fts_.h: Include "i-ring.h"
26269         (struct FTS) [fts_fd_ring]: New member.
26270         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
26271         (FCHDIR): Add parentheses.
26272         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
26273         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
26274         When descending, rather than simply closing the previous
26275         fts_cwd_fd value, push that file descriptor onto the ring.
26276         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
26277         (fts_open): Initialize the new fd_ring member.
26278         (fts_close): Clear the ring.
26279         (fts_safe_changedir): When possible, use our new fd_ring to skip
26280         the diropen and fstat and dev/ino comparison that would normally
26281         accompany a virtual `chdir ("..")'.
26282
26283         * modules/fts (Depends-on): Add i-ring.
26284         * modules/i-ring: New module.
26285         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
26286         * m4/i-ring.m4: New file.
26287
26288 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26289
26290         * gnulib-tool (func_create_testdir): Fix replacement of
26291         `build-aux' in configure.ac.  Run autotools in gltests
26292         subdirectory.
26293         (func_create_testdir, func_create_megatestdir, test): There is
26294         no need for '--force' in most autotool invocations in a new
26295         tree.  Actually fail the whole test if any of the tools, or the
26296         configure or make stages fail.
26297
26298         Sync from Automake.
26299         * build-aux/gnupload: Revert last change.  Add pointer to upload
26300         instructions of the GNU Maintenance Instructions.
26301         Suggestion by Karl Berry.
26302
26303 2006-11-10  Jim Meyering  <jim@meyering.net>
26304
26305         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
26306
26307 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26308
26309         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
26310         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
26311         (bind_textdomain_codeset) [! ENABLE_NLS]:
26312         Evaluate all the arguments.  That way, callers get compatible behavior
26313         if the arguments have side effects.  Also, it avoids some GCC
26314         diagnostics in some cases; Joel E. Denny reported problems when Bison
26315         was configured with --enable-gcc-warnigs.
26316
26317 2006-11-10  Jim Meyering  <jim@meyering.net>
26318
26319         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
26320         relevant options in CFLAGS (like -O, -fno-inline) are taken into
26321         account.
26322
26323 2006-11-10  Jim Meyering  <jim@meyering.net>
26324
26325         * modules/inline: New file/module.
26326         * modules/xalloc (Files): Remove m4/inline.m4.
26327         (Depends-on): Add inline, instead.
26328         * modules/oset: Likewise.
26329         * modules/list: Likewise.
26330
26331 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26332
26333         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26334         Problem reported by Matthew Woehlke.
26335
26336 2006-11-09  Bruno Haible  <bruno@clisp.org>
26337
26338         * lib/tempname.c (gen_tempname): Remove variant that invokes
26339         __gen_tempname.
26340         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26341         __gen_tempname.
26342
26343 2006-11-08  Bruno Haible  <bruno@clisp.org>
26344
26345         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26346         to 'yes' instead of 'cross-compiling'.
26347
26348 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26349
26350         * lib/quotearg.h (quotearg_free): New decl.
26351         * lib/quotearg.c (quotearg_free): New function.
26352         (slot0, nslots, slotvec0, slotvec):
26353         Now file-scope so that quotearg_free can get at them.
26354
26355 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26356
26357         Sync from Automake.
26358         * build-aux/gnupload: Add missing 'gnu' to example URL.
26359         Report by Karl Berry.
26360
26361 2006-11-08  Bruno Haible  <bruno@clisp.org>
26362
26363         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26364         Suggested by Paul Eggert.
26365
26366 2006-11-08  Jim Meyering  <jim@meyering.net>
26367
26368         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26369         It's already included if !_LIBC.
26370         (fts_safe_changedir): Add a comment.
26371
26372 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26373
26374         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26375         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26376         Matthew Woehlke.
26377
26378         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26379         definitions up, to avoid colliding with change below.
26380         (static_inline) [HAVE_INLINE]: New macro.
26381         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26382         Provide extern decls when !HAVE_INLINE.  Do not define unless
26383         static_inline is defined, either by us or by xmalloc.c.  Use
26384         static_inline rather than static inline.
26385         (XCALLOC): Optimize sizeof(T) = 1 case.
26386         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26387
26388 2006-11-07  Bruno Haible  <bruno@clisp.org>
26389
26390         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26391         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26392         AC_C_INLINE.
26393         * modules/xalloc (Files): Add m4/inline.m4.
26394
26395 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26396
26397         * README: Fix typo.
26398         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26399         (Miscellanous Notes): ...from this.
26400
26401 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26402
26403         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26404         Mention that offsetof should be used instead of sizeof.
26405         From Bruno Haible.
26406
26407 2006-11-07  Bruno Haible  <bruno@clisp.org>
26408
26409         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26410
26411 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26412
26413         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26414         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26415         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26416         (gl_tree_add_before, gl_tree_add_after):
26417         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26418         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26419         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26420         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26421         (gl_linked_add_after, gl_linked_add_at): Likewise.
26422         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
26423         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26424         (gl_tree_add_before, gl_tree_add_after): Likewise.
26425         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
26426         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
26427         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
26428
26429 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26430
26431         * lib/gl_oset.h: Use C comment style, not C++ comment style.
26432
26433 2006-11-06  Bruno Haible  <bruno@clisp.org>
26434
26435         * m4/inline.m4: New file.
26436         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
26437         * modules/list (Files): Add m4/inline.m4.
26438         * modules/oset (Files): Likewise.
26439
26440 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26441
26442         * lib/idcache.c: Include <stddef.h>, for offsetof.
26443         (struct userid.name): Change from char * to a flexible array member.
26444         All uses changed.
26445         * modules/idcache (Depends-on): Add flexmember.
26446
26447         * MODULES.html.sh (Core language properties): New module flexmember.
26448         * modules/flexmember, m4/flexmember.m4: New files.
26449
26450         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
26451         inline functions that are identical with the old xnmalloc_inline,
26452         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
26453         that we can avoid some unnecessary integer multiplications and
26454         divisions in the common case where the element size is known at
26455         compile time.
26456         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
26457         needed.
26458         (xnboundedmalloc): Remove.
26459         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
26460         arguments, for consistency with rest of this header.
26461         (xcharalloc): Rewrite using XNMALLOC.
26462         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
26463         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
26464         versions have been moved to lib/xalloc.h and renamed to be the
26465         non-*_inline versions.
26466         (xmalloc, xrealloc): Implement without reference to the xnmalloc
26467         and xnrealloc functions, since those functions are now inline and
26468         now call us.
26469         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
26470         renaming described above.
26471         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
26472         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
26473         captures the dependency in AC_C_INLINE.
26474
26475         New module canonicalize-lgpl, proposed by Charles Wilson in
26476         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
26477         with a few small changes afterwards.
26478         * MODULES.html.sh (File system functions): New module
26479         canonicalize-lgpl.
26480         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
26481         and canonicalize_file_name.
26482         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
26483         * modules/canonicalize-lgpl: New files.
26484
26485 2006-11-05  Bruno Haible  <bruno@clisp.org>
26486
26487         * gnulib-tool (func_import, func_create_testdir): Create directories
26488         also for files in subdirectories of lib/.
26489
26490 2006-11-05  Bruno Haible  <bruno@clisp.org>
26491
26492         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
26493         ANSI C compliant.
26494
26495 2006-11-03  Bruno Haible  <bruno@clisp.org>
26496
26497         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26498         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
26499         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
26500         (xnboundedmalloc): New inline function.
26501         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
26502         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
26503         xmalloc.
26504         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
26505         xmalloc.
26506         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
26507         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
26508         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
26509         xmalloc.
26510         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26511         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
26512         xmalloc.
26513         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
26514         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26515         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
26516         xmalloc.
26517         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26518         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
26519         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26520         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
26521         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
26522         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
26523         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
26524
26525 2006-11-03  Bruno Haible  <bruno@clisp.org>
26526
26527         * lib/c-ctype.h [C++]: Define functions without name mangling.
26528         * lib/fwriteerror.h [C++]: Likewise.
26529         * lib/gcd.h [C++]: Likewise.
26530         * lib/linebreak.h [C++]: Likewise.
26531
26532 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26533
26534         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
26535         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
26536         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
26537         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26538         Check for functions and headers just once.
26539         Check for declaration of canonicalize_file_name.
26540         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
26541
26542 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26543
26544         * gnulib-tool (func_import): Fix typo in actioncmd.
26545
26546 2006-11-02  Bruno Haible  <bruno@clisp.org>
26547
26548         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
26549         newline sequence in the Makefile.am snippet as a space, like "make"
26550         does.
26551         Reported by Roger Persson <perrog@gmail.com>.
26552
26553 2006-11-01  Bruno Haible  <bruno@clisp.org>
26554
26555         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
26556         already declared in <string.h>.
26557         * lib/strcase.h (strncasecmp): Don't declare it if yes.
26558
26559 2006-11-01  Bruno Haible  <bruno@clisp.org>
26560
26561         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
26562         * lib/strcase.h: Include <string.h>.
26563         (strcasecmp): Define to rpl_strcasecmp here.
26564
26565 2006-11-01  Bruno Haible  <bruno@clisp.org>
26566
26567         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
26568
26569 2006-11-01  Eric Blake  <ebb9@byu.net>
26570
26571         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
26572
26573         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
26574
26575 2006-10-29  Bruno Haible  <bruno@clisp.org>
26576
26577         Make it compile in C++ mode.
26578         * lib/full-write.c (full_rw): Add a cast.
26579
26580 2006-11-01  Bruno Haible  <bruno@clisp.org>
26581
26582         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
26583         be POSIX compliant.
26584         Reported by Roger Persson <perrog@gmail.com>.
26585
26586 2006-11-01  Eric Blake  <ebb9@byu.net>
26587
26588         * lib/getopt_.h: Fix comments.
26589
26590 2006-10-31  Eric Blake  <ebb9@byu.net>
26591
26592         * modules/tmpdir (Depends-on): Add sys_stat.
26593         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
26594         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
26595         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
26596         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
26597         tempname.
26598
26599 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
26600
26601         Avoid some C++ diagnostics reported by Bruno Haible.
26602         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
26603         xmalloc.
26604         (quotearg_alloc): Use xcharalloc rather than xmalloc.
26605         (struct slotvec): Move to top level.
26606         (quotearg_n_options): Rewrite to avoid xmalloc.
26607         * lib/xalloc.h (xcharalloc): New function.
26608         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
26609         [defined __cplusplus]: Add function template that provides result
26610         type propagation.  This part of the change is from Bruno Haible.
26611
26612 2006-10-29  Bruno Haible  <bruno@clisp.org>
26613
26614         Make it compile in C++ mode.
26615         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
26616         * lib/strnlen1.c (strnlen1): Cast memchr result.
26617         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
26618         * lib/clean-temp.c (string_equals, string_hash): Add casts.
26619         (create_temp_dir): Rename local variable 'template'.
26620         (compile_csharp_using_sscli): Add cast.
26621         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
26622         * lib/findprog.c (find_in_path): Likewise.
26623         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
26624         * lib/wait-process.c (register_slave_subprocess): Likewise.
26625
26626 2006-10-22  Bruno Haible  <bruno@clisp.org>
26627
26628         * modules/tsearch: New file.
26629         * lib/tsearch.h: New file.
26630         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
26631         * m4/tsearch.m4: New file.
26632         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
26633
26634 2006-10-29  Eric Blake  <ebb9@byu.net>
26635
26636         * lib/arcfour.c: Assume config.h.
26637         * lib/arctwo.c: Likewise.
26638         * lib/base64.c: Likewise.
26639         * lib/check-version.c: Likewise.
26640         * lib/crc.c: Likewise.
26641         * lib/des.c: Likewise.
26642         * lib/gc-gnulib.c: Likewise.
26643         * lib/gc-libgcrypt.c: Likewise.
26644         * lib/gc-pbkdf2-sha1.c: Likewise.
26645         * lib/getaddrinfo.c: Likewise.
26646         * lib/getdelim.c: Likewise.
26647         * lib/getline.c: Likewise.
26648         * lib/hmac-md5.c: Likewise.
26649         * lib/hmac-sha1.c: Likewise.
26650         * lib/iconvme.c: Likewise.
26651         * lib/md2.c: Likewise.
26652         * lib/md4.c: Likewise.
26653         * lib/memxor.c: Likewise.
26654         * lib/read-file.c: Likewise.
26655         * lib/readline.c: Likewise.
26656         * lib/rijndael-alg-fst.c: Likewise.
26657         * lib/rijndael-api-fst.c: Likewise.
26658         * lib/xgetdomainname.c: Likewise.
26659
26660 2006-10-28  Eric Blake  <ebb9@byu.net>
26661
26662         * lib/xstrndup.c: Assume config.h.
26663
26664 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26665
26666         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
26667         stat-macros.h is now for our own macros, whereas stat_h is for
26668         macros in the <sys/stat.h> name space.
26669         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
26670         (STAT_MACROS_H): Remove.
26671         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
26672         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
26673         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
26674         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
26675         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
26676         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
26677         Move these macros to ...
26678         * lib/stat_.h: here.  Don't include stat-macros.h.
26679         * lib/canonicalize.c: Don't include stat-macros.h.
26680         * lib/chown.c: Likewise.
26681         * lib/euidaccess.c: Likewise.
26682         * lib/file-type.c: Likewise.
26683         * lib/filemode.c: Likewise.
26684         * lib/glob.c: Likewise.
26685         * lib/isapipe.c: Likewise.
26686         * lib/lchown.c: Likewise.
26687         * lib/lstat.c: Likewise.
26688         * lib/mkdir-p.c: Likewise.
26689         * lib/rmdir.c: Likewise.
26690         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
26691         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
26692         unless mkdir isn't declared, to speed up 'configure'.
26693         Always create sys/stat.h, since it's unlikely any real sys/stat.h
26694         would define all the S_* symbols.
26695         * modules/canonicalize (Depends-on):
26696         Depend on sys_stat, not stat-macros.
26697         * modules/chown: Likewise.
26698         * modules/euidaccess: Likewise.
26699         * modules/filemode: Likewise.
26700         * modules/file-type: Likewise.
26701         * modules/glob: Likewise.
26702         * modules/isapipe: Likewise.
26703         * modules/lchown: Likewise.
26704         * modules/lstat: Likewise.
26705         * modules/mkancesdirs: Likewise.
26706         * modules/rmdir: Likewise.
26707         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
26708         * modules/modechange: Likewise.
26709         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
26710         (configure.ac): Remove gl_STAT_MACROS.
26711         * modules/sys_stat (Depends-on): Remove stat-macros.
26712
26713 2006-10-27  Bruno Haible  <bruno@clisp.org>
26714
26715         * m4/signed.m4: Remove file.
26716         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
26717         invocation.
26718         * modules/vasnprintf (Files): Remove m4/signed.m4.
26719
26720 2006-10-27  Bruno Haible  <bruno@clisp.org>
26721
26722         Update to GNU gettext 0.16.
26723         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
26724         m4/inttypes-h.m4, m4/signed.m4.
26725         * m4/gettext.m4: Update to GNU gettext 0.16.
26726         * m4/intl.m4: New file, from GNU gettext.
26727         * m4/intldir.m4: New file, from GNU gettext.
26728         * config/srclist.txt: Update
26729
26730 2006-10-27  Eric Blake  <ebb9@byu.net>
26731
26732         * MODULES.html.sh: Document tempname.
26733         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
26734         dependencies.
26735         (Files): Move lib/tempname.c...
26736         * modules/tempname: ...to this new module.
26737         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
26738         (gl_PREREQ_TEMPNAME): Move...
26739         * m4/tempname.m4: ...to this new file.
26740         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
26741         * modules/sys_stat (Depends-on): Add stat-macros.
26742         * lib/stat_.h (includes): Pick up stat macros.
26743         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
26744         if stat macros are broken.
26745         * lib/tempname.c (includes): No need to include "stat-macros.h".
26746         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
26747         (direxists, __path_search) [!_LIBC]: Don't compile these in
26748         gnulib; the tmpdir module covers that.
26749         * lib/tempname.h: New file.
26750
26751 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
26752
26753         * COPYING: Explain how gnulib-tool converts licence headers.
26754         Almost all wording by Eric Blake.
26755
26756 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
26757
26758         * lib/mbchar.h (is_basic_table): Make read-only.
26759         * lib/mbchar.c (is_basic_table): Likewise.
26760         Reported by John Darrington.
26761
26762 2006-10-25  Bruno Haible  <bruno@clisp.org>
26763
26764         * lib/progname.h (set_program_name): Undefine before defining.
26765
26766 2006-10-25  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
26769         false for non-gcc C++ compilers.
26770         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26771
26772 2006-10-24  Bruno Haible  <bruno@clisp.org>
26773
26774         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
26775         iconv implementations like Irix iconv.
26776
26777 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26778
26779         * modules/vararrays: New file.
26780         * m4/vararrays.m4: New file, taken from diffutils.
26781         * MODULES.html.sh: New module vararrays.
26782
26783 2006-10-24  Karl Berry  <karl@gnu.org>
26784
26785         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
26786         Don't call GNU Unix.
26787
26788 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26789
26790         * users.txt: Add Libtool.
26791
26792         Sync from Libtool:
26793
26794         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26795
26796         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
26797         to gnulib's policy of including config.h unconditionally.
26798
26799 2006-10-24  Bruno Haible  <bruno@clisp.org>
26800
26801         * modules/wcwidth (Files): Add m4/wint_t.m4.
26802         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
26803         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
26804
26805 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26806
26807         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
26808         to pacify GCC with some -W flags enabled.  Problem reported by
26809         Bruno Haible.
26810
26811 2006-10-24  Jim Meyering  <jim@meyering.net>
26812
26813         * MODULES.html.sh: Remove uinttostr.  It's not a module.
26814         Reported by Karl Berry.
26815
26816 2006-10-23  Bruno Haible  <bruno@clisp.org>
26817
26818         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
26819
26820 2006-10-24  Bruno Haible  <bruno@clisp.org>
26821
26822         * lib/gl_list.h: Use C comment style, not C++ comment style.
26823
26824 2006-10-23  Eric Blake  <ebb9@byu.net>
26825
26826         * lib/getaddrinfo.c (includes): Add missing include.
26827
26828 2006-10-23  Bruno Haible  <bruno@clisp.org>
26829             Paul Eggert  <eggert@cs.ucla.edu>
26830
26831         Ability to rename obstack_free.
26832         * lib/obstack.h (__obstack_free): New macro. Declare instead of
26833         obstack_free.
26834         (obstack_free): Invoke the __obstack_free macro.
26835         * lib/obstack.c (obstack_free): Use __obstack_free macro.
26836
26837 2006-10-23  Bruno Haible  <bruno@clisp.org>
26838             Paul Eggert  <eggert@cs.ucla.edu>
26839
26840         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
26841         __argc, __argv from the declaration. (They are defined as macros on
26842         mingw.)
26843
26844 2006-10-22  Bruno Haible  <bruno@clisp.org>
26845
26846         * doc/gnulib-intro.texi: New file.
26847         * doc/gnulib.texi: Include it.
26848
26849 2006-10-21  Bruno Haible  <bruno@clisp.org>
26850
26851         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
26852         "Introduction", "Miscellanous Notes", "Particular Modules".
26853
26854 2006-10-21  Bruno Haible  <bruno@clisp.org>
26855
26856         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26857         Change mostlyclean-local rule to avoid sh syntax error from bash
26858         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
26859
26860 2006-10-23  Jim Meyering  <jim@meyering.net>
26861
26862         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
26863         in place of snprintf.
26864
26865         * modules/inttostr (Files): Add lib/uinttostr.c.
26866         * lib/uinttostr.c (inttostr): New file/function.
26867         * lib/inttostr.h (uinttostr): Declare.
26868         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
26869         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26870         Add uinttostr.
26871         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
26872
26873 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26874
26875         * lib/canonicalize.c (ELOOP): Define if not already defined.
26876         Problem reported by Bruno Haible in
26877         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
26878
26879 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26880
26881         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
26882         Problem reported by Perry Smith and Ville Laurikari.
26883
26884         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
26885         uses.
26886
26887 2006-10-19  Bruno Haible  <bruno@clisp.org>
26888
26889         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
26890         for mingw.
26891
26892 2006-10-19  Bruno Haible  <bruno@clisp.org>
26893
26894         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
26895         Needed for mingw.
26896
26897 2006-10-19  Bruno Haible  <bruno@clisp.org>
26898
26899         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
26900
26901 2006-10-19  Bruno Haible  <bruno@clisp.org>
26902
26903         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
26904         it.
26905
26906 2006-10-19  Bruno Haible  <bruno@clisp.org>
26907
26908         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
26909         invocation.
26910
26911 2006-10-19  Bruno Haible  <bruno@clisp.org>
26912
26913         * gnulib-tool (func_create_testdir): Don't include ftruncate and
26914         mountlist by default.
26915
26916 2006-10-16  Bruno Haible  <bruno@clisp.org>
26917
26918         * lib/c-strstr.c: Include c-strstr.h.
26919
26920 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26921
26922         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
26923         in a slash.
26924
26925 2006-10-18  Bruno Haible  <bruno@clisp.org>
26926
26927         * lib/lock.h [C++]: Wrap definitions in extern "C".
26928
26929 2006-10-18  Bruno Haible  <bruno@clisp.org>
26930
26931         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
26932         gl_LIBOBJS list.
26933
26934 2006-10-18  Bruno Haible  <bruno@clisp.org>
26935
26936         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
26937
26938 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
26939
26940         * lib/xstrtol.h: Include gettext.h.
26941         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
26942         Problem reported by Eric Blake.
26943         * modules/xstrtol (Depends-on): Add gettext-h.
26944
26945 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
26946
26947         * lib/strftime.c (advance): New macro.
26948         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
26949         incomplete type, so you can't add 0 to it.  Problem and patch
26950         reported by Eelco Dolstra for dietlibc.
26951
26952 2006-10-18  Jim Meyering  <jim@meyering.net>
26953
26954         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
26955         type for a local, and rename it: s/up/user_proc/.
26956
26957 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26958
26959         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
26960         READ_UTMP_USER_PROCESS.
26961         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
26962
26963 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26964
26965         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
26966         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
26967
26968 2006-10-17  Eric Blake  <ebb9@byu.net>
26969
26970         * lib/sigprocmask.c (sigprocmask): Fix typo.
26971
26972         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
26973
26974         * modules/clean-temp (Makefile.am): Don't add to make output...
26975         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
26976         config.h.
26977
26978 2006-10-17  Bruno Haible  <bruno@clisp.org>
26979
26980         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
26981         differently if DEFAULT_TEXT_DOMAIN is set.
26982
26983 2006-10-16  Bruno Haible  <bruno@clisp.org>
26984
26985         * lib/clean-temp.c: Include fwriteerror.h.
26986
26987 2006-10-16  Bruno Haible  <bruno@clisp.org>
26988
26989         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
26990
26991 2006-10-16  Bruno Haible  <bruno@clisp.org>
26992
26993         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
26994         * lib/sigprocmask.h: Include <sys/types.h>.
26995         (sigset_t): Use the system's definition if present.
26996
26997 2006-10-17  Eric Blake  <ebb9@byu.net>
26998
26999         * lib/xvasprintf.c (includes): Assume config.h.
27000         * lib/xasprintf.c (includes): Likewise.
27001
27002 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27003
27004         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
27005         at least as wide as intmax_t.
27006
27007 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
27008
27009         (Imported from Automake.)
27010         * build-aux/gnupload: Update to version 1.1 of directive file.
27011
27012 2006-10-16  Eric Blake  <ebb9@byu.net>
27013
27014         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
27015         match Automake 1.10a.
27016
27017 2006-10-14  Bruno Haible  <bruno@clisp.org>
27018
27019         * modules/sigprocmask: New file.
27020         * lib/sigprocmask.h: New file.
27021         * lib/sigprocmask.c: New file.
27022         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
27023         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
27024         request sigprocmask.o.
27025         (gl_PREREQ_SIGPROCMASK): New macro.
27026         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
27027         (Depends-on): Add sigprocmask.
27028         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
27029         gt_SIGNALBLOCKING. Test for 'raise' only once.
27030         * lib/fatal-signal.c: Include sigprocmask.h.
27031         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
27032         unblock_fatal_signals): Define always.
27033         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27034         sigprocmask.
27035
27036 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27037
27038         Sync from Automake.
27039         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
27040         which incorrectly sets the mode of an existing destination
27041         directory.  In some cases the unpatched install-sh could do the
27042         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27043         system.  We hope this is rare in practice, but it's clearly worth
27044         fixing.  Problem reported by Alex Unleashed in
27045         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
27046         Also, don't bother to check for -m bugs unless we're using -m;
27047         suggested by Stepan Kasal.
27048
27049 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27050
27051         Sync from Automake.
27052         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
27053         `-c' flag, so they appear at the same position as in %FASTDEP%
27054         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
27055         which ignores unknown options only after the first non-option.
27056         Bug report against M4 by Nelson H. F. Beebe.
27057
27058 2006-10-13  Jim Meyering  <jim@meyering.net>
27059
27060         Fix a bug in yesterday's change.
27061         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
27062         p->fts_statp->st_dev would be used uninitialized.
27063         Ensures that we always call fts_stat on the very first entry.
27064         Miklos Szeredi reported that find -xdev stopped working.
27065
27066 2006-10-12  Bruno Haible  <bruno@clisp.org>
27067
27068         * gnulib-tool (func_get_automake_snippet): Append an automatically
27069         computed EXTRA_DIST augmentation.
27070         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
27071         * modules/alloca-opt (Makefile.am): Likewise.
27072         * modules/allocsa (Makefile.am): Likewise.
27073         * modules/arcfour (Makefile.am): Likewise.
27074         * modules/arctwo (Makefile.am): Likewise.
27075         * modules/argmatch (Makefile.am): Likewise.
27076         * modules/argz (Makefile.am): Likewise.
27077         * modules/atexit (Makefile.am): Likewise.
27078         * modules/backupfile (Makefile.am): Likewise.
27079         * modules/byteswap (Makefile.am): Likewise.
27080         * modules/c-strtod (Makefile.am): Likewise.
27081         * modules/c-strtold (Makefile.am): Likewise.
27082         * modules/calloc (Makefile.am): Likewise.
27083         * modules/canon-host (Makefile.am): Likewise.
27084         * modules/canonicalize (Makefile.am): Likewise.
27085         * modules/chdir-long (Makefile.am): Likewise.
27086         * modules/chdir-safer (Makefile.am): Likewise.
27087         * modules/check-version (Makefile.am): Likewise.
27088         * modules/chown (Makefile.am): Likewise.
27089         * modules/cloexec (Makefile.am): Likewise.
27090         * modules/close-stream (Makefile.am): Likewise.
27091         * modules/closeout (Makefile.am): Likewise.
27092         * modules/crc (Makefile.am): Likewise.
27093         * modules/csharpexec (Makefile.am): Likewise.
27094         * modules/cycle-check (Makefile.am): Likewise.
27095         * modules/des (Makefile.am): Likewise.
27096         * modules/dev-ino (Makefile.am): Likewise.
27097         * modules/dirfd (Makefile.am): Likewise.
27098         * modules/dirname (Makefile.am): Likewise.
27099         * modules/dup2 (Makefile.am): Likewise.
27100         * modules/eealloc (Makefile.am): Likewise.
27101         * modules/error (Makefile.am): Likewise.
27102         * modules/euidaccess (Makefile.am): Likewise.
27103         * modules/exclude (Makefile.am): Likewise.
27104         * modules/exitfail (Makefile.am): Likewise.
27105         * modules/fcntl-safer (Makefile.am): Likewise.
27106         * modules/fcntl (Makefile.am): Likewise.
27107         * modules/file-type (Makefile.am): Likewise.
27108         * modules/fileblocks (Makefile.am): Likewise.
27109         * modules/filemode (Makefile.am): Likewise.
27110         * modules/filenamecat (Makefile.am): Likewise.
27111         * modules/fnmatch (Makefile.am): Likewise.
27112         * modules/fopen-safer (Makefile.am): Likewise.
27113         * modules/fpending (Makefile.am): Likewise.
27114         * modules/fprintftime (Makefile.am): Likewise.
27115         * modules/free (Makefile.am): Likewise.
27116         * modules/fsusage (Makefile.am): Likewise.
27117         * modules/ftruncate (Makefile.am): Likewise.
27118         * modules/fts (Makefile.am): Likewise.
27119         * modules/gc-arcfour (Makefile.am): Likewise.
27120         * modules/gc-des (Makefile.am): Likewise.
27121         * modules/gc-hmac-md5 (Makefile.am): Likewise.
27122         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
27123         * modules/gc-md4 (Makefile.am): Likewise.
27124         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27125         * modules/gc-sha1 (Makefile.am): Likewise.
27126         * modules/gc (Makefile.am): Likewise.
27127         * modules/getaddrinfo (Makefile.am): Likewise.
27128         * modules/getcwd (Makefile.am): Likewise.
27129         * modules/getdelim (Makefile.am): Likewise.
27130         * modules/getdomainname (Makefile.am): Likewise.
27131         * modules/getgroups (Makefile.am): Likewise.
27132         * modules/gethostname (Makefile.am): Likewise.
27133         * modules/gethrxtime (Makefile.am): Likewise.
27134         * modules/getline (Makefile.am): Likewise.
27135         * modules/getloadavg (Makefile.am): Likewise.
27136         * modules/getlogin_r (Makefile.am): Likewise.
27137         * modules/getndelim2 (Makefile.am): Likewise.
27138         * modules/getopt (Makefile.am): Likewise.
27139         * modules/getpagesize (Makefile.am): Likewise.
27140         * modules/getpass-gnu (Makefile.am): Likewise.
27141         * modules/getpass (Makefile.am): Likewise.
27142         * modules/getsubopt (Makefile.am): Likewise.
27143         * modules/gettime (Makefile.am): Likewise.
27144         * modules/gettimeofday (Makefile.am): Likewise.
27145         * modules/getugroups (Makefile.am): Likewise.
27146         * modules/getusershell (Makefile.am): Likewise.
27147         * modules/glob (Makefile.am): Likewise.
27148         * modules/group-member (Makefile.am): Likewise.
27149         * modules/hard-locale (Makefile.am): Likewise.
27150         * modules/hash (Makefile.am): Likewise.
27151         * modules/hmac-md5 (Makefile.am): Likewise.
27152         * modules/hmac-sha1 (Makefile.am): Likewise.
27153         * modules/human (Makefile.am): Likewise.
27154         * modules/idcache (Makefile.am): Likewise.
27155         * modules/imaxabs (Makefile.am): Likewise.
27156         * modules/imaxdiv (Makefile.am): Likewise.
27157         * modules/inet_ntop (Makefile.am): Likewise.
27158         * modules/inet_pton (Makefile.am): Likewise.
27159         * modules/intprops (Makefile.am): Likewise.
27160         * modules/inttostr (Makefile.am): Likewise.
27161         * modules/inttypes (Makefile.am): Likewise.
27162         * modules/isapipe (Makefile.am): Likewise.
27163         * modules/javaversion (Makefile.am): Likewise.
27164         * modules/lchmod (Makefile.am): Likewise.
27165         * modules/lchown (Makefile.am): Likewise.
27166         * modules/localcharset (Makefile.am): Likewise.
27167         * modules/long-options (Makefile.am): Likewise.
27168         * modules/lstat (Makefile.am): Likewise.
27169         * modules/malloc (Makefile.am): Likewise.
27170         * modules/mathl (Makefile.am): Likewise.
27171         * modules/mbchar (Makefile.am): Likewise.
27172         * modules/md2 (Makefile.am): Likewise.
27173         * modules/md4 (Makefile.am): Likewise.
27174         * modules/md5 (Makefile.am): Likewise.
27175         * modules/memcasecmp (Makefile.am): Likewise.
27176         * modules/memchr (Makefile.am): Likewise.
27177         * modules/memcmp (Makefile.am): Likewise.
27178         * modules/memcoll (Makefile.am): Likewise.
27179         * modules/memcpy (Makefile.am): Likewise.
27180         * modules/memmem (Makefile.am): Likewise.
27181         * modules/memmove (Makefile.am): Likewise.
27182         * modules/mempcpy (Makefile.am): Likewise.
27183         * modules/memrchr (Makefile.am): Likewise.
27184         * modules/memset (Makefile.am): Likewise.
27185         * modules/memxor (Makefile.am): Likewise.
27186         * modules/mkancesdirs (Makefile.am): Likewise.
27187         * modules/mkdir-p (Makefile.am): Likewise.
27188         * modules/mkdir (Makefile.am): Likewise.
27189         * modules/mkdtemp (Makefile.am): Likewise.
27190         * modules/mkstemp (Makefile.am): Likewise.
27191         * modules/mktime (Makefile.am): Likewise.
27192         * modules/modechange (Makefile.am): Likewise.
27193         * modules/mountlist (Makefile.am): Likewise.
27194         * modules/nanosleep (Makefile.am): Likewise.
27195         * modules/obstack (Makefile.am): Likewise.
27196         * modules/openat (Makefile.am): Likewise.
27197         * modules/pagealign_alloc (Makefile.am): Likewise.
27198         * modules/pathmax (Makefile.am): Likewise.
27199         * modules/physmem (Makefile.am): Likewise.
27200         * modules/poll (Makefile.am): Likewise.
27201         * modules/posixtm (Makefile.am): Likewise.
27202         * modules/posixver (Makefile.am): Likewise.
27203         * modules/putenv (Makefile.am): Likewise.
27204         * modules/quote (Makefile.am): Likewise.
27205         * modules/quotearg (Makefile.am): Likewise.
27206         * modules/raise (Makefile.am): Likewise.
27207         * modules/read-file (Makefile.am): Likewise.
27208         * modules/readline (Makefile.am): Likewise.
27209         * modules/readlink (Makefile.am): Likewise.
27210         * modules/readtokens (Makefile.am): Likewise.
27211         * modules/readutmp (Makefile.am): Likewise.
27212         * modules/realloc (Makefile.am): Likewise.
27213         * modules/regex (Makefile.am): Likewise.
27214         * modules/rename-dest-slash (Makefile.am): Likewise.
27215         * modules/rename (Makefile.am): Likewise.
27216         * modules/rijndael (Makefile.am): Likewise.
27217         * modules/rmdir (Makefile.am): Likewise.
27218         * modules/rpmatch (Makefile.am): Likewise.
27219         * modules/safe-read (Makefile.am): Likewise.
27220         * modules/safe-write (Makefile.am): Likewise.
27221         * modules/same-inode (Makefile.am): Likewise.
27222         * modules/same (Makefile.am): Likewise.
27223         * modules/save-cwd (Makefile.am): Likewise.
27224         * modules/savedir (Makefile.am): Likewise.
27225         * modules/setenv (Makefile.am): Likewise.
27226         * modules/settime (Makefile.am): Likewise.
27227         * modules/sha1 (Makefile.am): Likewise.
27228         * modules/sig2str (Makefile.am): Likewise.
27229         * modules/snprintf (Makefile.am): Likewise.
27230         * modules/stat-macros (Makefile.am): Likewise.
27231         * modules/stat-time (Makefile.am): Likewise.
27232         * modules/stdbool (Makefile.am): Likewise.
27233         * modules/stdint (Makefile.am): Likewise.
27234         * modules/stdlib-safer (Makefile.am): Likewise.
27235         * modules/stpcpy (Makefile.am): Likewise.
27236         * modules/stpncpy (Makefile.am): Likewise.
27237         * modules/strcase (Makefile.am): Likewise.
27238         * modules/strcasestr (Makefile.am): Likewise.
27239         * modules/strchrnul (Makefile.am): Likewise.
27240         * modules/strcspn (Makefile.am): Likewise.
27241         * modules/strdup (Makefile.am): Likewise.
27242         * modules/strerror (Makefile.am): Likewise.
27243         * modules/strftime (Makefile.am): Likewise.
27244         * modules/strndup (Makefile.am): Likewise.
27245         * modules/strnlen (Makefile.am): Likewise.
27246         * modules/strpbrk (Makefile.am): Likewise.
27247         * modules/strsep (Makefile.am): Likewise.
27248         * modules/strstr (Makefile.am): Likewise.
27249         * modules/strtod (Makefile.am): Likewise.
27250         * modules/strtoimax (Makefile.am): Likewise.
27251         * modules/strtok_r (Makefile.am): Likewise.
27252         * modules/strtol (Makefile.am): Likewise.
27253         * modules/strtoll (Makefile.am): Likewise.
27254         * modules/strtoul (Makefile.am): Likewise.
27255         * modules/strtoull (Makefile.am): Likewise.
27256         * modules/strtoumax (Makefile.am): Likewise.
27257         * modules/strverscmp (Makefile.am): Likewise.
27258         * modules/sys_socket (Makefile.am): Likewise.
27259         * modules/sys_stat (Makefile.am): Likewise.
27260         * modules/sysexits (Makefile.am): Likewise.
27261         * modules/time_r (Makefile.am): Likewise.
27262         * modules/timegm (Makefile.am): Likewise.
27263         * modules/timespec (Makefile.am): Likewise.
27264         * modules/tmpfile-safer (Makefile.am): Likewise.
27265         * modules/trim (Makefile.am): Likewise.
27266         * modules/unistd-safer (Makefile.am): Likewise.
27267         * modules/unlinkdir (Makefile.am): Likewise.
27268         * modules/unlocked-io (Makefile.am): Likewise.
27269         * modules/userspec (Makefile.am): Likewise.
27270         * modules/utime (Makefile.am): Likewise.
27271         * modules/utimecmp (Makefile.am): Likewise.
27272         * modules/utimens (Makefile.am): Likewise.
27273         * modules/vasnprintf (Makefile.am): Likewise.
27274         * modules/vasprintf (Makefile.am): Likewise.
27275         * modules/vsnprintf (Makefile.am): Likewise.
27276         * modules/xalloc (Makefile.am): Likewise.
27277         * modules/xgetcwd (Makefile.am): Likewise.
27278         * modules/xnanosleep (Makefile.am): Likewise.
27279         * modules/xreadlink (Makefile.am): Likewise.
27280         * modules/xstrtod (Makefile.am): Likewise.
27281         * modules/xstrtol (Makefile.am): Likewise.
27282         * modules/xstrtold (Makefile.am): Likewise.
27283         * modules/yesno (Makefile.am): Likewise.
27284         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
27285
27286 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27287
27288         * modules/error (Makefile.am): Distribute files through
27289         EXTRA_DIST, not lib_SOURCES.
27290
27291 2006-10-12  Eric Blake  <ebb9@byu.net>
27292
27293         * modules/error (Makefile.am): Distribute files in /lib.
27294         * modules/obstack (Makefile.am): Likewise.
27295
27296 2006-10-12  Bruno Haible  <bruno@clisp.org>
27297
27298         * modules/acl (Makefile.am): Distribute all files in lib/ through
27299         EXTRA_DIST.
27300         * modules/arcfour (Makefile.am): Likewise.
27301         * modules/arctwo (Makefile.am): Likewise.
27302         * modules/argmatch (Makefile.am): Likewise.
27303         * modules/argz (Makefile.am): Likewise.
27304         * modules/atexit (Makefile.am): Likewise.
27305         * modules/backupfile (Makefile.am): Likewise.
27306         * modules/c-strtod (Makefile.am): Likewise.
27307         * modules/c-strtold (Makefile.am): Likewise.
27308         * modules/calloc (Makefile.am): Likewise.
27309         * modules/canon-host (Makefile.am): Likewise.
27310         * modules/canonicalize (Makefile.am): Likewise.
27311         * modules/chdir-long (Makefile.am): Likewise.
27312         * modules/chdir-safer (Makefile.am): Likewise.
27313         * modules/check-version (Makefile.am): Likewise.
27314         * modules/chown (Makefile.am): Likewise.
27315         * modules/cloexec (Makefile.am): Likewise.
27316         * modules/close-stream (Makefile.am): Likewise.
27317         * modules/closeout (Makefile.am): Likewise.
27318         * modules/crc (Makefile.am): Likewise.
27319         * modules/cycle-check (Makefile.am): Likewise.
27320         * modules/des (Makefile.am): Likewise.
27321         * modules/dirfd (Makefile.am): Likewise.
27322         * modules/dirname (Makefile.am): Likewise.
27323         * modules/dup2 (Makefile.am): Likewise.
27324         * modules/euidaccess (Makefile.am): Likewise.
27325         * modules/exclude (Makefile.am): Likewise.
27326         * modules/exitfail (Makefile.am): Likewise.
27327         * modules/fcntl-safer (Makefile.am): Likewise.
27328         * modules/file-type (Makefile.am): Likewise.
27329         * modules/fileblocks (Makefile.am): Likewise.
27330         * modules/filemode (Makefile.am): Likewise.
27331         * modules/filenamecat (Makefile.am): Likewise.
27332         * modules/fnmatch (Makefile.am): Likewise.
27333         * modules/fopen-safer (Makefile.am): Likewise.
27334         * modules/fpending (Makefile.am): Likewise.
27335         * modules/fprintftime (Makefile.am): Likewise.
27336         * modules/free (Makefile.am): Likewise.
27337         * modules/fsusage (Makefile.am): Likewise.
27338         * modules/ftruncate (Makefile.am): Likewise.
27339         * modules/fts (Makefile.am): Likewise.
27340         * modules/gc (Makefile.am): Likewise.
27341         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27342         * modules/getaddrinfo (Makefile.am): Likewise.
27343         * modules/getcwd (Makefile.am): Likewise.
27344         * modules/getdelim (Makefile.am): Likewise.
27345         * modules/getdomainname (Makefile.am): Likewise.
27346         * modules/getgroups (Makefile.am): Likewise.
27347         * modules/gethostname (Makefile.am): Likewise.
27348         * modules/gethrxtime (Makefile.am): Likewise.
27349         * modules/getline (Makefile.am): Likewise.
27350         * modules/getloadavg (Makefile.am): Likewise.
27351         * modules/getlogin_r (Makefile.am): Likewise.
27352         * modules/getopt (Makefile.am): Likewise.
27353         * modules/getpass (Makefile.am): Likewise.
27354         * modules/getpass-gnu (Makefile.am): Likewise.
27355         * modules/getsubopt (Makefile.am): Likewise.
27356         * modules/gettime (Makefile.am): Likewise.
27357         * modules/gettimeofday (Makefile.am): Likewise.
27358         * modules/getugroups (Makefile.am): Likewise.
27359         * modules/getusershell (Makefile.am): Likewise.
27360         * modules/glob (Makefile.am): Likewise.
27361         * modules/group-member (Makefile.am): Likewise.
27362         * modules/hard-locale (Makefile.am): Likewise.
27363         * modules/hash (Makefile.am): Likewise.
27364         * modules/hmac-md5 (Makefile.am): Likewise.
27365         * modules/hmac-sha1 (Makefile.am): Likewise.
27366         * modules/human (Makefile.am): Likewise.
27367         * modules/idcache (Makefile.am): Likewise.
27368         * modules/imaxabs (Makefile.am): Likewise.
27369         * modules/imaxdiv (Makefile.am): Likewise.
27370         * modules/inet_ntop (Makefile.am): Likewise.
27371         * modules/inet_pton (Makefile.am): Likewise.
27372         * modules/inttostr (Makefile.am): Likewise.
27373         * modules/isapipe (Makefile.am): Likewise.
27374         * modules/lchown (Makefile.am): Likewise.
27375         * modules/long-options (Makefile.am): Likewise.
27376         * modules/lstat (Makefile.am): Likewise.
27377         * modules/malloc (Makefile.am): Likewise.
27378         * modules/mathl (Makefile.am): Likewise.
27379         * modules/mbchar (Makefile.am): Likewise.
27380         * modules/md2 (Makefile.am): Likewise.
27381         * modules/md4 (Makefile.am): Likewise.
27382         * modules/md5 (Makefile.am): Likewise.
27383         * modules/memcasecmp (Makefile.am): Likewise.
27384         * modules/memchr (Makefile.am): Likewise.
27385         * modules/memcmp (Makefile.am): Likewise.
27386         * modules/memcoll (Makefile.am): Likewise.
27387         * modules/memcpy (Makefile.am): Likewise.
27388         * modules/memmem (Makefile.am): Likewise.
27389         * modules/memmove (Makefile.am): Likewise.
27390         * modules/mempcpy (Makefile.am): Likewise.
27391         * modules/memrchr (Makefile.am): Likewise.
27392         * modules/memset (Makefile.am): Likewise.
27393         * modules/memxor (Makefile.am): Likewise.
27394         * modules/mkancesdirs (Makefile.am): Likewise.
27395         * modules/mkdir (Makefile.am): Likewise.
27396         * modules/mkdir-p (Makefile.am): Likewise.
27397         * modules/mkdtemp (Makefile.am): Likewise.
27398         * modules/mkstemp (Makefile.am): Likewise.
27399         * modules/mktime (Makefile.am): Likewise.
27400         * modules/modechange (Makefile.am): Likewise.
27401         * modules/mountlist (Makefile.am): Likewise.
27402         * modules/nanosleep (Makefile.am): Likewise.
27403         * modules/openat (Makefile.am): Likewise.
27404         * modules/pagealign_alloc (Makefile.am): Likewise.
27405         * modules/physmem (Makefile.am): Likewise.
27406         * modules/poll (Makefile.am): Likewise.
27407         * modules/posixtm (Makefile.am): Likewise.
27408         * modules/posixver (Makefile.am): Likewise.
27409         * modules/putenv (Makefile.am): Likewise.
27410         * modules/quote (Makefile.am): Likewise.
27411         * modules/quotearg (Makefile.am): Likewise.
27412         * modules/raise (Makefile.am): Likewise.
27413         * modules/read-file (Makefile.am): Likewise.
27414         * modules/readline (Makefile.am): Likewise.
27415         * modules/readlink (Makefile.am): Likewise.
27416         * modules/readtokens (Makefile.am): Likewise.
27417         * modules/readutmp (Makefile.am): Likewise.
27418         * modules/realloc (Makefile.am): Likewise.
27419         * modules/regex (Makefile.am): Likewise.
27420         * modules/rename (Makefile.am): Likewise.
27421         * modules/rename-dest-slash (Makefile.am): Likewise.
27422         * modules/rijndael (Makefile.am): Likewise.
27423         * modules/rmdir (Makefile.am): Likewise.
27424         * modules/rpmatch (Makefile.am): Likewise.
27425         * modules/safe-read (Makefile.am): Likewise.
27426         * modules/safe-write (Makefile.am): Likewise.
27427         * modules/same (Makefile.am): Likewise.
27428         * modules/save-cwd (Makefile.am): Likewise.
27429         * modules/savedir (Makefile.am): Likewise.
27430         * modules/setenv (Makefile.am): Likewise.
27431         * modules/settime (Makefile.am): Likewise.
27432         * modules/sha1 (Makefile.am): Likewise.
27433         * modules/sig2str (Makefile.am): Likewise.
27434         * modules/snprintf (Makefile.am): Likewise.
27435         * modules/stdlib-safer (Makefile.am): Likewise.
27436         * modules/stpcpy (Makefile.am): Likewise.
27437         * modules/stpncpy (Makefile.am): Likewise.
27438         * modules/strcase (Makefile.am): Likewise.
27439         * modules/strcasestr (Makefile.am): Likewise.
27440         * modules/strchrnul (Makefile.am): Likewise.
27441         * modules/strcspn (Makefile.am): Likewise.
27442         * modules/strdup (Makefile.am): Likewise.
27443         * modules/strerror (Makefile.am): Likewise.
27444         * modules/strftime (Makefile.am): Likewise.
27445         * modules/strndup (Makefile.am): Likewise.
27446         * modules/strnlen (Makefile.am): Likewise.
27447         * modules/strpbrk (Makefile.am): Likewise.
27448         * modules/strsep (Makefile.am): Likewise.
27449         * modules/strstr (Makefile.am): Likewise.
27450         * modules/strtod (Makefile.am): Likewise.
27451         * modules/strtoimax (Makefile.am): Likewise.
27452         * modules/strtok_r (Makefile.am): Likewise.
27453         * modules/strtol (Makefile.am): Likewise.
27454         * modules/strtoll (Makefile.am): Likewise.
27455         * modules/strtoul (Makefile.am): Likewise.
27456         * modules/strtoull (Makefile.am): Likewise.
27457         * modules/strtoumax (Makefile.am): Likewise.
27458         * modules/strverscmp (Makefile.am): Likewise.
27459         * modules/time_r (Makefile.am): Likewise.
27460         * modules/timegm (Makefile.am): Likewise.
27461         * modules/tmpfile-safer (Makefile.am): Likewise.
27462         * modules/unistd-safer (Makefile.am): Likewise.
27463         * modules/unlinkdir (Makefile.am): Likewise.
27464         * modules/userspec (Makefile.am): Likewise.
27465         * modules/utime (Makefile.am): Likewise.
27466         * modules/utimecmp (Makefile.am): Likewise.
27467         * modules/utimens (Makefile.am): Likewise.
27468         * modules/vasnprintf (Makefile.am): Likewise.
27469         * modules/vasprintf (Makefile.am): Likewise.
27470         * modules/vsnprintf (Makefile.am): Likewise.
27471         * modules/xalloc (Makefile.am): Likewise.
27472         * modules/xgetcwd (Makefile.am): Likewise.
27473         * modules/xnanosleep (Makefile.am): Likewise.
27474         * modules/xreadlink (Makefile.am): Likewise.
27475         * modules/xstrtod (Makefile.am): Likewise.
27476         * modules/xstrtol (Makefile.am): Likewise.
27477         * modules/xstrtold (Makefile.am): Likewise.
27478         * modules/yesno (Makefile.am): Likewise.
27479
27480 2006-10-12  Jim Meyering  <jim@meyering.net>
27481
27482         * m4/getloadavg.m4: Revert the change below.
27483
27484         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
27485         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
27486         fail with a symlink, which is what coreutils' ./bootstrap now
27487         creates by default.
27488
27489 2006-10-12  Bruno Haible  <bruno@clisp.org>
27490
27491         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
27492         mingw.
27493         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
27494         MSVC and mingw explicitly.
27495
27496 2006-10-11  Simon Josefsson  <jas@extundo.com>
27497             Bruno Haible  <bruno@clisp.org>
27498
27499         Add support for multiple gnulib-tool invocations in the scope of a
27500         single configure.ac file.
27501         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
27502         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
27503         with the same contents as the _LIBADD variable.
27504         (func_emit_initmacro_start, func_emit_initmacro_end,
27505         func_emit_initmacro_done): New functions.
27506         (func_import, func_create_testdir): Invoke them. Allow the identifiers
27507         gl_LIBOBJS and gl_LTLIBOBJS.
27508
27509 2006-10-11  Bruno Haible  <bruno@clisp.org>
27510
27511         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
27512         (func_create_testdir): Don't create po/Makefile.am, don't invoke
27513         autoreconf. Instead, invoke autopoint explicitly but move back the
27514         *.m4 files from gnulib.
27515
27516 2006-10-11  Bruno Haible  <bruno@clisp.org>
27517
27518         * gnulib-tool (func_usage): Make module names after --create-testdir
27519         optional.
27520         (func_create_testdir): If no module was specified, use nearly all
27521         modules.
27522
27523 2006-10-12  Jim Meyering  <jim@meyering.net>
27524
27525         Big performance improvement for fts-based tools that use FTS_NOSTAT.
27526         Avoid spurious inode-mismatch problems on non-POSIX file systems.
27527         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
27528         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
27529         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
27530         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
27531         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
27532         (fts_set_stat_required): New function.
27533         (fts_open): Defer the calls to fts_stat, if possible or requested.
27534         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
27535         into fts_stat itself.
27536         (fts_read): Perform any required (deferred) fts_stat call.
27537         (fts_build): Likewise, for the directory we're about to open and read.
27538         In the readdir loop, carefully decide whether each entry will require
27539         an eventual call to fts_stat, using dirent.d_type info if available.
27540         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
27541         a command line argument into this function.  Update all callers.
27542         Map a return value of FTS_DOT to FTS_D for a command line argument.
27543         * modules/fts (Depends-on): Add d-type.  Alphabetize.
27544         Thanks to Miklos Szeredi for his tenacity and for the initial
27545         bug report about "find" failing on a FUSE-based file system.
27546
27547         * lib/fts.c (fts_open): Use consistent indentation.
27548
27549 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27550
27551         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
27552         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
27553         reported by Jim Meyering.  All uses of cache variables renamed
27554         to match Autoconf's.
27555         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
27556         the other one.
27557
27558         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
27559         Fix misspelling in diagnostic.
27560
27561 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27562
27563         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
27564         defined.  Problem reported by Matthew Woehlke.
27565
27566         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
27567         Add support for Tandem NonStop R series.
27568         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
27569         Use new macro.
27570
27571         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
27572         (has_trailing_slash): Omit size arg; all callers changed.
27573         Omit 'inline', since it doesn't help performance and we'd
27574         need to configure it.
27575         Don't count //, ///, etc. as having a trailing slash.
27576         As a side effect, this removes a C99ism reported by Matthew Woehlke.
27577         (rpl_rename_dest_slash): On failure, use rename's errno rather
27578         than (in some cases) an incorrect or junk errno.
27579         Simplify code by removing need to compute length; this does
27580         cause it to make two passes instead of one over the file name,
27581         but it's worth it.
27582
27583         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
27584         change, since Autoconf's version may no longer be appropriate now
27585         that we are using CVS Autoconf's version.  Add support for Tandem.
27586
27587 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27588             Bruno Haible  <bruno@clisp.org>
27589
27590         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
27591         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
27592         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
27593         gl_AC_TYPE_LONG_LONG.
27594
27595         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
27596         instead of HAVE_LONG_LONG.
27597         * lib/printf-args.c (printf_fetchargs): Likewise.
27598         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
27599         * lib/vasnprintf.c (VASNPRINTF): Likewise.
27600         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
27601         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
27602         gl_AC_TYPE_LONG_LONG.
27603
27604 2006-10-11  Bruno Haible  <bruno@clisp.org>
27605
27606         * m4/longlong.m4: Add comments.
27607         * m4/ulonglong.m4: Likewise.
27608
27609 2006-10-10  Bruno Haible  <bruno@clisp.org>
27610
27611         Make it possible to #define stpcpy, strdup to aliases.
27612         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
27613         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
27614
27615 2006-10-10  Bruno Haible  <bruno@clisp.org>
27616
27617         Make it possible to #define gcd to an alias.
27618         * lib/gcd.c: Include config.h.
27619
27620 2006-10-10  Bruno Haible  <bruno@clisp.org>
27621
27622         Make it possible to #define c_isascii to an alias.
27623         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
27624         defined. Undefine the macros before defining them, to avoid gcc
27625         warnings.
27626         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
27627         define NO_C_CTYPE_MACROS early.
27628
27629 2006-10-10  Bruno Haible  <bruno@clisp.org>
27630
27631         Make it possible to #define set_program_name to an alias.
27632         * lib/progname.c: Don't undefine set_program_name; instead, undefine
27633         ENABLE_RELOCATABLE early.
27634
27635 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27636
27637         Port to Tandem NSK OSS, which has 64-bit signed int but at most
27638         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
27639         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
27640         More generally, don't assume that 64-bit signed int is available
27641         if unsigned int is, and vice versa.
27642         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
27643         unsigned symbols, not on their signed counterparts.
27644         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
27645         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
27646         (UINT64_C, UINTMAX_C):
27647         Likewise.
27648         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
27649         unsigned counterparts.
27650         (Have_long_long, Unsigned): New macros.
27651         (Int): Renamed from INT.
27652         (strtoimax): Use the new macros.
27653         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
27654         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27655         * modules/inttypes (inttypes.h): Substitute
27656         HAVE_UNSIGNED_LONG_LONG_INT.
27657         * modules/stdint (stdint.h): Likewise.
27658         (Files): Add m4/ulonglong.m4.
27659
27660 2006-10-10  Bruno Haible  <bruno@clisp.org>
27661
27662         Fix a gcc -Wshadow warning.
27663         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
27664         to 'bucket'.
27665         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
27666         gl_linked_indexof_from_to): Likewise.
27667         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
27668         Likewise.
27669         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
27670         Likewise.
27671         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
27672         Reported by Eric Blake.
27673
27674 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
27675
27676         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
27677         for NetBSD.  Problem reported by Bruno Haible.
27678
27679 2006-10-09  Jim Meyering  <jim@meyering.net>
27680
27681         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
27682         Patch from Bruno Haible.
27683
27684 2006-10-09  Jim Meyering  <jim@meyering.net>
27685
27686         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
27687         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
27688         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
27689
27690 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27691
27692         Don't include <config.h> twice; this doesn't work in some cases,
27693         e.g., when config.h has "#define intmax_t long long int" and
27694         we include <config.h>, <inttypes.h>, <config.h> in that order.
27695         Problem reported by Matthew Woehlke in:
27696         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
27697         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
27698         * lib/fts-cycle.c: Don't include config.h.
27699         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
27700         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
27701         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
27702         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
27703         inttypes.h.
27704         * lib/xstrtoumax.c: Likewise.
27705         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
27706         __strtol and the like, so that this module is more like its siblings.
27707         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
27708         Remove; no longer needed now that we assume gnulib inttypes.h.
27709
27710 2006-10-08  Bruno Haible  <bruno@clisp.org>
27711
27712         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
27713         option.
27714
27715 2006-10-07  Jim Meyering  <jim@meyering.net>
27716
27717         * modules/inttypes (inttypes.h): Revert what seems to have been
27718         an inadvertent part of today's change: use "|", not "/" in the
27719         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
27720
27721 2006-10-07  Bruno Haible  <bruno@clisp.org>
27722
27723         * modules/sublist: New file.
27724
27725 2006-10-07  Bruno Haible  <bruno@clisp.org>
27726
27727         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
27728         * modules/argz (argz.h): Likewise.
27729         * modules/arpa_inet (arpa/inet.h): Likewise.
27730         * modules/byteswap (byteswap.h): Likewise.
27731         * modules/configmake (configmake.h): Likewise.
27732         * modules/fcntl (fcntl.h): Likewise.
27733         * modules/fnmatch (fnmatch.h): Likewise.
27734         * modules/getopt (getopt.h): Likewise.
27735         * modules/glob (glob.h): Likewise.
27736         * modules/inttypes (inttypes.h): Likewise.
27737         * modules/netinet_in (netinet/in.h): Likewise.
27738         * modules/poll (poll.h): Likewise.
27739         * modules/stdbool (stdbool.h): Likewise.
27740         * modules/stdint (stdint.h): Likewise.
27741         * modules/sys_select (sys/select.h): Likewise.
27742         * modules/sys_socket (sys/socket.h): Likewise.
27743         * modules/sys_stat (sys/stat.h): Likewise.
27744         * modules/sysexits (sysexits.h): Likewise.
27745         * modules/unistd (unistd.h): Likewise.
27746         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27747         Add a "DO NOT EDIT" comment to the generated file.
27748         (func_import): Likewise for gnulib-comp.m4.
27749
27750 2006-10-07  Bruno Haible  <bruno@clisp.org>
27751
27752         * lib/gl_sublist.h: New file.
27753         * lib/gl_sublist.c: New file.
27754
27755 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27756
27757         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
27758         name (relative to the original working directory) and the file
27759         name component (relative to the temporary working directory).  All
27760         callers changed.
27761         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
27762         * lib/mkdir-p.c (make_dir_parents): Likewise.
27763         * lib/mkdir-p.h (make_dir_parents): Likewise.
27764
27765 2006-10-06  Eric Blake  <ebb9@byu.net>
27766
27767         Define several macros for use by the clean-temp module.
27768         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
27769         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
27770         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
27771
27772         * lib/clean-temp.h (close_stream_temp): New declaration.
27773         * lib/clean-temp.c (includes): Pull in headers according to what
27774         other modules are in use.
27775         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
27776
27777 2006-10-06  Bruno Haible  <bruno@clisp.org>
27778
27779         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
27780         instead of fopen, fwriteerror.
27781
27782 2006-10-06  Bruno Haible  <bruno@clisp.org>
27783
27784         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
27785         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
27786         int.
27787         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
27788         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
27789         Return an error indicator.
27790         Suggested by Eric Blake.
27791
27792 2006-10-06  Bruno Haible  <bruno@clisp.org>
27793
27794         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
27795         Reported by Eric Blake.
27796
27797 2006-10-06  Bruno Haible  <bruno@clisp.org>
27798
27799         * modules/closeout (Description): Mention stderr too.
27800
27801 2006-10-06  Bruno Haible  <bruno@clisp.org>
27802         and Paul Eggert  <eggert@cs.ucla.edu>
27803
27804         * lib/closeout.c (close_stdout): Also close stderr.
27805         * lib/closeout.h: Update comment.
27806
27807 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27808
27809         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
27810         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
27811         * lib/dirchownmod.c: Include lchown.h.
27812         * lib/lchown.c: Don't include files that lchown.h now includes.
27813         Don't declare chown, since lchown.h now does that.
27814         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
27815         (lchown): Define to rpl_chown if lchown is declared but
27816         does not exist.  Declare using a prototype if lchown is not
27817         declared.  Add a copyright notice.
27818         * lib/mkstemp.h: Include <unistd.h>.
27819         * lib/openat.c: Include lchown.h.
27820
27821         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
27822         we now test for that separately.
27823         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
27824         rather than O_NOFOLLOW, when testing whether it's possible to
27825         avoid a race condition reliably.
27826         * lib/savewd.c (savewd_chdir): Likewise.
27827
27828         Remove macros that are no longer needed now that stdint.h is
27829         reliable.
27830         * lib/fsusage.c (UINTMAX_MAX): Remove.
27831         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
27832         * lib/utimecmp.c (SIZE_MAX): Remove.
27833
27834         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
27835
27836         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
27837         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
27838         O_NOATIME works.
27839
27840 2006-10-05  Bruno Haible  <bruno@clisp.org>
27841
27842         * lib/gl_list.h (gl_sortedlist_search_from_to,
27843         gl_sortedlist_indexof_from_to): New declarations.
27844         (gl_list_implementation): New fields sortedlist_search_from_to,
27845         sortedlist_indexof_from_to.
27846         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
27847         inline functions.
27848         * lib/gl_list.c (gl_sortedlist_search_from_to,
27849         gl_sortedlist_indexof_from_to): New functions.
27850         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
27851         function.
27852         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
27853         (gl_array_sortedlist_search_from_to): New function.
27854         (gl_array_list_implementation): Update.
27855         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
27856         function.
27857         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
27858         (gl_carray_sortedlist_search_from_to): New function.
27859         (gl_carray_list_implementation): Update.
27860         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
27861         gl_linked_sortedlist_indexof_from_to): New functions.
27862         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27863         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27864         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
27865         gl_tree_sortedlist_indexof_from_to): New functions.
27866         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27867         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27868         Update.
27869         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27870         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
27871         Update.
27872
27873 2006-10-05  Bruno Haible  <bruno@clisp.org>
27874
27875         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
27876         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
27877         (struct gl_list_implementation): Add fields search_from_to,
27878         indexof_from_to. Remove fields search, indexof.
27879         (gl_list_search): Use the search_from_to method.
27880         (gl_list_search_from, gl_list_search_from_to): New functions.
27881         (gl_list_indexof): Use the indexof_from_to method.
27882         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27883         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
27884         (gl_list_search_from, gl_list_search_from_to): New functions.
27885         (gl_list_indexof): Use the indexof_from_to method.
27886         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27887         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
27888         gl_array_indexof. Add start_index, end_index arguments.
27889         (gl_array_search_from_to): Renamed from gl_array_search. Add
27890         start_index, end_index arguments.
27891         (gl_array_remove, gl_array_list_implementation): Update.
27892         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
27893         gl_carray_indexof. Add start_index, end_index arguments.
27894         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
27895         start_index, end_index arguments.
27896         (gl_carray_remove, gl_carray_list_implementation): Update.
27897         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
27898         gl_linked_search. Add start_index, end_index arguments.
27899         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
27900         start_index, end_index arguments.
27901         (gl_linked_remove): Update.
27902         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27903         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27904         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
27905         field to 'size_t'.
27906         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
27907         gl_tree_search. Add start_index, end_index arguments.
27908         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27909         start_index, end_index arguments.
27910         (gl_tree_remove): Update.
27911         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27912         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27913         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
27914         function.
27915         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
27916         gl_tree_search. Add start_index, end_index arguments.
27917         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27918         start_index, end_index arguments.
27919         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27920         Update.
27921         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27922
27923 2006-10-05  Bruno Haible  <bruno@clisp.org>
27924
27925         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
27926
27927         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
27928         fwriteerror_temp): New declarations.
27929         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
27930         (descriptors): New variable.
27931         (cleanup): First, close the descriptors.
27932         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
27933         fclose_temp, fwriteerror_temp): New functions.
27934
27935 2006-10-04  Jim Meyering  <jim@meyering.net>
27936
27937         * lib/fts.c (fts_open): Tiny comment change.
27938
27939 2006-10-04  Bruno Haible  <bruno@clisp.org>
27940
27941         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
27942         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
27943         gl_LOCK_BODY.
27944         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
27945         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
27946         gl_LOCK_EARLY_BODY.
27947         (gl_LOCK): Require gl_LOCK_BODY.
27948
27949 2006-10-04  Bruno Haible  <bruno@clisp.org>
27950
27951         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
27952         (gl_oset_search_atleast): New declaration.
27953         (struct gl_oset_implementation): Add field 'search_atleast'.
27954         (gl_oset_search_atleast): New inline function.
27955         * lib/gl_oset.c (gl_oset_search_atleast): New function.
27956         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
27957         (gl_array_oset_implementation): Update.
27958         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
27959         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
27960         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
27961
27962 2006-10-04  Bruno Haible  <bruno@clisp.org>
27963
27964         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
27965
27966 2006-10-03  Bruno Haible  <bruno@clisp.org>
27967
27968         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
27969         from gl_avltreehash_list_implementation.
27970
27971 2006-10-03  Bruno Haible  <bruno@clisp.org>
27972
27973         * lib/gl_oset.c (gl_oset_add): Fix return type.
27974
27975 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
27976
27977         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
27978
27979 2006-10-02  Eric Blake  <ebb9@byu.net>
27980
27981         * modules/strnlen (Depends-on): Add extensions.
27982
27983 2006-10-02  Eric Blake  <ebb9@byu.net>
27984
27985         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
27986         definition in 2.60+.
27987
27988 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
27989
27990         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
27991         checks.
27992
27993 2006-10-02  Bruno Haible  <bruno@clisp.org>
27994
27995         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
27996         to the AUTOMAKE_OPTIONS.
27997         Reported by Jim Meyering.
27998
27999 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28000
28001         Work around bug in Solaris 10 /proc file system:
28002         /proc/self/fd/NNN/.. isn't the parent directory of
28003         the directory whose file descriptor is NNN.  This needs to
28004         be worked around at run time, not compile time, since a
28005         program might be built on Solaris 8, where things work, and
28006         run on Solaris 10.
28007         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
28008         to use the following interface instead:
28009         (OPENAT_BUFFER_SIZE): New macro.
28010         (openat_proc_name): New function.
28011         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
28012         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
28013         Likewise.
28014         * lib/openat-proc.c: New file.
28015         * modules/openat (Files): Add lib/openat-proc.c.
28016         (Depends-on): Add same-inode, stdbool.
28017         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
28018
28019 2006-09-29  Bruno Haible  <bruno@clisp.org>
28020
28021         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
28022         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
28023         argument. Set stdout_closed before testing for ferror, not after.
28024         (fwriteerror, fwriteerror_no_ebadf): New functions.
28025
28026 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28027
28028         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
28029
28030 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
28031
28032         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
28033         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
28034
28035 2006-09-28  Jim Meyering  <jim@meyering.net>
28036
28037         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
28038         Include <unistd.h>.
28039
28040 2006-09-28  Bruno Haible  <bruno@clisp.org>
28041
28042         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
28043         * modules/linkedhash-list (Depends-on): Likewise.
28044         * modules/rbtreehash-list (Depends-on): Likewise.
28045
28046 2006-09-28  Bruno Haible  <bruno@clisp.org>
28047
28048         * lib/strndup.h: Simplify the redefinition of strndup.
28049         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
28050         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
28051
28052 2006-09-28  Bruno Haible  <bruno@clisp.org>
28053
28054         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
28055         * lib/gl_linkedhash_list.c: Likewise.
28056         * lib/gl_rbtreehash_list.c: Likewise.
28057
28058 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28059
28060         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
28061         getaddrinfo.
28062
28063         * lib/__fpending.h: Don't include <stdio_ext.h> unless
28064         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
28065         it causes <stdio_ext.h> to cause a compile-time error.
28066         Problem reported by Nelson H. F. Beebe.
28067         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
28068         of HAVE_DECL___PENDING.
28069
28070         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
28071         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
28072         declaration.
28073
28074 2006-09-27  Jim Meyering  <jim@meyering.net>
28075
28076         This file could end up with a definition for a function
28077         named __strndup, rather than rpl_strndup on a system with
28078         incomplete weak_alias support.
28079         * lib/strndup.c (strndup): Rename from __strndup.
28080         Remove #defines that used to map __strndup to strndup.
28081         Don't use K&R prototypes.
28082         Remove LIBC-related code, since this file is not sync'd with glibc.
28083         * lib/strndup.h: Revamp, accordingly.
28084         * m4/strndup.m4: Modernize.
28085
28086 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28087
28088         * modules/savewd (Depends-on): Add 'raise'.
28089         * lib/savewd.c: Include <signal.h>, for 'raise'.
28090
28091 2006-09-26  Jim Meyering  <jim@meyering.net>
28092
28093         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
28094         when we detect Darwin 8.7.0's acl_get_file bug.
28095         Rearrange to perform the new (below) run-test while $LIBS
28096         contains any acl-related library.  Set USE_ACL at the end.
28097         (gl_ACL_GET_FILE): New function.
28098
28099 2006-09-26  Eric Blake  <ebb9@byu.net>
28100
28101         * lib/verror.c: Include <config.h> unconditionally.
28102
28103 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
28104
28105         * modules/clock-time (Maintainer): Add self.
28106         * modules/getlogin_r (Depends-on): Add extensions.
28107
28108 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28109
28110         * modules/clock-time: New module.
28111         * modules/nanosleep (Depends-on): Add clock-time.
28112         * modules/gethrxtime (Depends-on): Likewise.
28113         * modules/gettime (Depends-on): Likewise.
28114         * modules/settime (Depends-on): Likewise.
28115
28116         * modules/fts-lgpl: Depend on openat.
28117         * modules/mkancesdirs: Depend on savewd.
28118         * modules/mkdir-p: Likewise.
28119
28120 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28121
28122         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
28123
28124         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
28125         `gl_have_arbitrary_file_name_length_limit' to
28126         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
28127         actually works between configure runs.
28128
28129 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28130             Bruno Haible  <bruno@clisp.org>
28131
28132         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
28133
28134 2006-09-25  Jim Meyering  <jim@meyering.net>
28135
28136         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
28137         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
28138
28139 2006-09-25  Eric Blake  <ebb9@byu.net>
28140
28141         * gnulib-tool (func_import, func_create_testdir): Fix typos in
28142         exec's in 2006-09-18 patch when shuffling fds.
28143
28144 2006-09-25  Bruno Haible  <bruno@clisp.org>
28145
28146         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
28147         Reported by Jim Meyering.
28148
28149 2006-09-24  Jim Meyering  <jim@meyering.net>
28150
28151         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
28152         compare a pointer against a literal "0".  That caused failures with
28153         at least HP-UX's hpcc.
28154
28155 2006-09-22  Simon Josefsson  <jas@extundo.com>
28156
28157         * modules/gc-sha1:
28158         * modules/gc-md4:
28159         * modules/gc-hmac-sha1:
28160         * modules/gc-hmac-md5:
28161         * modules/gc-des:
28162         * modules/gc-arcfour: Distribute more files.
28163
28164 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28165
28166         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
28167         (gl_linked_iterator_from_to): Initialize struct completely.
28168         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
28169         (gl_tree_iterator_from_to): Likewise
28170         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
28171         * lib/gl_array_list.c [lint] (gl_array_iterator)
28172         (gl_array_iterator_from_to): Likewise.
28173         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
28174         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
28175         (gl_carray_iterator_from_to): Likewise.
28176
28177         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
28178         * lib/md4.c (md4_process_block): Remove unused variable.
28179         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
28180         parentheses for clarity.
28181
28182 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28183
28184         * modules/bison-i18n (Depends-on): Add gettext.
28185
28186 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28187
28188         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
28189         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
28190         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
28191         also add missing comma that caused broken test.
28192         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
28193         stdlib.h, for `abort'.
28194         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
28195         variables.
28196         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
28197         include unistd.h if present, for `rmdir'.
28198         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
28199         variables.
28200         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
28201         in the process include standard headers for prototypes.
28202         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
28203         gets declared on GNU/Linux.
28204         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
28205         unistd.h, for `rmdir'.
28206         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
28207
28208         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
28209         always true.
28210         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
28211
28212         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
28213
28214 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28215
28216         * gnulib-tool (func_version): Create output all at once.  This
28217         may help avoid triggering unnecessary SIGPIPEs, and at any
28218         rate it doesn't hurt.
28219
28220 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28221             Bruno Haible  <bruno@clisp.org>
28222
28223         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
28224         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28225         * m4/signed.m4 (bh_C_SIGNED): Likewise.
28226
28227         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
28228         (gl_FUNC_VASPRINTF): Invoke it.
28229
28230 2006-09-22  Bruno Haible  <bruno@clisp.org>
28231
28232         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
28233         getloadavg.c as first argument.
28234
28235 2006-09-22  Bruno Haible  <bruno@clisp.org>
28236
28237         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
28238         at the beginning of the gl_INIT macro.
28239         * modules/getloadavg (configure.ac): Pass $gl_source_base to
28240         gl_GETLOADAVG.
28241
28242 2006-09-22  Bruno Haible  <bruno@clisp.org>
28243
28244         * gnulib-tool (func_create_megatestdir): Don't include the config-h
28245         module.
28246         Suggested by Ralf Wildenhues.
28247
28248 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28249
28250         Import this patch from libc:
28251
28252         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
28253
28254         * lib/regex_internal.c (re_string_reconstruct): Handle
28255         offset < pstr->valid_raw_len && pstr->offsets_needed case.
28256         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
28257         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
28258         re_string_context_at.
28259
28260         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
28261         now requires it.
28262         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
28263         gl_REGEX now does it for us.
28264         (gl_REGEX): Add test taken from
28265         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
28266
28267         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
28268         Check that large offsets work.  Modernize Autoconf usages.
28269         Prefer "yes" to mean a good thing rather than a bad.
28270         Don't put "#define mkstemp" in config.h, as this might interfere
28271         with standard system headers that "#define mkstemp mkstemp64".
28272
28273         * modules/mkstemp (Depends-on): Add extensions, so that
28274         mkstemp is visible on some platforms.
28275         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
28276         (Include): Change to "mkstemp.h" from <stdlib.h>.
28277         (Files): Add mkstemp.h.
28278
28279         * lib/mkstemp.h: New file, since some standard headers
28280         #define mkstemp.
28281         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
28282         Include "mkstemp.h".
28283         Make the _LIBC code resemble glibc original more,
28284         e.g., use K&R style.
28285         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
28286         (mkstemp): Remove, since mkstemp.h does this for us.
28287         * lib/stdlib--.h: Include mkstemp.h.
28288
28289         Import this patch from libc:
28290
28291         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28292
28293         * lib/tempname.c (__gen_tempname): Change attempts_min
28294         into a macro.  Use preprocessor to decide how to initialize
28295         attempts [Coverity CID 67].
28296
28297 2006-09-20  Bruno Haible  <bruno@clisp.org>
28298
28299         * lib/mkdtemp.c: Import from libc.
28300         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28301                 * sysdeps/posix/tempname.c (__gen_tempname): Change
28302                 attempts_min into a macro.  Use preprocessor to decide how to
28303                 initialize attempts [Coverity CID 67].
28304         2001-11-27  Paul Eggert  <eggert@twinsun.com>
28305                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
28306                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
28307
28308 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28309
28310         * gnulib-tool (func_exit): New function, to allow to pass the
28311         exit status portably through the trap.  Use everywhere.
28312         (--help, --version): Signal a write error.
28313         (trap): catch SIGPIPE, for write errors.
28314         Exit at the end of the trap, with the correct exit status.
28315
28316 2006-09-19  Karl Berry  <karl@gnu.org>
28317
28318         * doc/gnulib.texi: note about the license texinfo files.
28319
28320 2006-09-19  Eric Blake  <ebb9@byu.net>
28321
28322         * gnulib-tool: Avoid space-tab.
28323
28324 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28325
28326         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28327         that prevented coreutils 6.1 from building.  Problem reported
28328         by Petter Reinholdtsen.
28329
28330 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28331
28332         * gnulib-tool (avoidlist): Fix typo that broke options like
28333         --avoid=lock that are used by coreutils bootstrap.
28334
28335 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28336
28337         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28338         more systematically.
28339
28340 2006-09-18  Jim Meyering  <jim@meyering.net>
28341
28342         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28343
28344 2006-09-18  Bruno Haible  <bruno@clisp.org>
28345
28346         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28347
28348 2006-09-18  Bruno Haible  <bruno@clisp.org>
28349
28350         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28351         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28352         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28353         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28354         * m4/gettext.m4: Require autoconf >= 2.52.
28355         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28356         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28357         of gl_cv_header_inttypes_h.
28358
28359 2006-09-18  Bruno Haible  <bruno@clisp.org>
28360
28361         * lib/javaversion.c: Include configmake.h.
28362
28363 2006-09-18  Bruno Haible  <bruno@clisp.org>
28364
28365         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28366         avoid that the while loops be executed in a subshell.
28367
28368 2006-09-18  Bruno Haible  <bruno@clisp.org>
28369
28370         * MODULES.html.sh (func_module): Break long lines.
28371         Suggested by Bruce Korb <bkorb@gnu.org>.
28372
28373 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28374
28375         Speed up by a factor of 1.12.
28376         * gnulib-tool (nl): New variable.
28377         (func_import): Rewrite include directive extraction to only read each
28378         directive once.
28379
28380 2006-09-17  Bruno Haible  <bruno@clisp.org>
28381
28382         * modules/javaversion (Makefile.am): Remove DEFS setting.
28383         (Depends-on): Add configmake, for PKGDATADIR definition.
28384
28385 2006-09-17  Bruno Haible  <bruno@clisp.org>
28386
28387         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28388
28389 2006-09-17  Bruno Haible  <bruno@clisp.org>
28390
28391         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28392         (func_modules_transitive_closure, func_modules_add_dummy,
28393         func_modules_to_filelist, func_import, func_create_testdir,
28394         func_create_megatestdir, ...): Use it wherever possible.
28395         Suggested by Ralf Wildenhues.
28396
28397 2006-09-16  Karl Berry  <karl@gnu.org>
28398
28399         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28400         to avoid sectioning errors.
28401         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28402         [ifinfo]: blank line after @center-ed titles.
28403         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28404         Spell FSF address consistently with others.
28405         (These changes approved by rms.)
28406
28407 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28408
28409         Speed up by a factor of 1.61.
28410         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28411         already checked module names again.
28412
28413 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28414
28415         Speed up by a factor of 1.13.
28416         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28417         for new_files, and the input to func_add_or_update.
28418
28419 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28420
28421         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28422         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
28423
28424 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28425
28426         * modules/mkancesdirs (Depends-on): Add fcntl.
28427         * modules/savewd: New file.
28428         * MODULES.html.sh (File system functions): Add savewd.
28429
28430         * modules/configmake (Makefile.am): Add support for the
28431         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
28432
28433 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28434
28435         * m4/savewd.m4: New file.
28436
28437 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28438
28439         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
28440         (dirchownmod): New arg FD.  All callers changed.
28441         Use FD rather than opening the directory ourself, as opening is
28442         now the caller's responsibility.
28443         * lib/dirchownmod.h: Likewise.
28444         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
28445         hosts that require <sys/types.h> before <sys/stat.h>.  Include
28446         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
28447         (test_dir): Remove.
28448         (mkancesdirs): Return length of prefix of FILE that has already
28449         been made, or -2 if there is a child doing the work.  Redo
28450         algorithm so that it is O(N) rather than O(N**2).  Optimize away
28451         ".", and treat ".." specially since it might stray back into
28452         already-created areas.  Use a subprocess if necessary.  New arg
28453         WD; all users changed.  MAKE_DIR function should now return 1
28454         if it creates a directory that is not readable.  Return -2 if
28455         a child process is spun off.
28456         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
28457         Adjust signature to match code.
28458         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
28459         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
28460         all users changed.
28461         * lib/savewd.c, lib/savewd.h: New files.
28462
28463 2006-09-15  Jim Meyering  <jim@meyering.net>
28464
28465         * modules/rename-dest-slash: New module.
28466         * MODULES.html.sh (posix_compat): Add it here.
28467
28468         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
28469
28470 2006-09-15  Jim Meyering  <jim@meyering.net>
28471
28472         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
28473         file.
28474
28475         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
28476
28477 2006-09-15  Jim Meyering  <jim@meyering.net>
28478
28479         * lib/rename-dest-slash.c (has_trailing_slash): Use
28480         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
28481         (rpl_rename_dest_slash): Perform the cheaper trailing slash
28482         test before testing whether SRC is a directory.
28483         Suggestions from Bruno Haible.
28484
28485         Avoid a warning about an unused variable.
28486         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
28487         into the #ifdef block where it's used.
28488
28489         * lib/rename-dest-slash.c: New file.
28490
28491 2006-09-14  Bruno Haible  <bruno@clisp.org>
28492
28493         * lib/allocsa.c: Include <config.h> unconditionally.
28494         * lib/asnprintf.c: Likewise.
28495         * lib/asprintf.c: Likewise.
28496         * lib/c-strcasecmp.c: Likewise.
28497         * lib/c-strcasestr.c: Likewise.
28498         * lib/c-strncasecmp.c: Likewise.
28499         * lib/c-strstr.c: Likewise.
28500         * lib/classpath.c: Likewise.
28501         * lib/clean-temp.c: Likewise.
28502         * lib/concatpath.c: Likewise.
28503         * lib/copy-file.c: Likewise.
28504         * lib/csharpcomp.c: Likewise.
28505         * lib/csharpexec.c: Likewise.
28506         * lib/execute.c: Likewise.
28507         * lib/fatal-signal.c: Likewise.
28508         * lib/findprog.c: Likewise.
28509         * lib/fwriteerror.c: Likewise.
28510         * lib/gl_array_list.c: Likewise.
28511         * lib/gl_array_oset.c: Likewise.
28512         * lib/gl_avltree_list.c: Likewise.
28513         * lib/gl_avltree_oset.c: Likewise.
28514         * lib/gl_avltreehash_list.c: Likewise.
28515         * lib/gl_carray_list.c: Likewise.
28516         * lib/gl_linked_list.c: Likewise.
28517         * lib/gl_linkedhash_list.c: Likewise.
28518         * lib/gl_list.c: Likewise.
28519         * lib/gl_oset.c: Likewise.
28520         * lib/gl_rbtree_list.c: Likewise.
28521         * lib/gl_rbtree_oset.c: Likewise.
28522         * lib/gl_rbtreehash_list.c: Likewise.
28523         * lib/imaxabs.c: Likewise.
28524         * lib/imaxdiv.c: Likewise.
28525         * lib/javacomp.c: Likewise.
28526         * lib/javaexec.c: Likewise.
28527         * lib/javaversion.c: Likewise.
28528         * lib/linebreak.c: Likewise.
28529         * lib/localcharset.c: Likewise.
28530         * lib/lock.c: Likewise.
28531         * lib/mbchar.c: Likewise.
28532         * lib/mbswidth.c: Likewise.
28533         * lib/mkdtemp.c: Likewise.
28534         * lib/pipe.c: Likewise.
28535         * lib/printf-args.c: Likewise.
28536         * lib/printf-parse.c: Likewise.
28537         * lib/progname.c: Likewise.
28538         * lib/progreloc.c: Likewise.
28539         * lib/readlink.c: Likewise.
28540         * lib/sh-quote.c: Likewise.
28541         * lib/stpcpy.c: Likewise.
28542         * lib/stpncpy.c: Likewise.
28543         * lib/strcasecmp.c: Likewise.
28544         * lib/strcasestr.c: Likewise.
28545         * lib/strcspn.c: Likewise.
28546         * lib/striconv.c: Likewise.
28547         * lib/strncasecmp.c: Likewise.
28548         * lib/strnlen1.c: Likewise.
28549         * lib/strstr.c: Likewise.
28550         * lib/strtok_r.c: Likewise.
28551         * lib/tls.c: Likewise.
28552         * lib/tmpdir.c: Likewise.
28553         * lib/unicodeio.c: Likewise.
28554         * lib/unsetenv.c: Likewise.
28555         * lib/vasnprintf.c: Likewise.
28556         * lib/vasprintf.c: Likewise.
28557         * lib/wait-process.c: Likewise.
28558         * lib/xallocsa.c: Likewise.
28559         * lib/xsetenv.c: Likewise.
28560         * lib/xstriconv.c: Likewise.
28561
28562 2006-09-13  Simon Josefsson  <jas@extundo.com>
28563
28564         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
28565         that internally, suggested by Ralf Wildenhues
28566         <Ralf.Wildenhues@gmx.de>.
28567
28568 2006-09-13  Simon Josefsson  <jas@extundo.com>
28569
28570         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
28571         @LIBOBJS@.
28572         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28573
28574 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28575
28576         * lib/_fpending.c: Include <config.h> unconditionally, since we no
28577         longer worry about uses that don't define HAVE_CONFIG_H.
28578         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
28579         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
28580         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
28581         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
28582         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
28583         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
28584         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
28585         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
28586         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
28587         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
28588         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
28589         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
28590         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
28591         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
28592         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
28593         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
28594         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
28595         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
28596         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
28597         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
28598         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
28599         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
28600         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
28601         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
28602         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
28603         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
28604         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
28605         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
28606         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
28607         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
28608         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
28609         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
28610         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
28611         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
28612         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
28613         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
28614         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
28615         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
28616         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
28617         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
28618         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
28619         Likewise.
28620
28621 2006-09-13  Eric Blake  <ebb9@byu.net>
28622
28623         * lib/getopt.c: Fix typo in last commit.
28624
28625 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28626
28627         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
28628         dgettext.
28629
28630 2006-09-12  Jim Meyering  <jim@meyering.net>
28631
28632         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
28633         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
28634         Reported by Nelson H. F. Beebe.
28635
28636 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28637
28638         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
28639         program_invocation_name and program_invocation_short_name are
28640         initialized.
28641         * lib/argp-namefrob.h: Move declarations of program_invocation_name
28642         and program_invocation_short_name to argp.h, so they are visible
28643         to user programs.
28644         * lib/argp.h: Likewise
28645
28646 2006-09-10  Bruno Haible  <bruno@clisp.org>
28647
28648         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28649         m4/inttypes_h.m4, m4/uintmax_t.m4.
28650
28651 2006-09-10  Bruno Haible  <bruno@clisp.org>
28652
28653         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
28654         gl_AC_TYPE_UINTMAX_T.
28655
28656 2006-09-10  Bruno Haible  <bruno@clisp.org>
28657
28658         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
28659
28660 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28661
28662         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
28663         convention.  Text proposed by Bruno Haible.
28664         (struct argp_option): Document the use of N_() wrappers.
28665
28666         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
28667         '\v', and translate the two parts separately, instead of feeding
28668         the whole string to gettext.  This allows to exclude
28669         '\v' from the strings visible to the translator by writing doc
28670         strings as N_("..") "\v" N_("..").
28671
28672 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
28673
28674         * config/srclist.txt: Undo latest change; the bug was fixed.
28675
28676 2006-09-09  Bruno Haible  <bruno@clisp.org>
28677
28678         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
28679         assignments if building a library without libtool.
28680         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
28681         in func_emit_lib_Makefile_am.
28682         (func_import): When building a static library libfoo.a, arrange to
28683         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
28684         (func_create_testdir): Likewise.
28685         * modules/gc (configure.ac, Makefile.am): If building statically,
28686         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
28687         * modules/iconvme (configure.ac, Makefile.am): Likewise.
28688         * modules/striconv (configure.ac, Makefile.am): Likewise.
28689         Based on a suggestion by Ralf Wildenhues.
28690
28691 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28692
28693         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28694         Check for unistd.h too, since Autoconf doesn't assume POSIX.
28695         Also:
28696
28697         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28698         Add year_2050_test to catch glibc bug 2821
28699         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28700
28701         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28702         Prefer #ifdef to #if.
28703
28704         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
28705         Return from 'main' instead of calling 'exit'.
28706
28707 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28708
28709         * lib/mktime.c (guess_time_tm): Fix bug where mktime
28710         returned the maximum time_t value rather than (time_t) -1.
28711         Problem originally reported by William Bardwell
28712         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28713
28714         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28715         Moved to here ...
28716         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28717         ... from here.
28718
28719 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28720
28721         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
28722         2821 is fixed.
28723
28724 2006-09-08  Jim Meyering  <jim@meyering.net>
28725
28726         Don't make generated files read-only.  That would bother too many
28727         people.  However, do retain the ability to work when targets are
28728         read-only: remove the destination and temporary files before writing
28729         them (when generated via sed or echo), or by using the -f option for
28730         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
28731         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28732         * modules/byteswap, modules/configmake, modules/fcntl:
28733         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28734         * modules/localcharset, modules/netinet_in, modules/poll:
28735         * modules/stdbool, modules/stdint, modules/sys_select:
28736         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28737
28738 2006-09-08  Jim Meyering  <jim@meyering.net>
28739
28740         Avoid new build failure on FreeBSD 6.0.
28741         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
28742         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
28743         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
28744
28745 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28746
28747         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
28748
28749 2006-09-07  Jim Meyering  <jim@meyering.net>
28750
28751         Fix global typo in last change: use chmod u-w, not chmod u-x.
28752         Spotted by Paul Eggert and Bruce Korb.
28753         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28754         * modules/byteswap, modules/configmake, modules/fcntl:
28755         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28756         * modules/localcharset, modules/netinet_in, modules/poll:
28757         * modules/stdbool, modules/stdint, modules/sys_select:
28758         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28759
28760 2006-09-06  Jim Meyering  <jim@meyering.net>
28761
28762         Make generated files be read-only.
28763         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
28764         Ensure that each generated file is now read-only.
28765         * modules/argz: Likewise.
28766         * modules/arpa_inet: Likewise.
28767         * modules/byteswap: Likewise.
28768         * modules/configmake: Likewise.
28769         * modules/fcntl: Likewise.
28770         * modules/fnmatch: Likewise.
28771         * modules/getopt: Likewise.
28772         * modules/glob: Likewise.
28773         * modules/inttypes: Likewise.
28774         * modules/netinet_in: Likewise.
28775         * modules/poll: Likewise.
28776         * modules/stdbool: Likewise.
28777         * modules/stdint: Likewise.
28778         * modules/sys_select: Likewise.
28779         * modules/sys_socket: Likewise.
28780         * modules/sys_stat: Likewise.
28781         * modules/sysexits: Likewise.
28782         * modules/localcharset: Same as above, but continue using temporary
28783         file named "t-$@" (why different?) rather than the "$@-t" used
28784         everywhere else.
28785
28786         * modules/sysexits (Makefile.am): Replace literal occurrences
28787         of "sysexit.h" more readable, and more consistent, "$@".
28788
28789 2006-09-06  Bruno Haible  <bruno@clisp.org>
28790
28791         * modules/striconv: New file.
28792         * modules/xstriconv: New file.
28793         * MODULES.html.sh (Internationalization functions): Add striconv,
28794         xstriconv.
28795
28796 2006-09-06  Bruno Haible  <bruno@clisp.org>
28797
28798         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
28799         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
28800         not using libtool correctly.
28801
28802 2006-09-06  Bruno Haible  <bruno@clisp.org>
28803
28804         * lib/striconv.h: New file.
28805         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
28806         iconvstring.c.
28807         * lib/xstriconv.h: New file.
28808         * lib/xstriconv.c: New file.
28809
28810 2006-09-06  Bruno Haible  <bruno@clisp.org>
28811
28812         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28813         lib_..._LDFLAGS.
28814
28815 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28816
28817         * lib/argz_.h: Sync from Libtool.
28818
28819         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
28820                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28821
28822         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
28823
28824 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28825
28826         * modules/trim: New file.
28827
28828 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28829
28830         * lib/trim.h: New file.
28831         * lib/trim.c: New file.
28832
28833 2006-09-05  Bruno Haible  <bruno@clisp.org>
28834
28835         * MODULES.html.sh (String handling): Add trim.
28836
28837 2006-09-04  Karl Berry  <karl@gnu.org>
28838
28839         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
28840         until next release.
28841
28842 2006-09-03  Bruno Haible  <bruno@clisp.org>
28843
28844         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
28845         correctly.
28846
28847 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28848
28849         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
28850         not gl_GETLOADAVG.  Omit unneeded semicolons.
28851         Problems reported by Ralf Wildenhues in
28852         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28853         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
28854         at the end, which is the usual gnulib style.
28855
28856         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
28857         of doing all the work ourselves.
28858         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
28859         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
28860
28861 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28862
28863         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
28864         Problem reported by Ralf Wildenhues in
28865         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28866
28867         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
28868         HAVE_STRUCT_STATFS_F_FSTYPENAME.
28869
28870 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
28873         yesterday's patch by changing test -n to test -z.
28874
28875 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28876
28877         * modules/getloadavg (Files): Add m4/getloadavg.m4.
28878         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
28879         the former is now obsolescent.
28880
28881         * modules/chdir-long (Depends-on): Add fcntl.
28882
28883 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28884
28885         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
28886         obsolescent, and programs should use gnulib instead.
28887         * m4/getloadavg.m4: New file, with contents taken from Autoconf
28888         but with prefixes changed.
28889
28890 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28891
28892         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
28893         or stdbool.h, because they might not exist while configuring.
28894
28895         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
28896         Don't include unistd.h or limits.h; not needed, since chdir-long.h
28897         does that for us.
28898         (O_DIRECTORY): Remove.
28899
28900 2006-08-31  Eric Blake  <ebb9@byu.net>
28901
28902         * gnulib-tool: Don't let emacs change spaces to TAB.
28903
28904 2006-08-31  Bruno Haible  <bruno@clisp.org>
28905
28906         * gnulib-tool: When calling func_import more than once, do it in a
28907         subshell.
28908         Reported by Eric Blake <ebb9@byu.net>.
28909
28910 2006-08-31  Bruno Haible  <bruno@clisp.org>
28911
28912         * gnulib-tool (nl): Remove variable.
28913         (sed_transform_lib_file): Use more robust test for config-h module.
28914         (func_import): Fix typo in 2006-08-25 patch.
28915
28916 2006-08-31  Bruno Haible  <bruno@clisp.org>
28917
28918         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
28919         specified, augment Makefile.am variables instead of assigning them.
28920
28921 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28922
28923         Work around a bug in both the Linux and SunOS 64-bit kernels:
28924         nanosleep mishandles sleeps for longer than 2**31 seconds.
28925         Problem reported by Frank v Waveren in
28926         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28927         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
28928         Check for nanosleep bug.
28929         (LIB_NANOSLEEP): Append clock_gettime library if needed.
28930
28931 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28932
28933         Work around a bug in both the Linux and SunOS 64-bit kernels:
28934         nanosleep mishandles sleeps for longer than 2**31 seconds.
28935         Problem reported by Frank v Waveren in
28936         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28937         * lib/nanosleep.c (BILLION): New constant.
28938         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
28939         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
28940         implementation.
28941
28942 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28943
28944         * modules/nanosleep (Depends-on): Add gettime.
28945
28946 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28947         and Simon Josefsson  <jas@extundo.com>
28948         and Oskar Liljeblad  <oskar@osk.mine.nu>
28949
28950         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
28951         * gnulib-tool (func_import): New license type 'unmodifiable license
28952         text'.
28953         * modules/fdl: Use it.  Longer description.
28954         * module/gpl, module/lgpl: New files.
28955
28956 2006-08-30  Jim Meyering  <jim@meyering.net>
28957
28958         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
28959         shadowing the parameter.
28960
28961 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28962
28963         Sync from Libtool:
28964
28965         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28966
28967         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
28968         sharing with gnulib.  Report by Eric Blake.
28969
28970 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28971
28972         * modules/isapipe: New file.
28973         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
28974
28975 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28976
28977         * modules/configmake (Makefile.am): Add a comment, and omit
28978         the CONFIGMAKE_ prefix from generated macro names.  Suggested
28979         by Bruno Haible.
28980
28981 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28982
28983         * m4/isapipe.m4: New file.
28984
28985 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28986
28987         * lib/isapipe.c, lib/isapipe.h: New files.
28988
28989 2006-08-29  Jim Meyering  <jim@meyering.net>
28990
28991         * modules/configmake (Makefile.am): Make configmake.h depend on
28992         Makefile.  Otherwise, a stale configmake.h could hang around.
28993
28994 2006-08-29  Eric Blake  <ebb9@byu.net>
28995
28996         * lib/error.c (error_at_line, print_errno_message): Match libc, after
28997         resolution of upstream bug 3044.
28998
28999 2006-08-29  Bruno Haible  <bruno@clisp.org>
29000
29001         * modules/localcharset (Depends-on): Add configmake.
29002         (Makefile.am): Remove setting of LIBDIR through DEFS.
29003
29004 2006-08-29  Bruno Haible  <bruno@clisp.org>
29005
29006         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
29007         defined.
29008
29009 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29010
29011         * modules/fcntl: New file.
29012         * modules/chdir-safer (Depends-on): Add fcntl.
29013         * modules/fts: Likewise.
29014         * modules/mkdir-p: Likewise.
29015
29016         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
29017         This undoes the most recent change, since we're now addressing the
29018         problem in a different way.
29019
29020         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
29021         into output, since the output might be called Makefile.am even
29022         if $makefile_name is something different.
29023         (func_import): Use $makefile_am rather than
29024         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
29025         empty.
29026
29027         * modules/inttypes (Files): Add m4/inttypes-h.m4.
29028
29029 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29030
29031         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
29032         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
29033         recent change to stdint.m4, since we're now addressing the problem in a
29034         different way.
29035
29036 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29037
29038         * m4/fcntl_h.m4: New file.
29039
29040 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29041
29042         * lib/fcntl_.h: New file.
29043         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
29044         the fcntl module.
29045         * lib/dirchownmod.c: Likewise.
29046         * lib/fts.c: Likewise.
29047
29048         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
29049         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
29050         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
29051         just before including <inttypes.h>, to avoid circular inclusion.
29052
29053 2006-08-28  Jim Meyering  <jim@meyering.net>
29054
29055         * doc/visibility.texi: Actually read and correct the grammar of the
29056         sentence affected by yesterday's change.
29057
29058 2006-08-28  Eric Blake  <ebb9@byu.net>
29059
29060         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
29061         needs wrapper.
29062
29063 2006-08-28  Eric Blake  <ebb9@byu.net>
29064
29065         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
29066
29067 2006-08-28  Eric Blake  <ebb9@byu.net>
29068
29069         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
29070
29071 2006-08-28  Bruno Haible  <bruno@clisp.org>
29072
29073         * modules/c-strstr: New file, from GNU gettext.
29074         * MODULES.html.sh (String handling): Add c-strstr.
29075
29076 2006-08-28  Bruno Haible  <bruno@clisp.org>
29077
29078         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
29079         macros.
29080         Reported by Eric Blake.
29081
29082 2006-08-28  Bruno Haible  <bruno@clisp.org>
29083
29084         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
29085         (VASNPRINTF): Return a string of length > INT_MAX without failing.
29086         * lib/vasprintf.c: Include errno.h, limits.h.
29087         (EOVERFLOW): New fallback definition.
29088         (vasprintf): Test here whether the string length is > INT_MAX.
29089         * lib/vsnprintf.c: Include errno.h, limits.h.
29090         (EOVERFLOW): New fallback definition.
29091         (vsnprintf): Fix bug when generated string was too long for the buffer.
29092         Test here whether the string length is > INT_MAX.
29093
29094 2006-08-28  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/inttypes_.h (SCNX*): Remove definitions.
29097         Reported by Eric Blake.
29098
29099 2006-08-28  Bruno Haible  <bruno@clisp.org>
29100
29101         * lib/c-strstr.h: New file, from GNU gettext.
29102         * lib/c-strstr.c: New file, from GNU gettext.
29103
29104 2006-08-28  Bruno Haible  <bruno@clisp.org>
29105
29106         * gnulib-tool: Reorder some statements.
29107
29108 2006-08-28  Bruno Haible  <bruno@clisp.org>
29109
29110         * gnulib-tool: New option --makefile-name.
29111         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
29112         $makefile_name.
29113         (func_import): Write $makefile_name to the cache file, and read it from
29114         there unless explicitly specified. Use $makefile_name as file name
29115         instead of Makefile.am. Adjust the recommendations accordingly.
29116
29117 2006-08-28  Bruno Haible  <bruno@clisp.org>
29118
29119         * gnulib-tool (func_verify_module): Check against misapplying patch.
29120
29121 2006-08-28  Bruno Haible  <bruno@clisp.org>
29122
29123         * gnulib-tool (func_relativize, func_relconcat): New functions.
29124         Give an error if --local-dir is given with --update.
29125         Remove trailing slashes from $local_gnulib_dir.
29126         (func_import): Store the relativized $local_gnulib_dir in
29127         gnulib-cache.m4, and read it from there if not specified explicitly.
29128
29129 2006-08-28  Bruno Haible  <bruno@clisp.org>
29130
29131         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
29132         is the current directory. Respect also $local_gnulib_dir.
29133
29134 2006-08-28  Bruno Haible  <bruno@clisp.org>
29135             Simon Josefsson  <jas@extundo.com>
29136
29137         BeOS portability.
29138         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
29139
29140 2006-08-27  Jim Meyering  <jim@meyering.net>
29141
29142         * doc/visibility.texi: Remove duplicate word: "pointer".
29143
29144 2006-08-26  Bruno Haible  <bruno@clisp.org>
29145
29146         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
29147         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
29148         (Makefile.am): Create inttypes.h from inttypes_.h.
29149         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
29150
29151         * modules/imaxabs: New file.
29152
29153         * modules/imaxdiv: New file.
29154
29155 2006-08-26  Bruno Haible  <bruno@clisp.org>
29156
29157         * m4/inttypes.m4: New file.
29158         * m4/_inttypes_h.m4: Remove file.
29159         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
29160         PRI_MACROS_BROKEN.
29161         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
29162
29163         * m4/imaxabs.m4: New file.
29164
29165         * m4/imaxdiv.m4: New file.
29166
29167 2006-08-26  Bruno Haible  <bruno@clisp.org>
29168
29169         * lib/inttypes_.h: New file.
29170         * lib/inttypes.h: Remove file.
29171         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
29172
29173         * lib/imaxabs.c: New file.
29174
29175         * lib/imaxdiv.c: New file.
29176
29177 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29178
29179         New config-h module, so that "make" output needn't be cluttered
29180         by -DHAVE_CONFIG_H.
29181         * MODULES.html.sh (Support for building libraries and executables):
29182         Add config-h.
29183         * modules/config-h: New file.
29184         * gnulib-tool (nl, sed_transform_lib_file): New vars.
29185         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
29186         the config-h module is used.
29187
29188         New configmake module, so that "make" output needn't be cluttered
29189         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
29190         * MODULES.html.sh (Support for building libraries and executables):
29191         Add configmake.
29192         * modules/configmake: New file.
29193
29194 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29195
29196         * m4/config-h.m4: New file.
29197
29198 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * config/srclist.txt: Add elisp-comp.
29201
29202 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29203
29204         * MODULES.html.sh (Support for building libraries and executables):
29205         Add elisp-comp.
29206         * build-aux/elisp-comp: New file.
29207         * modules/elisp-comp: New file.
29208
29209 2006-08-24  Bruno Haible  <bruno@clisp.org>
29210
29211         * gnulib-tool (func_create_testdir): Use non-default values of
29212         sourcebase and m4base.
29213
29214 2006-08-24  Bruno Haible  <bruno@clisp.org>
29215
29216         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
29217         HTML structure.
29218
29219 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29220
29221         * modules/openat (Depends-on): Add lchown.
29222
29223 2006-08-23  Bruno Haible  <bruno@clisp.org>
29224
29225         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
29226         of gl_LOCK_EARLY instead of gl_LOCK.
29227
29228 2006-08-23  Bruno Haible  <bruno@clisp.org>
29229
29230         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
29231         on OSF/1 to no.
29232         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
29233
29234 2006-08-23  Bruno Haible  <bruno@clisp.org>
29235
29236         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
29237         as unusable.
29238
29239         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
29240         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
29241         (gl_LOCK): New macro.
29242
29243 2006-08-22  Simon Josefsson  <jas@extundo.com>
29244
29245         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
29246         to md5 module.
29247
29248 2006-08-22  Simon Josefsson  <jas@extundo.com>
29249
29250         * MODULES.html.sh: Add "Support for maintaining and release
29251         projects".
29252
29253         * build-aux/gnupload: New file, from coreutils.
29254
29255 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29256
29257         Avoid the need for AC_LIBSOURCES in m4 macros.
29258         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
29259         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
29260         * modules/check-version (EXTRA_DIST): Add check-version.h.
29261         * modules/crc (EXTRA_DIST): Add crc.h.
29262         * modules/des (EXTRA_DIST): Add des.h.
29263         * modules/gc (EXTRA_DIST): Add gc.h.
29264         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
29265         * modules/getline (EXTRA_DIST): Add getline.h.
29266         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
29267         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
29268         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
29269         * modules/md2 (EXTRA_DIST): Add md2.h.
29270         * modules/md4 (EXTRA_DIST): Add md4.h.
29271         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
29272         * modules/read-file (EXTRA_DIST): Add read-file.h.
29273         * modules/readline (EXTRA_DIST): Add readline.h.
29274         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
29275         rijndael-api-fst.h.
29276
29277 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29278
29279         * m4/rijndael.m4 (gl_ARCFOUR):
29280         * m4/arctwo.m4 (gl_ARCTWO):
29281         * m4/check-version.m4 (gl_CHECK_VERSION):
29282         * m4/crc.m4 (gl_CRC):
29283         * m4/des.m4 (gl_DES):
29284         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
29285         * m4/gc.m4 (gl_GC):
29286         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
29287         * m4/getline.m4 (gl_FUNC_GETLINE):
29288         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
29289         * m4/hmac-md5.m4 (gl_HMAC_MD5):
29290         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
29291         * m4/md2.m4 (gl_MD2):
29292         * m4/md4.m4 (gl_MD4):
29293         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
29294         * m4/read-file.m4 (gl_FUNC_READ_FILE):
29295         * m4/readline.m4 (gl_FUNC_READLINE):
29296         * m4/rijndael.m4 (gl_RIJNDAEL):
29297         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29298         to get the necessary .h files and whatnot.
29299
29300 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29301
29302         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
29303         gnulib rather than the other way around.
29304         * config/srclistvars.sh (COREUTILS): Remove.
29305
29306 2006-08-22  Jim Meyering  <jim@meyering.net>
29307
29308         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
29309
29310         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
29311
29312 2006-08-22  Eric Blake  <ebb9@byu.net>
29313
29314         * modules/regexprops-generic: New file.
29315         * MODULES.html.sh (Support for building documentation): List it.
29316
29317 2006-08-22  Eric Blake  <ebb9@byu.net>
29318
29319         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
29320         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
29321         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
29322         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
29323
29324 2006-08-22  Bruno Haible  <bruno@clisp.org>
29325
29326         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29327         and lib_LTLIBRARIES like the other lib_* variables.
29328
29329 2006-08-22  Bruno Haible  <bruno@clisp.org>
29330
29331         * build-aux/x-to-1.in: New file, from GNU gettext.
29332
29333 2006-08-22  Bruno Haible  <bruno@clisp.org>
29334
29335         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29336         <utmpx.h> exists.
29337
29338 2006-08-22  Bruno Haible  <bruno@clisp.org>
29339
29340         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29341         <utmpx.h> exists.
29342
29343 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29344
29345         BeOS portability.
29346         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29347         exist.
29348         Problem reported by Bruno Haible.
29349
29350 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29351
29352         Avoid the need for AC_LIBSOURCES in m4 macros.
29353         * modules/acl (EXTRA_DIST): Add acl.h.
29354         * modules/argmatch (Files): Add m4/argmatch.m4.
29355         (configure.ac): Add gl_ARGMATCH.
29356         (EXTRA_DIST): Renamed from lib_SOURCES, for
29357         consistency with the other modules.  Remove argmatch.c.
29358         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29359         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29360         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29361         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29362         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29363         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29364         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29365         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29366         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29367         * modules/closeout (EXTRA_DIST): Add closeout.h.
29368         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29369         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29370         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29371         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29372         dirname.h; remove basename.c and stripslash.c.
29373         * modules/exclude (EXTRA_DIST): Add exclude.h.
29374         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29375         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29376         * modules/file-type (EXTRA_DIST): Add file-type.h.
29377         * modules/filemode (EXTRA_DIST): Add filemode.h.
29378         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29379         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29380         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29381         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29382         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29383         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29384         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29385         * modules/getdate (EXTRA_DIST): Add getdate.c.
29386         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29387         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29388         * modules/getpass (EXTRA_DIST): Add getpass.h.
29389         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29390         * modules/group-member (EXTRA_DIST): Add group-member.h.
29391         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29392         * modules/hash (EXTRA_DIST): Add hash.h.
29393         * modules/human (EXTRA_DIST): Add human.h.
29394         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29395         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29396         * modules/lchown (EXTRA_DIST): Add lchown.h.
29397         * modules/long-options (EXTRA_DIST): Add long-options.h.
29398         * modules/lstat (EXTRA_DIST): Add lstat.h.
29399         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29400         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29401         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29402         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29403         * modules/memxor (EXTRA_DIST): Add memxor.h.
29404         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29405         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29406         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29407         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29408         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29409         * modules/physmem (EXTRA_DIST): Add physmem.h.
29410         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29411         * modules/posixver (EXTRA_DIST): Add posixver.h.
29412         * modules/quote (EXTRA_DIST): Add quote.h.
29413         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29414         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29415         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29416         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29417         regex_internal.h regexec.c.
29418         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29419         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29420         * modules/same (EXTRA_DIST): Add same.h.
29421         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29422         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
29423         * modules/savedir (EXTRA_DIST): Add savedir.h.
29424         * modules/sha1 (EXTRA_DIST): Add sha1.h.
29425         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
29426         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
29427         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
29428         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
29429         * modules/strdup (EXTRA_DIST): Add strdup.h.
29430         * modules/strftime (EXTRA_DIST): Add strftime.h.
29431         * modules/strndup (EXTRA_DIST): Add strndup.h.
29432         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
29433         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
29434         * modules/time_r (EXTRA_DIST): Add time_r.h.
29435         * modules/timespec (EXTRA_DIST): Add timespec.h.
29436         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29437         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
29438         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
29439         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
29440         * modules/userspec (EXTRA_DIST): Add userspec.h.
29441         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
29442         * modules/utimens (EXTRA_DIST): Add utimens.h.
29443         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
29444         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
29445         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
29446         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
29447         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
29448         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
29449         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
29450         * modules/yesno (EXTRA_DIST): Add yesno.h.
29451
29452 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29453
29454         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
29455
29456         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
29457         * m4/dev-ino.m4, same-inode.m4: Remove.
29458
29459         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
29460         * m4/acl.m4 (AC_FUNC_ACL):
29461         * m4/backupfile.m4 (gl_BACKUPFILE):
29462         * m4/c-strtod.m4 (gl_C99_STRTOLD):
29463         * m4/canon-host.m4 (gl_CANON_HOST):
29464         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29465         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
29466         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
29467         * m4/cloexec.m4 (gl_CLOEXEC):
29468         * m4/close-stream.m4 (gl_CLOSE_STREAM):
29469         * m4/closeout.m4 (gl_CLOSEOUT):
29470         * m4/dirfd.m4 (gl_FUNC_DIRFD):
29471         * m4/dirname.m4 (gl_DIRNAME):
29472         * m4/exclude.m4 (gl_EXCLUDE):
29473         * m4/exitfail.m4 (gl_EXITFAIL):
29474         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
29475         * m4/file-type.m4 (gl_FILE_TYPE):
29476         * m4/filemode.m4 (gl_FILEMODE):
29477         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
29478         * m4/fpending.m4 (gl_FUNC_FPENDING):
29479         * m4/fprintftime.m4 (gl_FPRINTFTIME):
29480         * m4/fts.m4 (gl_FUNC_FTS):
29481         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
29482         * m4/getdate.m4 (gl_GETDATE):
29483         * m4/gethrxtime.m4 (gl_GETHRXTIME):
29484         * m4/getpagesize.m4 (gl_GETPAGESIZE):
29485         * m4/getpass.m4 (gl_FUNC_GETPASS):
29486         * m4/gettime.m4 (gl_GETTIME):
29487         * m4/getugroups.m4 (gl_GETUGROUPS):
29488         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
29489         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
29490         * m4/hard-locale.m4 (gl_HARD_LOCALE):
29491         * m4/hash.m4 (gl_HASH):
29492         * m4/idcache.m4 (gl_IDCACHE):
29493         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
29494         * m4/lchown.m4 (gl_FUNC_LCHOWN):
29495         * m4/long-options.m4 (gl_LONG_OPTIONS):
29496         * m4/lstat.m4 (gl_FUNC_LSTAT):
29497         * m4/md5.m4 (gl_MD5):
29498         * m4/memcasecmp.m4 (gl_MEMCASECMP):
29499         * m4/memcoll.m4 (gl_MEMCOLL):
29500         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
29501         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
29502         * m4/memxor.m4 (gl_MEMXOR):
29503         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
29504         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
29505         * m4/modechange.m4 (gl_MODECHANGE):
29506         * m4/mountlist.m4 (gl_MOUNTLIST):
29507         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29508         * m4/openat.m4 (gl_FUNC_OPENAT):
29509         * m4/pathmax.m4 (gl_PATHMAX):
29510         * m4/physmem.m4 (gl_PHYSMEM):
29511         * m4/posixtm.m4 (gl_POSIXTM):
29512         * m4/posixver.m4 (gl_POSIXVER):
29513         * m4/quote.m4 (gl_QUOTE):
29514         * m4/quotearg.m4 (gl_QUOTEARG):
29515         * m4/readtokens.m4 (gl_READTOKENS):
29516         * m4/readutmp.m4 (gl_READUTMP):
29517         * m4/regex.m4 (gl_REGEX):
29518         * m4/safe-read.m4 (gl_SAFE_READ):
29519         * m4/safe-write.m4 (gl_SAFE_WRITE):
29520         * m4/same.m4 (gl_SAME):
29521         * m4/save-cwd.m4 (gl_SAVE_CWD):
29522         * m4/savedir.m4 (gl_SAVEDIR):
29523         * m4/settime.m4 (gl_SETTIME):
29524         * m4/sha1.m4 (gl_SHA1):
29525         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
29526         * m4/stat-macros.m4 (gl_STAT_MACROS):
29527         * m4/stat-time.m4 (gl_STAT_TIME):
29528         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
29529         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
29530         * m4/strdup.m4 (gl_FUNC_STRDUP):
29531         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
29532         * m4/strndup.m4 (gl_FUNC_STRNDUP):
29533         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
29534         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
29535         * m4/time_r.m4 (gl_TIME_R):
29536         * m4/timespec.m4 (gl_TIMESPEC):
29537         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
29538         * m4/unlinkdir.m4 (gl_UNLINKDIR):
29539         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
29540         * m4/userspec.m4 (gl_USERSPEC):
29541         * m4/utimecmp.m4 (gl_UTIMECMP):
29542         * m4/utimens.m4 (gl_UTIMENS):
29543         * m4/xalloc.m4 (gl_XALLOC):
29544         * m4/xgetcwd.m4 (gl_XGETCWD):
29545         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
29546         * m4/xreadlink.m4 (gl_XREADLINK):
29547         * m4/xstrtod.m4 (gl_XSTRTOD):
29548         * m4/yesno.m4 (gl_YESNO):
29549         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29550         to get the necessary .h files and whatnot.
29551
29552 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
29553             Bruno Haible  <bruno@clisp.org>
29554
29555         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
29556         /bin/sh understanding of '!' conditional negation.
29557
29558 2006-08-21  Jim Meyering  <jim@meyering.net>
29559
29560         * modules/openat (Depends-on): Really alphabetize.
29561
29562         * modules/acl (Depends-on): Add error and quote.
29563
29564         * check-module (find_included_lib_files): Add at-func.c to the
29565         ok-to-include-more-than-once white list.
29566
29567         * modules/openat (Depends-on): Add lstat.  Alphabetize.
29568
29569 2006-08-21  Bruno Haible  <bruno@clisp.org>
29570
29571         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29572         Emit a pkgdata_DATA variable only if some snippets add contents to it.
29573         Reported by Martin Lambers <marlam@marlam.de>.
29574
29575 2006-08-21  Bruno Haible  <bruno@clisp.org>
29576
29577         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
29578         specify an installation location, don't emit a noinst_LIBRARIES or
29579         noinst_LTLIBRARIES assignment.
29580
29581 2006-08-21  Bruno Haible  <bruno@clisp.org>
29582
29583         BeOS portability.
29584         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
29585         BeOS has mbrtowc() but no <wctype.h>.
29586
29587 2006-08-21  Bruno Haible  <bruno@clisp.org>
29588
29589         BeOS portability.
29590         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
29591         exist.
29592
29593 2006-08-21  Bruno Haible  <bruno@clisp.org>
29594
29595         BeOS portability.
29596         * lib/mbchar.h: Include <wctype.h> only if it exists.
29597
29598 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29599
29600         Remove files that are no longer needed by their respective modules.
29601         * m4/obstack.m4: Remove.
29602         * m4/strerror_r.m4: Remove.
29603         * m4/uint32_t.m4: Remove.
29604         * m4/uintptr_t.m4: Remove.
29605         * m4/ullong_max.m4: Remove.
29606         * m4/xstrtoimax.m4: Remove.
29607         * m4/xstrtoumax.m4: Remove.
29608
29609         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
29610         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
29611         dependencies now capture this.
29612
29613         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
29614         Do not use AC_LIBSOURCES, since gnulib modules now do this.
29615         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
29616         * m4/human.m4 (gl_HUMAN): Likewise.
29617         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
29618         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
29619
29620         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
29621
29622         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
29623         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
29624         stdint.
29625         * m4/human.m4 (gl_HUMAN): Likewise.
29626         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
29627         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
29628         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29629         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29630         * m4/xstrtol (gl_XSTRTOL): Likewise.
29631
29632         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
29633         AC_TYPE_LONG_LONG_INT.
29634         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29635         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
29636         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
29637         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29638
29639         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
29640         on stdbool.
29641
29642         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
29643         (gl_PREREQ_XSTRTOUL): Remove.
29644
29645         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
29646
29647         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
29648         mode.
29649
29650 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29651
29652         Add and change modules to make it easier for coreutils to use
29653         gnulib-tool.
29654         * modules/backupfile (Files): Remove m4/d-ino.m4.
29655         (Depends-on): Add d-ino.
29656         * modules/cycle-check (Depends-on): Add stdint.
29657         (lib_SOURCES): Add cycle-check.h.
29658         * modules/d-ino: New module.
29659         * modules/d-type: New module.
29660         * modules/error (Files): Remove m4/strerror_r.m4.
29661         * modules/filemode (Files): Add m4/st_dm_mode.m4.
29662         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29663         m4/inttypes_h.m4, m4/uintmax_t.m4.
29664         (Depends-on): Add stdint.
29665         (lib_SOURCES): Add fsusage.h.
29666         * modules/getcwd (Files): Remove d-ino.m4.
29667         (Depends-on): Add d-ino.
29668         * modules/getndelim2 (Depends-on): Add stdint.
29669         * modules/glob (Files): Remove m4/d-type.m4.
29670         (Depends-on): Add d-type.
29671         * modules/host-os: New module.
29672         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
29673         m4/inttypes_h.m4, m4/uintmax_t.m4.
29674         * Depends-on: Add stdint.
29675         (lib_SOURCES): Add human.h.
29676         * modules/inttostr (Files): Remove m4/intmax_t.m4,
29677         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
29678         m4/uintmax_t.m4, m4/ulonglong.m4.
29679         (Depends-on): Add stdint.
29680         (EXTRA_DIST): Add inttostr.h.
29681         * modules/lchmod: New module.
29682         * modules/link-follow: New module.
29683         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
29684         (Depends-on): Add lchmod.
29685         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
29686         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
29687         (Depends-on): Add stdint.
29688         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
29689         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
29690         (Depends-on): Add stdint.
29691         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
29692         * modules/perl: New module.
29693         * modules/regex (Depends-on): Add stdint.
29694         * modules/rmdir-errno: New module.
29695         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29696         m4/intmax_t.m4.
29697         (Depends-on): Add stdint.
29698         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29699         m4/uintmax_t.m4.
29700         (Depends-on): Add stdint.
29701         * modules/unlink-busy: New module.
29702         * modules/utimecmp (Depends-on): Add stdint.
29703         * modules/uptime: New module.
29704         * modules/winsz-ioctl: New module.
29705         * modules/winsz-termios: New module.
29706         * modules/xnanosleep (Depends-on): Add nanosleep.
29707         * modules/ullong_max: Remove.
29708         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
29709         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
29710         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
29711         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
29712         (Depends-on): Add inttypes.
29713         (lib_SOURCES): Add xstrtol.h.
29714         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
29715         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
29716         * MODULES.html.sh: Move 'assert' into the assert section.
29717         Move 'dummy' into the linking section.
29718         Remove ullong_max.
29719         Add section for compatibility checks for POSIX:2001 functions,
29720         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
29721         winsz-ioctl, and winsz-termios into it.
29722         Add lchmod.
29723         Add top-level Misc section and put host-os, perl, and uptime
29724         into it.
29725
29726 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29727
29728         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
29729         now assume the stdint module.  Do not include inttypes.h.
29730         * lib/fsusage.h: Likewise.
29731         * lib/getndelim2.c: Likewise.
29732         * lib/human.h: Likewise.
29733         * lib/inttostr.h: Likewise.
29734         * lib/obstack.c: Likewise.
29735         * lib/regex_internal.h: Likewise.
29736         * lib/tempname.c: Likewise.
29737         * lib/utimecmp.c: Likewise.
29738         * lib/xstrtol.h: Likewise.
29739
29740         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
29741
29742         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
29743         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
29744         * lib/xtime.h: Likewise.
29745
29746 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29747
29748         * modules/openat (Files): Add lib/fchmodat.c.
29749         Fixes problem reported by Jay Youngman.
29750
29751 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29752
29753         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
29754         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
29755
29756 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
29757             Bruno Haible  <bruno@clisp.org>
29758
29759         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
29760         and is a script that invokes bison. Tighten the code. Add comments.
29761
29762 2006-08-18  Jim Meyering  <jim@meyering.net>
29763
29764         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
29765         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
29766         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
29767         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
29768
29769 2006-08-18  Bruno Haible  <bruno@clisp.org>
29770
29771         * modules/bison-i18n: New file.
29772         * MODULES.html.sh (Internationalization functions): Add it.
29773
29774 2006-08-18  Bruno Haible  <bruno@clisp.org>
29775
29776         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
29777         sys/statvfs.h. When getmntinfo was found, check its declaration and
29778         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
29779
29780 2006-08-18  Bruno Haible  <bruno@clisp.org>
29781
29782         * m4/bison-i18n.m4: New file, from bison.
29783
29784 2006-08-18  Bruno Haible  <bruno@clisp.org>
29785
29786         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
29787         (ME_DUMMY): Treat "kernfs" as a dummy.
29788         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
29789
29790 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29791
29792         Update from coreutils.
29793
29794         2006-08-15  Jim Meyering  <jim@meyering.net>
29795
29796         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
29797
29798         2006-01-17  Jim Meyering  <jim@meyering.net>
29799
29800         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
29801
29802         2006-01-11  Jim Meyering  <jim@meyering.net>
29803
29804         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
29805         Check for the lchmod function.
29806
29807 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29808
29809         Update from coreutils.
29810
29811         * lib/__fpending.h: Add copyright notice.
29812         * lib/fprintftime.h: Likewise.
29813         * lib/savedir.c: Use (C) in copyright notice.
29814         * lib/savedir.h: Likewise.
29815
29816         2006-08-15  Jim Meyering  <jim@meyering.net>
29817
29818         * lib/at-func.c: New file, with the logic of all emulated at-functions.
29819         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
29820         in support of the EXPECTED_ERRNO macro.
29821         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
29822         definitions.  Instead, define the appropriate symbols and include
29823         "at-func.c".
29824         * lib/mkdirat.c (mkdirat): Likewise.
29825         * lib/fchmodat.c (fchmodat): Likewise.
29826         (ENOSYS): Remove definition.
29827         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
29828         it.  Don't include "unistd--.h" -- it wasn't ever used.
29829
29830         2006-01-17  Jim Meyering  <jim@meyering.net>
29831
29832         Rewrite fts.c not to change the current working directory,
29833         by using openat, fstatat, fdopendir, etc..
29834
29835         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
29836         (HAVE_OPENAT_SUPPORT): Define.
29837         [_LIBC] (fchdir): Don't undef or define; no longer used.
29838         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
29839         Now, this `function' always succeeds, and consumes its file descriptor
29840         parameter -- so callers must not close such FDs.  Update callers.
29841         (diropen_fd, opendirat, cwd_advance_fd): New functions.
29842         (diropen): Add parameter, SP.  Adjust all callers.
29843         Implement using diropen_fd, rather than open.
29844         (fts_open): Initialize new member, fts_cwd_fd.
29845         Remove fts_rft-setting code.
29846         (fts_close): Close fts_cwd_fd, if necessary.
29847         (__opendir2): Define in terms of opendir or opendirat,
29848         depending on whether the FST_NOCHDIR flag is set.
29849         (fts_build): Since fts_safe_changedir consumes its FD, and since
29850         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
29851         and close the dup'd file descriptor upon failure.
29852         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
29853         (fts_safe_changedir): Tweak semantics to reflect that this function
29854         now calls cwd_advance_fd and hence consumes its FD argument.
29855         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
29856         [struct FTS] (fts_rft): Remove now-unused member.
29857         [struct FTS] (fts_cycle.state): Improve comment.
29858
29859         * lib/openat.c (openat_needs_fchdir): New function.
29860         * lib/openat.h (openat_needs_fchdir): Declare it.
29861
29862 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29863
29864         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
29865         Problem and fix reported by Pádraig Brady in
29866         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
29867
29868 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29869
29870         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
29871
29872 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29873
29874         * lib/memcoll.c (memcoll): Optimize for the common case where the
29875         arguments are bytewise equal.
29876
29877 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29878
29879         * doc/regexprops-generic.texi: Add a copyright notice.
29880
29881 2006-08-15  Bruno Haible  <bruno@clisp.org>
29882
29883         * modules/tmpdir (License): Change to LGPL.
29884
29885 2006-08-15  Bruno Haible  <bruno@clisp.org>
29886
29887         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
29888         module.
29889
29890 2006-08-14  Simon Josefsson  <jas@extundo.com>
29891
29892         * config/srclist.txt: Add gnupload.
29893
29894 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         Change copyright notice from LGPL 2 to GPL 2, since that's the
29897         standard form used in the gnulib repository.
29898         * tests/test-lock.c: Likewise.
29899         * tests/test-stdint.c: Likewise.
29900         * tests/test-tls.c: Likewise.
29901
29902         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
29903         prelude-manager.  User shorter URLs for GNU projects, without '?'.
29904         Add copyright notice.
29905
29906         * check-module: Add copyright notice.  Output a copyright
29907         notice if "--version" is specified.
29908         * modules/COPYING: New file.
29909         * tests/test-getaddrinfo.c: Add copyright notice.
29910         * tests/test-verify.c: Likewise.
29911
29912 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29913
29914         Change copyright notice from LGPL 2 to GPL 2, since that's the
29915         standard form used in the gnulib repository.
29916         * lib/lock.c: LGPL -> GPL.
29917         * lib/lock.h: Likewise.
29918         * lib/strnlen1.c: Likewise.
29919         * lib/strnlen1.h: Likewise.
29920         * lib/tls.c: Likewise.
29921         * lib/tls.h: Likewise.
29922         * lib/tmpdir.c: Likewise.
29923
29924         * lib/TODO: Remove; this belongs only in coreutils.
29925
29926 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29927
29928         Add copyright notices to long-enough files that lack them, since
29929         otherwise the files aren't clearly free.  Use the same notice that
29930         getdate.texi already uses.
29931         * doc/alloca-opt.texi: Add copyright notice.
29932         * doc/alloca.texi: Likewise.
29933         * doc/ctime.texi: Likewise.
29934         * doc/functions.texi: Likewise.
29935         * doc/gcd.texi: Likewise.
29936         * doc/gnulib-tool.texi: Likewise.
29937         * doc/inet_ntoa.texi: Likewise.
29938         * doc/visibility.texi: Likewise.
29939
29940         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
29941         * doc/quote.texi: Add copyright notice.
29942
29943         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
29944         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
29945         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
29946         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
29947         is now obsolete, and give a pointer to the Sun list.
29948         Add copyright notice.
29949
29950 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29951
29952         * config/srclistvars.sh: Add copyright notice.
29953
29954 2006-08-14  Eric Blake  <ebb9@byu.net>
29955
29956         Import the following change from libc:
29957
29958         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
29959
29960         Upstream bug 2997.
29961         * lib/misc/error.c: Add space between program name and message if file
29962         name is missing.
29963
29964 2006-08-12  Karl Berry  <karl@gnu.org>
29965
29966         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
29967         remove, these originate in gnulib now.
29968
29969 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29970
29971         * doc/Makefile (standards.info standards.html standards.dvi):
29972         Also depend on make-stds.texi.
29973
29974 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29975
29976         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
29977         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
29978
29979         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
29980         in wchar_t.  Problem reported by Eric Blake.
29981
29982         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
29983         LEN is smaller than SIZE.  Suggested by Bruno Haible.
29984         Also, help the compiler to keep LEN in a register.
29985
29986 2006-08-11  Eric Blake  <ebb9@byu.net>
29987
29988         * users.txt: Sort.  Add tar.
29989
29990 2006-08-11  Bruno Haible  <bruno@clisp.org>
29991
29992         * users.txt: New file.
29993
29994 2006-08-11  Bruno Haible  <bruno@clisp.org>
29995
29996         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
29997         before <wchar.h>. Needed for OSF/1 and BSD/OS.
29998
29999 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30000
30001         * modules/snprintf (Depends-on): Remove minmax.
30002         (Maintainer): Add self and Bruno.
30003
30004 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30005
30006         * lib/.cppi-disable: Add snprintf.h, socket_.h.
30007         * lib/snprintf.c: Include <errno.h> and <limits.h>.
30008         (EOVERFLOW): Define if the system does not.
30009         Do not include "minmax.h"; it wasn't used.
30010         (snprintf): Don't assume size_t promotes to an unsigned type.
30011         Fix bug when generated string was too long for the buffer: the
30012         buffer's contents are supposed to be the initial prefix of the
30013         output.  Don't assume vasnprintf returns EOVERFLOW if the size
30014         exceeds INT_MAX; do the check ourselves.
30015
30016         Import the following changes from libc:
30017
30018         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
30019
30020         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
30021         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
30022         set wc to the byte which couldn't be converted.
30023         (re_string_reconstruct): Don't clear valid_raw_len before calling
30024         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
30025         tip_context using re_string_context_at.
30026
30027         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
30028
30029         * lib/posix/regex.h: g++ still cannot handled [restrict].
30030
30031         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
30032
30033         * lib/posix/regex.h: Remove special handling for VMS.
30034
30035 2006-08-10  Jim Meyering  <jim@meyering.net>
30036
30037         * modules/same-inode: New module.
30038         * modules/dev-ino: New module.
30039         * modules/cycle-check: Depend on these modules, rather than simply
30040         including their .h files.
30041         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
30042         required via m4/cycle-check.m4.
30043         * modules/same: Depend on new same-inode module, rather than
30044         including same-inode.h.
30045         * modules/chdir-safer: New file.
30046
30047         * modules/chown (Depends-on): Add stat-macros.
30048
30049 2006-08-10  Jim Meyering  <jim@meyering.net>
30050
30051         * m4/cycle-check.m4: New file.
30052         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
30053         * m4/dev-ino.m4, m4/same-inode.m4: New files.
30054
30055 2006-08-10  Eric Blake  <ebb9@byu.net>
30056
30057         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
30058         in from original proposal.
30059
30060 2006-08-10  Eric Blake  <ebb9@byu.net>
30061         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30062
30063         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
30064         namespace.
30065
30066 2006-08-10  Bruno Haible  <bruno@clisp.org>
30067
30068         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
30069         as well.
30070
30071 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30072
30073         Sync from coreutils.
30074
30075         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
30076
30077         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
30078         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
30079
30080 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30081
30082         * modules/restrict: Remove; no longer needed now that we assume
30083         Autoconf 2.59 or later.
30084         * MODULES.html.sh: Remove 'restrict'.
30085         * modules/argp (Depends-on): Remove 'restrict'.
30086         * modules/base64 (Depends-on): Likewise.
30087         * modules/gc (Depends-on): Likewise.
30088         * modules/getaddrinfo (Depends-on): Likewise.
30089         * modules/glob (Depends-on): Likewise.
30090         * modules/inet_ntop (Depends-on): Likewise.
30091         * modules/inet_pton (Depends-on): Likewise.
30092         * modules/memxor (Depends-on): Likewise.
30093         * modules/regex (Depends-on): Likewise.
30094         * modules/strtok_r (Depends-on): Likewise.
30095         * modules/time_r (Depends-on): Likewise.
30096
30097 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30098
30099         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
30100         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
30101         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30102         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
30103         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
30104         * m4/memxor.m4 (gl_MEMXOR): Likewise.
30105         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
30106         gl_C_RESTRICT replaced by AC_C_RESTRICT.
30107
30108         Merge from coreutils.
30109         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
30110         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
30111         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30112         * m4/time_r.m4 (gl_TIME_R): Likewise.
30113
30114 2006-08-09  Karl Berry  <karl@gnu.org>
30115
30116         * config/srclist.txt: no more gettext-tools, per Bruno.
30117
30118 2006-08-08  Eric Blake  <ebb9@byu.net>
30119
30120         * modules/verror: New module.
30121         * MODULES.html.sh: Document it.
30122
30123 2006-08-08  Eric Blake  <ebb9@byu.net>
30124
30125         * lib/verror.h, lib/verror.c: New files.
30126
30127 2006-08-08  Eric Blake  <ebb9@byu.net>
30128
30129         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
30130         verror_at_line output complies with GNU Coding Standards even when
30131         file is NULL.
30132
30133 2006-08-07  Bruno Haible  <bruno@clisp.org>
30134
30135         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
30136         versions of AIX.
30137         Reported by Ralf Wildenhues.
30138
30139 2006-08-07  Bruno Haible  <bruno@clisp.org>
30140
30141         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
30142         in an AC_DEFUN. Needed so that the autoconf snippets can use
30143         AC_REQUIRE.
30144
30145 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30146
30147         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30148         Initialize pkgdata_DATA.
30149         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
30150         overriding it.
30151
30152 2006-08-06  Eric Blake  <ebb9@byu.net>
30153
30154         * lib/error.h: Fold in some upstream changes from glibc.
30155         * lib/error.c: Likewise.
30156
30157 2006-08-04  Bruno Haible  <bruno@clisp.org>
30158
30159         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30160         Make the mostlyclean-local rule depend on mostlyclean-generic.
30161         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
30162
30163 2006-07-31  Bruno Haible  <bruno@clisp.org>
30164
30165         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
30166         <stdlib.h>, <string.h>.
30167
30168 2006-07-30  Bruno Haible  <bruno@clisp.org>
30169
30170         * modules/readlink (License): Change to LGPL.
30171
30172 2006-07-30  Bruno Haible  <bruno@clisp.org>
30173
30174         * modules/javaversion (Makefile.am): Distribute javaversion.java and
30175         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
30176         set PKGDATADIR to point to it.
30177
30178 2006-07-30  Bruno Haible  <bruno@clisp.org>
30179
30180         * modules/csharpexec (configure.ac): Comment out macro invocation.
30181         * modules/javaexec (configure.ac): Likewise.
30182         * modules/javacomp-script (configure.ac): Likewise.
30183
30184         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
30185
30186 2006-07-30  Bruno Haible  <bruno@clisp.org>
30187
30188         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
30189         linked-list.
30190
30191 2006-07-30  Bruno Haible  <bruno@clisp.org>
30192
30193         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
30194
30195 2006-07-30  Bruno Haible  <bruno@clisp.org>
30196
30197         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30198         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
30199         get removed.
30200
30201 2006-07-29  Bruno Haible  <bruno@clisp.org>
30202
30203         Make it possible for gnulib-tool to work with locally modified or
30204         augmented gnulib repositories.
30205         * gnulib-tool (func_usage): Document --local-dir option.
30206         (local_gnulib_dir): New variable.
30207         Handle --local-dir option.
30208         (func_lookup_file): New function.
30209         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
30210         (func_get_description, func_get_filelist, func_get_description,
30211         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
30212         func_get_automake_snippet, func_get_include_directive,
30213         func_get_license, func_get_maintainer): Use func_lookup_file.
30214         (func_import, func_create_testdir): Use func_lookup_file.
30215
30216 2006-07-29  Bruno Haible  <bruno@clisp.org>
30217
30218         * modules/setenv (Depends-on): Add unistd.
30219
30220 2006-07-29  Bruno Haible  <bruno@clisp.org>
30221
30222         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
30223
30224 2006-07-29  Bruno Haible  <bruno@clisp.org>
30225
30226         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
30227
30228 2006-07-29  Bruno Haible  <bruno@clisp.org>
30229
30230         * gnulib-tool (import, update): If there is no Makefile.am, look at
30231         aclocal.m4, instead of bailing out.
30232
30233 2006-07-29  Bruno Haible  <bruno@clisp.org>
30234
30235         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
30236         Categorize the options by when they are useful.
30237
30238 2006-07-29  Bruno Haible  <bruno@clisp.org>
30239
30240         * gnulib-tool (func_usage): Document option --no-libtool.
30241         Handle option --no-libtool.
30242         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
30243         for changed semantics of $libtool variable.
30244         (func_import): Likewise. If libtool is not used, show this through
30245         an option --no-libtool.
30246         (func_create_testdir): Update.
30247
30248 2006-07-29  Bruno Haible  <bruno@clisp.org>
30249
30250         * gnulib-tool (func_import): Extend error message about missing
30251         --doc-base.
30252
30253 2006-07-29  Bruno Haible  <bruno@clisp.org>
30254
30255         * gnulib-tool (func_import): Don't create the $docbase directory if
30256         there is no file to store there.
30257
30258 2006-07-29  Bruno Haible  <bruno@clisp.org>
30259
30260         * gnulib-tool (autoconf_minversion): If a --dir option is given and
30261         relevant, look for configure.ac there, not in the current directory.
30262         Also use a simple search for AC_PREREQ, not "autoconf --trace".
30263
30264 2006-07-29  Bruno Haible  <bruno@clisp.org>
30265
30266         * gnulib-tool (SORT): New variable.
30267         (func_usage): Undocument --assume-autoconf option.
30268         Remove --assume-autoconf option handling.
30269         (autoconf_minversion): Determine from the contents of configure.ac.
30270         (func_import): Remove autoconf_minversion handling.
30271         Suggested by Eric Blake.
30272
30273 2006-07-29  Bruno Haible  <bruno@clisp.org>
30274
30275         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
30276
30277 2006-07-29  Bruno Haible  <bruno@clisp.org>
30278
30279         * config/srclist.txt (*setenv.[ch]): Remove rules.
30280
30281 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30282
30283         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
30284
30285 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30286
30287         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
30288         arpa/inet.h.
30289
30290 2006-07-28  Simon Josefsson  <jas@extundo.com>
30291
30292         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
30293         * modules/inet_pton (Depends-on): Likewise.
30294
30295 2006-07-28  Simon Josefsson  <jas@extundo.com>
30296
30297         * m4/netinet_in_h.m4: New file.
30298
30299 2006-07-28  Simon Josefsson  <jas@extundo.com>
30300
30301         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
30302         #include's.
30303
30304 2006-07-28  Simon Josefsson  <jas@extundo.com>
30305
30306         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
30307         #include's.
30308
30309 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
30310
30311         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
30312         setgid on directories only if they set these bits.
30313         * lib/modechange.h: Remove obsolete comment about masks.
30314
30315 2006-07-28  Eric Blake  <ebb9@byu.net>
30316
30317         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
30318         macro expansion.
30319
30320 2006-07-28  Bruno Haible  <bruno@clisp.org>
30321
30322         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
30323
30324 2006-07-28  Bruno Haible  <bruno@clisp.org>
30325
30326         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30327
30328 2006-07-28  Bruno Haible  <bruno@clisp.org>
30329
30330         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30331         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30332         Define fallbacks.
30333         Avoids link error on FreeBSD 4.x.
30334         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30335
30336         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30337         encoding.
30338         * lib/mbswidth.c (iswcntrl): Likewise.
30339
30340 2006-07-27  Bruno Haible  <bruno@clisp.org>
30341
30342         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30343         test.
30344
30345 2006-07-27  Bruno Haible  <bruno@clisp.org>
30346
30347         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30348         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30349         defined.
30350
30351 2006-07-26  Eric Blake  <ebb9@byu.net>
30352
30353         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30354
30355 2006-07-26  Eric Blake  <ebb9@byu.net>
30356
30357         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30358         like mingw that lack mkstemp.
30359         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30360         avoid compilation warning on mingw.
30361
30362 2006-07-26  Bruno Haible  <bruno@clisp.org>
30363
30364         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30365         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30366         INT_FAST*_MIN, INTPTR_MIN.
30367
30368 2006-07-25  Bruno Haible  <bruno@clisp.org>
30369
30370         * modules/version-etc (Depends-on): Add stdarg.
30371
30372 2006-07-25  Bruno Haible  <bruno@clisp.org>
30373
30374         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30375         complex commands.
30376
30377 2006-07-25  Bruno Haible  <bruno@clisp.org>
30378
30379         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30380         defined in <stdarg.h> or config.h.
30381
30382 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30383
30384         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30385         (gl_STDIO_SAFER): Remove.
30386
30387 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30388
30389         * MODULES.html.sh (File stream based Input/Output):
30390         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30391         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30392         * modules/fopen-safer, modules/tmpfile-safer: New files.
30393         * modules/stdio-safer: Remove.
30394
30395 2006-07-24  Bruno Haible  <bruno@clisp.org>
30396
30397         * modules/tmpdir: New file.
30398         * MODULES.html.sh (File system functions): Add it.
30399
30400 2006-07-24  Bruno Haible  <bruno@clisp.org>
30401
30402         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30403         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30404
30405 2006-07-24  Bruno Haible  <bruno@clisp.org>
30406
30407         * modules/clean-temp: New file.
30408
30409 2006-07-24  Bruno Haible  <bruno@clisp.org>
30410
30411         * m4/tmpdir.m4: New file, from GNU gettext.
30412
30413 2006-07-24  Bruno Haible  <bruno@clisp.org>
30414
30415         * lib/tmpdir.h: New file, from GNU gettext.
30416         * lib/tmpdir.c: New file, from GNU gettext.
30417
30418 2006-07-24  Bruno Haible  <bruno@clisp.org>
30419
30420         * lib/clean-temp.h: New file, from GNU gettext.
30421         * lib/clean-temp.c: New file, from GNU gettext.
30422
30423 2006-07-23  Eric Blake  <ebb9@byu.net>
30424
30425         * modules/stdio-safer (Files): Add tmpfile-safer.c.
30426         (Depends-on): Add binary-io.
30427
30428 2006-07-23  Eric Blake  <ebb9@byu.net>
30429
30430         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
30431
30432 2006-07-23  Eric Blake  <ebb9@byu.net>
30433
30434         * lib/tmpfile-safer.c: New file.
30435         * lib/stdio-safer.h (fopen_safer): Add prototype.
30436         * lib/stdio--.h (tmpfile): Make safer.
30437
30438 2006-07-23  Bruno Haible  <bruno@clisp.org>
30439
30440         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
30441         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
30442         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
30443         gl_linked_remove_at): Use it.
30444
30445 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30446         and Simon Josefsson <jas@extundo.com>
30447
30448         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
30449
30450         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
30451
30452 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30453
30454         * modules/close-stream: New file.
30455         * modules/closeout (Description): Make it clear that it exits
30456         with a diagnostic on error.
30457         (Depends-on): Add close-stream.  Remove fpending, stdbool.
30458         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
30459
30460 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30461
30462         * m4/close-stream.m4: New file.
30463
30464 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30465
30466         * lib/close-stream.c, lib/close-stream.h: New files.
30467
30468 2006-07-22  Bruno Haible  <bruno@clisp.org>
30469
30470         Merge from GNU gettext 0.15.
30471
30472         2006-05-01  Bruno Haible  <bruno@clisp.org>
30473
30474                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
30475
30476         2006-07-22  Bruno Haible  <bruno@clisp.org>
30477
30478                 * modules/javaversion: New file.
30479                 * MODULES.html.sh (Java): Add javaversion.
30480
30481         2006-03-12  Bruno Haible  <bruno@clisp.org>
30482
30483                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
30484
30485         2005-12-04  Bruno Haible  <bruno@clisp.org>
30486
30487                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
30488                 (untested).
30489
30490         2006-06-21  Bruno Haible  <bruno@clisp.org>
30491
30492                 Avoid warnings from recent versions of mcs.
30493                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
30494                 -o, -L, -r any more. Use options documented since mcs-1.0
30495                 instead. Similarly for -g.
30496
30497         2005-12-04  Bruno Haible  <bruno@clisp.org>
30498
30499                 * build-aux/csharpcomp.sh.in: Suffix for resources is
30500                 .resources, not .resource.
30501
30502         2005-07-09  Bruno Haible  <bruno@clisp.org>
30503
30504                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
30505                 add a .dll suffix.
30506                 Reported by Mark Junker <mjscod@gmx.de>.
30507
30508         2006-07-22  Bruno Haible  <bruno@clisp.org>
30509
30510                 * modules/gettext: Upgrade to gettext-0.15.
30511                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
30512                 m4/visibility.m4.
30513                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
30514
30515 2006-07-22  Bruno Haible  <bruno@clisp.org>
30516
30517         Merge from GNU gettext 0.15.
30518
30519         2006-03-25  Bruno Haible  <bruno@clisp.org>
30520
30521                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
30522
30523         2006-07-21  Bruno Haible  <bruno@clisp.org>
30524
30525                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
30526                 "1.1".
30527
30528         2006-05-09  Bruno Haible  <bruno@clisp.org>
30529
30530                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
30531                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
30532                 for the conftestver execution.
30533
30534         2006-05-01  Bruno Haible  <bruno@clisp.org>
30535
30536                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
30537                 optional target-version argument. Verify that the compiler
30538                 groks source of the specified source-version, or add -source
30539                 option as necessary. Verify that the compiler produces
30540                 bytecode in the specified target-version, or add -target and
30541                 -source options as necessary. Make the result of the test
30542                 available as variable CONF_JAVAC. Also log error output in
30543                 config.log.
30544
30545         2006-03-11  Bruno Haible  <bruno@clisp.org>
30546
30547                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
30548
30549         2006-05-09  Bruno Haible  <bruno@clisp.org>
30550
30551                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
30552                 CLASSPATH_SEPARATOR to a semicolon.
30553
30554         2006-03-12  Bruno Haible  <bruno@clisp.org>
30555
30556                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
30557                 available as variable CONF_JAVA, for subsequent autoconf
30558                 tests. Also log error output in config.log.
30559
30560         2006-07-19  Bruno Haible  <bruno@clisp.org>
30561
30562                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
30563                 that getline works on glibc2 systems. Needed to avoid trouble
30564                 in relocatable.c.
30565                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
30566
30567         2005-12-04  Bruno Haible  <bruno@clisp.org>
30568
30569                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
30570                 launcher (untested).
30571
30572         2005-12-04  Bruno Haible  <bruno@clisp.org>
30573
30574                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
30575
30576         2006-07-22  Bruno Haible  <bruno@clisp.org>
30577
30578                 * gettext.m4: Update from GNU gettext-0.15.
30579                 * nls.m4: Likewise.
30580                 * po.m4: Likewise.
30581                 * inttypes-pri.m4: Likewise.
30582                 * inttypes-h.m4: Renamed from inttypes.m4.
30583                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
30584
30585 2006-07-22  Bruno Haible  <bruno@clisp.org>
30586
30587         Merge from GNU gettext 0.15.
30588
30589         2005-07-05  Bruno Haible  <bruno@clisp.org>
30590
30591                 * printf-args.c (printf_fetchargs): Work around broken
30592                 definition of wint_t on mingw.
30593
30594         2005-02-12  Bruno Haible  <bruno@clisp.org>
30595
30596                 * xallocsa.h: Add extern "C" for C++.
30597
30598         2006-05-17  Bruno Haible  <bruno@clisp.org>
30599
30600                 Cygwin portability.
30601                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
30602
30603         2006-04-30  Bruno Haible  <bruno@clisp.org>
30604
30605                 * progreloc.c: Include <mach-o/dyld.h> if available.
30606                 (find_executable): Use _NSGetExecutablePath when possible.
30607
30608         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30609
30610                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
30611                 function.
30612
30613         2005-12-29  Bruno Haible  <bruno@clisp.org>
30614
30615                 * progreloc.c (set_program_name_and_installdir): Fix
30616                 compilation error.
30617
30618         2005-12-04  Bruno Haible  <bruno@clisp.org>
30619
30620                 Cygwin portability.
30621                 * progreloc.c: Include <windows.h> also on Cygwin.
30622                 (find_executable): Add support for Cygwin.
30623                 (set_program_name_and_installdir): Handle also platforms with
30624                 nonempty EXEEXT.
30625
30626         2006-07-11  Bruno Haible  <bruno@clisp.org>
30627
30628                 * javacomp.c: Fix a comment.
30629                 Reported by Jim Meyering.
30630
30631         2006-04-30  Bruno Haible  <bruno@clisp.org>
30632
30633                 * javacomp.h (compile_java_class): Add source_version,
30634                 target_version arguments.
30635                 * javacomp.c: Rewritten to choose only a compiler that
30636                 respects the specified source_version and target_version.
30637
30638         2006-06-27  Bruno Haible  <bruno@clisp.org>
30639
30640                 Assume correct S_ISDIR macro.
30641                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
30642
30643         2006-07-22  Bruno Haible  <bruno@clisp.org>
30644
30645                 * javaversion.h: New file, from GNU gettext.
30646                 * javaversion.c: New file, from GNU gettext.
30647                 * javaversion.java: New file, from GNU gettext.
30648                 * javaversion.class: New file, from GNU gettext.
30649
30650         2006-05-17  Bruno Haible  <bruno@clisp.org>
30651
30652                 Cygwin portability.
30653                 * javaexec.c (execute_java_class): Test for jview program
30654                 also on Cygwin.
30655
30656         2006-04-09  Bruno Haible  <bruno@clisp.org>
30657
30658                 * fatal-signal.c: Don't include string.h.
30659                 (at_fatal_signal): Use a copying loop instead of memcpy.
30660
30661         2005-12-04  Bruno Haible  <bruno@clisp.org>
30662
30663                 * csharpexec.c: Add support for 'clix' launcher (untested).
30664                 (execute_csharp_using_sscli): New function.
30665                 (execute_csharp_program): Call it.
30666
30667         2006-06-21  Bruno Haible  <bruno@clisp.org>
30668
30669                 Avoid warnings from recent versions of mcs.
30670                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
30671                 -o, -L, -r any more. Use options documented since mcs-1.0
30672                 instead. Similarly for -g.
30673
30674         2005-07-09  Bruno Haible  <bruno@clisp.org>
30675
30676                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
30677                 add a .dll suffix.
30678                 Reported by Mark Junker <mjscod@gmx.de>.
30679
30680         2006-06-17  Bruno Haible  <bruno@clisp.org>
30681
30682                 * config.charset: Update for NetBSD 3.0.
30683
30684         2006-05-17  Bruno Haible  <bruno@clisp.org>
30685
30686                 Cygwin portability.
30687                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
30688
30689         2006-05-16  Bruno Haible  <bruno@clisp.org>
30690
30691                 * localcharset.c [CYGWIN]: Include <windows.h>.
30692                 (get_charset_aliases): For Cygwin, return the same CPxxx
30693                 aliases list as under WIN32.
30694                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
30695                 the environment variables. Fall back to GetACP().
30696
30697         2006-04-05  Bruno Haible  <bruno@clisp.org>
30698
30699                 * config.charset: Update Juan Manuel Guerrero's address.
30700
30701         2005-02-12  Bruno Haible  <bruno@clisp.org>
30702
30703                 * allocsa.h: Add extern "C" for C++.
30704
30705         2005-02-10  Bruno Haible  <bruno@clisp.org>
30706
30707                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
30708                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
30709
30710         2006-07-22  Bruno Haible  <bruno@clisp.org>
30711
30712                 * gettext.h: Update to GNU gettext-0.15.
30713
30714 2006-07-22  Bruno Haible  <bruno@clisp.org>
30715
30716         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
30717         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
30718         lib-prefix.m4, longdouble.m4, ssize_t.m4.
30719
30720 2006-07-21  Eric Blake  <ebb9@byu.net>
30721
30722         * modules/stdlib-safer: New file.
30723         * MODULES.html.sh (File stream based Input/Output): Add
30724         stdlib-safer.
30725
30726 2006-07-21  Eric Blake  <ebb9@byu.net>
30727
30728         * lib/stdlib-safer.h: New file from coreutils, required by
30729         stdlib--.h.
30730
30731 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
30734
30735 2006-07-20  Bruno Haible  <bruno@clisp.org>
30736
30737         * gnulib-tool: Recognize new option --assume-autoconf.
30738         (autoconf_minversion): New variable.
30739         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
30740
30741 2006-07-20  Bruno Haible  <bruno@clisp.org>
30742
30743         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
30744
30745 2006-07-19  Derek R. Price  <derek@ximbiot.com>
30746
30747         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
30748         Reindent and repaginate.
30749
30750 2006-07-19  Derek Price  <derek@ximbiot.com>
30751
30752         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
30753         Correct grammar.
30754
30755 2006-07-17  Bruno Haible  <bruno@clisp.org>
30756
30757         * modules/list: New file.
30758         * modules/array-list: New file.
30759         * modules/carray-list, modules/carray-list-tests: New files.
30760         * modules/linked-list, modules/linked-list-tests: New files.
30761         * modules/avltree-list, modules/avltree-list-tests: New files.
30762         * modules/rbtree-list, modules/rbtree-list-tests: New files.
30763         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
30764         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
30765         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
30766         * modules/oset: New file.
30767         * modules/array-oset: New file.
30768         * modules/avltree-oset, modules/avltree-oset-tests: New files.
30769         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
30770         * tests/test-carray_list.c: New file.
30771         * tests/test-linked_list.c: New file.
30772         * tests/test-avltree_list.c: New file.
30773         * tests/test-rbtree_list.c: New file.
30774         * tests/test-linkedhash_list.c: New file.
30775         * tests/test-avltreehash_list.c: New file.
30776         * tests/test-rbtreehash_list.c: New file.
30777         * tests/test-avltree_oset.c: New file.
30778         * tests/test-rbtree_oset.c: New file.
30779         * MODULES.html.sh (Container data structures): New section.
30780
30781 2006-07-17  Bruno Haible  <bruno@clisp.org>
30782
30783         * m4/gl_list.m4: New file.
30784
30785 2006-07-17  Bruno Haible  <bruno@clisp.org>
30786
30787         * lib/gl_list.h: New file.
30788         * lib/gl_list.c: New file.
30789         * lib/gl_array_list.h: New file.
30790         * lib/gl_array_list.c: New file.
30791         * lib/gl_carray_list.h: New file.
30792         * lib/gl_carray_list.c: New file.
30793         * lib/gl_linked_list.h: New file.
30794         * lib/gl_linked_list.c: New file.
30795         * lib/gl_anylinked_list1.h: New file.
30796         * lib/gl_anylinked_list2.h: New file.
30797         * lib/gl_avltree_list.h: New file.
30798         * lib/gl_avltree_list.c: New file.
30799         * lib/gl_anyavltree_list1.h: New file.
30800         * lib/gl_anyavltree_list2.h: New file.
30801         * lib/gl_rbtree_list.h: New file.
30802         * lib/gl_rbtree_list.c: New file.
30803         * lib/gl_anyrbtree_list1.h: New file.
30804         * lib/gl_anyrbtree_list2.h: New file.
30805         * lib/gl_anytree_list1.h: New file.
30806         * lib/gl_anytree_list2.h: New file.
30807         * lib/gl_linkedhash_list.h: New file.
30808         * lib/gl_linkedhash_list.c: New file.
30809         * lib/gl_anyhash_list1.h: New file.
30810         * lib/gl_anyhash_list2.h: New file.
30811         * lib/gl_avltreehash_list.h: New file.
30812         * lib/gl_avltreehash_list.c: New file.
30813         * lib/gl_rbtreehash_list.h: New file.
30814         * lib/gl_rbtreehash_list.c: New file.
30815         * lib/gl_anytreehash_list1.h: New file.
30816         * lib/gl_anytreehash_list2.h: New file.
30817
30818         * lib/gl_oset.h: New file.
30819         * lib/gl_oset.c: New file.
30820         * lib/gl_array_oset.h: New file.
30821         * lib/gl_array_oset.c: New file.
30822         * lib/gl_avltree_oset.h: New file.
30823         * lib/gl_avltree_oset.c: New file.
30824         * lib/gl_rbtree_oset.h: New file.
30825         * lib/gl_rbtree_oset.c: New file.
30826         * lib/gl_anytree_oset.h: New file.
30827
30828 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30829
30830         * m4/mkancesdirs.m4: New file.
30831         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
30832         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
30833         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
30834         it.
30835
30836 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30837
30838         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
30839         * lib/mkancesdirs.h: New files.
30840         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
30841         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
30842         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
30843         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
30844         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
30845         callers changed.  Revamp internals significantly, by not
30846         attempting to create directories that are temporarily more
30847         permissive than the final results.  Do not attempt to use
30848         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
30849         This removes some race conditions, fixes some bugs, and simplifies
30850         things.  Use new dirchownmod function to do owner and mode changes.
30851         * lib/mkdir-p.h: Likewise.
30852         * lib/modechange.c (octal_to_mode): New function.
30853         (struct mode_change): New member mentioned.
30854         (make_node_op_equals): New arg mentioned.  All callers changed.
30855         (mode_compile): Keep track of which mode bits the user has explicitly
30856         mentioned.
30857         (mode_adjust): New arg DIR, so that we implement the X op correctly.
30858         New arg PMODE_BITS, to keep track of which mode bits the user
30859         mentioned; it treats S_ISUID and S_ISGID speciall.
30860         All callers changed.
30861         * lib/modechange.h: Likewise.
30862
30863 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30864
30865         * MODULES.html.sh: Add mkancestors.
30866         * modules/mkancesdirs: New module.
30867         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
30868         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
30869         The chdir-safer and afs files are now orphans; I'll remove them
30870         unless someone speaks up.
30871         Add lib/dirchownmod.c, lib/dirchownmod.h.
30872         (Depends-on): Remove alloca, chown, save-cwd, dirname.
30873         Add lchown, mkancesdirs.
30874         (Maintainer): Add self.
30875
30876 2006-07-15  Karl Berry  <karl@gnu.org>
30877
30878         * gnulib-tool: help message wording/arrangement.
30879
30880 2006-07-14  Simon Josefsson  <jas@extundo.com>
30881
30882         * doc/gnulib.texi (Libtool and Windows): New section.
30883
30884 2006-07-12  Simon Josefsson  <jas@extundo.com>
30885
30886         * modules/gendocs (License): Fix license, approved by Karl.
30887
30888 2006-07-12  Eric Blake  <ebb9@byu.net>
30889
30890         * MODULES.html.sh: Add gendocs.
30891
30892 2006-07-11  Eric Blake  <ebb9@byu.net>
30893
30894         * modules/fdl: New module, to install doc/fdl.texi.
30895         * MODULES.html.sh: Add new section for documentation modules.
30896         * gnulib-tool: Avoid space-tab.
30897         (--doc-base): New option, to manage files from doc.
30898
30899 2006-07-11  Eric Blake  <ebb9@byu.net>
30900
30901         * m4/absolute-header.m4: Fix comments to match recent change.
30902
30903 2006-07-11  Eric Blake  <ebb9@byu.net>
30904
30905         * gnulib-tool: List --doc-base before --tests-base.
30906
30907 2006-07-11  Derek R. Price  <derek@ximbiot.com>
30908
30909         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
30910
30911 2006-07-11  Bruno Haible  <bruno@clisp.org>
30912
30913         * README: Mention where to put documentation.
30914
30915 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30916
30917         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
30918
30919 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30920
30921         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
30922         to stdint.m4.
30923
30924 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30925
30926         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
30927         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
30928         "no/such/file/stdint.h" when there is no such file, so that
30929         the resulting C code can be parsed by dodgy compilers.
30930         Problems reported by Bob Proulx.
30931
30932 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30933
30934         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
30935         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30936         macros into the GNU _D_EXACT_NAMLEN.
30937         * lib/savedir.c:  Likewise.
30938         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
30939
30940 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30941         and Paul Eggert  <eggert@cs.ucla.edu>
30942
30943         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
30944         * m4/savedir.m4:
30945         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30946         macros into the GNU _D_EXACT_NAMLEN.
30947
30948 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30949
30950         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
30951         around the absolute name, to work around a problem with the HP-UX
30952         11.23 native C compiler, reported by Bob Proulx.
30953
30954 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30955
30956         * doc/maintain.texi, make-stds.texi: Sync from
30957         <http://savannah.gnu.org/projects/gnustandards>.
30958
30959 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30960
30961         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
30962
30963 2006-07-09  Jim Meyering  <jim@meyering.net>
30964
30965         * m4/glob.m4: Remove a doubled word in a comment.
30966
30967 2006-07-09  Jim Meyering  <jim@meyering.net>
30968
30969         * lib/argp-pv.c: Remove a doubled word in a comment.
30970         * lib/check-version.c (check_version): Likewise.
30971         * lib/javacomp.c (compile_java_class): Likewise.
30972
30973 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30974
30975         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
30976         for the benefit of people using Autoconf 2.60.  If you want to
30977         support older Autoconf versions you can copy m4/onceonly_2_57.m4
30978         (or m4/onceonly.m4, if pre-2.57) manually.
30979
30980 2006-07-08  Jim Meyering  <jim@meyering.net>
30981
30982         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
30983         comment.
30984         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
30985         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
30986         comment.
30987
30988 2006-07-08  Jim Meyering  <jim@meyering.net>
30989
30990         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
30991
30992 2006-07-07  Simon Josefsson  <jas@extundo.com>
30993
30994         * tests/test-crc.c: Change expected crc value, the test vector
30995         were probably computed using the old broken crc.c?
30996
30997 2006-07-06  Simon Josefsson  <jas@extundo.com>
30998
30999         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
31000         now the canonical place for the M4 file).
31001
31002         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
31003         from the sys_socket dependency now.
31004
31005         * modules/inet_pton (Files): Ditto.
31006
31007         * modules/inet_ntop (Files): Ditto.
31008
31009 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31010
31011         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
31012         not gl_PREREQ_GETUSERSHELL.
31013
31014 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31015
31016         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
31017         with only one argument, for Autoconf 2.60.
31018         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
31019         expand to nothing, so add a shell command to avoid syntax error.
31020         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31021
31022 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31023
31024         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
31025
31026 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31027
31028         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
31029         no longer needed.  Check for isblank decl.
31030         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
31031         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
31032         of existence.
31033
31034 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31035
31036         * lib/getloadavg.c: Use __VMS, not VMS.
31037         * lib/getopt.c: Likewise.
31038         * lib/getpagesize.h: Likewise.
31039         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
31040         and probably does not work.
31041
31042 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31043
31044         * lib/.cppi-disable: Add wcwidth.
31045         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
31046         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
31047         (ISGRAPH): Remove.  All uses changed to isgraph.
31048         (FOLD) [!defined _LIBC]: Remove special case.
31049         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
31050         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
31051         HAVE_ISBLANK.
31052         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
31053         case.
31054
31055 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31056
31057         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
31058         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
31059         brackets.  Other minor changes to suppress some compiler
31060         warnings.
31061
31062 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31063         and Paul Eggert  <eggert@cs.ucla.edu>
31064
31065         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
31066         of invoking obsolescent AC_HEADER_DIRENT macro.
31067         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
31068         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
31069         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
31070         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31071         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
31072         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31073         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
31074         * m4/readdir.m4: Remove; no longer needed.
31075
31076 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31077         and Paul Eggert  <eggert@cs.ucla.edu>
31078
31079         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
31080         Don't worry about this obsolete case any more.
31081         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
31082         directories.
31083         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
31084         worry about this obsolete case any more.
31085         * lib/fts.c: Likewise.
31086         * lib/getcwd.c: Likewise.
31087         * lib/glob.h: Likewise.
31088         * lib/savedir.c: Likewise.
31089
31090 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31091
31092         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
31093         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
31094         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
31095         needed.
31096         All uses removed.
31097         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31098         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31099         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
31100         needed.
31101         * m4/getdate.m4 (gl_GETDATE): Likewise.
31102         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31103         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31104         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31105         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31106         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31107         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31108         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
31109         needed.
31110
31111 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31112
31113         * lib/memcasecmp.c: Include <limits.h>.
31114         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
31115         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
31116         Don't assume isdigit succeeds only on '0' through '9'.
31117
31118 2006-07-05  Eric Blake  <ebb9@byu.net>
31119
31120         * modules/getaddrinfo (Depends-on): Add snprintf.
31121
31122 2006-07-05  Eric Blake  <ebb9@byu.net>
31123
31124         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
31125         to avoid 'header present but could not be compiled' on cygwin.
31126
31127 2006-07-05  Eric Blake  <ebb9@byu.net>
31128
31129         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
31130         missing from netdb.h.
31131         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
31132
31133 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31134
31135         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
31136         no longer needed.
31137         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
31138         * m4/getdate.m4 (gl_GETDATE): Likewise.
31139         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31140         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31141         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31142         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31143         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31144
31145 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31146
31147         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
31148         All uses of is_space replaced by isspace.
31149         * lib/exit.h: Don't talk about STDC_HEADERS.
31150         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
31151         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
31152         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
31153         replaced by isprint etc.
31154         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
31155         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31156         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
31157         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
31158         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
31159         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31160
31161 2006-07-05  Bruno Haible  <bruno@clisp.org>
31162
31163         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
31164         the function exists, before testing against AIX.
31165         Reported by Martin Lambers <marlam@marlam.de>.
31166
31167 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31168
31169         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
31170         From Mark D. Baushke.
31171
31172 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31173
31174         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
31175         to the absolute name, not just one, to bypass Sun C 5.8's
31176         "warning: #include of /usr/include/... may be non-portable".
31177
31178 2006-07-04  Eric Blake  <ebb9@byu.net>
31179
31180         * modules/dirname-tests: New test module.
31181         * tests/test-dirname.c: New file, replacing dirname.c
31182         TEST_DIRNAME section that was recently deleted.
31183
31184 2006-07-04  Bruno Haible  <bruno@clisp.org>
31185
31186         Assume ANSI C header files and <ctype.h> functions.
31187         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
31188         (mbsnwidth): Use isprint, iscntrl instead.
31189
31190 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31191
31192         Merge from coreutils.
31193         * MODULES.html.sh: Add xstrtold.
31194         * modules/xstrtold: New file.
31195         * modules/cycle-check (Files): Add lib/same-inode.h.
31196         * modules/dirname (Files): Add m4/double-slash-root.m4.
31197         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
31198         * modules/mkdir-p (Files): Add lib/same-inode.h.
31199         * modules/same (Files): Add lib/same-inode.h.
31200
31201 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31202
31203         * m4/absolute-header.m4: Renamed from full-header-path.m4.
31204         This is to keep the terminology clean; POSIX talks about
31205         "absolute pathnames", not "full pathnames", but the GNU
31206         Coding Standards say to use "path" for something else;
31207         so use "absolute" to keep both sides happy.
31208         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
31209         Set gl_absolute_header, not gl_full_header_path.
31210         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
31211         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
31212         All uses changed.
31213
31214         Merge from coreutils.
31215
31216         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31217
31218         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
31219         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
31220         want to require the building of c-strtod.o.
31221         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
31222         needs -lm directly.
31223         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
31224
31225         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31226
31227         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
31228         --as-needed option if available.  Problem reported by Albert Chin in
31229         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
31230         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
31231         cc merely issues a bunch of annoying warnings for --as-needed
31232         (this problem was reported by Bob Proulx).  Also, try linking with
31233         -lm to detect a bug in binutils 2.16 (this problem was reported
31234         by Ralf Wildenhues).
31235
31236         2006-06-18  Jim Meyering  <jim@meyering.net>
31237
31238         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
31239         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
31240         macro.
31241         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
31242         also check for glibc-2.4's abort-inducing bug.
31243
31244         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
31245         Low-probability clean-up should be to use rmdir to get rid of
31246         the just-created directory, not unlink.
31247
31248         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
31249         configure fail, and request a bug report to inform us about it.
31250         Add a comment that, barring reports to the contrary, in 2007 we'll
31251         assume ftruncate is universally available.
31252
31253         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31254
31255         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
31256
31257         2006-03-12  Jim Meyering  <jim@meyering.net>
31258
31259         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
31260         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
31261         * m4/same.m4 (gl_SAME): Likewise.
31262         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
31263
31264         2006-03-11  Eric Blake  <ebb9@byu.net>
31265
31266         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
31267         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
31268         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
31269         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
31270
31271 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31272
31273         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
31274         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
31275         reported by Mark D. Baushke, one in
31276         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
31277
31278         Merge from coreutils.
31279
31280         * lib/.cppi-disable: Add stdint_.h.
31281         * lib/.cvsignore: Add stdint.h.
31282
31283         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31284
31285         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
31286         both double and long double versions.
31287         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
31288         * lib/xstrtold.c: New file.
31289         * lib/xstrtod.h (xstrtold): New decl.
31290
31291         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31292
31293         * lib/filemode.c (setst): Remove.
31294         (strmode): Rewrite to avoid setst.  This makes the code shorter,
31295         (arguably) clearer, and the generated code is a bit smaller on my
31296         Debian GNU/Linux stable x86 host.
31297
31298         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31299
31300         * lib/filemode.c: Include "filemode.h" first, to test the interface.
31301         Assume that filemode.h includes sys/types.h and sys/stat.h.
31302         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
31303         (ftypelet): Reorder to put common cases first, for efficiency.
31304         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
31305         to do 'M'.
31306         (strmode): Renamed from mode_string, and now stores 12 bytes instead
31307         of 10, for compatibility with FreeBSD.  All callers changed.
31308         (filemodestring): Now stores 12 bytes instead of 10, and sets file
31309         types that can't be deduced solely from st_mode.  First arg is now a
31310         const pointer.
31311         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
31312         (strmode): Renamed from mode_string.
31313         (filemodestring): New decl.
31314         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
31315         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
31316         needed.
31317         (S_ISPORT, S_ISWHT): New macros, if not already defined.
31318
31319         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31320
31321         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
31322         fsusage.h now does that.  Include fsusage.h first, to test interface.
31323         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
31324         at most one method (the old code could have generated decls that
31325         didn't conform to C89, not that this was ever exercised).
31326         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31327
31328         2006-03-19  Jim Meyering  <jim@meyering.net>
31329
31330         Work even in a chroot where d_ino values for entries in "/"
31331         don't match the stat.st_ino values for the same names.
31332         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31333         number, iterate through all entries again, using lstat instead.
31334         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31335         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31336
31337         * lib/getcwd.c (__getcwd): Clarify a comment.
31338         Use memcpy in place of a call to strcpy.
31339
31340         2006-03-12  Jim Meyering  <jim@meyering.net>
31341
31342         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31343         matches that of the current directory (which we're about to chdir ".."
31344         out of), then save the dev-ino of the parent, instead.
31345
31346         * lib/same-inode.h (SAME_INODE): New file/macro.
31347         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31348         Include "same-inode.h", instead.
31349         * lib/same.c: Likewise.
31350         * lib/cycle-check.h: Include "same-inode.h".
31351         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31352         * lib/cycle-check.c (SAME_INODE): Remove definition.
31353         * lib/root-dev-ino.h: Include "same-inode.h".
31354
31355         2006-03-11  Eric Blake  <ebb9@byu.net>
31356
31357         * lib/same.c (same_name): s/base_name/last_component/
31358         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31359         * lib/filenamecat.c (file_name_concat): Likewise.
31360
31361         2006-03-11  Eric Blake  <ebb9@byu.net>,
31362                     Paul Eggert  <eggert@cs.ucla.edu>
31363
31364         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31365         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31366         drive prefix.
31367         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31368         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31369         (last_component): New method.
31370         * lib/dirname.c (dir_len): Determine when drive letters need a
31371         subsequent slash.  Preserve // when it is special.
31372         (dir_name): Don't append dot when drive letter is absolute.
31373         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31374         * lib/basename.c (base_name): New semantics - malloc the result.
31375         Preserve // when it is special.  Preserve relative files that look
31376         like drive letters.
31377         (base_len): Preserve // when it is special.
31378         (last_component): New method, similar to old base_name semantics.
31379         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31380         base_name.  Strip redundant slashes from ///.
31381
31382 2006-07-03  Jim Meyering  <jim@meyering.net>
31383
31384         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31385         macro is used before the first cycle_check call.
31386
31387 2006-07-03  Eric Blake  <ebb9@byu.net>
31388
31389         * modules/dirname (Depends-on): Add xstrndup.
31390
31391 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31392
31393         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31394         test cases, so that config.log is a bit easier to follow.
31395
31396 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31397
31398         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31399         both are 64 bits, since this seems to be the tradition, and this
31400         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31401         we ever run into a host that prefers long long to long in this
31402         case, we'll need another configure-time test.  Problem reported by
31403         Jim Meyering.
31404
31405 2006-07-02  Eric Blake  <ebb9@byu.net>
31406
31407         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31408
31409 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31410
31411         * modules/inttypes (Depends-on): No longer depends on stdint.
31412         * modules/stdint (Description): Say more about assumptions.
31413         Say that the fast types might differ.  Say macros are used.
31414         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31415         (Makefile.am): Revise list of substituted symbols to match
31416         new stdint.m4.
31417         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31418         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31419         * tests/test-stdint.c (verify_same_types)
31420         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31421         the code conforms to C99/C89.
31422         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
31423         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
31424
31425 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31426
31427         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
31428         but fix a bug, by requiring at least 64 bits.
31429         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31430         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
31431         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
31432         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
31433
31434         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
31435         changes.  Make 2.59 a prerequisite.  Check and substitute for
31436         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
31437         inttypes.h.  Do not use special include files; just use the
31438         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
31439         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
31440         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
31441         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
31442         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
31443         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
31444         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
31445         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
31446         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
31447         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
31448         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
31449         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
31450         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
31451         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
31452         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
31453         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
31454         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
31455         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
31456         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
31457         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
31458         WINT_MAX.  Check for C99 conformance more strictly, by detecting
31459         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
31460         not check for things that C99 does not require, e.g., int8_t.  If
31461         a test isn't needed unless <stdint.h> isn't working, and is
31462         unlikely to be needed for any other reason, then don't do it
31463         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
31464         size_t, since we assume C89 freestanding at least.  Do not check
31465         for sig_atomic_t, wchar_t, or wint_t, since the code now does
31466         the right thing even if the types are not defined.  Instead use:
31467         (gl_STDINT_TYPE_PROPERTIES): New macro.
31468         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
31469         testing whether <sys/types.h> clashes, as Autoconf does this for
31470         us now.  All uses removed.
31471         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
31472         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
31473         (gl_CHECK_TYPE_SAME):
31474         Remove; no longer needed.
31475         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
31476         exists, since we'll return 0 anyway in that case.
31477         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
31478
31479 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31480
31481         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
31482         possible collision with system files.
31483         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
31484         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
31485         WCHAR_MIN and WCHAR_MAX in this case.
31486         (<stddef.h>): Do not include; no longer needed.
31487         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
31488         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
31489         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
31490         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
31491         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
31492         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
31493         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
31494         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
31495         !defined(__c99))]: Include in this case too, since it's harmless
31496         now.
31497         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
31498         dangerous to do so.
31499         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
31500         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
31501         (_STDINT_MIN, _STDINT_MAX): New macros.
31502         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
31503         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
31504         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
31505         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
31506         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
31507         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
31508         macros, not typedefs; this simplifies things quite a bit.
31509         Use long int for all types narrower than int64_t.
31510         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
31511         Define in terms of long long int or int64_t or long int,
31512         not int64_t or int32_t.  This saves some compile-time testing.
31513         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
31514         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
31515         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
31516         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
31517         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
31518         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
31519         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
31520         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
31521         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
31522         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
31523         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31524         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31525         undef any previous version and define our own version, for
31526         simplicity and consistency with the new macros for types.
31527         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31528         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31529         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
31530         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
31531         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
31532         @WINT_T_SUFFIX@ to keep things simple here.
31533         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
31534         Simplify by assuming typical 8/16/32/64 host, since we're
31535         already doing that elsewhere anyway.
31536         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
31537         and assume long long int is 64 bits if available.  This
31538         speeds up 'configure'.
31539
31540 2006-07-01  Eric Blake  <ebb9@byu.net>
31541
31542         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
31543         Reported by Andreas Buening.
31544
31545 2006-07-01  Eric Blake  <ebb9@byu.net>
31546
31547         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
31548
31549 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31550
31551         * lib/getaddrinfo.c: fixed typo
31552
31553 2006-06-29  Jim Meyering  <jim@meyering.net>
31554
31555         * modules/strftime (Maintainer): Add my name, since with the
31556         FPRINTFTIME changes strftime.c has forked from glibc.
31557
31558 2006-06-29  Eric Blake  <ebb9@byu.net>
31559
31560         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
31561
31562 2006-06-29  Eric Blake  <ebb9@byu.net>
31563
31564         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
31565
31566 2006-06-29  Eric Blake  <ebb9@byu.net>
31567
31568         * lib/stat_.h: New file.
31569
31570 2006-06-29  Eric Blake  <ebb9@byu.net>
31571
31572         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
31573         unused static function.
31574
31575 2006-06-29  Eric Blake  <ebb9@byu.net>
31576
31577         * doc/functions.texi (Function Portability): Document missing lstat
31578         on mingw.
31579
31580 2006-06-29  Eric Blake  <ebb9@byu.net>
31581
31582         * MODULES.html.sh: Add sys_stat.
31583         * modules/sys_stat: New module.
31584         * modules/mkstemp (Depends-on): Add sys_stat.
31585
31586 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31587
31588         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
31589
31590 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31591
31592         * m4/c-bs-a.m4: Removed.
31593
31594 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31595
31596         * lib/strftime.c: Assume strftime() exists.
31597
31598 2006-06-29  Derek Price  <derek@ximbiot.com>
31599
31600         * modules/c-bs-a: Removed - \a is C89.
31601         * MODULES.html.sh: Remove c-bs-a.
31602
31603 2006-06-29  Bruno Haible  <bruno@clisp.org>
31604
31605         * modules/wcwidth (License): Change to LGPL.
31606
31607 2006-06-28  Simon Josefsson  <jas@extundo.com>
31608
31609         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
31610         on _WIN32.
31611
31612         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
31613         getnameinfo.
31614
31615 2006-06-28  Simon Josefsson  <jas@extundo.com>
31616
31617         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
31618
31619 2006-06-28  Simon Josefsson  <jas@extundo.com>
31620
31621         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
31622         functions there.  It will succeed on Windows XP, but on Windows
31623         2000 and (presumably) earlier, it will fail, and use the internal
31624         re-implementation.
31625         (use_win32_p): New function.
31626         (getaddrinfo): Use strtoul on servname, to support numeric ports.
31627         Support AI_NUMERICSERV to disable getservbyname.
31628         (getnameinfo): New function, only supports
31629         NI_NUMERICHOST|NI_NUMERICSERV for now.
31630
31631         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
31632         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
31633         getnameinfo.
31634
31635 2006-06-28  Eric Blake  <ebb9@byu.net>
31636
31637         * modules/wcwidth: New file.
31638         * modules/mbchar (Depends-on): Add wcwidth.
31639         * modules/mbswidth (Depends-on): Add wcwidth.
31640         * MODULES.html.sh: Add wcwidth.
31641
31642 2006-06-28  Eric Blake  <ebb9@byu.net>
31643
31644         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
31645         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
31646
31647 2006-06-28  Eric Blake  <ebb9@byu.net>
31648
31649         * lib/xvasprintf.h: Fix comments.
31650
31651 2006-06-28  Eric Blake  <ebb9@byu.net>
31652
31653         * lib/mbchar.h (wcwidth): Include wcwidth.h.
31654         * lib/mbswidth.c (wcwidth): Move from here...
31655         * lib/wcwidth.h: ...to this new file.
31656
31657 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31658
31659         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
31660
31661         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
31662         it's obsolete.
31663         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
31664
31665 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31666
31667         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
31668         Autoconf 2.60 says this stuff was obsolete.
31669
31670 2006-06-28  Bruno Haible  <bruno@clisp.org>
31671
31672         * modules/wcwidth (Files): Add m4/wchar_t.m4.
31673
31674 2006-06-28  Bruno Haible  <bruno@clisp.org>
31675
31676         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
31677         gt_TYPE_WCHAR_T.
31678
31679 2006-06-28  Bruno Haible  <bruno@clisp.org>
31680
31681         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
31682         declaration for wcwidth.
31683         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
31684
31685 2006-06-28  Bruno Haible  <bruno@clisp.org>
31686
31687         * lib/mkdtemp.c [MINGW]: Include <io.h>.
31688         (mkdir): Define using _mkdir.
31689
31690 2006-06-28  Bruno Haible  <bruno@clisp.org>
31691
31692         * lib/getaddrinfo.h: Fix POSIX URL.
31693         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
31694         _WIN32.
31695         (use_win32_p): Make static.
31696         (getaddrinfo): Reject service name if it is empty or does not consist
31697         solely of decimal digits, or if its value is > 65535.
31698         (getnameinfo): Remove useless casts.
31699
31700 2006-06-27  Simon Josefsson  <jas@extundo.com>
31701
31702         * modules/sys_select: New file, suggested by Bruno Haible, Paul
31703         Eggert and Martin Lambers.
31704
31705 2006-06-27  Simon Josefsson  <jas@extundo.com>
31706
31707         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
31708         Eggert and Martin Lambers.
31709
31710 2006-06-27  Bruno Haible  <bruno@clisp.org>
31711
31712         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
31713         result to 0, not to empty.
31714         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
31715
31716 2006-06-27  Bruno Haible  <bruno@clisp.org>
31717
31718         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
31719
31720 2006-06-26  Simon Josefsson  <jas@extundo.com>
31721
31722         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
31723         present.
31724
31725 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
31726
31727         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
31728         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
31729         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
31730
31731 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
31732
31733         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
31734
31735 2006-06-26  Bruno Haible  <bruno@clisp.org>
31736
31737         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
31738
31739 2006-06-26  Bruno Haible  <bruno@clisp.org>
31740
31741         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
31742
31743 2006-06-26  Bruno Haible  <bruno@clisp.org>
31744
31745         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
31746         SGI C compiler in pre-C99 mode.
31747         Suggested by Mark D. Baushke and Larry Jones.
31748
31749 2006-06-26  Bruno Haible  <bruno@clisp.org>
31750
31751         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
31752         WCHAR_MAX.
31753         Reported by Mark D. Baushke and Larry Jones.
31754
31755 2006-06-26  Bruno Haible  <bruno@clisp.org>
31756
31757         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
31758         in pre-C99 mode.
31759         Suggested by Mark D. Baushke and Larry Jones.
31760
31761 2006-06-23  Simon Josefsson  <jas@extundo.com>
31762             Bruno Haible  <bruno@clisp.org>
31763
31764         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
31765         Emit mostlyclean-local rule.
31766         (func_emit_tests_Makefile_am): Likewise.
31767         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
31768
31769 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
31770
31771         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
31772
31773 2006-06-23  Bruno Haible  <bruno@clisp.org>
31774
31775         * tests/test-stdint.c: Update to match ISO C 99 Technical
31776         Corrigendum 1.
31777
31778 2006-06-23  Bruno Haible  <bruno@clisp.org>
31779
31780         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
31781
31782 2006-06-23  Bruno Haible  <bruno@clisp.org>
31783
31784         * lib/stdint_.h: Treat IRIX like OpenBSD.
31785
31786 2006-06-23  Bruno Haible  <bruno@clisp.org>
31787
31788         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
31789         ISO C 99 Technical Corrigendum 1.
31790
31791 2006-06-22  Simon Josefsson  <jas@extundo.com>
31792
31793         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
31794         MinGW.
31795
31796 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31797
31798         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
31799         needed.  Some compiler complained about some of them.  Problem reported
31800         by Larry Jones in
31801         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
31802
31803 2006-06-21  Simon Josefsson  <jas@extundo.com>
31804
31805         * tests/test-getaddrinfo.c: New file.
31806
31807         * modules/getaddrinfo-tests: New file.
31808
31809         * MODULES.html.sh: Add inet_pton.
31810
31811         * modules/inet_pton: New file.
31812
31813 2006-06-21  Simon Josefsson  <jas@extundo.com>
31814
31815         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
31816         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
31817         of using the (limited) gnulib implementation on Windows XP.
31818
31819         * m4/inet_pton.m4: New file.
31820
31821 2006-06-21  Simon Josefsson  <jas@extundo.com>
31822
31823         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
31824         variable.
31825
31826         * lib/socket_.h: Don't define WINVER.
31827
31828         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
31829         slightly modified to work in gnulib.
31830
31831 2006-06-21  Simon Josefsson  <jas@extundo.com>
31832
31833         * doc/gnulib.texi (Windows sockets): Add.
31834
31835 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31836
31837         * lib/read-file.c (fread_file): Start with buffer allocation of
31838         0 bytes rather than 1 byte; this simplifies the code.
31839         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
31840         code to free buffer and save/restore errno.
31841         (internal_read_file): Remove unused local.
31842
31843 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31844
31845         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
31846         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
31847         Problem reported by Denis Excoffier in
31848         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
31849
31850 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31851
31852         * modules/sys_socket, modules/socklen: Include sys/types since
31853         FreeBSD 4.x's sys/socket.h needs it.
31854
31855 2006-06-19  Simon Josefsson  <jas@extundo.com>
31856
31857         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
31858
31859 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31860
31861         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
31862
31863 2006-06-19  Bruno Haible  <bruno@clisp.org>
31864
31865         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
31866         and FULL_PATH_INTTYPES_H in angle brackets.
31867         Reported by Mark D. Baushke <mdb@gnu.org>.
31868
31869 2006-06-17  Eric Blake  <ebb9@byu.net>
31870
31871         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
31872         errno.
31873
31874 2006-06-17  Bruno Haible  <bruno@clisp.org>
31875
31876         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
31877         <sys/inttypes.h>.
31878
31879 2006-06-17  Bruno Haible  <bruno@clisp.org>
31880
31881         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
31882         whether errno is declared. Assume <errno.h> declares errno.
31883
31884 2006-06-17  Bruno Haible  <bruno@clisp.org>
31885
31886         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
31887
31888 2006-06-17  Bruno Haible  <bruno@clisp.org>
31889
31890         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
31891         problem on Solaris 2.5.1.
31892
31893 2006-06-16  Eric Blake  <ebb9@byu.net>
31894
31895         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
31896         * lib/unicodeio.c [!defined errno]: Likewise.
31897         * lib/strtol.c [!defined errno]: Likewise.
31898         * lib/strtod.c [!defined errno]: Likewise.
31899
31900 2006-06-15  Eric Blake  <ebb9@byu.net>
31901
31902         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
31903
31904 2006-06-15  Eric Blake  <ebb9@byu.net>
31905
31906         * config/srclist.txt (ssize_t.m4): Lose sync.
31907
31908 2006-06-15  Bruno Haible  <bruno@clisp.org>
31909
31910         * modules/stdint (Files): Include m4/full-header-path.m4,
31911         m4/size_max.m4, m4/wchar_t.m4.
31912         (Makefile.am): Many more substitutions.
31913         * modules/stdint-tests: New file.
31914         * tests/test-stdint.c: New file.
31915
31916 2006-06-15  Bruno Haible  <bruno@clisp.org>
31917
31918         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
31919         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
31920         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
31921         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
31922         gl_CHECK_TYPE_SAME): New macros.
31923
31924 2006-06-15  Bruno Haible  <bruno@clisp.org>
31925
31926         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
31927
31928 2006-06-15  Bruno Haible  <bruno@clisp.org>
31929
31930         * lib/stdint_.h: Rewritten to be fully auto-configured.
31931         Fixes bug on HP-UX/IA64.
31932
31933 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
31934
31935         * lib/getdate.y (__attribute__): Don't define if already defined.
31936         Problem reported by Larry Jones.
31937         * lib/utimens.c (__attribute__): Likewise.
31938
31939 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
31940
31941         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
31942         reported by Andreas Schwab.
31943
31944 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31945             Bruno Haible  <bruno@clisp.org>
31946
31947         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
31948         check for the declaration of strnlen and a run test that exposes the
31949         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
31950         rpl_strndup.
31951
31952 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31953             Bruno Haible  <bruno@clisp.org>
31954
31955         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
31956
31957 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31958
31959         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
31960         compile test, for Tru64 4.0D.
31961
31962 2006-05-28  Karl Berry  <karl@gnu.org>
31963
31964         * config/srclist.txt (printf-args.c): lose sync.
31965
31966 2006-05-26  Martin Lambers  <marlam@marlam.de>
31967
31968         * lib/getpass.c: Updates the test for the native W32 API, and adds
31969         missing includes, thus fixing compilation warnings.
31970
31971 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31972
31973         * lib/exclude.c (exclude_fnmatch): New function.
31974         (excluded_file_name): Call exclude_fnmatch.
31975         * lib/exclude.h (excluded_file_name): New prototype
31976
31977 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
31978
31979         * lib/tempname.c (small_open, large_open): New macros.
31980         (__open, __open64) [!_LIBC]: Remove.
31981         (__gen_tempname): Use small_open and large_open instead of __open
31982         and __open64.  This fixes a portability bug on HP-UX 11.11i
31983         reported by Simon Wing-Tang in
31984         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
31985
31986 2006-05-24  Bruno Haible  <bruno@clisp.org>
31987
31988         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
31989         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
31990         Reported by Thorsten Maerz <torte@netztorte.de> via
31991         Aaron Stone <aaron@serendipity.cx>.
31992
31993 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31994
31995         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
31996         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
31997         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
31998         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
31999         not really conditional on the cache.
32000         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
32001
32002 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32003
32004         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
32005         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
32006         (my_usleep): Don't mishandle maximum value.
32007
32008 2006-05-19  Jim Meyering  <jim@meyering.net>
32009
32010         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
32011
32012 2006-05-17  Bruno Haible  <bruno@clisp.org>
32013
32014         Cygwin portability.
32015         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
32016
32017 2006-05-17  Bruno Haible  <bruno@clisp.org>
32018
32019         * lib/stdint_.h: Fix recognition of Cygwin.
32020
32021 2006-05-15  Bruno Haible  <bruno@clisp.org>
32022
32023         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
32024         on libtool patch by Ralf Wildenhues.
32025
32026 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32027
32028         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
32029         test for C99 conformance; (bool) 0.5 is an integer constant
32030         expression, but (bool) -0.5 is not.  Problem reported by Fedor
32031         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
32032
32033 2006-05-11  Simon Josefsson  <jas@extundo.com>
32034
32035         * m4/xvasprintf.m4: Fix obvious typo.
32036
32037 2006-05-11  Jim Meyering  <jim@meyering.net>
32038
32039         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
32040         James Lemley.
32041
32042 2006-05-10  Simon Josefsson  <jas@extundo.com>
32043
32044         * lib/md4.c: Typo fix, update copyright years.
32045         (K1, K2): Don't use L because it turn computations into 64-bit on
32046         64-bit platforms.
32047
32048 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
32049
32050         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
32051         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
32052         unwanted sign propagation, e.g., on hosts with 64-bit int.
32053         There still are some problems with reeelly weird theoretical hosts
32054         (e.g., 33-bit int) but it's not worth worrying about now.
32055         * lib/sha1.c (rol): Likewise.
32056         (K1, K2, K3, K4): Remove unnecessary L suffix.
32057
32058 2006-05-10  Bruno Haible  <bruno@clisp.org>
32059
32060         * lib/des.c: Cast to avoid warnings.
32061
32062 2006-05-09  Bruno Haible  <bruno@clisp.org>
32063
32064         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
32065         (Depends-on): Depend also on xsize, stdarg.
32066         (configure.ac): Add gl_XVASPRINTF.
32067
32068 2006-05-09  Bruno Haible  <bruno@clisp.org>
32069
32070         * m4/xvasprintf.m4: New file.
32071
32072 2006-05-09  Bruno Haible  <bruno@clisp.org>
32073
32074         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
32075         (EOVERFLOW): Define fallback value.
32076         (xstrcat): New function.
32077         (xvasprintf): Recognize the special case of a string concatenation.
32078
32079 2006-05-08  Eric Blake  <ebb9@byu.net>
32080
32081         * gnulib-tool (func_version): Base copyright year on CVS date.
32082         (func_emit_copyright_notice): New function.
32083         (func_emit_lib_Makefile_am): Use it.
32084         (func_emit_tests_Makefile_am): Likewise.
32085         (func_import): Likewise.
32086
32087 2006-05-08  Bruno Haible  <bruno@clisp.org>
32088
32089         * modules/stdarg: New file.
32090         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
32091
32092 2006-05-08  Bruno Haible  <bruno@clisp.org>
32093
32094         * m4/stdarg.m4: New file, from GNU gettext.
32095
32096 2006-05-08  Bruno Haible  <bruno@clisp.org>
32097
32098         * config/srclist.txt (build-aux/config.rpath): different from latest
32099         release.
32100
32101 2006-05-08  Bruno Haible  <bruno@clisp.org>
32102
32103         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
32104
32105 2006-05-05  Jim Meyering  <jim@meyering.net>
32106
32107         * m4/warning.m4: New file, derived from bison's file by the same name.
32108
32109 2006-05-03  Bruno Haible  <bruno@clisp.org>
32110
32111         * lib/stdint_.h: Shorter URL.
32112         * lib/inttypes.h: Likewise.
32113
32114 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32115
32116         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
32117
32118 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32119
32120         * lib/verify.h: Document the internals better.  Most of this change
32121         was written by Bruno Haible.
32122
32123 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32124
32125         * doc/verify.texi: New file, partly based on a proposal by
32126         Bruno Haible.
32127
32128 2006-05-02  Bruno Haible  <bruno@clisp.org>
32129
32130         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
32131         test from here...
32132         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
32133
32134 2006-04-29  Bruno Haible  <bruno@clisp.org>
32135
32136         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
32137         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
32138
32139 2006-04-29  Bruno Haible  <bruno@clisp.org>
32140
32141         * gnulib-tool: Make --update option actually work.
32142
32143 2006-04-29  Bruno Haible  <bruno@clisp.org>
32144
32145         * doc/gcd.texi: New file.
32146         * doc/gnulib.texi: Include it.
32147
32148 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
32149
32150         * lib/getdate.y (get_date): When adding relative date, start with the
32151         initial time, not with the result of the first mktime call.
32152
32153 2006-04-25  Bruno Haible  <bruno@clisp.org>
32154
32155         * gnulib-tool (func_import): Output the include directives in three
32156         blocks, sorted separately.
32157         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32158
32159 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32160
32161         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
32162         to define main with arguments, for C++.  Reported by Eric Blake.
32163         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
32164         Prefer 'int main ()' to 'int main (void)', for C++.
32165         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
32166         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
32167         for 'main', for C99 and C++.
32168
32169 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32170
32171         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
32172         Don't assume that exit status -1 is valid.
32173         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32174         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
32175         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
32176         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
32177         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
32178         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
32179         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
32180         functions can be used without declaring them, or that you can
32181         exit with status -1.
32182         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
32183
32184 2006-04-24  Karl Berry  <karl@gnu.org>
32185
32186         * config/srclist.txt (longdouble.m4): sync lost.
32187
32188 2006-04-24  Eric Blake  <ebb9@byu.net>
32189
32190         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
32191
32192 2006-04-24  Bruno Haible  <bruno@clisp.org>
32193
32194         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
32195         poll() implementation in AIX.
32196         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32197
32198 2006-04-24  Bruno Haible  <bruno@clisp.org>
32199
32200         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
32201         assigned exactly once.
32202
32203 2006-04-23  Claudio Fontana  <claudio@gnu.org>
32204             Bruno Haible  <bruno@clisp.org>
32205
32206         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
32207         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
32208         for AM_CPPFLAGS.
32209
32210 2006-04-23  Bruno Haible  <bruno@clisp.org>
32211
32212         * modules/copy-file: Depend on unistd.
32213         * modules/execute: Likewise.
32214         * modules/fatal-signal: Likewise.
32215         * modules/findprog: Likewise.
32216         * modules/mkdtemp : Likewise.
32217         * modules/pipe: Likewise.
32218         * modules/wait-process: Likewise.
32219
32220 2006-04-23  Bruno Haible  <bruno@clisp.org>
32221
32222         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
32223         condition was already detected.
32224         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32225
32226 2006-04-23  Bruno Haible  <bruno@clisp.org>
32227
32228         * lib/copy-file.c: Include <unistd.h> unconditionally.
32229         * lib/execute.c: Likewise.
32230         * lib/fatal-signal.c: Likewise.
32231         * lib/findprog.c: Likewise.
32232         * lib/mkdtemp.c: Likewise.
32233         * lib/pipe.h: Likewise.
32234         * lib/pipe.c: Likewise.
32235         * lib/wait-process.h: Likewise.
32236
32237 2006-04-23  Bruno Haible  <bruno@clisp.org>
32238
32239         * gnulib-tool (func_usage): Fix --import description. Document
32240         --update.
32241         (func_import): Create temporary file in a temporary directory, if
32242         --dry-run is specified. Silence errors from 'grep' when there are no
32243         m4 files in $m4dir.
32244         (func_create_testdir): Silence errors from 'grep' when there are no
32245         m4 files in $m4dir.
32246         Reported by Karl Berry <karl@freefriends.org>.
32247
32248 2006-04-20  Bruno Haible  <bruno@clisp.org>
32249
32250         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
32251         one argument, so that the code will be portable to Autoconf 2.60.
32252         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
32253         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32254         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
32255
32256 2006-04-19  Derek Price  <derek@ximbiot.com>
32257             Eric Blake  <ebb9@byu.net>
32258
32259         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
32260         rather than "/full/path.h".  Update comment to match.  Shorten &
32261         generalize m4_translit call via AS_TR_CPP.
32262
32263 2006-04-19  Derek Price  <derek@ximbiot.com>
32264             Eric Blake  <ebb9@byu.net>
32265
32266         * lib/inttypes.h: Correct grammar in comment.
32267
32268 2006-04-18  Derek Price  <derek@ximbiot.com>
32269             Paul Eggert  <eggert@cs.ucla.edu>
32270
32271         * modules/inttypes: New file.
32272         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
32273
32274 2006-04-18  Derek Price  <derek@ximbiot.com>
32275             Paul Eggert  <eggert@cs.ucla.edu>
32276
32277         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
32278         New files.
32279
32280 2006-04-18  Derek Price  <derek@ximbiot.com>
32281             Paul Eggert  <eggert@cs.ucla.edu>
32282
32283         * lib/inttypes.h: New file.
32284         * lib/strtoimax.c: Assume <inttypes.h>.
32285
32286 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
32287
32288         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
32289         isn't mounted.  Problem reported by Kir Kolyshkin.
32290
32291 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32292
32293         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
32294         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
32295         Derek R. Price.
32296         * lib/regex.h (RE_DUP_MAX): Update comment to match current
32297         implementation.
32298
32299 2006-04-12  Eric Blake  <ebb9@byu.net>
32300
32301         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
32302         is now done automatically by the corresponding Autoconf macro.
32303
32304 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
32305
32306         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
32307         time_r.h.
32308
32309 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32310
32311         Merge regex changes from libc, removing some of our
32312         POSIX-conformance changes that were rejected and redoing them in a
32313         less-intrusive way.
32314
32315         * lib/regcomp.c (re_compile_internal, init_dfa):
32316         Length arg is now size_t, not Idx.  All uses changed.
32317         (peek_token): Forward decl now says internal_function.
32318         (__re_error_msgid, __re_error_msgid_idx):
32319         Now static rather than extern with attribute_hidden.
32320         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
32321         For some reason libc prefers K&R style defns for external functions.
32322         (regerror) [!defined _LIBC]: Likewise.
32323         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
32324         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32325         (build_range_exp, build_collating_symbol):
32326         Use K&R-style defn.
32327         (re_compile_fastmap): Use '\0' to memset, not 0.
32328         (utf8_sb_map): Make the calculations more obvious.
32329         (init_dfa, parse_bracket_exp, build_charclass_op):
32330         Call calloc and cast result, as glibc does.
32331         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32332         (build_range_exp, build_collating_symbol):
32333         Now internal functions.
32334
32335         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32336
32337         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32338         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32339         Don't depend on VMS; depend on __VMS instead, for POSIX
32340         namespace cleanness.
32341         (regoff_t): Define to ssize_t, not long int.
32342
32343         Remove the REG_ macros named below.  Instead, make the old names
32344         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32345         __USE_GNU_REGEX.
32346         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32347         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32348         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32349         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32350         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32351         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32352         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32353         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32354         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32355         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32356         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32357         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32358         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32359         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32360         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32361         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32362         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32363         (REG_NREGS):
32364         Remove.  All uses replaced by the old RE_* names.
32365         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32366         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32367         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32368         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32369         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32370         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32371         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32372         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32373         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32374         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32375         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32376         Don't bother having these macros be independent of each others'
32377         values, since they no longer exist in the POSIX name space.
32378
32379         Rename the following member names back to their old names,
32380         unless !__USE_GNU_REGEX.  All uses changed back.
32381         (buffer): Renamed from re_buffer.
32382         (allocated): Renamed from re_allocated.
32383         (used): Renamed from re_used.
32384         (syntax): Renamed from re_syntax.
32385         (fastmap): Renamed from re_fastmap.
32386         (translate): Renamed from re_translate.
32387         (can_be_null): Renamed from re_can_be_null.
32388         (regs_allocated): Renamed from re_regs_allocated.
32389         (fastmap_accurate): Renamed from re_fastmap_accurate.
32390         (no_sub): Renamed from re_no_sub.
32391         (not_bol): Renamed from re_not_bol.
32392         (not_eol): Renamed from re_not_eol.
32393         (newline_anchor): Renamed from re_newline_anchor.
32394         (num_regs): Renamed from rm_num_regs.
32395         (start): Renamed from rm_start.
32396         (end): Renamed from rm_end.
32397
32398         (free_state): Move up a bit.
32399
32400         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32401         #define to be empty.
32402         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32403         when that is what is intended.
32404         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32405         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32406         (MAX): New macro.
32407         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32408         All uses changed back to re_malloc, etc.  It's now the caller's
32409         responsibility to check for overflow; all callers changed.
32410         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32411         (re_x2nrealloc): Remove.
32412         (free_state): Remove decl.
32413
32414         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32415         (re_set_registers, re_exec):
32416         Use K&R-style defn.
32417
32418         2006-01-31  Roland McGrath  <roland@redhat.com>
32419
32420         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32421         Reported by Mike Frysinger <vapier@gentoo.org>.
32422
32423         2006-01-15  Andreas Jaeger  <aj@suse.de>
32424
32425         [BZ #1950]
32426         * lib/regex_internal.c (re_string_reconstruct): Adjust for
32427         build_wcs_upper_buffer change.
32428         (build_wcs_upper_buffer): Change return type.
32429
32430         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
32431
32432         * lib/regex_internal.h: Include <stdint.h> if available.
32433
32434         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
32435
32436         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
32437
32438         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32439
32440         * lib/regcomp.c: Adjust for changed secondary hash function.
32441
32442         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
32443
32444         * lib/regex.h: Pretty printing.
32445         Clean up namespace a bit.
32446
32447         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
32448
32449         * lib/regexec.c (update_cur_sifted_state, check_arrival,
32450         check_arrival_add_next_nodes): Avoid using uninitialized variable.
32451
32452         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32453                     Ulrich Drepper  <drepper@redhat.com>
32454
32455         [BZ #1302]
32456         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
32457         changed.
32458         (bitset_word_t): Renamed from bitset_word.  All uses changed.
32459
32460         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
32461
32462         [BZ #281]
32463         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
32464         * lib/regcomp.c: Remove unnecessary uses of
32465         unsigned RE_TRANSLATE_TYPE.
32466         * lib/regex_internal.h: Likewise.
32467         * lib/regex_internal.c: Likewise.
32468         * lib/regexec.c: Likewise.
32469         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
32470
32471         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
32472
32473         * lib/regexec.c (find_recover_state): Remove unnecessary
32474         initialization.
32475         (transit_state_bkref): Make DFA a const pointer.
32476         (get_subexp): Likewise.
32477         (check_arrival): Likewise.
32478         (update_cur_sifted_state): Likewise.
32479         (re_search_internal): Likewise.
32480         (prune_impossible_nodes): Likewise.
32481         (acquire_init_state_context): Likewise.
32482         (proceed_next_node): Likewise.
32483         (set_regs): Likewise.
32484         (free_fail_stack_return): Likewise.
32485         (check_arrival_expand_ecl): Mark DFA parameter as const.
32486         (check_arrival_expand_ecl_sub): Likewise.
32487         (check_subexp_limits): Likewise.
32488         (sub_epsilon_src_nodes):  Likewise.
32489         (add_epsilon_src_nodes):  Likewise.
32490         (merge_state_array): Likewise.
32491         (update_regs): Likewise.
32492         (build_trtable): Likewise.
32493         (sift_states_backward): Mark MCTX parameter as const.
32494         (build_sifted_states): Likewise.
32495         (update_cur_sifted_state): Likewise.
32496         (sift_states_mkref): Likewise.
32497         (check_arrival_expand_ecl): Mark eclosure as const.
32498         (check_dst_limits_calc_pos_1): Likewise.
32499         * lib/regex_internal.h (re_match_context_t): Make dfa a const
32500         pointer.
32501
32502         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
32503
32504         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
32505         (transit_state_sb): Likewise.
32506         (transit_state_mb): Likewise.
32507         (sift_states_iter_mb): Likewise.
32508         (check_arrival_add_next_nodes): Likewise.
32509         (check_node_accept_bytes): Change first parameter to pointer-to-const.
32510         [_LIBC] (re_search_2_stub): Use mempcpy.
32511
32512         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
32513         mbrtowc for very simple UTF-8 case.
32514
32515         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
32516         a pointer-to-const.
32517         (re_acquire_state_context): Likewise.
32518         * lib/regex_internal.h: Adjust prototypes.
32519
32520         * lib/regex.c: Prevent using C++ compilers.
32521
32522         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
32523         (re_acquire_state_context): Likewise.
32524
32525 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32526
32527         * modules/regex (Depends-on): Add ssize_t.
32528
32529 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32530
32531         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
32532         translation table.
32533
32534 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32535
32536         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
32537
32538 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
32539             Bruno Haible  <bruno@clisp.org>
32540
32541         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
32542         <sys/types.h> and <inttypes.h>.
32543
32544 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32545
32546         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
32547         `__error_t_defined', so argp.h will not typedef the former.
32548
32549 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
32550
32551         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
32552         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
32553         glibc names.  Even if glibc is changed to conform to POSIX, the
32554         traditional names will be available anyway, since regex depends on
32555         the extensions module.  Also, fix a longstanding typo in the
32556         implementation of Spencer ERE test #75 from grep 2.3.  Problems
32557         reported by Emanuele Giaquinta.  Also, change sense of cached
32558         variable, so that the message makes sense.
32559
32560 2006-03-24  Simon Josefsson  <jas@extundo.com>
32561
32562         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
32563         including some doc fixes.
32564         (base64_encode_alloc): Fix +1 bug on allocation failures.
32565
32566 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32567
32568         * lib/base64.c (base64_encode): Do not read past end of array with
32569         unsanitized input on systems with CHAR_BIT > 8.
32570
32571 2006-03-24  Eric Blake  <ebb9@byu.net>
32572
32573         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
32574
32575 2006-03-22  Karl Berry  <karl@gnu.org>
32576
32577         * config/srclist.txt (*setenv.[ch]): get from coreutils.
32578         * config/srclistvars.sh (COREUTILS): new var.
32579
32580 2006-03-17  Jim Meyering  <jim@meyering.net>
32581
32582         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
32583         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
32584
32585 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32586
32587         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
32588         no longer needs it.  Instead, check that regoff_t is as least
32589         as wide as ptrdiff_t.
32590
32591         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
32592         so that our regex.h stays compatible with the installed regex.
32593         This is helpful for installers who configure --without-included-regex.
32594         Problem reported by Emanuele Giaquinta.
32595
32596 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32597
32598         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
32599         Typedef to long int, not to off_, as POSIX will likely change
32600         in that direction.
32601
32602 2006-03-15  Eric Blake  <ebb9@byu.net>
32603
32604         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
32605
32606 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32607
32608         * lib/argp-help.c (validate_uparams): Fix typo
32609         * lib/argp-parse.c (argp_default_options): Consistently begin help
32610         messages with a lowercase letter.
32611
32612 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
32613
32614         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
32615         overrun buffers and shouldn't be used (much as gets shouldn't be
32616         used).
32617         * lib/time_r.c (asctime_r, ctime_r): Likewise.
32618
32619 2006-03-08  Simon Josefsson  <jas@extundo.com>
32620
32621         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
32622         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32623
32624 2006-03-08  Simon Josefsson  <jas@extundo.com>
32625
32626         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
32627         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32628
32629 2006-03-08  Simon Josefsson  <jas@extundo.com>
32630
32631         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
32632         signal that configure disabled the device.
32633
32634 2006-03-08  Simon Josefsson  <jas@extundo.com>
32635
32636         * build-aux/maint.mk: Fix refresh-po, to handle no translated
32637         languages.
32638
32639 2006-03-07  Simon Josefsson  <jas@extundo.com>
32640
32641         * modules/getopt (Depends-on): Add unistd.
32642
32643         * modules/unistd: New file.
32644
32645 2006-03-07  Simon Josefsson  <jas@extundo.com>
32646
32647         * modules/gc-random: New file.
32648
32649 2006-03-07  Simon Josefsson  <jas@extundo.com>
32650
32651         * m4/unistd_h.m4: New file.
32652
32653 2006-03-07  Simon Josefsson  <jas@extundo.com>
32654
32655         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
32656         test to be side-effect free by storing the result in the cache
32657         variable gl_cv_lib_readline, and moving the assignment of
32658         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
32659         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32660
32661 2006-03-07  Simon Josefsson  <jas@extundo.com>
32662
32663         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
32664         error on missing devices (the functions will return an error).
32665
32666         * m4/gc.m4: Move random stuff to gc-random.m4
32667
32668 2006-03-07  Simon Josefsson  <jas@extundo.com>
32669
32670         * lib/unistd_.h: New file.
32671
32672 2006-03-07  Simon Josefsson  <jas@extundo.com>
32673
32674         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
32675
32676 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32677
32678         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
32679         Problem reported by Juan Manuel Guerrero.
32680
32681 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32682
32683         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
32684         the unistd module.
32685         * lib/getlogin_r.c: Likewise.
32686         * lib/getlogin_r.h: Likewise.
32687         * lib/glob.c: Likewise.
32688         * lib/pagealign_alloc.c: Likewise.
32689         * lib/unistd_.h: Remove; no longer needed.
32690
32691 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32692
32693         * MODULES.html.sh (Support for systems lacking POSIX:2001):
32694         Add unistd.
32695         * modules/c-stack (Depends-on): Add unistd.
32696         * modules/getlogin_r: Likewise.
32697         * modules/glob: Likewise.
32698         * modules/pagealign_alloc: Likewise.
32699         * modules/unistd (Files): Remove lib/unistd_.h.
32700         (EXTRA_DIST): Remove.
32701         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
32702         need unistd_.h.
32703         (MOSTLYCLEANFILES): Remove unistd.h-t.
32704
32705 2006-03-03  Simon Josefsson  <jas@extundo.com>
32706
32707         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
32708
32709 2006-03-03  Simon Josefsson  <jas@extundo.com>
32710
32711         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
32712         libidn and bison.
32713
32714 2006-03-03  Simon Josefsson  <jas@extundo.com>
32715
32716         * build-aux/maint.mk: Add indent target.
32717
32718 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
32719
32720         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
32721         our replacement poll.h in any case, to avoid a differing
32722         declaration from a system header.  Seen on AIX.
32723
32724 2006-03-01  Simon Josefsson  <jas@extundo.com>
32725
32726         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
32727         <kasal@ucw.cz>.
32728
32729 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32730
32731         * modules/gettime (Depends-on): Add extensions module.
32732         * modules/nanosleep (Depends-on): Likewise.
32733         * modules/settime (Depends-on): Likewise.
32734
32735 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32736
32737         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
32738         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
32739         pedantically.
32740         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32741         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
32742
32743         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
32744         not "==".  Reported by Ralf Wildenhues.
32745
32746 2006-03-01  Karl Berry  <karl@gnu.org>
32747
32748         * doc/Copyright/request-*: new files, synced from gnuorg.
32749
32750 2006-03-01  Karl Berry  <karl@gnu.org>
32751
32752         * config/srclist.txt (Copyright/*): new entries.
32753
32754 2006-02-28  Simon Josefsson  <jas@extundo.com>
32755
32756         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
32757
32758 2006-02-27  Simon Josefsson  <jas@extundo.com>
32759
32760         * lib/base64.h: Indent #define's.  From Jim Meyering
32761         <jim@meyering.net>.
32762
32763 2006-02-27  Jim Meyering  <jim@meyering.net>
32764
32765         Revert the change of 2006-02-24, so these files can continue
32766         to be sync'd from gettext.
32767         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
32768         of `config.h'.
32769
32770 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32771
32772         * modules/intprops: New file.
32773         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32774         Add intprops.
32775         * modules/getloadavg (Files): Remove lib/intprops.h.
32776         (Depends-on): Add intprops.
32777         * modules/human: Likewise.
32778         * modules/inttostr: Likewise.
32779         * modules/openat: Likewise.
32780         * modules/sig2str: Likewise.
32781         * modules/userspec: Likewise.
32782         * modules/utimecmp: Likewise.
32783         * modules/xnanosleep: Likewise.
32784         * modules/xstrtol: Likewise.
32785
32786 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
32787
32788         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
32789         * modules/lock-tests (TESTS): Use $(EXEEXT).
32790         * modules/tls-tests: Likewise.
32791         * modules/argp-tests: Likewise.
32792         (check_PROGRAMS): New var, replacing...
32793         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
32794
32795 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32796
32797         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
32798         `config.h'.
32799
32800 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32801
32802         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
32803
32804 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32805
32806         Sync from coreutils.
32807         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
32808         gl_CHDIR_SAFER.
32809
32810 2006-02-22  Jim Meyering  <jim@meyering.net>
32811
32812         Sync from coreutils.
32813         * m4/chdir-safer.m4: New file.
32814
32815 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32816
32817         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
32818         AT_FDCWD exceeds INT_MAX.
32819         * lib/openat.h (AT_FDCWD): Likewise.
32820
32821 2006-02-17  Eric Blake  <address@hidden>
32822
32823         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
32824
32825 2006-02-16  Simon Josefsson  <jas@extundo.com>
32826
32827         * modules/getaddrinfo (Depends-on): Add sys_socket.
32828
32829 2006-02-15  Simon Josefsson  <jas@extundo.com>
32830
32831         * build-aux/maint.mk: Add dsyntax-check rule.
32832
32833 2006-02-15  Eric Blake  <ebb9@byu.net>
32834
32835         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
32836         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
32837         'present but cannot compile' warnings on cygwin.
32838         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
32839         use ws2tcpip.h if sys/socket.h works.
32840         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
32841         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
32842
32843 2006-02-14  Simon Josefsson  <jas@extundo.com>
32844
32845         * modules/maintainer-makefile (Files): Rename.
32846
32847         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
32848         and (the local) Makefile.cfg to maint-cfg.mk.
32849
32850         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
32851         to the latter.
32852
32853         * modules/maintainer-makefile: New module.
32854
32855         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
32856         severaly stripped to make it possible to build it up from scratch
32857         with reliable tests.
32858
32859         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
32860         fixes to permit overriding the default actions when configure and
32861         makefile are not available.
32862
32863 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
32864
32865         Sync from coreutils.
32866         * modules/lstat (Depends-on): Don't depend on xalloc.
32867         (License): Change from GPL to LGPL, since this is now simply a
32868         replacement for a libc function.
32869
32870 2006-02-14  Jim Meyering  <jim@meyering.net>
32871
32872         Sync from coreutils.
32873
32874         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
32875         failure on deficient systems, and simplify gnulib lgpl dependencies.
32876         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
32877         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
32878
32879         * lib/xalloc-die.c: Remove unused definition of N_.
32880
32881 2006-02-14  Jim Meyering  <jim@meyering.net>
32882
32883         Sync from coreutils.
32884         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
32885         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
32886         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
32887         double-quote uses of that variable, to accommodate the rare case in
32888         which getmntent is available in none of the libraries checked.  This
32889         happens at least on FreeBSD 5.0.
32890
32891 2006-02-13  Simon Josefsson  <jas@extundo.com>
32892
32893         * gnulib-tool (Usage): Fix --import, from
32894         karl@freefriends.org (Karl Berry).
32895
32896 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32897
32898         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
32899
32900 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
32901
32902         * lib/argp-namefrob.h: Restore changes accidentally lost during the
32903         "autoupdate" on 2005-12-12.
32904
32905 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32906
32907         * modules/closeout (Depends-on): Remove atexit.
32908
32909 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32910
32911         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
32912         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
32913
32914 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
32915
32916         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
32917         __EXTENSIONS__ if this causes compilation to fail.  Problem
32918         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
32919         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
32920
32921 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
32922
32923         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
32924         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
32925         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
32926         All uses changed.
32927
32928 2006-01-26  Simon Josefsson  <jas@extundo.com>
32929
32930         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
32931         prototype is visible on mingw32.
32932
32933         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
32934         for mingw32.
32935
32936         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
32937         mingw32).
32938
32939 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
32940
32941         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
32942         attempt to open for write; this always fails, at least on POSIX
32943         hosts.  This reinstates the 2006-01-09 change, which was
32944         inadvertently removed.
32945
32946 2006-01-26  Bruno Haible  <bruno@clisp.org>
32947
32948         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
32949         Reported by Paul Eggert.
32950
32951 2006-01-26  Bruno Haible  <bruno@clisp.org>
32952             Paul Eggert  <eggert@cs.ucla.edu>
32953
32954         * lib/stdbool_.h (_Bool)
32955         [(! (defined __cplusplus || defined __BEOS__)
32956           && !defined __GNUC__
32957           && !(defined __HP_cc || defined __xlc__
32958                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
32959                || defined __sgi))]:
32960         #define to signed char in these cases too; this simplifies
32961         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
32962         etc., separately) and makes it more conservative.
32963
32964 2006-01-25  Simon Josefsson  <jas@extundo.com>
32965
32966         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
32967         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
32968         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
32969
32970 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32971
32972         * lib/argp-namefrob.h: Bugfix. Remove stray #
32973
32974 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
32975
32976         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
32977         so that we test the test.
32978         Check for yet another HP-UX cc bug involving *bool |= bool.
32979
32980 2006-01-25  Karl Berry  <karl@gnu.org>
32981
32982         * config/srclist.txt (vasnprintf.c): sync lost.
32983
32984 2006-01-25  Jim Meyering  <jim@meyering.net>
32985
32986         Sync from the stable (b5) branch of coreutils:
32987
32988         * lib/fts.c (fts_children): Don't let close() clobber errno from
32989         failed fchdir().
32990
32991         * lib/fts.c (fts_stat): When following a symlink-to-directory,
32992         don't necessarily interpret stat-fails+lstat-succeeds as indicating
32993         a dangling symlink.  That can also happen at least for ELOOP.
32994         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
32995         FYI, this bug predates the inclusion of fts.c in coreutils.
32996
32997         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
32998         in their own block, so pre-c99 compilers don't object.
32999
33000         Avoid the double-free (first in fts_read, second in fts_close) that
33001         would occur when an `active' directory is made inaccessible (e.g.,
33002         via chmod a-x) during a traversal.
33003         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33004         before returning.  Reproduce this failure by
33005         mkdir -p a/b; cd a; chmod a-x . b
33006         Reported by Stavros Passas.
33007
33008 2006-01-25  Jim Meyering  <jim@meyering.net>
33009
33010         * lib/fileblocks.c: Remove more useless parentheses.
33011         * lib/readutmp.h: Likewise.
33012
33013 2006-01-25  Bruno Haible  <bruno@clisp.org>
33014
33015         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
33016         warnings.
33017         Reported by Paul Eggert.
33018
33019 2006-01-25  Bruno Haible  <bruno@clisp.org>
33020
33021         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
33022         rid of a trap command. For Solaris sh.
33023         Reported by Mark D. Baushke <mdb@gnu.org>.
33024
33025 2006-01-24  Simon Josefsson  <jas@extundo.com>
33026
33027         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
33028         Bruno.
33029
33030 2006-01-24  Karl Berry  <karl@gnu.org>
33031
33032         * config/srclist.txt (argp-namefrob.h): sync lost.
33033
33034 2006-01-24  Jim Meyering  <jim@meyering.net>
33035
33036         * modules/openat (Files): Add lib/intprops.h.
33037         From Mark D. Baushke.
33038
33039 2006-01-24  Jim Meyering  <jim@meyering.net>
33040
33041         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
33042         Reported by Mark D. Baushke.
33043
33044 2006-01-24  Jim Meyering  <jim@meyering.net>
33045
33046         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
33047
33048 2006-01-24  Bruno Haible  <bruno@clisp.org>
33049
33050         * modules/strnlen (Maintainer): Change from glibc to all.
33051
33052 2006-01-24  Bruno Haible  <bruno@clisp.org>
33053
33054         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
33055         Patch by Paul Eggert.
33056
33057 2006-01-24  Bruno Haible  <bruno@clisp.org>
33058
33059         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
33060         already has it.
33061         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
33062         2005-11-26.
33063
33064         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
33065         'signed char' to avoid problems with the built-in _Bool type.
33066         Reported by Paul Eggert on 2005-11-26.
33067
33068 2006-01-24  Bruno Haible  <bruno@clisp.org>
33069
33070         * gnulib-tool (func_import): Avoid constructing complicated sed
33071         expressions inside backquote.
33072         Report and solution by Mark D. Baushke <mdb@gnu.org>.
33073
33074 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
33075
33076         These changes imported from libc.
33077         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
33078         test and two separate function calls.
33079         * lib/strndup.c (__strndup): Add libc_hidden_def.
33080
33081 2006-01-23  Simon Josefsson  <jas@extundo.com>
33082
33083         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
33084         Remove the test_*_SOURCES variable: automake infers it by default.
33085         * modules/tls-tests: Likewise.
33086
33087 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33088
33089         Work around porting bugs reported by Dieter in
33090         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
33091         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
33092         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
33093         Include "getopt.h" first, to check interface.
33094         (getenv): Declare only if defined HAVE_DECL_GETENV &&
33095         !HAVE_DECL_GETENV.
33096         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
33097         (__strndup): Revert to K&R-style function dfns, the glibc style.
33098         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
33099         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
33100         Include strnlen.h first, to get prototype properly.
33101         (strnlen): Renamed from __strnlen.
33102         Remove weak alias.
33103
33104 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33105
33106         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
33107
33108 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33109
33110         * config/srclist.txt: Adjust to reflect glibc reorganization.
33111         This affects only comments.
33112
33113 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33114
33115          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
33116          Reported by Bruce Korb <bkorb@gnu.org>.
33117
33118 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33119
33120         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
33121         to pacify gcc -Wswitch-default.
33122
33123 2006-01-22  Bruno Haible  <bruno@clisp.org>
33124
33125         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
33126         temporary buffer for sprintf, take into account the precision also
33127         for 'd', 'i', 'u', 'o', 'x', 'X'.
33128
33129 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33130
33131         * modules/argp-tests: New module
33132         * tests/test-argp.c: New file
33133         * tests/test-argp-2.sh: New file
33134
33135 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33136
33137         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
33138         (__argp_base_name): Removed
33139         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
33140         typo.
33141         (__argp_base_name): Provide macro definition or extern declaration
33142         depending on the configuration
33143
33144 2006-01-20  Simon Josefsson  <jas@extundo.com>
33145
33146         * modules/inet_ntop (Depends-on): Depend on sys_socket.
33147
33148 2006-01-20  Simon Josefsson  <jas@extundo.com>
33149
33150         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
33151
33152 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33153
33154         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
33155         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
33156         Suggested by Bruno Haible.
33157
33158 2006-01-20  Karl Berry  <karl@gnu.org>
33159
33160         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
33161         until changes propagate, I guess.
33162
33163 2006-01-19  Simon Josefsson  <jas@extundo.com>
33164
33165         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
33166
33167 2006-01-19  Simon Josefsson  <jas@extundo.com>
33168
33169         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
33170
33171 2006-01-19  Simon Josefsson  <jas@extundo.com>
33172
33173         * gnulib-tool: Set check_PROGRAMS.
33174
33175         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33176         modules/des-tests, modules/gc-arcfour-tests,
33177         modules/gc-arctwo-tests, modules/gc-des-tests,
33178         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33179         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33180         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33181         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33182         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33183         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
33184         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
33185         test_*_SOURCES.
33186
33187 2006-01-18  Simon Josefsson  <jas@extundo.com>
33188
33189         * modules/socklen (Depends-on): Depend on sys_socket.
33190
33191 2006-01-18  Simon Josefsson  <jas@extundo.com>
33192
33193         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33194         modules/des-tests, modules/gc-arcfour-tests,
33195         modules/gc-arctwo-tests, modules/gc-des-tests,
33196         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33197         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33198         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33199         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33200         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33201         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
33202         $(EXEEXT) to automake TESTS variable, for mingw32.
33203
33204 2006-01-17  Simon Josefsson  <jas@extundo.com>
33205
33206         * modules/socklen (Include): Need sys/socket.h.
33207
33208 2006-01-17  Bruno Haible  <bruno@clisp.org>
33209
33210         * modules/ssize_t (Include): Add <sys/types.h>.
33211
33212 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
33213
33214         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
33215         it's not portable and it doesn't work with cross-compiles.
33216         Problem reported by Bruno Haible.  Fix missing-$ typo in
33217         'test "gl_cv_ignore_unused_libraries" ...' that prevented
33218         -zignore from being used with Sun's C compiler.
33219
33220 2006-01-12  Simon Josefsson  <jas@extundo.com>
33221
33222         * lib/base64.c: Fix warning, reported by Bruno Haible
33223         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
33224
33225 2006-01-12  Bruno Haible  <bruno@clisp.org>
33226
33227         * modules/ldd: New file.
33228         * build-aux/ldd.sh.in: New file.
33229         * MODULES.html.sh (Support for building libraries and executables): Add
33230         ldd.
33231
33232 2006-01-12  Bruno Haible  <bruno@clisp.org>
33233
33234         * m4/ldd.m4: New file.
33235
33236 2006-01-12  Bruno Haible  <bruno@clisp.org>
33237
33238         * gnulib-tool (func_import, func_create_testdir): Don't go into an
33239         endless loop while replacing $auxdir with build-aux.
33240
33241 2006-01-11  Simon Josefsson  <jas@extundo.com>
33242
33243         * lib/stdint_.h (SIZE_MAX): Add missing (.
33244
33245 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
33246
33247         Sync from coreutils.
33248         * lib/md5.c: Fix commentary typos.
33249         (alignof, UNALIGNED_P): No need for a GCC-specific version.
33250         * lib/md5.h (__attribute__): Remove; unused.
33251         * lib/sha1.c: Fix commentary to match md5 better.
33252         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
33253         so that we don't need to worry about alignment.  All uses changed.
33254         This merges the 2005-10-28 md5 change into sha1.
33255
33256 2006-01-11  Jim Meyering  <jim@meyering.net>
33257
33258         Sync from coreutils.
33259         * lib/md5.c (OP): Fix spacing.
33260
33261 2006-01-11  Bruno Haible  <bruno@clisp.org>
33262
33263         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33264         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
33265         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
33266
33267 2006-01-11  Bruno Haible  <bruno@clisp.org>
33268
33269         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33270         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
33271         the "early" section as well.
33272
33273 2006-01-11  Bruno Haible  <bruno@clisp.org>
33274
33275         Avoid "ar: no archive members specified" error on MacOS X.
33276         * gnulib-tool (func_modules_add_dummy): New function.
33277         (func_import, func_create_testdir): Invoke it.
33278
33279 2006-01-11  Bruno Haible  <bruno@clisp.org>
33280
33281         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
33282         with $auxdir in AC_CONFIG_FILES statements.
33283
33284 2006-01-11  Bruno Haible  <bruno@clisp.org>
33285
33286         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33287         Initialize also noinst_HEADERS to empty.
33288
33289 2006-01-11  Bruno Haible  <bruno@clisp.org>
33290
33291         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
33292         variables.
33293         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
33294         autoreconf.
33295
33296 2006-01-11  Bruno Haible  <bruno@clisp.org>
33297
33298         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
33299         overridable by the user.
33300         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33301
33302 2006-01-10  Simon Josefsson  <jas@extundo.com>
33303
33304         * modules/sys_socket: New file.
33305
33306 2006-01-10  Simon Josefsson  <jas@extundo.com>
33307
33308         * m4/sys_socket_h.m4: New file.
33309
33310 2006-01-10  Simon Josefsson  <jas@extundo.com>
33311
33312         * lib/socket_.h: New file.
33313
33314 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33315
33316         * modules/readutmp (Maintainer): Add myself.
33317
33318 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33319
33320         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
33321         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
33322         People who are still concerned with buggy memcmp implementations
33323         can invoke gl_FUNC_MEMCMP themselves.
33324
33325 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33326
33327         * lib/regex_internal.h (BITSET_WORD_BITS):
33328         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33329         preprocessor mishandles large unsigned values as if they were signed.
33330         Problem reported by Claudio Fontana in
33331         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33332
33333 2006-01-10  Jim Meyering  <jim@meyering.net>
33334
33335         Avoid the double-free (first in fts_read, second in fts_close) that
33336         would occur when an `active' directory is made inaccessible (e.g.,
33337         via chmod a-x) during a traversal.
33338         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33339         before returning.  Reproduce this failure by
33340         mkdir -p a/b; cd a; chmod a-x . b
33341         Reported by Stavros Passas.
33342
33343         Sync from coreutils.
33344         * lib/sha1.c: Tweak grammar in a comment.
33345
33346 2006-01-10  Jim Meyering  <jim@meyering.net>
33347
33348         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33349         Patch by Joerg Sonnenberger.
33350
33351 2006-01-10  Bruno Haible  <bruno@clisp.org>
33352
33353         * modules/readutmp: Depend on module free.
33354         * modules/strtok_r: Depend on module restrict.
33355
33356 2006-01-10  Bruno Haible  <bruno@clisp.org>
33357
33358         * modules/gettext (configure.ac): Add an invocation of
33359         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33360
33361 2006-01-10  Bruno Haible  <bruno@clisp.org>
33362
33363         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33364         Reported by Werner Lemberg <wl@gnu.org>.
33365
33366 2006-01-10  Bruno Haible  <bruno@clisp.org>
33367
33368         * lib/localcharset.c: Update from GNU gettext.
33369
33370 2006-01-10  Bruno Haible  <bruno@clisp.org>
33371
33372         * lib/argp.h (__const): Remove macro. Use const instead.
33373         * lib/argp-fmtstream.h (__const): Likewise.
33374         * lib/glob_.h (__const): Remove macro.
33375         * lib/glob-libc.h: Use const instead of __const.
33376
33377 2006-01-10  Bruno Haible  <bruno@clisp.org>
33378
33379         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33380         variable.
33381         Needed to avoid an automake error regarding the 'gettext' module.
33382
33383 2006-01-09  Simon Josefsson  <jas@extundo.com>
33384
33385         * modules/inet_ntop (Depends-on): Add restrict.
33386
33387 2006-01-09  Simon Josefsson  <jas@extundo.com>
33388
33389         * modules/gc-rijndael-tests (License): Put under LGPL.
33390
33391         * modules/gc-des-tests (License): Likewise.
33392
33393         * modules/gc-arcfour-tests (License): Likewise.
33394
33395         * modules/gc-arctwo-tests (License): Likewise.
33396
33397         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33398
33399         * modules/gc-hmac-sha1-tests (Files): Likewise.
33400
33401         * modules/gc-hmac-md5-tests (License): Likewise.
33402
33403         * modules/gc-sha1-tests (License): Likewise.
33404
33405         * modules/gc-md5-tests (License): Likewise.
33406
33407         * modules/gc-md4-tests (License): Likewise.
33408
33409         * modules/gc-md2-tests (License): Likewise.
33410
33411         * modules/gc-tests (License): Likewise.
33412
33413         * modules/des-tests (License): Likewise.
33414
33415         * modules/md4-tests (License): Likewise.
33416
33417         * modules/md2-tests (License): Likewise.
33418
33419 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33420
33421         Sync from coreutils:
33422
33423         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
33424         * modules/lib-ignore: New file.
33425         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
33426         chdir-safer.m4, lchmod.m4.
33427         * modules/openat: Add mkdirat.c, openat-priv.h.
33428
33429 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33430
33431         Sync from coreutils.
33432         * m4/lib-ignore.m4: New file.
33433         * m4/lchmod.m4: New file.
33434
33435 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33436
33437         Sync from coreutils.
33438         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
33439         for write access: POSIX says that must fail.
33440         * lib/fts.c (diropen): Likewise.
33441         * lib/save-cwd.c (save_cwd): Likewise.
33442         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
33443         well, for minor improvements on hosts that lack O_DIRECTORY.
33444         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
33445         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
33446         Fall back on chown if open failed with EACCES.
33447
33448         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
33449         Report an error at compile-time if only a 1-second nominal clock
33450         resolution is found.
33451
33452         * lib/lchmod.h: New file.
33453         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
33454         (make_dir_parents): Use lchown rather than chown, and
33455         lchmod rather than chmod.
33456
33457         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
33458         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
33459         "proc" reported by n0dalus.
33460
33461         * lib/mountlist.c: Include <limits.h>.
33462         (dev_from_mount_options)
33463         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
33464         New function.  It no longer assumes "dev=" has the System V meaning
33465         on Linux (since it doesn't).  It also parses "dev=" more carefully.
33466         (read_file_system_list)
33467         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
33468         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
33469         dev= in that case.
33470
33471         * lib/posixtm.h (PDS_PRE_2000): New macro.
33472         * lib/posixtm.c (year): Arg is now syntax_bits rather than
33473         allow_century.  All usages changed.  Reject dates outside the range
33474         1969-1999 if PDS_PRE_2000 is used.
33475
33476 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33477
33478         Sync from coreutils.
33479         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
33480         (Time of day items): Mention the possibility of leap seconds.
33481         Problem reported by Dr. David Alan Gilbert.
33482
33483 2006-01-09  Jim Meyering  <jim@meyering.net>
33484
33485         Sync from coreutils.
33486
33487         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
33488
33489         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
33490
33491         * lib/modechange.c (mode_compile): Reject an invalid mode string
33492         that starts with an octal digit.  From Andreas Gruenbacher.
33493
33494         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
33495         and dup to open_safer and dup_safer, respectively.
33496         (openat_permissive): Fix typo in comment.
33497
33498         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
33499         "gettext.h"; either no longer needed or are guaranteed by openat.h.
33500         (_): Remove; no longer needed.
33501         (openat): Renamed from rpl_openat; no need for rpl_openat
33502         since openat.h renames openat for us.
33503         Replace most of the body with a call to openat_permissive,
33504         to avoid duplicate code.
33505         Port to (probably hypothetical) environments were mode_t is
33506         wider than int.
33507         (openat_permissive): Require mode arg, so that we can check
33508         types better.  Put it just after flags.  Change cwd failure
33509         indicator from pointer-to-bool to pointer-to-errno-value.
33510         All callers changed.
33511         Invoke openat_save_fail and/or openat_restore_fail if
33512         cwd_errno is null, so that openat can call us.
33513         (openat_permissive, fdopendir, fstatat, unlinkat):
33514         Simplify errno handling to avoid some duplicate code,
33515         as it's OK to set errno on success.
33516         * lib/openat.h: Revamp code so that function macros depend on
33517         __OPENAT_PREFIX only, not also on AT_FDCWD.
33518         (openat_ro): Remove.  Caller changed to use openat_permissive.
33519         (openat_permissive): Now a macro, if not a function.
33520         (openat_restore_fail, openat_save_fail): Now always functions,
33521         since mkdirat needs them even if __OPENAT_PREFIX is defined.
33522
33523         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
33524         and openat.c.
33525         * lib/mkdirat.c: Include openat-priv.h.
33526         Remove definitions of macros defined therein.
33527         * lib/openat.c: Likewise.
33528
33529         * lib/mkdirat.c (mkdirat): New file and function.
33530         * lib/openat.h (mkdirat): Declare.
33531
33532         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
33533
33534         * lib/openat.h (openat_permissive): Declare.
33535         (openat_ro): Define.
33536
33537         * lib/openat.c (EXPECTED_ERRNO): New macro.
33538         (openat_permissive): New function -- used in remove.c rewrite.
33539         (all functions): Set errno just before returning, only if there
33540         was an actual failure.
33541         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
33542
33543         Emulate openat-family functions using Linux's procfs, if possible.
33544         Idea and some code based on Ulrich Drepper's glibc changes.
33545
33546         * lib/openat.c: (BUILD_PROC_NAME): New macro.
33547         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
33548         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
33549         before falling back on save_cwd and restore_cwd.
33550         (fdopendir, fstatat, unlinkat): Likewise.
33551
33552         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
33553         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
33554
33555         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
33556         as second argument to va_arg.  Otherwise, some versions of gcc
33557         warn that `if this code is reached, the program will abort'.
33558
33559 2006-01-09  Jim Meyering  <jim@meyering.net>
33560
33561         Sync from coreutils.
33562         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
33563         Require openat-priv.h.
33564
33565 2006-01-09  Bruno Haible  <bruno@clisp.org>
33566
33567         * modules/strnlen (Include): Use strnlen.h.
33568
33569 2006-01-09  Bruno Haible  <bruno@clisp.org>
33570
33571         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
33572
33573 2006-01-09  Bruno Haible  <bruno@clisp.org>
33574
33575         * lib/sysexit_.h (EX_OK): New macro.
33576         Suggested by Martin Lambers <marlam@marlam.de>.
33577
33578 2006-01-09  Bruno Haible  <bruno@clisp.org>
33579
33580         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
33581         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
33582
33583 2006-01-09  Bruno Haible  <bruno@clisp.org>
33584
33585         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
33586         numbers.
33587
33588 2006-01-09  Bruno Haible  <bruno@clisp.org>
33589
33590         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
33591         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
33592         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
33593         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
33594
33595 2006-01-09  Bruno Haible  <bruno@clisp.org>
33596
33597         * build-aux/javacomp.sh.in: New file, moved from lib/.
33598         * modules/javacomp-script (Files): Update.
33599         (configure.ac): Add AC_CONFIG_FILES invocation.
33600         (EXTRA_DIST): Remove variable.
33601
33602         * build-aux/javaexec.sh.in: New file, moved from lib/.
33603         * modules/javaexec (Files): Update.
33604         (configure.ac): Add AC_CONFIG_FILES invocation.
33605         (EXTRA_DIST): Remove javaexec.sh.in.
33606
33607         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
33608         * modules/csharpcomp-script (Files): Update.
33609         (configure.ac): Add AC_CONFIG_FILES invocation.
33610         (EXTRA_DIST): Remove variable.
33611
33612         * build-aux/csharpexec.sh.in: New file, moved from lib/.
33613         * modules/csharpexec (Files): Update.
33614         (configure.ac): Add AC_CONFIG_FILES invocation.
33615         (EXTRA_DIST): Remove csharpexec.sh.in.
33616
33617 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33618
33619         Sync from coreutils.
33620
33621         Add POSIX ACL support
33622         * lib/acl.h (copy_acl, set_acl): Add declarations.
33623         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
33624         systems other than Linux.
33625         (chmod_or_fchmod): New function: use fchmod when possible,
33626         and chmod otherwise.
33627         (file_has_acl): Add a POSIX ACL implementation, with a
33628         Linux-specific subcase.
33629         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
33630         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
33631         acls are unsupported.
33632         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
33633         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
33634         are unsupported.
33635
33636 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33637
33638         Sync from coreutils.
33639         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
33640
33641 2006-01-07  Bruno Haible  <bruno@clisp.org>
33642
33643         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
33644         gl_EARLY.
33645
33646 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33647
33648         * lib/strftime.c (tzname): Don't declare if it is already #defined.
33649         Problem reported for Mingw by Mark Junker.
33650
33651 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33652
33653         * README: Gnulib normally doesn't generate a tarball.
33654
33655 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
33656
33657         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
33658         long int, not int, for nanosecond counts, so that people who are
33659         used to POSIX struct timespec won't be surprised.  Reported by Jim
33660         Meyering.
33661
33662 2005-12-28  Bruno Haible  <bruno@clisp.org>
33663
33664         * build-aux/config.rpath: Update from GNU gettext.
33665
33666 2005-12-16  Jim Meyering  <jim@meyering.net>
33667
33668         * modules/fprintftime: New module.
33669         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
33670
33671 2005-12-16  Jim Meyering  <jim@meyering.net>
33672
33673         * m4/fprintftime.m4: New file.
33674
33675 2005-12-16  Jim Meyering  <jim@meyering.net>
33676
33677         * lib/fprintftime.c, lib/fprintftime.h: New files.
33678
33679 2005-12-15  Simon Josefsson  <jas@extundo.com>
33680
33681         * modules/socklen (configure.ac): Fix M4 macro name, to align with
33682         new m4/socklen.m4.
33683
33684 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33685
33686         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
33687         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
33688
33689 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33690
33691         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
33692         * lib/argp-help.c (fill_in_uparams): Check if the constructed
33693         struct uparams is valid. Fall back to the default values if it is
33694         not.
33695
33696 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33697
33698         * modules/argp (Files): Add argp-pin.c
33699         (Depends-on): dirname
33700         (lib_SOURCES): Add argp-pin.c
33701
33702 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33703
33704         * m4/argp.m4:  Check if program_invocation_name and
33705         program_invocation_short_name are declared and define appropriate
33706         macros if they are not.
33707
33708 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33709
33710         * lib/argp-help.c (__argp_base_name): New function
33711         (__argp_short_program_name): Rewrite using __argp_base_name
33712         * lib/argp-namefrob.h: Define program_invocation_name and
33713         program_invocation_short_name if requested
33714         (__argp_base_name): Add prototype
33715         * lib/argp-parse.c (argp_def): Use gettext wrappers
33716         (argp_default_parser): Use __argp_base_name
33717         * lib/argp-pin.c: New file. Defines program_invocation_name and
33718         program_invocation_short_name on systems that lack them.
33719
33720 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33721
33722         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
33723         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33724         porting problem reported by Georg Schwarz in
33725         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33726
33727 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33728
33729         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
33730         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33731         porting problem reported by Georg Schwarz in
33732         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33733
33734 2005-12-05  Bruno Haible  <bruno@clisp.org>
33735
33736         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
33737         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
33738         Reported by Mark Junker <mjscod@gmx.de>.
33739
33740 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
33741
33742         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
33743         Use implementation from Albert Chin, with some
33744         comments/corrections by Stepan Kasal and myself.
33745
33746 2005-12-02  Bruno Haible  <bruno@clisp.org>
33747
33748         * gnulib-tool (func_import): Accept GPLed build tool modules when
33749         --lgpl is given.
33750         * modules/csharpcomp-script: New file.
33751         * modules/csharpcomp: Depend on it.
33752         * modules/javacomp-script: New file.
33753         * modules/javacomp: Depend on it.
33754         Suggested by Simon Josefsson.
33755
33756 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
33757
33758         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
33759         statement, to work around an HP-UX 10.20 compiler bug reported by
33760         Peter O'Gorman.
33761
33762 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33763
33764         * modules/savedir (Depends-on): Add openat.
33765
33766 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33767
33768         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
33769         (uintmax_t) [defined uintmax_t]: Do not declare.
33770         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
33771         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
33772         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
33773         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
33774         sake of portability to weird hosts that C allows (though we don't
33775         know of any practical examples).
33776
33777         * lib/savedir.h (fdsavedir): New decl.
33778         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
33779         contains most of the former guts of savedir.
33780         (savedir): Use savedirstream.
33781         Include "openat.h".
33782
33783 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33784
33785         * modules/obstack (Files): Add m4/ulonglong.m4.
33786         Problem reported by Davide Angelocola.
33787
33788 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
33789
33790         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
33791         coreutils no longer futzes with rounding modes.
33792
33793 2005-11-14  Jim Meyering  <jim@meyering.net>
33794
33795         * lib/mkstemp-safer.c: Include <config.h>, required for possible
33796         replacement of mkstemp.
33797
33798 2005-11-10  Simon Josefsson  <jas@extundo.com>
33799
33800         * lib/readline.c: Remove EOL.
33801
33802 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33803
33804         * modules/gethrxtime (Depends-on): Add gettime.
33805
33806 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33807
33808         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
33809         or gettimeofday; no longer needed.
33810
33811 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33812
33813         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
33814         time business.
33815         (gethrxtime) [! (HAVE_NANOUPTIME
33816         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
33817         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
33818         our own approximation.
33819
33820 2005-11-08  Eric Blake  <ebb9@byu.net>
33821
33822         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33823
33824 2005-11-08  Eric Blake  <ebb9@byu.net>
33825
33826         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33827
33828 2005-11-04  Bruno Haible  <bruno@clisp.org>
33829
33830         * gnulib-tool: Implement --update mode.
33831
33832 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33833
33834         Fix porting problem reported by Theodoros V. Kalamatianos.
33835         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
33836         Don't assume that futimes failing means we must fail.
33837
33838 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33839
33840         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
33841         variables to suggest the intended function of the PATH_MAX check.
33842
33843 2005-10-30  Kean Johnston  <jkj@sco.com>
33844
33845         Trivial changes to support SCO systems.
33846         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
33847         as PATH_MAX.
33848         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
33849         where __ptr is null when no I/O is pending.
33850
33851 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33852
33853         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
33854         leave errno alone.  Problem reported by Dmitry V. Levin.
33855
33856 2005-10-28  Simon Josefsson  <jas@extundo.com>
33857
33858         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
33859         Test more.
33860
33861         * tests/test-gc-md2.c, tests/test-md2.c: New files.
33862
33863         * modules/md2, modules/md2-tests: New files.
33864
33865 2005-10-28  Simon Josefsson  <jas@extundo.com>
33866
33867         * m4/inet_ntop.m4: More tests.
33868
33869         * m4/gc-md2.m4, md2.m4: New file.
33870
33871 2005-10-28  Simon Josefsson  <jas@extundo.com>
33872
33873         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
33874         "restrict" keywords, as per POSIX.  Protect the function
33875         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
33876         Don't use K&R prototypes.  Check the sprintf return values.
33877         Re-define EAFNOSUPPORT if not present.  Indent.
33878
33879         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
33880         suggested by Bruno Haible <bruno@clisp.org>.
33881
33882         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
33883
33884         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
33885
33886         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
33887         libgcrypt).
33888
33889         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
33890
33891         * lib/md2.h, lib/md2.c: New files.
33892
33893 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
33894
33895         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
33896         errno alone.  Problem reported by Frederic Jolliton.
33897
33898 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
33899
33900         * modules/verify (License): Change from GPL to LGPL.  This is a
33901         tiny module and there are apparently near-equivalents that are
33902         under the BSD license.
33903
33904 2005-10-24  Simon Josefsson  <jas@extundo.com>
33905
33906         * modules/sha1: Relicense to LGPL.
33907
33908 2005-10-24  Simon Josefsson  <jas@extundo.com>
33909
33910         * lib/md4.h: Shrink buffer size, now that we changed the type.
33911
33912 2005-10-23  Simon Josefsson  <jas@extundo.com>
33913
33914         * gnulib-tool (func_import): Fix --tests-base.
33915
33916 2005-10-22  Simon Josefsson  <jas@extundo.com>
33917
33918         * modules/arcfour (Depends-on): Need stdint.
33919
33920 2005-10-22  Simon Josefsson  <jas@extundo.com>
33921
33922         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
33923         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
33924
33925 2005-10-22  Simon Josefsson  <jas@extundo.com>
33926
33927         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
33928         suggested by Bruno Haible <bruno@clisp.org>.
33929
33930 2005-10-22  Simon Josefsson  <jas@extundo.com>
33931
33932         * lib/crc.h: Include stddef.h, for size_t.
33933
33934 2005-10-22  Simon Josefsson  <jas@extundo.com>
33935
33936         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
33937         arcfour_context struct (simplify test vector testing in GNU
33938         Shishi).
33939
33940 2005-10-21  Simon Josefsson  <jas@extundo.com>
33941
33942         * modules/des, modules/des-tests: New files.
33943
33944         * modules/gc-des, modules/gc-des-tests: New files.
33945
33946         * tests/test-des.c, tests/test-gc-des.c: New file.
33947
33948 2005-10-21  Simon Josefsson  <jas@extundo.com>
33949
33950         * modules/arctwo, modules/arctwo-tests: New files.
33951
33952         * tests/test-arctwo.c: New file.
33953
33954         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
33955
33956         * tests/test-gc-arctwo.c: New file.
33957
33958 2005-10-21  Simon Josefsson  <jas@extundo.com>
33959
33960         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
33961         Bruno Haible <bruno@clisp.org>.
33962
33963         * m4/gc-des.m4: New file.
33964
33965 2005-10-21  Simon Josefsson  <jas@extundo.com>
33966
33967         * m4/arctwo.m4: New file.
33968
33969         * m4/gc-arctwo.m4: New file.
33970
33971 2005-10-21  Simon Josefsson  <jas@extundo.com>
33972
33973         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
33974         block.
33975
33976 2005-10-21  Simon Josefsson  <jas@extundo.com>
33977
33978         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
33979         <bruno@clisp.org>.
33980
33981         * lib/hmac-sha1.c (hmac_sha1): Likewise.
33982
33983         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
33984         Bruno Haible <bruno@clisp.org>.
33985
33986         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
33987         <bruno@clisp.org>.
33988
33989 2005-10-21  Simon Josefsson  <jas@extundo.com>
33990
33991         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
33992
33993 2005-10-21  Simon Josefsson  <jas@extundo.com>
33994
33995         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
33996
33997 2005-10-21  Simon Josefsson  <jas@extundo.com>
33998
33999         * lib/des.h, lib/des.c: New files.
34000
34001         * lib/gc-gnulib.c: Support DES.c
34002
34003 2005-10-21  Simon Josefsson  <jas@extundo.com>
34004
34005         * lib/arctwo.h, lib/arctwo.c: New files.
34006
34007         * lib/gc-gnulib.c: Support ARCTWO.
34008
34009 2005-10-21  Simon Josefsson  <jas@extundo.com>
34010
34011         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
34012         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34013
34014 2005-10-21  Simon Josefsson  <jas@extundo.com>
34015
34016         * gnulib-tool (func_import, func_create_testdir): Define automake
34017         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
34018         Makefile.am snippet),
34019         suggested by Bruno Haible <bruno@clisp.org>.
34020
34021         * modules/gc (Makefile.am): Use it.
34022
34023 2005-10-21  Bruno Haible  <bruno@clisp.org>
34024
34025         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
34026         patch.
34027
34028 2005-10-19  Simon Josefsson  <jas@extundo.com>
34029
34030         * tests/test-gc-rijndael.c: New file.
34031
34032         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
34033
34034 2005-10-19  Simon Josefsson  <jas@extundo.com>
34035
34036         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
34037         interface too.
34038
34039 2005-10-19  Simon Josefsson  <jas@extundo.com>
34040
34041         * tests/test-gc-arcfour.c: New file.
34042
34043         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
34044
34045 2005-10-19  Simon Josefsson  <jas@extundo.com>
34046
34047         * modules/gc-md4, modules/gc-md4-tests: New file.
34048
34049         * tests/test-gc-md4.c: New file.
34050
34051 2005-10-19  Simon Josefsson  <jas@extundo.com>
34052
34053         * m4/gc-md4.m4: New file.
34054
34055 2005-10-19  Simon Josefsson  <jas@extundo.com>
34056
34057         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
34058         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
34059         <kasal@ucw.cz>.
34060
34061 2005-10-19  Simon Josefsson  <jas@extundo.com>
34062
34063         * m4/gc-arcfour.m4: New file.
34064
34065         * m4/gc-rijndael.m4: New file.
34066
34067 2005-10-19  Simon Josefsson  <jas@extundo.com>
34068
34069         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
34070
34071 2005-10-19  Simon Josefsson  <jas@extundo.com>
34072
34073         * lib/gc-gnulib.c: Support ARCFOUR.
34074
34075 2005-10-19  Simon Josefsson  <jas@extundo.com>
34076
34077         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
34078         support.
34079
34080         * lib/gc.h: Add ECB enum type.
34081
34082         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
34083
34084 2005-10-18  Simon Josefsson  <jas@extundo.com>
34085
34086         * tests/test-md5.c: New file.
34087
34088         * modules/md5-tests: New file.
34089
34090 2005-10-18  Simon Josefsson  <jas@extundo.com>
34091
34092         * tests/test-md4.c: New file.
34093
34094         * modules/md4, modules/md4-tests: New files.
34095
34096 2005-10-18  Simon Josefsson  <jas@extundo.com>
34097
34098         * m4/md4.m4: New file.
34099
34100 2005-10-18  Simon Josefsson  <jas@extundo.com>
34101
34102         * lib/md4.h, lib/md4.c: New files, based on md5.?.
34103
34104 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
34105
34106         * gnulib-tool (func_create_testdir): Omit the second check whether
34107         BUILT_SOURCES in nonempty.
34108
34109 2005-10-17  Simon Josefsson  <jas@extundo.com>
34110
34111         * tests/test-rijndael.c: New file.
34112
34113 2005-10-17  Simon Josefsson  <jas@extundo.com>
34114
34115         * modules/sha1: Depend on stdint instead of md5.
34116
34117         * modules/md5: Depend on stdint, remove uint32_t.
34118
34119 2005-10-17  Simon Josefsson  <jas@extundo.com>
34120
34121         * modules/gc-sha1-tests: New file.
34122
34123         * tests/test-gc-sha1.c: New file.
34124
34125 2005-10-17  Simon Josefsson  <jas@extundo.com>
34126
34127         * m4/md5.m4: Remove call to uint32_t.m4.
34128
34129 2005-10-17  Simon Josefsson  <jas@extundo.com>
34130
34131         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
34132
34133         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
34134         md5.h.
34135
34136         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
34137
34138         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
34139
34140 2005-10-17  Simon Josefsson  <jas@extundo.com>
34141
34142         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
34143
34144 2005-10-17  Simon Josefsson  <jas@extundo.com>
34145
34146         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
34147
34148 2005-10-17  Simon Josefsson  <jas@extundo.com>
34149
34150         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
34151
34152         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
34153
34154 2005-10-17  Bruno Haible  <bruno@clisp.org>
34155
34156         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
34157         that it can also be used in a test.
34158
34159 2005-10-16  Bruno Haible  <bruno@clisp.org>
34160
34161         * gnulib-tool (func_emit_tests_Makefile_am): Also define
34162         TESTS_ENVIRONMENT, so that individual tests can augment it.
34163
34164         * gnulib-tool (func_create_testdir): Use an intermediate target for
34165         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
34166         macros, like $(ALLOCA_H), which cannot be passed through the command
34167         line.
34168
34169 2005-10-15  Simon Josefsson  <jas@extundo.com>
34170
34171         * modules/rijndael-tests: New file.
34172
34173         * modules/rijndael: New file.
34174
34175 2005-10-15  Simon Josefsson  <jas@extundo.com>
34176
34177         * m4/rijndael.m4: New file.
34178
34179 2005-10-15  Simon Josefsson  <jas@extundo.com>
34180
34181         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
34182
34183         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
34184
34185 2005-10-14  Simon Josefsson  <jas@extundo.com>
34186
34187         * tests/test-arcfour.c: New file.
34188
34189         * modules/arcfour, modules/arcfour-tests: New files.
34190
34191 2005-10-14  Simon Josefsson  <jas@extundo.com>
34192
34193         * m4/arcfour.m4: New file.
34194
34195 2005-10-14  Simon Josefsson  <jas@extundo.com>
34196
34197         * lib/arcfour.h, lib/arcfour.c: New files.
34198
34199 2005-10-14  Roland McGrath  <roland@redhat.com>
34200
34201         Import from libc.  [BZ #1331]
34202         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
34203         macro argument.
34204         Reported by Matej Vela <vela@debian.org>.
34205
34206 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34207
34208         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
34209         include <wchar.h>; no longer needed.
34210
34211 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34212
34213         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
34214
34215 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
34216         and  Ulrich Drepper  <drepper@redhat.com>
34217
34218         Import from libc.
34219         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
34220         instead of inline stream orientation test and two separate
34221         function calls.  Pay no attention to USE_IN_LIBIO.
34222
34223 2005-10-13  Simon Josefsson  <jas@extundo.com>
34224
34225         * modules/gc-hmac-md5-tests: New file.
34226
34227         * tests/test-gc-hmac-sha1.c: New file.
34228
34229         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
34230
34231         * modules/gc-hmac-md5-tests: New file.
34232
34233         * tests/test-gc-md5.c: New file.
34234
34235         * modules/gc-md5-tests: New file.
34236
34237 2005-10-13  Simon Josefsson  <jas@extundo.com>
34238
34239         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
34240         Move memory allocation outside of loop.
34241
34242 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
34243
34244         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
34245         intermediate directory is in a read-only file system.  Problem
34246         reported by Eric Blake.
34247
34248 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
34249
34250         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
34251
34252 2005-10-12  Simon Josefsson  <jas@extundo.com>
34253
34254         * tests/test-hmac-sha1.c: New file.
34255
34256         * modules/hmac-sha1-tests: New file.
34257
34258         * modules/hmac-sha1: New file.
34259
34260 2005-10-12  Simon Josefsson  <jas@extundo.com>
34261
34262         * modules/gc-sha1: New file.
34263
34264 2005-10-12  Simon Josefsson  <jas@extundo.com>
34265
34266         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
34267
34268         * tests/test-gc-pbkdf2-sha1.c: New file.
34269
34270 2005-10-12  Simon Josefsson  <jas@extundo.com>
34271
34272         * modules/gc-md5, modules/gc-hmac-md5: New files.
34273
34274         * modules/gc (Files): Remove md5, memxor and hmac files.
34275
34276 2005-10-12  Simon Josefsson  <jas@extundo.com>
34277
34278         * m4/gc-pbkdf2-sha1.m4: New file.
34279
34280         * m4/gc-hmac-sha1.m4: New file.
34281
34282         * m4/gc-sha1: New file.
34283
34284         * m4/hmac-sha1.m4: New file.
34285
34286 2005-10-12  Simon Josefsson  <jas@extundo.com>
34287
34288         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
34289
34290         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
34291
34292 2005-10-12  Simon Josefsson  <jas@extundo.com>
34293
34294         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
34295         suggested by Bruno Haible <bruno@clisp.org>.
34296
34297 2005-10-12  Simon Josefsson  <jas@extundo.com>
34298
34299         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
34300
34301 2005-10-12  Simon Josefsson  <jas@extundo.com>
34302
34303         * lib/gc-pbkdf2-sha1.c: New file.
34304
34305         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
34306
34307 2005-10-12  Simon Josefsson  <jas@extundo.com>
34308
34309         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
34310
34311         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
34312
34313 2005-10-12  Simon Josefsson  <jas@extundo.com>
34314
34315         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
34316         GC_USE_HMAC_MD5, respectively.
34317
34318         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
34319         (gc_md5): Fix typo.
34320
34321         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
34322
34323         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
34324
34325         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34326
34327 2005-10-12  Bruno Haible  <bruno@clisp.org>
34328
34329         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34330         Reported by Stepan Kasal <kasal@ucw.cz>.
34331
34332 2005-10-11  Simon Josefsson  <jas@extundo.com>
34333
34334         * tests/test-crc.c: New file.
34335
34336         * modules/crc, modules/crc-tests: New files.
34337
34338 2005-10-11  Simon Josefsson  <jas@extundo.com>
34339
34340         * m4/crc.m4: New file.
34341
34342 2005-10-11  Simon Josefsson  <jas@extundo.com>
34343
34344         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34345
34346         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34347
34348         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34349
34350 2005-10-11  Simon Josefsson  <jas@extundo.com>
34351
34352         * lib/crc.h, lib/crc.c: New files.
34353
34354         * lib/gc.h (gc_hash_buffer): Add doc.
34355
34356 2005-10-11  Bruno Haible  <bruno@clisp.org>
34357
34358         * modules/c-strcasestr: New file.
34359         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34360
34361 2005-10-11  Bruno Haible  <bruno@clisp.org>
34362
34363         * modules/c-strcase: New file.
34364         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34365
34366 2005-10-11  Bruno Haible  <bruno@clisp.org>
34367
34368         * lib/strcasecmp.c: Include limits.h.
34369         (strcasecmp): Avoid integer overflow on exotic platforms.
34370         * lib/strncasecmp.c: Include limits.h.
34371         (strncasecmp): Avoid integer overflow on exotic platforms.
34372         Reported by Paul Eggert.
34373
34374 2005-10-11  Bruno Haible  <bruno@clisp.org>
34375
34376         * lib/c-strcasestr.h: New file, from GNU gettext.
34377         * lib/c-strcasestr.c: New file, from GNU gettext.
34378
34379 2005-10-11  Bruno Haible  <bruno@clisp.org>
34380
34381         * lib/c-strcase.h: New file, from GNU gettext.
34382         * lib/c-strcasecmp.c: New file, from GNU gettext.
34383         * lib/c-strncasecmp.c: New file, from GNU gettext.
34384
34385 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34386
34387         * modules/mempcpy (License): GPL -> LGPL.
34388         * modules/strchrnul (License): Likewise.
34389         * modules/sysexits (License): Likewise.
34390
34391 2005-10-08  Simon Josefsson  <jas@extundo.com>
34392
34393         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34394
34395 2005-10-07  Simon Josefsson  <jas@extundo.com>
34396
34397         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34398
34399 2005-10-06  Simon Josefsson  <jas@extundo.com>
34400
34401         * tests/test-hmac-md5.c: New file.
34402
34403         * modules/hmac-md5-tests: New file.
34404
34405         * modules/hmac-md5: New file.
34406
34407 2005-10-06  Simon Josefsson  <jas@extundo.com>
34408
34409         * m4/hmac-md5.m4: New file.
34410
34411         * m4/memxor.m4: Require gl_C_RESTRICT.
34412
34413 2005-10-06  Simon Josefsson  <jas@extundo.com>
34414
34415         * lib/memxor.c (memxor): Avoid casts and warnings.
34416
34417 2005-10-06  Simon Josefsson  <jas@extundo.com>
34418
34419         * lib/hmac-md5.c: New file.
34420
34421         * lib/hmac.h: New file.
34422
34423 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34424
34425         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
34426         promotes to int, not unsigned int, to catch the AIX 5.3
34427         compiler bug.
34428
34429 2005-10-05  Simon Josefsson  <jas@extundo.com>
34430
34431         * modules/memxor: New file.
34432
34433         * modules/iconv (Files): Move config.rpath to havelib, it is used
34434         there.
34435
34436         * modules/havelib (Files): Add config.rpath.
34437
34438 2005-10-05  Simon Josefsson  <jas@extundo.com>
34439
34440         * m4/memxor.m4: New file.
34441
34442 2005-10-05  Simon Josefsson  <jas@extundo.com>
34443
34444         * lib/memxor.c (memxor): Fix compiler error.
34445
34446         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
34447         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
34448
34449         * lib/memxor.h, lib/memxor.c: New files.
34450
34451         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
34452         we assume all systems have it, suggested by Jim Meyering
34453         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
34454         any systems lack sys/socket.h; mingw32 is known to lack it, but we
34455         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
34456         same reasons.
34457
34458 2005-10-05  Simon Josefsson  <jas@extundo.com>
34459
34460         * config/srclist.txt: Add glibc bug 1423 for md5.h.
34461
34462 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34463
34464         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
34465         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
34466         needed, since the source code now assumes these .h files.
34467
34468 2005-10-05  Derek Price  <derek@ximbiot.com>
34469
34470         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
34471
34472 2005-10-05  Bruno Haible  <bruno@clisp.org>
34473
34474         * modules/stdint (License): Change to LGPL.
34475
34476 2005-10-04  Simon Josefsson  <jas@extundo.com>
34477
34478         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
34479         D. Baushke" <mdb@gnu.org>.
34480
34481 2005-10-04  Bruno Haible  <bruno@clisp.org>
34482
34483         * lib/verify.h (verify_true): Provide alternative definition for C++.
34484
34485 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
34486
34487         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
34488         (SSIZE_MAX): New macro, if not already defined.
34489         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
34490         than 2 GiB.
34491
34492 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34493
34494         Sync from coreutils.
34495         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
34496         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
34497         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
34498         ULLONG_MAX doesn't work with 2.7.2.1.
34499
34500 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34501
34502         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
34503         From Ben Pfaff.
34504
34505         * modules/exclude (Depends-on): Depend on verify.
34506         * modules/strtoimax (Depends-on): Likewise.
34507         * modules/utimecmp (Depends-on): Likewise.
34508
34509 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34510
34511         * lib/exclude.c: Include verify.h.
34512         (verify): Remove.  All callers changed to use verify.h's version.
34513         * lib/strtoimax.c: Likewise.
34514         * lib/utimecmp.c: Likewis.e
34515
34516         Sync from coreutils.
34517         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
34518         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
34519         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
34520         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
34521         bother returning ENOSYS if settimeofday or stime fails; just let
34522         them return whatever errno they want to return.
34523         * lib/utimens.c: Include unistd.h, for dup2.
34524         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
34525         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
34526
34527 2005-10-02  Jim Meyering  <jim@meyering.net>
34528
34529         Sync from coreutils.
34530         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
34531         from glibc-2.2.5 that fails for read-only files.
34532
34533 2005-10-02  Jim Meyering  <jim@meyering.net>
34534
34535         Sync from coreutils.
34536         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
34537         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
34538         `#if HAVE_CONFIG_H'.
34539         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
34540         Remove AT_FDCWD test.
34541         Do not consume the fd unless successful.
34542         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
34543         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
34544         block, so that we don't even try to compile it if settimeofday is
34545         available.  This works around a compilation failure on OSF1 V5.1,
34546         due to stime requiring a `long int*' while tv_sec is `int'.
34547
34548 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
34549
34550         Sync from coreutils.
34551         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
34552         against `yes', rather than just testing for nonempty.
34553
34554 2005-10-01  Simon Josefsson  <jas@extundo.com>
34555
34556         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
34557         and Darwin.
34558
34559         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
34560         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
34561         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
34562         freeaddrinfo and gai_strerror are declared by the POSIX headers.
34563         Check if struct addrinfo is declared.
34564
34565 2005-10-01  Simon Josefsson  <jas@extundo.com>
34566
34567         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
34568         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
34569         AI_* and EAI_* definitions.  Protect function declarations.
34570
34571 2005-10-01  Jim Meyering  <jim@meyering.net>
34572
34573         Sync from coreutils.
34574
34575         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
34576         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
34577         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
34578         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34579         in the inet and nsl libraries.  Required on Solaris 5.7.
34580
34581 2005-10-01  Jim Meyering  <jim@meyering.net>
34582
34583         Sync from coreutils.
34584         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34585         in the inet and nsl libraries.  Required on Solaris 5.7.
34586
34587 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
34588
34589         * lib/getdelim.c (getdelim): Remove unused variables.
34590
34591 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34592
34593         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
34594         so that the code works even with ancient cpp.  Portability problem
34595         with GCC 2.7.2.1 reported by Thomas M.Ott.
34596
34597 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34598
34599         * modules/regex (Depends-on): Add strcase.
34600
34601         * modules/gethostname (Licence): Change from GPL to LGPL, since
34602         gethostname.c is a trivial implementation of a standard library
34603         function.
34604         * modules/poll (License): Change from GPL to LGPL, since it's
34605         derived from LGPL code.
34606
34607 2005-09-27  Jim Meyering  <jim@meyering.net>
34608
34609         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
34610         HAVE_CONFIG_H.
34611
34612         * lib/intprops.h (signed_type_or_expr__): Define.
34613         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
34614         for unsigned types.
34615
34616 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34617
34618         * lib/verify.h (verify_expr): Remove, replacing with:
34619         (verify_true): New macro that returns true instead of void.
34620         (verify_type__): Remove.
34621         (verify): Use verify_true rather than verify_type__.
34622
34623 2005-09-26  Bruno Haible  <bruno@clisp.org>
34624
34625         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
34626         is necessary.
34627         (lib_SOURCES): Remove mbchar.c.
34628         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
34629         (Files): Add m4/mbrtowc.m4.
34630         * modules/mbiter: Likewise.
34631         * modules/mbuiter: Likewise.
34632
34633 2005-09-26  Bruno Haible  <bruno@clisp.org>
34634
34635         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
34636         compile mbchar.c if they are not both present.
34637         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
34638         * m4/mbiter.m4 (gl_MBITER): Likewise.
34639         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
34640         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
34641         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
34642
34643 2005-09-25  Jim Meyering  <jim@meyering.net>
34644
34645         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
34646         also uses socklen_t.
34647
34648 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
34649
34650         * lib/utimens.c (ENOSYS): Define if not already defined.
34651         (futimens): Support having a null PATH if the file descriptor
34652         is nonnegative.
34653
34654         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
34655         Remove.
34656         (__attribute): Define to empty unless GCC 3.1 or later.
34657         This works around a core dump on OpenBSD 3.4, which has GCC
34658         2.95.3, which dumps core when given __attribute__(()).  It also
34659         simplifies other tests, since we really don't want to bother with
34660         worrying about which ancient version of GCC supported what.
34661         Original problem reported by Yoann Vandoorselaere, with part of
34662         the fix suggested by Derek Price.
34663
34664 2005-09-24  Jim Meyering  <jim@meyering.net>
34665
34666         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
34667         so we can once again use a positive bitfield width of 1 -- now we
34668         don't have to explain why we were using a bitfield width of 2.
34669
34670 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
34673         and similarly for the other external symbols.  Problem reported
34674         by James Gallager.
34675
34676         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
34677         bug reported by Jim Meyering.
34678
34679         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
34680         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
34681         not needed, since socklen is a prerequisite module.
34682
34683 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34684
34685         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
34686         Problem reported by Eric Blake.
34687         (getaddrinfo): Initialize se so that it's not garbage.
34688         Redo internal storage allocation so that it doesn't make unportable
34689         assumptions about alignment.
34690         Fix a memory leak.
34691
34692         * lib/utimens.c (futimens): Use futimesat if available.
34693         Prefer it to futimes since it doesn't have the futimes bug.
34694
34695         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
34696         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
34697         Instead, declare a function that returns a pointer to an array,
34698         and use verify_type__ to declare the size of the array.
34699         Problem and germ of a solution reported by Bruno Haible.
34700         (verify_type__): Use 2, not 1, for bitfield size, to avoid
34701         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
34702
34703 2005-09-23  Jim Meyering  <jim@meyering.net>
34704
34705         Sync from coreutils.
34706         Correct build failure (socklen_t not defined) on at least
34707         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
34708         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
34709
34710 2005-09-23  Jim Meyering  <jim@meyering.net>
34711
34712         * modules/getaddrinfo (Depends-on): Add socklen.
34713
34714 2005-09-23  Bruno Haible  <bruno@clisp.org>
34715
34716         * tests/test-verify.c: New file.
34717
34718 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34719
34720         Sync from coreutils.
34721
34722         * modules/argmatch (Depends-on): Add verify.
34723         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
34724         unistd-safer.
34725         * modules/save-cwd (Depends-on): Likewise.
34726
34727         * modules/openat (Files): Add lib/openat-die.c.
34728         (Depends-on): Remove error, exitfail.
34729         Add dirname.
34730
34731         * modules/verify: New file.
34732         * MODULES.html.sh (Diagnostics <assert.h>): New section,
34733         with "verify" module.
34734
34735 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34736
34737         Sync from coreutils.
34738
34739         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
34740         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
34741         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
34742         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
34743         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
34744         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
34745         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
34746         Don't bother checking for string.h, stdlib.h, unistd.h.
34747         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
34748         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
34749         module's job.
34750         * m4/jm-macros.m4 (gl_MACROS): Likewise.
34751         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
34752
34753         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
34754         (gl_GETDATE): Use it.
34755
34756         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
34757
34758 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34759
34760         Sync from coreutils.
34761
34762         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
34763         stat-time.h.
34764         * lib/argmatch.h: Include verify.h
34765         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
34766         (ARGMATCH_ASSERT): Remove; unused.
34767         * lib/canonicalize.c: Assume STDC_HEADERS.
34768         * lib/exclude.c: Include "strcase.h".
34769         * lib/regex_internal.h [!defined _LIBC]: Likewise.
34770         * lib/getusershell.c: Include stdio--.h rather than stdio.h
34771         and stdio-safer.h.
34772         (getusershell): Call fopen, not fopen_safer.
34773         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
34774         Do not include unistd-safer.h.
34775         (save_cwd): Don't call fd_safer; no longer needed
34776         now that we include fcntl--.h.
34777
34778         * lib/getdate.y (relative_time): New type.
34779         (RELATIVE_TIME_0): New constant.
34780         (parser_control): Use relative_time instead of doing it ourselves.
34781         (%union): Add new relative_time rel member.
34782         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
34783         Now typeless.
34784         (relunit, relunit_snumber): Now of type rel.
34785         (zone, rel, relunit, get_date): Adjust to above changes.
34786
34787         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
34788         Do not include unistd-safer.h.
34789         (getloadavg): Don't call fd_safer; no longer needed
34790         now that we include fcntl--.h.
34791
34792         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
34793         (make_dir_parents): Treat ENOSYS like EEXIST.
34794
34795         Improve quality of diagnostics on restore_cwd failure.
34796         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
34797         (make_dir_parents): Last arg is now int * (for errno), not bool *.
34798         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
34799         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
34800         each time through the loop.  Do not diagnose restore_cwd failure;
34801         that is the caller's job (and perhaps the caller does not care).
34802
34803         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
34804         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
34805         If the file already exists but is not a directory, don't bother
34806         to try to make its parents.
34807         Close potential file descriptor leak if we can't chdir("/") (!).
34808         Don't always return true if chdir($PWD) fails; return true only
34809         if the requested action was done successfully (except for the
34810         chdir($PWD)).
34811         Don't log final directory unless we actually made it.
34812         Refactor to avoid duplicate code to fix up permissions.
34813         Don't attempt to fix up parent permissions if chdir($PWD) fails.
34814
34815         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
34816         to make it a bit faster and (I hope) clearer.
34817         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
34818         Fix bug in formats like %2N.
34819
34820         * lib/verify.h: New file.
34821
34822 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34823
34824         Sync from coreutils.
34825         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
34826
34827 2005-09-22  Jim Meyering  <jim@meyering.net>
34828
34829         Sync from coreutils.
34830
34831         * m4/lstat.m4 (gl_FUNC_LSTAT):
34832         Use AC_LIBSOURCES to require lstat.c and lstat.h.
34833         Remove obsolete comment.
34834         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
34835         * m4/xstrtod.m4: Likewise.
34836
34837         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
34838
34839 2005-09-22  Jim Meyering  <jim@meyering.net>
34840
34841         Sync from coreutils.
34842
34843         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
34844
34845         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
34846         the .tm_year member, since otherwise gcc-4.0 would now warn about
34847         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
34848
34849         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
34850         order to avoid an unsuppressible warning from gcc on 64-bit systems.
34851
34852         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
34853         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
34854         when run in a time zone for which daylight savings time is in effect
34855         for the starting date.
34856
34857         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
34858         stop us from restricting permissions of just-created absolute-named
34859         directories.
34860         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
34861         to restore initial working directory.
34862         * lib/mkdir-p.c (make_dir_parents): New parameter:
34863         different_working_dir, to tell caller if/when we change the working
34864         directory and are unable to return to the initial one.
34865         * lib/mkdir-p.h (make_dir_parents): Update prototype.
34866         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
34867         `return false'.  This fixes a bug introduced on 2004-07-30.
34868
34869         * lib/openat.c (fdopendir): Be sure to close the supplied
34870         file descriptor before returning.  This makes our replacement
34871         implementation a little closer to Solaris's, where fdopendir
34872         ties the file descriptor to the returned DIR* pointer.
34873         * lib/openat.c (unlinkat): New function.
34874         * lib/openat.h (unlinkat): Add prototype.
34875         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
34876         (openat_restore_fail): Rename from openat_restore_die.
34877         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
34878
34879         Provide an alternative to exiting immediately upon save_cwd or
34880         restore_cwd failure.  Now, an application can arrange e.g.,
34881         to perform a longjump in that case.
34882         * lib/openat.c: Include dirname.h.
34883         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
34884         (rpl_openat, fdopendir, fstatat): Call openat_save_die
34885         and openat_restore_die rather than calling error directly.
34886         Don't include "error.h" or "exitfail.h"; they're no longer needed.
34887
34888         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
34889         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
34890         define.
34891
34892         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
34893         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
34894                             int utc, int nanoseconds);
34895         Background:
34896         date should not have to allocate a megabyte of virtual memory to
34897         handle a format argument like +%1048575T.  When implemented with
34898         strftime, it must allocate such a buffer, use strftime to fill it
34899         in, print it, then free it.
34900         With fprintftime, it simply prints everything and exits.
34901         With no need for memory allocation, that's one fewer way to fail.
34902         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
34903         optional field width, not before, so we accept %9:z, not %:9z.
34904         (my_strftime): Be sure to use L_('x') for literals.
34905
34906         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
34907         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
34908         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
34909         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
34910         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
34911         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
34912         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
34913         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
34914         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
34915         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
34916         * lib/xgethostname.c, lib/xreadlink.c:
34917         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
34918
34919         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
34920         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
34921         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
34922         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
34923         and don't include <sys/file.h>).
34924
34925 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
34926
34927         Sync from coreutils.
34928
34929         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
34930         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
34931         [!LDAV_DONE]: Avoid unused variable warning.
34932
34933 2005-09-21  Bruno Haible  <bruno@clisp.org>
34934
34935         * lib/unicodeio.h (unicode_to_mb): New declaration.
34936
34937 2005-09-20  Derek Price  <derek@ximbiot.com>
34938
34939         * lib/getaddrinfo.c: Don't include <netdb.h> included from
34940         getaddrinfo.h.
34941
34942 2005-09-20  Bruno Haible  <bruno@clisp.org>
34943
34944         * gnulib-tool: Remove trailing slashes from the values specified for
34945         --source-base, --m4-base, --tests-base, --aux-dir.
34946         Suggested by Simon Josefsson <jas@extundo.com>.
34947
34948 2005-09-20  Bruno Haible  <bruno@clisp.org>
34949
34950         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
34951         func_modules_to_filelist, func_import, func_create_testdir): Make all
34952         sorting results locale-independent, so that gnulib-cache.m4 doesn't
34953         change when gnulib-tool is invoked in a different locale.
34954
34955 2005-09-19  Simon Josefsson  <jas@extundo.com>
34956
34957         * m4/socklen.m4: Fix typo.
34958
34959 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34960
34961         Use a consistent style for including <config.h>.
34962         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
34963         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
34964         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
34965         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
34966         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
34967         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
34968         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
34969         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
34970         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
34971         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
34972         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
34973         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
34974         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
34975         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
34976         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
34977         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
34978         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
34979         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
34980         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
34981         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
34982         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
34983         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
34984         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
34985         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
34986         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
34987         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
34988         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
34989         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
34990         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
34991         lib/xstrtoumax.c, lib/yesno.c:
34992         Standardize inclusion of config.h.
34993         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
34994         lib/inttostr.h:  Removed inclusion of config.h from header files.
34995         * lib/inttostr.c:  Adjusted in-tree users.
34996         * lib/timespec.h: Remove superfluous warning to include config.h.
34997         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
34998         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
34999         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
35000         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
35001         config.h with HAVE_CONFIG_H.
35002
35003 2005-09-19  Jim Meyering  <jim@meyering.net>
35004
35005         * modules/pathmax (License): Change to LGPL.
35006
35007 2005-09-19  Derek Price  <derek@ximbiot.com>
35008
35009         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
35010
35011 2005-09-19  Bruno Haible  <bruno@clisp.org>
35012
35013         * gnulib-tool (import): Provide default for --tests-base.
35014
35015 2005-09-19  Bruno Haible  <bruno@clisp.org>
35016
35017         * doc/quote.texi: New file, extracted from gnulib.texi.
35018         * doc/ctime.texi: New file, extracted from gnulib.texi.
35019         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
35020         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
35021         * doc/gnulib.texi: Include them.
35022
35023 2005-09-18  Bruno Haible  <bruno@clisp.org>
35024
35025         Portability fix.
35026         * gnulib-tool (func_readlink): New function.
35027         (func_ln_if_changed): Use it.
35028
35029 2005-09-18  Bruno Haible  <bruno@clisp.org>
35030
35031         * gnulib-tool: Support --with-tests also with --import.
35032         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
35033         (func_import): Use variables $testsbase and $inctests. Emit a
35034         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
35035         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
35036         SUBDIRS += $testsdir.
35037         (func_create_testdir): Update.
35038
35039 2005-09-18  Bruno Haible  <bruno@clisp.org>
35040
35041         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
35042         instead of $dry_run.
35043         (func_cp_if_changed, func_mv_if_changed): Remove functions.
35044         (func_ln_if_changed): Don't handle dry-run here.
35045         (func_import): In dry-run mode, detect more precisely which actions
35046         would be performed, and don't use "...ing" verbs.
35047
35048 2005-09-18  Bruno Haible  <bruno@clisp.org>
35049
35050         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
35051         (func_import): Use join on two temporary files instead of three nested
35052         loops, in order to determine which files are new or old.
35053
35054 2005-09-18  Bruno Haible  <bruno@clisp.org>
35055
35056         * gnulib-tool (func_import): Comment out code that spits out the
35057         new files with --dry-run.
35058
35059 2005-09-18  Bruno Haible  <bruno@clisp.org>
35060
35061         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
35062
35063 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35064
35065         * lib/stat-time.h: New file.
35066         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
35067         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
35068         in a different way.
35069         (timespec_cmp): New function.
35070         * lib/utimecmp.c: Include stat-time.h.
35071         (SYSCALL_RESOLUTION): Depend on whether various struct stat
35072         members exist, not on the obsolescent ST_MTIM_NSEC.
35073         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
35074
35075 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35076
35077         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
35078
35079 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35080
35081         * MODULES.html.sh (File system functions): Add stat-time.
35082         * modules/stat-time: New file.
35083         * modules/timespec (Files): Remove m4/st_mtim.m4; this
35084         is now done in a different way, by the stat-time module.
35085         * modules/utimecmp (Depends-on): Add stat-time.
35086
35087 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35088
35089         * m4/st_mtim.m4: Remove.  Superseded by...
35090         * m4/stat-time.m4: New file.
35091         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
35092         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
35093
35094 2005-09-15  Derek Price  <derek@ximbiot.com>
35095
35096         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
35097
35098 2005-09-15  Derek Price  <derek@ximbiot.com>
35099
35100         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
35101         * lib/regex_internal.c: Ditto, using this...
35102         (__GNUC_PREREQ): ...new macro.
35103         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
35104         using...
35105         (__GNUC_PREREQ): ...this new macro.
35106
35107         * lib/strstr.h: Include string.h. Define strstr as a macro here.
35108
35109 2005-09-15  Derek Price  <derek@ximbiot.com>
35110             Paul Eggert  <eggert@cs.ucla.edu>
35111
35112         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
35113         changes, consolidating in...
35114         * lib/regex_internal.h: ...this file.
35115
35116 2005-09-13  Jim Meyering  <jim@meyering.net>
35117
35118         * lib/canon-host.c: Filter through gnu indent and reword comments
35119         slightly.
35120         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
35121
35122 2005-09-13  Derek Price  <derek@ximbiot.com>
35123
35124         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
35125         failure.
35126         Reported by Jim Meyering  <jim@meyering.net>.
35127
35128 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35129
35130         * lib/base64.c: Typo.
35131         (base64_encode): Put b64str in initialized data section.
35132
35133 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
35134
35135         Merge glibc and coreutils changes into gnulib, plus a few
35136         extra fixes.
35137         * lib/md5.c: Use #error rather than a string.
35138         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
35139         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
35140         (__attribute__): Define to empty for non recent-GCC.
35141         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
35142         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
35143         Renamed from their non-__ counterparts, with new macros replacing
35144         them if not _LIBC.  Add __THROW attribute.
35145         (rol): Remove.
35146         (struct md5_ctx): Align buffer if using GCC.
35147         * lib/sha1.h (struct sha1_ctx): Likewise.
35148         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
35149         The old name was backwards.
35150         (NOTSWAP): Remove; not used.
35151         (rol): New macro, moved here from md5.h.
35152         (sha1_process_block): Remove a FIXME that doesn't make sense.
35153
35154 2005-09-12  Derek Price  <derek@ximbiot.com>
35155
35156         Return usable errors from canon-host.
35157         * lib/canon-host.h: New file.
35158         * lib/canon-host.c (canon_host): Wrap...
35159         (canon_host_r): ...this new function, which now relies exclusively on
35160         getaddrinfo.
35161         (ch_strerror): New function.
35162         (last_cherror): New global.
35163         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
35164         interface.
35165         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
35166         void *.
35167         (freeaddrinfo): Free ai->ai_canonname when set.
35168
35169 2005-09-12  Derek Price  <derek@ximbiot.com>
35170
35171         Make canon-host require getaddrinfo.
35172         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
35173         AC_LIBSOURCE canon-host.h.  Call...
35174         (gl_PREREQ_CANON_HOST): ...this new function, which requires
35175         gl_GETADDRINFO.
35176         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
35177
35178 2005-09-12  Derek Price  <derek@ximbiot.com>
35179
35180         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
35181         LGPL.
35182         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
35183
35184 2005-09-12  Derek Price  <derek@ximbiot.com>
35185
35186         * lib/gai_strerror.c: Include config.h when available.  Include
35187         getaddrinfo.h before other headers to test interface.
35188         Reported by Larry Jones <lawrence.jones@ugs.com>.
35189
35190 2005-09-12  Derek Price  <derek@ximbiot.com>
35191             Paul Eggert  <eggert@cs.ucla.edu>
35192
35193         * modules/glob (Files): Add glob-libc.h.
35194
35195 2005-09-12  Derek Price  <derek@ximbiot.com>
35196             Paul Eggert  <eggert@cs.ucla.edu>
35197
35198         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
35199         glob_.h, glob-libc.h.
35200         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
35201
35202 2005-09-12  Derek Price  <derek@ximbiot.com>
35203             Paul Eggert  <eggert@cs.ucla.edu>
35204
35205         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
35206         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
35207         protecting things that should be done only in gnulib contexts.
35208         * lib/glob_.h: New file, containing only the glob things needed for
35209         gnulib.
35210         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
35211         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
35212         (glob, globfree, glob_pattern_p): Now defined simply in terms of
35213         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
35214         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
35215         and to respect the namespace rules better.
35216
35217 2005-09-08  Simon Josefsson  <jas@extundo.com>
35218
35219         * modules/socklen: New file.
35220
35221 2005-09-08  Simon Josefsson  <jas@extundo.com>
35222
35223         * m4/socklen.m4: New file.
35224
35225 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35226
35227         * modules/utimens (Files): Add m4/utimbuf.m4, since
35228         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
35229         Reported by Sergey Poznyakoff.
35230
35231 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35232
35233         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
35234         definitions, since that's the preferred style in glibc.
35235         Fix a minor spacing issue, and update copyright notice to match
35236         glibc's.
35237
35238 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35239
35240         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
35241
35242 2005-09-06  Simon Josefsson  <jas@extundo.com>
35243
35244         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
35245         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
35246
35247 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35248
35249         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
35250         warning.
35251
35252 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35253
35254         * config/srclist.txt: Add glibc bug 1302.
35255
35256 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
35257
35258         Change bitset word type from unsigned int to unsigned long int,
35259         as this has better performance on typical 64-bit hosts.
35260         Port bitset code to hosts with unusual word sizes.
35261         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
35262         (build_collating_symbol):
35263         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
35264         argument is a bitset.  This is merely a style issue, but it makes
35265         it clearer that an entire array is expected.
35266         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
35267         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
35268         Port to the case where bitset_word is not the same as unsigned int.
35269         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35270         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
35271         Likewise.
35272         * lib/regexec.c (check_dst_limits_calc_pos_1,
35273         check_subexp_matching_top):
35274         (build_trtable, group_nodes_into_DFAstates):
35275         Likewise.
35276         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
35277         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
35278         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
35279         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
35280         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
35281         * lib/regcomp.c (optimize_subexps, lower_subexp):
35282         Work even if bitset_word has holes in its bitwise representation.
35283         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
35284         * lib/regexec.c (check_dst_limits_calc_pos_1,
35285         check_subexp_matching_top):
35286         Likewise.
35287         * lib/regex_internal.c (re_string_reconstruct):
35288         Don't assume UCHAR_MAX == 255.
35289         * lib/regex_internal.h (bitset_set_all): Likewise.
35290         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
35291         All uses changed.
35292         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
35293         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
35294         All uses changed.
35295         (BITSET_WORD_MAX): New macro.
35296         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
35297         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
35298         (bitset_empty, bitset_copy):
35299         Prefer sizeof (bitset) to multiplying it out ourselves.
35300         (bitset_not_merge): Remove; unused.
35301         (bitset_contain): Return bool, not unsigned int with one bit on.
35302         All callers changed.
35303         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
35304         alignment than re_node_set; do this by defining a new internal
35305         type struct dests_alloc and using it to allocate memory.
35306
35307 2005-09-05  Bruno Haible  <bruno@clisp.org>
35308
35309         * gnulib-tool (func_import): Fix comparison in handling of symbolic
35310         links.
35311
35312 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
35313
35314         * modules/size_max (Makefile.am): Add size_max.h
35315
35316 2005-09-04  Derek Price  <derek@ximbiot.com>
35317
35318         * gnulib-tool (func_import): Fix reversed $symbolic logic.
35319
35320 2005-09-03  Simon Josefsson  <jas@extundo.com>
35321
35322         * gnulib-tool: Fix typo.
35323
35324 2005-09-03  Simon Josefsson  <jas@extundo.com>
35325
35326         * config/srclist.txt: Add glibc bug 1293.
35327
35328 2005-09-03  Derek Price  <derek@ximbiot.com>
35329
35330         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35331         From Larry Jones <lawrence.jones@ugs.com>.
35332
35333 2005-09-02  Simon Josefsson  <jas@extundo.com>
35334
35335         * modules/socklen: New file.
35336
35337 2005-09-02  Simon Josefsson  <jas@extundo.com>
35338
35339         * modules/havelib: New module.
35340
35341         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35342         Use havelib.
35343
35344 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35345
35346         Check for arithmetic overflow when calculating sizes, to prevent
35347         some buffer-overflow issues.  These patches are conservative, in the
35348         sense that when I couldn't determine whether an overflow was possible,
35349         I inserted a run-time check.
35350         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35351         macros.
35352         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35353         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35354         (re_xnrealloc, re_x2nrealloc): New inline functions.
35355         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35356         parse_bracket_exp):
35357         (build_equiv_class, build_charclass): Check for arithmetic overflow
35358         in size expression calculations.
35359         * lib/regex_internal.c (re_string_realloc_buffers):
35360         (build_wcs_upper_buffer, re_node_set_add_intersect):
35361         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35362         (re_dfa_add_node, register_state): Likewise.
35363         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35364         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35365         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35366         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35367
35368 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35369
35370         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35371         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35372
35373 2005-09-02  Bruno Haible  <bruno@clisp.org>
35374
35375         Support for lib vs. lib64 distinction on biarch platforms.
35376         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35377         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35378         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35379
35380 2005-09-02  Bruno Haible  <bruno@clisp.org>
35381
35382         * gnulib-tool (import): In the other first-use case, provide defaults
35383         as well.
35384
35385 2005-09-02  Bruno Haible  <bruno@clisp.org>
35386
35387         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35388         patches not yet found in the latest gettext release.
35389
35390 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35391
35392         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35393         to avoid a collision with bits/local_lim.h in glibc.
35394         All uses changed.  Problem reported by Dmitry V. Levin in
35395         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35396
35397         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35398         bugs in int versus size_t comparisons.
35399         (re_string_context_at): Fix bug where the code assumed that
35400         Idx is signed.
35401
35402         Use bool where appropriate.
35403         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35404         All callers changed.
35405         (calc_eclosure_iter): Likewise, for ROOT arg.
35406         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35407         (build_charclass_op): Likewise, for NON_MATCH arg.
35408         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35409         (re_string_construct_common): Likewise, for ICASE arg.
35410         * lib/regexec.c (re_search_2_stub, re_search_stub):
35411         Likewise, for RET_LEN arg.
35412         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35413         (set_regs): Likewise, for FL_BACKTRACK arg.
35414         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35415         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35416         (calc_eclosure_iter, parse_bracket_exp):
35417         Use bool for internal variables that are booleans.
35418         * lib/regexec.c (re_search_internal, check_matching,
35419         proceed_next_node):
35420         (set_regs, build_sifted_states, sift_states_bkref):
35421         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35422         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35423         (find_collation_sequence_value):
35424         Likewise.
35425         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
35426         (re_node_set_compare):
35427         Return bool, not int. All callers changed.
35428         * lib/regexec.c (check_halt_node_context, check_dst_limits):
35429         (build_trtable, check_node_accept): Likewise.
35430         * lib/regex_internal.h: Include stdbool.h.
35431
35432         Fix bugs uncovered when converting to bool.
35433         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
35434         failure instead of charging ahead blindly.
35435         * lib/regex_internal.c (register_state): Likewise.
35436         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
35437         for freeing internal storage.
35438         (group_nodes_into_DFA_states): Use unsigned int, not int, for
35439         bitset pieces used as boolean, to avoid undefined behavior
35440         on hosts that do int overflow checking.
35441
35442 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35443
35444         * config/srclist.txt: Add glibc bugs 1285-1287.
35445
35446 2005-09-01  Jim Meyering  <jim@meyering.net>
35447
35448         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
35449         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
35450         Require gl_STAT_MACROS, too.
35451
35452 2005-09-01  Bruno Haible  <bruno@clisp.org>
35453
35454         * gnulib-tool (import): In the first-use case, provide defaults.
35455
35456 2005-09-01  Bruno Haible  <bruno@clisp.org>
35457
35458         * gnulib-tool (func_import): Remove the .tmp files.
35459
35460 2005-09-01  Bruno Haible  <bruno@clisp.org>
35461
35462         * gnulib-tool (func_import): Fix handling of symbolic links.
35463
35464 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35465
35466         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
35467         old glibc regex code mishandles strings longer than 2**31 bytes.
35468         This patch fixes this when the regex code is used in gnulib
35469         (i.e., outside glibc).
35470
35471         This patch should not affect the use of the regex code inside
35472         glibc.  No doubt this problem also needs to be handled for glibc
35473         as well, but the result will be an incompatible change to the
35474         glibc ABI, and the old ABI will have to be supported too.  That
35475         can be the the subject for another patch.
35476
35477         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
35478         governing whether the rest of this patch is active.  By default,
35479         the macro is disabled and the patch has no effect.
35480         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
35481         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
35482         (struct re_pattern_buffer, re_search, re_search_2, re_match):
35483         (re_match_2, re_set_registers): Use the new types.
35484         * lib/regex_internal.h (Idx, re_hashval_t): New types.
35485         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
35486         New macros.
35487         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
35488         (re_string_context_at, bin_tree_t, re_dfastate_t):
35489         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
35490         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
35491         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
35492         (re_string_char_size_at, re_string_wchar_at):
35493         (re_string_elem_size_at):
35494         Use the new types and macros to port to 64-bit hosts.
35495         Use unsigned types for internal values, so that the code
35496         mostly works even for arrays larger than SSIZE_MAX.
35497         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
35498         (search_duplicated_node, calc_eclosure_iter, fetch_number):
35499         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
35500         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
35501         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
35502         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
35503         (calc_inveclosure, parse_dup_op, build_range_exp):
35504         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
35505         (fetch_number, create_token_tree, mark_opt_subexp):
35506         Likewise.
35507         * lib/regex_internal.c (re_string_construct_common,
35508         create_ci_newstate):
35509         (create_cd_newstate, re_string_allocate, re_string_construct):
35510         (re_string_realloc_buffers, build_wcs_upper_buffer):
35511         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35512         (re_string_reconstruct, re_string_peek_byte_case):
35513         (re_string_fetch_byte_case, re_string_context_at):
35514         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35515         (re_node_set_init_copy, re_node_set_add_intersect):
35516         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35517         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35518         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35519         (re_acquire_state, re_acquire_state_context, register_state):
35520         Likewise.
35521         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
35522         search_cur_bkref_entry):
35523         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
35524         (re_search_internal, re_search_2_stub, re_search_stub)
35525         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
35526         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
35527         (update_cur_sifted_state, check_dst_limits):
35528         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35529         (check_subexp_limits, sift_states_bkref, merge_state_array):
35530         (check_subexp_matching_top, get_subexp, get_subexp_sub):
35531         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
35532         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35533         (expand_bkref_cache, check_node_accept_bytes):
35534         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
35535         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
35536         (acquire_init_state_context, check_halt_node_context):
35537         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
35538         (sift_states_backward, clean_state_log_if_needed):
35539         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
35540         (find_recover_state, transit_state_sb, transit_state_mb):
35541         (transit_state_bkref, build_trtable, match_ctx_clean):
35542         Likewise.
35543         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
35544         to work around an assumption that REG_MISSING is negative.
35545
35546         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
35547         (seek_collating_symbol_entry) [defined _LIBC]:
35548         (lookup_collation_sequence_value) [defined _LIBC]:
35549         (build_range_exp, build_collating_symbol) [defined _LIBC]:
35550         Use prototypes rather than old-style function definitions.
35551         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
35552         (transit_state_sb) [0]:
35553         (find_collation_sequence_value) [defined _LIBC]: Likewise.
35554
35555         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
35556         rm_eo.
35557
35558         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
35559         (optimize_subexps, lower_subexp):
35560         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
35561         since the signed shift might overflow.  Use 1u<<31 instead.
35562         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35563         Likewise.
35564         * lib/regexec.c (check_dst_limits_calc_pos_1,
35565         check_subexp_matching_top): Likewise.
35566
35567         * lib/regcomp.c (optimize_subexps, lower_subexp):
35568         Use CHAR_BIT rather than 8, for clarity.
35569         * lib/regexec.c (check_dst_limits_calc_pos_1):
35570         (check_subexp_matching_top): Likewise.
35571         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
35572         have to worry about portability issues when shifting it left.
35573         Remove no-longer-needed test for table_size > 0.
35574         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
35575         in a word, as the resulting behavior is undefined.
35576         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
35577         in one case, a <= should have been an <, and in another case the
35578         whole test was missing.
35579         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
35580         the standard name CHAR_BIT.
35581         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
35582         this is not true on one's complement and signed-magnitude hosts.
35583
35584         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
35585         next_last_offset.
35586         (struct re_dfa_t): Remove unused member states_alloc.
35587         * lib/regcomp.c (init_dfa): Don't initialize unused members.
35588
35589 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35590
35591         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
35592         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
35593         and large-file glibc and in 32-bit large-file Solaris.
35594
35595 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35596
35597         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
35598         lengths fit in regoff_t; this isn't true if regoff_t is the same
35599         width as size_t.
35600         * lib/regex.c (re_search_internal): 5th arg is LAST_START
35601         (= START + RANGE) instead of RANGE.  This avoids overflow
35602         problems when regoff_t is the same width as size_t.
35603         All callers changed.
35604         (re_search_2_stub): Check for overflow when adding the
35605         sizes of the two strings.
35606         (re_search_stub): Check for overflow when adding START
35607         to RANGE; if it occurs, substitute the extreme value.
35608
35609 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35610
35611         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
35612
35613 2005-08-31  Jim Meyering  <jim@meyering.net>
35614
35615         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
35616         a pointer-to-const.
35617         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
35618         (register_state): Likewise.
35619         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
35620         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35621         (group_nodes_into_DFAstates): Likewise.
35622
35623 2005-08-31  Jim Meyering  <jim@meyering.net>
35624
35625         * check-module: Add a FIXME comment.
35626
35627 2005-08-31  Eric Blake  <ebb9@byu.net>
35628
35629         * modules/unistd-safer (Files): Add unistd--.h.
35630         * modules/stdio-safer (Files): Add stdio--.h.
35631
35632 2005-08-31  Derek Price  <derek@ximbiot.com>
35633
35634         * lib/getdelim.c (getdelim): Return EOF on EOF.
35635         Reported by Larry Jones <lawrence.jones@ugs.com>.
35636
35637 2005-08-31  Bruno Haible  <bruno@clisp.org>
35638
35639         Avoid unnecessary diffs in the generated lib/Makefile.am.
35640         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
35641         the generated files.
35642         (func_import): Don't set cmd.
35643
35644 2005-08-31  Bruno Haible  <bruno@clisp.org>
35645
35646         * lib/strstr.c: Include <stddef.h>, for NULL.
35647         * lib/strcasestr.c: Likewise.
35648         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35649
35650 2005-08-31  Bruno Haible  <bruno@clisp.org>
35651
35652         * gnulib-tool: New option --macro-prefix.
35653         (func_import): Use macro_prefix.
35654         (import): Handle option --macro-prefix.
35655
35656 2005-08-31  Bruno Haible  <bruno@clisp.org>
35657
35658         * gnulib-tool (import): Rename most ac_* variables to cached_*.
35659         Also use new variables cached_lgpl, cached_libtool.
35660
35661 2005-08-31  Bruno Haible  <bruno@clisp.org>
35662
35663         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
35664         always instantiating them.
35665
35666 2005-08-31  Bruno Haible  <bruno@clisp.org>
35667
35668         * gnulib-tool (func_import): Read the previous cached settings
35669         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
35670         earlier added by gnulib but are now dropped. Warn when a gnulib file
35671         overwrites a non-gnulib file.
35672
35673 2005-08-31  Bruno Haible  <bruno@clisp.org>
35674
35675         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
35676         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
35677         projects that don't keep autogenerated files in CVS. Put into
35678         actioncmd only the specified modules, not the transitive closure.
35679
35680 2005-08-31  Bruno Haible  <bruno@clisp.org>
35681
35682         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
35683         Create directories that shall be filled.
35684         (import): Don't look for gl_* macros in configure.ac. Recurse across
35685         all directories containing a gnulib-cache.m4 files, if meaningful.
35686
35687 2005-08-31  Bruno Haible  <bruno@clisp.org>
35688
35689         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
35690         (import): Set seen_libtool when we see gl_LIBTOOL.
35691
35692 2005-08-31  Bruno Haible  <bruno@clisp.org>
35693
35694         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
35695         declaration macro definitions from generated gnulib.m4.
35696
35697 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
35698
35699         * lib/iconvme.h: Add prototype for iconv_alloc.
35700
35701 2005-08-29  Simon Josefsson  <jas@extundo.com>
35702
35703         * lib/iconvme.c: Fix errno.
35704
35705 2005-08-29  Bruno Haible  <bruno@clisp.org>
35706
35707         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
35708         that it works when the directory contains spaces.
35709
35710 2005-08-29  Bruno Haible  <bruno@clisp.org>
35711
35712         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
35713
35714 2005-08-29  Bruno Haible  <bruno@clisp.org>
35715
35716         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
35717         Emit more advice.
35718
35719 2005-08-29  Bruno Haible  <bruno@clisp.org>
35720         and Stepan Kasal  <kasal@ucw.cz>
35721
35722         * check-module: If more parameters are given, check each of them
35723         separately; add more exceptions, as noted by Jim Meyering.
35724         (check_module): New procedure.
35725         (%exempt_header): Now contains all exceptions.
35726
35727 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
35728
35729         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
35730
35731 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35732
35733         * lib/iconvme.c: Split iconv_string into iconv_alloc.
35734
35735 2005-08-28  Bruno Haible  <bruno@clisp.org>
35736
35737         * m4/gnulib-tool.m4: New file.
35738
35739 2005-08-27  Jim Meyering  <jim@meyering.net>
35740
35741         * modules/unistd-safer (Files): Add pipe-safer.c.
35742         * modules/fcntl-safer (Files): Add creat-safer.c.
35743
35744 2005-08-27  Jim Meyering  <jim@meyering.net>
35745
35746         * m4/stdlib-safer.m4: New file.  From coreutils.
35747         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
35748         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
35749         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
35750         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
35751         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
35752
35753 2005-08-27  Jim Meyering  <jim@meyering.net>
35754
35755         * lib/fopen-safer.c: Merge minor changes from coreutils.
35756         * lib/dup-safer.c: Likewise.
35757         * lib/fd-safer.c: Likewise.
35758
35759         Merge from coreutils.
35760         * lib/stdio--.h: New file.
35761         * lib/stdlib--.h: New file.
35762         * lib/mkstemp-safer.c: New file.
35763
35764         GNU tar needs these.
35765         * lib/pipe-safer.c: New file.
35766         * lib/creat-safer.c: New file.
35767         * lib/fcntl--.h (creat): Define to creat_safer.
35768         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
35769         * lib/unistd--.h (pipe): Define to pipe_safer.
35770         * lib/unistd-safer.h: Declare pipe_safer.
35771
35772 2005-08-26  Simon Josefsson  <jas@extundo.com>
35773
35774         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
35775         Haible <bruno@clisp.org>.
35776
35777 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
35778
35779         * lib/regex_internal.h: Remove all references to
35780         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
35781         or better.
35782         (bitset_not, bitset_merge, bitset_not_merge):
35783         (bitset_mask, re_string_allocate, re_string_construct):
35784         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
35785         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
35786         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
35787         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
35788         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35789         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35790         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
35791         (re_acquire_state_context):
35792         Remove unnecessary forward decls.
35793         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
35794         Put __attribute at function definition,
35795         now that the function decl has been removed.
35796         * lib/regex_internal.c (re_string_peek_byte_case):
35797         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
35798         Likewise.
35799
35800 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
35801
35802         * m4/regex.m4: Add AC_PREREQ(2.50).
35803         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
35804
35805 2005-08-25  Simon Josefsson  <jas@extundo.com>
35806
35807         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
35808         __fsetlocking.
35809
35810 2005-08-25  Simon Josefsson  <jas@extundo.com>
35811
35812         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
35813         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
35814         GLIBC specific code.
35815
35816 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35817
35818         Make regex safe for g++.  This fixes one real bug (an "err"
35819         that should have been "*err").  g++ problem reported by
35820         Sam Steingold.
35821         * lib/regex_internal.h (re_calloc): New macro, consistent with
35822         re_malloc etc.  All callers of calloc changed to use re_calloc.
35823         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
35824         not int.  All callers changed.
35825         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
35826         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
35827         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
35828         (find_recover_state): Change "err" to "*err"; this fixes what
35829         appears to be a real bug.
35830         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
35831         versus int.
35832
35833 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35834
35835         * modules/regex (Depends-on): Add malloc, since the code
35836         assumes that !malloc(0) means failure.
35837
35838 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35839
35840         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
35841
35842         alloca modernization/simplification for regex.
35843         * lib/regex.c: Remove portability cruft for alloca.  This no longer
35844         needs to be at the start of the file, and can be moved into
35845         regex_internal.h and simplified.
35846         * lib/regex_internal.h: Include <alloca.h>.
35847         (__libc_use_alloca) [!defined _LIBC]: New macro.
35848         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
35849         now works outside glibc.
35850
35851 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35852
35853         * config/srclist.txt: Add glibc bugs 1241, 1245.
35854
35855 2005-08-25  Jim Meyering  <jim@meyering.net>
35856
35857         * lib/open-safer.c: Include <config.h>.
35858         Otherwise, we'd lose LARGEFILE support in any file using
35859         e.g. "fcntl--.h"
35860
35861 2005-08-25  Bruno Haible  <bruno@clisp.org>
35862
35863         * m4/minmax.m4: Require autoconf 2.52.
35864         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
35865         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
35866         alternatives of translit over the alphabet.
35867         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
35868
35869 2005-08-24  Simon Josefsson  <jas@extundo.com>
35870
35871         * tests/test-getpass.c: New file.
35872
35873 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35874
35875         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
35876         for GNU regex features.
35877
35878 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35879
35880         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
35881         * lib/regex.h (regerror): Likewise.
35882
35883         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
35884         requires this.  (The code never needed it.)
35885
35886         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
35887         All uses of recently-renamed identifiers changed to use the new,
35888         POSIX-compliant names.  The code will build and run just fine
35889         without these changes, but it's better to eat our own dog food
35890         and use the standard-conforming names.
35891
35892         * lib/regex.h: Fix a multitude of POSIX name space violations.
35893         These changes have an effect only for programs that define
35894         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
35895         do not change anything for programs compiled in the normal way.
35896         Also, there is no effect on the ABI.
35897
35898         (_REGEX_SOURCE): New macro.
35899         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
35900         defined and _GNU_SOURCE is not; this fixes a name space violation.
35901
35902         Rename the following macros to obey POSIX requirements.
35903         The old names are still visible as macros if _REGEX_SOURCE is defined.
35904         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
35905         RE_BACKSLASH_ESCAPE_IN_LISTS.
35906         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
35907         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
35908         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
35909         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
35910         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
35911         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
35912         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
35913         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
35914         (REG_INTERVALS): renamed from RE_INTERVALS.
35915         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
35916         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
35917         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
35918         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
35919         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
35920         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
35921         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
35922         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
35923         RE_UNMATCHED_RIGHT_PAREN_ORD.
35924         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
35925         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
35926         (REG_DEBUG): renamed from RE_DEBUG.
35927         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
35928         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
35929         unusual, since we can't clash with the POSIX REG_ICASE.
35930         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
35931         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
35932         (REG_NO_SUB): renamed from RE_NO_SUB.
35933         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
35934         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
35935         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
35936         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
35937         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
35938         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
35939         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
35940         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
35941         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
35942         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
35943         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
35944         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
35945         RE_SYNTAX_POSIX_MINIMAL_BASIC.
35946         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
35947         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
35948         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
35949         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
35950         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
35951         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
35952         (REG_FIXED): Renamed from REGS_FIXED.
35953         (REG_NREGS): Renamed from RE_NREGS.
35954
35955         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
35956         of other REG_* macros, since POSIX says the user is allowed to
35957         #undef these macros selectively.
35958
35959         (reg_errcode_t): Update comment stating what other tables need
35960         to be consistent.
35961
35962         Rename the following enum values to obey POSIX requirements.
35963         The old names are still visible as macros.
35964         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
35965         is not defined, since GNU is supposed to be a superset of POSIX as
35966         much as possible, and since we want reg_errcode_t to be a signed
35967         type for implementation consistency.
35968         (_REG_NOERROR): Renamed from REG_NOERROR.
35969         (_REG_NOMATCH): Renamed from REG_NOMATCH.
35970         (_REG_BADPAT): Renamed from REG_BADPAT.
35971         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
35972         (_REG_ECTYPE): Renamed from REG_ECTYPE.
35973         (_REG_EESCAPE): Renamed from REG_EESCAPE.
35974         (_REG_ESUBREG): Renamed from REG_ESUBREG.
35975         (_REG_EBRACK): Renamed from REG_EBRACK.
35976         (_REG_EPAREN): Renamed from REG_EPAREN.
35977         (_REG_EBRACE): Renamed from REG_EBRACE.
35978         (_REG_BADBR): Renamed from REG_BADBR.
35979         (_REG_ERANGE): Renamed from REG_ERANGE.
35980         (_REG_ESPACE): Renamed from REG_ESPACE.
35981         (_REG_BADRPT): Renamed from REG_BADRPT.
35982         (_REG_EEND): Renamed from REG_EEND.
35983         (_REG_ESIZE): Renamed from REG_ESIZE.
35984         (_REG_ERPAREN): Renamed from REG_ERPAREN.
35985         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
35986         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
35987         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
35988         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
35989
35990         (_REG_RE_NAME, _REG_RM_NAME): New macros.
35991         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
35992         changed.  But support the old name if the new one is not defined
35993         and if _REGEX_SOURCE.
35994
35995         Change the following member names in struct re_pattern_buffer.
35996         The old names are still supported if !_REGEX_SOURCE.
35997         The new names are always supported, regardless of _REGEX_SOURCE.
35998         (re_buffer): Renamed from buffer.
35999         (re_allocated): Renamed from allocated.
36000         (re_used): Renamed from used.
36001         (re_syntax): Renamed from syntax.
36002         (re_fastmap): Renamed from fastmap.
36003         (re_translate): Renamed from translate.
36004         (re_can_be_null): Renamed from can_be_null.
36005         (re_regs_allocated): Renamed from regs_allocated.
36006         (re_fastmap_accurate): Renamed from fastmap_accurate.
36007         (re_no_sub): Renamed from no_sub.
36008         (re_not_bol): Renamed from not_bol.
36009         (re_not_eol): Renamed from not_eol.
36010         (re_newline_anchor): Renamed from newline_anchor.
36011
36012         Change the following member names in struct re_registers.
36013         The old names are still supported if !_REGEX_SOURCE.
36014         The new names are always supported, regardless of _REGEX_SOURCE.
36015         (rm_num_regs): Renamed from num_regs.
36016         (rm_start): Renamed from start.
36017         (rm_end): Renamed from end.
36018
36019         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
36020         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
36021         Prepend __ to parameter names.
36022
36023         Undo yesterday's changes.
36024
36025 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36026
36027         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
36028         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
36029         lib/regex.c.
36030
36031 2005-08-24  Jim Meyering  <jim@meyering.net>
36032
36033         Sync from coreutils.
36034         * m4/fcntl-safer.m4: New file.
36035
36036         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
36037         and object files for this module.
36038
36039 2005-08-24  Jim Meyering  <jim@meyering.net>
36040
36041         Sync from coreutils.
36042         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
36043
36044 2005-08-24  Jim Meyering  <jim@meyering.net>
36045
36046         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
36047         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
36048
36049 2005-08-24  Jim Meyering  <jim@meyering.net>
36050
36051         * modules/fcntl-safer: New module.
36052         * modules/fts (Depends-on): Add fcntl-safer.
36053         * MODULES.html.sh (File descriptor based Input/Output):
36054         Add fcntl-safer.
36055
36056 2005-08-24  Bruno Haible  <bruno@clisp.org>
36057
36058         Support for unit test modules.
36059         * modules/README: Mention tests modules.
36060         * modules/TEMPLATE-TESTS: New file.
36061         * gnulib-tool: New options --extract-tests-module, --with-tests and
36062         --tests-base (unused for the moment).
36063         (testsbase, inctests): New variables.
36064         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
36065         (func_verify_module): Exclude TEMPLATE-TESTS.
36066         (func_verify_nontests_module, func_verify_tests_module): New functions.
36067         (func_get_dependencies): Add implicit dependency for tests modules.
36068         (func_get_tests_module): New function.
36069         (func_modules_transitive_closure): When --with-tests was specified,
36070         include the unit tests as well, unless explicitly avoided.
36071         (func_emit_lib_Makefile_am): Ignore the tests modules here.
36072         (func_emit_tests_Makefile_am): New function.
36073         (func_create_testdir): When --with-tests was specified, emit a
36074         tests/ directory.
36075         * MODULES.html.sh (Future developments): Update.
36076
36077 2005-08-24  Bruno Haible  <bruno@clisp.org>
36078
36079         * modules/tls-tests: New file.
36080         * tests/test-tls.c: New file, from GNU gettext.
36081
36082 2005-08-24  Bruno Haible  <bruno@clisp.org>
36083
36084         * modules/lock-tests: New file.
36085         * tests/test-lock.c: New file, from GNU gettext.
36086
36087 2005-08-24  Bruno Haible  <bruno@clisp.org>
36088
36089         * lib/lock.h: Add multiple inclusion guard.
36090         * lib/tls.h: Add multiple inclusion guard.
36091
36092 2005-08-24  Bruno Haible  <bruno@clisp.org>
36093
36094         * gnulib-tool: Add support for the --aux-dir option to
36095         --create-testdir, --create-megatestdir, --test, --megatest.
36096         (func_create_testdir, func_create_megatestdir): Optionally emit a
36097         AC_CONFIG_AUX_DIR directive.
36098         (create-testdir, create-megatestdir, test, megatest): Provide a
36099         default value for $auxdir.
36100
36101 2005-08-24  Bruno Haible  <bruno@clisp.org>
36102
36103         * gnulib-tool (import): Use compound statement instead of subshell
36104         where possible.
36105
36106 2005-08-24  Bruno Haible  <bruno@clisp.org>
36107
36108         * gnulib-tool (import): Change --aux-dir default to "build-aux".
36109
36110 2005-08-24  Bruno Haible  <bruno@clisp.org>
36111
36112         * gnulib-tool (func_version): Update.
36113
36114 2005-08-24  Bruno Haible  <bruno@clisp.org>
36115
36116         * gnulib-tool (func_import, func_create_testdir,
36117         func_create_megatestdir): Quote all autoconf macro arguments.
36118
36119 2005-08-24  Bruno Haible  <bruno@clisp.org>
36120
36121         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
36122         option --force, because --force causes the aclocal.m4 of each
36123         subdirectory to be newer than the corresponding config.h.in.
36124
36125 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36126
36127         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
36128         All contents moved to gl_REGEX.
36129         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
36130         assume that it does.
36131
36132 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36133
36134         * lib/regex.h (REG_NOSYS)
36135         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
36136         Define, since POSIX requires it as of 2001.
36137         (_REG_ENOSYS)
36138         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
36139         New private symbol, used to keep the enum signed in all cases.
36140         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
36141         Youngman in
36142         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
36143
36144         * lib/regex_internal.c (re_string_skip_chars, register_state):
36145         (calc_state_hash):
36146         Remove forward decls; no longer needed now that we use prototypes.
36147         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
36148         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
36149         (clean_state_log_if_needed): Likewise.
36150
36151 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36152
36153         * config/srclist.txt: Add glibc bugs 1231-1233.
36154
36155 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36156
36157         Fix problems reported by Sam Steingold in
36158         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
36159         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
36160         assumed that reg_errcode_t is a signed type, which is not
36161         necessarily true if _XOPEN_SOURCE is not defined.
36162         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
36163         since some compilers warn about it otherwise.
36164
36165 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36166
36167         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
36168         (init_word_char, create_initial_state, duplicate_node_closure):
36169         (fetch_token, peek_token_bracket, build_range_exp):
36170         (build_collating_symbol): Remove forward decls; no longer needed
36171         now that we use prototypes.
36172
36173         * lib/regcomp.c:
36174         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
36175         (re_compile_fastmap_iter, regcomp, regerror, regfree):
36176         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
36177         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
36178         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
36179         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
36180         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
36181         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
36182         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
36183         (build_range_exp, build_collating_symbol, parse_bracket_exp):
36184         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
36185         (build_charclass, build_charclass_op, fetch_number, create_tree):
36186         (create_token_tree, mark_opt_subexp, duplicate_tree):
36187         Use prototypes rather than old-style definitions.
36188
36189         * lib/regex_internal.c:
36190         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
36191         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
36192         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36193         (re_string_reconstruct, re_string_peek_byte_case):
36194         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
36195         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36196         (re_node_set_init_copy, re_node_set_add_intersect):
36197         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36198         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36199         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36200         (re_acquire_state, re_acquire_state_context, register_state):
36201         (create_ci_newstate, create_cd_newstate, free_state):
36202         Likewise.
36203         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
36204         re_search_2):
36205         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
36206         (re_search_internal, prune_impossible_nodes):
36207         (acquire_init_state_context, check_matching, static):
36208         (check_halt_node_context, check_halt_state_context, proceed_next_node):
36209         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
36210         (update_regs, sift_states_backward, build_sifted_states):
36211         (clean_state_log_if_needed, merge_state_array):
36212         (update_cur_sifted_state, add_epsilon_src_nodes):
36213         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
36214         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
36215         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
36216         (find_recover_state, check_subexp_matching_top, transit_state_mb):
36217         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
36218         (check_arrival, check_arrival_add_next_nodes):
36219         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36220         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36221         (check_node_accept_bytes, check_node_accept, extend_buffers):
36222         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
36223         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
36224         (sift_ctx_init):
36225         Likewise.
36226
36227         * lib/regex_internal.h:
36228         (re_string_allocate, re_string_construct, re_string_reconstruct):
36229         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
36230         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
36231         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
36232         (re_string_context_at, re_string_peek_byte_case):
36233         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
36234         is defined, since we now use prototypes always.
36235
36236         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
36237         C89 or better.  All uses removed.
36238
36239 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36240
36241         * config/srclist.txt: Add glibc bugs 1220-1227.
36242
36243 2005-08-20  Jim Meyering  <jim@meyering.net>
36244
36245         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
36246         of unused local, dfa.
36247
36248 2005-08-20  Bruno Haible  <bruno@clisp.org>
36249
36250         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
36251
36252 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36253
36254         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
36255         (re_node_set_insert_last, re_dfa_add_node):
36256         Rename local variables to avoid GCC shadowing warnings.
36257
36258 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36259
36260         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
36261         [defined lint]: Suppress bogus uninitialized-variable warnings.
36262
36263         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
36264         and let the caller return REG_ESPACE if out of space.  This
36265         removes an uninitialied-variable warning with GCC 4.0.1, and also
36266         avoids taking the address of a local variable.  All callers
36267         changed.
36268
36269 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36270
36271         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
36272         $LIBCSRC/posix/regexec.c.
36273         Add glibc bug 1217 for regcomp.c.
36274
36275 2005-08-19  Jim Meyering  <jim@meyering.net>
36276
36277         * lib/regexec.c (proceed_next_node): Redo local variables to
36278         avoid GCC shadowing warnings.
36279
36280 2005-08-18  Bruno Haible  <bruno@clisp.org>
36281
36282         * lib/strstr.c (strstr): Fix return value in multibyte case.
36283         * lib/strcasestr.c (strcasestr): Likewise.
36284
36285 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36286
36287         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
36288
36289 2005-08-17  Jim Meyering  <jim@meyering.net>
36290
36291         Make the %s format (seconds since the epoch) work for a negative
36292         number and when used with a zero-padded field width, e.g. %015s.
36293
36294         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
36295         label so that it precedes the code to set `digits'.  Otherwise,
36296         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
36297         print `00-22'.  Now, it prints `-0022', as it should.
36298
36299 2005-08-17  Bruno Haible  <bruno@clisp.org>
36300
36301         * modules/strstr (Files): Add m4/mbrtowc.m4.
36302         (Depends-on): Add mbuiter.
36303
36304 2005-08-17  Bruno Haible  <bruno@clisp.org>
36305
36306         * modules/strcasestr: New file.
36307         * MODULES.html.sh (String handling, based on ANSI C 89): Add
36308         strcasestr.
36309
36310 2005-08-17  Bruno Haible  <bruno@clisp.org>
36311
36312         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
36313
36314 2005-08-17  Bruno Haible  <bruno@clisp.org>
36315
36316         * modules/mbuiter: New file.
36317         * MODULES.html.sh (Extended multibyte and wide character utilities):
36318         Add mbuiter.
36319
36320 2005-08-17  Bruno Haible  <bruno@clisp.org>
36321
36322         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
36323         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
36324
36325 2005-08-17  Bruno Haible  <bruno@clisp.org>
36326
36327         * m4/strcasestr.m4: New file.
36328
36329 2005-08-17  Bruno Haible  <bruno@clisp.org>
36330
36331         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36332         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36333
36334 2005-08-17  Bruno Haible  <bruno@clisp.org>
36335
36336         * lib/strcasestr.h: New file.
36337         * lib/strcasestr.c: New file.
36338
36339 2005-08-17  Bruno Haible  <bruno@clisp.org>
36340
36341         * lib/strcasecmp.c: Use mbuiter.h.
36342
36343 2005-08-17  Bruno Haible  <bruno@clisp.org>
36344
36345         * lib/mbuiter.h: New file.
36346
36347 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36348
36349         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36350         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36351         and gl_GETOPT are both invoked via different paths (as happens
36352         with GNU tar CVS because it uses both argp and getopt), the former
36353         wins.
36354
36355 2005-08-16  Bruno Haible  <bruno@clisp.org>
36356
36357         * modules/tls: New file.
36358         * MODULES.html.sh (Multithreading): Add tls.
36359
36360 2005-08-16  Bruno Haible  <bruno@clisp.org>
36361
36362         * modules/strnlen1: New file.
36363         * MODULES.html.sh (String handling): Add strnlen1.
36364
36365 2005-08-16  Bruno Haible  <bruno@clisp.org>
36366
36367         * modules/strcase (Files): Add m4/mbrtowc.m4.
36368         (Depends-on): Add strnlen1, mbchar.
36369
36370 2005-08-16  Bruno Haible  <bruno@clisp.org>
36371
36372         * modules/mbiter: New file.
36373         * MODULES.html.sh (Extended multibyte and wide character utilities):
36374         Add mbiter.
36375
36376 2005-08-16  Bruno Haible  <bruno@clisp.org>
36377
36378         * modules/mbfile: New file.
36379         * MODULES.html.sh (Extended multibyte and wide character utilities):
36380         Add mbfile.
36381
36382 2005-08-16  Bruno Haible  <bruno@clisp.org>
36383
36384         * modules/mbchar: New file.
36385         * MODULES.html.sh (Extended multibyte and wide character utilities):
36386         New section.
36387
36388 2005-08-16  Bruno Haible  <bruno@clisp.org>
36389
36390         * m4/tls.m4: New file, from GNU gettext.
36391
36392 2005-08-16  Bruno Haible  <bruno@clisp.org>
36393
36394         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36395         always.
36396         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36397
36398 2005-08-16  Bruno Haible  <bruno@clisp.org>
36399
36400         * m4/mbiter.m4: New file.
36401
36402 2005-08-16  Bruno Haible  <bruno@clisp.org>
36403
36404         * m4/mbfile.m4: New file.
36405
36406 2005-08-16  Bruno Haible  <bruno@clisp.org>
36407
36408         * m4/mbchar.m4: New file.
36409
36410 2005-08-16  Bruno Haible  <bruno@clisp.org>
36411
36412         * lib/tls.h: New file, from GNU gettext.
36413         * lib/tls.c: New file, from GNU gettext.
36414
36415 2005-08-16  Bruno Haible  <bruno@clisp.org>
36416
36417         * lib/strnlen1.h: New file.
36418         * lib/strnlen1.c: New file.
36419
36420 2005-08-16  Bruno Haible  <bruno@clisp.org>
36421
36422         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
36423         (mbi_init): Update.
36424         (mbi_avail, mbi_advance): Let the iteration end before the terminating
36425         NUL byte, not after it.
36426
36427 2005-08-16  Bruno Haible  <bruno@clisp.org>
36428
36429         * lib/strcase.h (strcasecmp): Add note in comments.
36430         * lib/strncasecmp.c: Use code from strcasecmp.c.
36431         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
36432         (strcasecmp): Work correctly in multibyte locales.
36433
36434 2005-08-16  Bruno Haible  <bruno@clisp.org>
36435
36436         * lib/mbiter.h: New file.
36437
36438 2005-08-16  Bruno Haible  <bruno@clisp.org>
36439
36440         * lib/mbfile.h: New file.
36441
36442 2005-08-16  Bruno Haible  <bruno@clisp.org>
36443
36444         * lib/mbchar.h: New file.
36445         * lib/mbchar.c: New file.
36446
36447 2005-08-16  Bruno Haible  <bruno@clisp.org>
36448
36449         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
36450         the valid ones. Makes the comparison operations transitive:
36451         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
36452         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
36453
36454 2005-08-15  Simon Josefsson  <jas@extundo.com>
36455
36456         * modules/ssize_t (License): Change to 'unlimited'.
36457
36458         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
36459
36460 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36461
36462         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
36463         Add comments for each pending glibc patch.
36464
36465 2005-08-15  Bruno Haible  <bruno@clisp.org>
36466
36467         * lib/regex.h (__restrict_arr): Don't define to __restrict if
36468         __cplusplus is defined.
36469
36470 2005-08-14  Jim Meyering  <jim@meyering.net>
36471
36472         Sync from coreutils.
36473
36474         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
36475         Use the hash-table-based cycle-detection code not just when
36476         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
36477         Reported by James Youngman in
36478         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
36479         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
36480         FTS_TIGHT_CYCLE_CHECK.
36481         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
36482         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
36483         once again.
36484         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
36485         * lib/fts.c (fd_safer): Remove decl.
36486         Include fcntl--.h rather than unistd-safer.h
36487         (fts_safe_changedir): Don't call fd_safer; no longer needed
36488         now that we include fcntl--.h.
36489
36490 2005-08-12  Simon Josefsson  <jas@extundo.com>
36491
36492         * modules/getndelim2: Use ssize_t module.
36493         * modules/getnline: Likewise.
36494         * modules/safe-read: Likewise.
36495         * modules/xreadlink: Likewise.
36496
36497         * modules/ssize_t: New file.
36498
36499 2005-08-12  Simon Josefsson  <jas@extundo.com>
36500
36501         * m4/readline.m4: Look for termcap, curses or ncurses if required.
36502
36503 2005-08-12  Simon Josefsson  <jas@extundo.com>
36504
36505         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36506         ssize_t.
36507
36508 2005-08-12  Simon Josefsson  <jas@extundo.com>
36509
36510         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
36511         readline, getdelim and check_version.
36512         (Support for systems lacking ISO C 99: Sizes of integer types):
36513         Add size_max.
36514
36515 2005-08-12  Bruno Haible  <bruno@clisp.org>
36516
36517         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
36518
36519 2005-08-11  Simon Josefsson  <jas@extundo.com>
36520
36521         * modules/readline: New file.
36522
36523         * modules/strnlen (Files): Add strnlen.h.
36524
36525 2005-08-11  Simon Josefsson  <jas@extundo.com>
36526
36527         * m4/readline.m4: New file.
36528
36529 2005-08-11  Simon Josefsson  <jas@extundo.com>
36530
36531         * lib/readline.h, readline.c: New file.
36532
36533 2005-08-11  Simon Josefsson  <jas@extundo.com>
36534
36535         * doc/gnulib.texi (Initial import, Finishing touches): Mention
36536         gl_AVOID.
36537
36538 2005-08-11  Bruno Haible  <bruno@clisp.org>
36539
36540         * lib/strnlen.h (strnlen): Change parameter name to match comment.
36541
36542 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
36543
36544         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
36545
36546 2005-08-10  Simon Josefsson  <jas@extundo.com>
36547
36548         * tests/test-iconvme.c: New file.
36549
36550 2005-08-10  Simon Josefsson  <jas@extundo.com>
36551
36552         * m4/strnlen.m4: New file.
36553
36554         * m4/strndup.m4: Don't check for strnlen declaration, done in
36555         strnlen.m4.
36556
36557 2005-08-10  Simon Josefsson  <jas@extundo.com>
36558
36559         * lib/strndup.c: Use strnlen.h.
36560
36561         * lib/strnlen.h: New file.
36562
36563 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36564
36565         * README: Typos.
36566
36567 2005-08-02  Simon Josefsson  <jas@extundo.com>
36568
36569         * modules/readline: New file.
36570
36571 2005-08-02  Simon Josefsson  <jas@extundo.com>
36572
36573         * modules/getdelim: New file.
36574
36575         * modules/getline: Rewrite, don't use getndelim2.
36576
36577 2005-08-02  Simon Josefsson  <jas@extundo.com>
36578
36579         * m4/getline.m4: Separate out getdelim stuff into separate module.
36580
36581         * m4/getdelim.m4: New file.
36582
36583 2005-08-02  Simon Josefsson  <jas@extundo.com>
36584
36585         * lib/getline.h, getline.c: Rewrite.
36586
36587         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
36588
36589 2005-07-31  Bruno Haible  <bruno@clisp.org>
36590
36591         * lib/lock.h (gl_lock_initializer): New macro.
36592         (gl_lock_define_initialized): Use it.
36593         (gl_rwlock_initializer): New macro.
36594         (gl_rwlock_define_initialized): Use it.
36595         (gl_recursive_lock_initializer): New macro.
36596         (gl_recursive_lock_define_initialized): Use it.
36597
36598 2005-07-30  Karl Berry  <karl@gnu.org>
36599
36600         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
36601         Report from Ben Pfaff, regarding getopt.
36602
36603 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
36604
36605         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
36606         normal way.
36607         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
36608         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
36609         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
36610         (gl_GETOPT): Use the new macros.  Most of the implementation
36611         is moved to the new macros.  This is for programs like Emacs
36612         that don't want all the functionality of gl_GETOPT.
36613
36614 2005-07-26  Bruno Haible  <bruno@clisp.org>
36615
36616         * m4/lock.m4: Update from GNU gettext.
36617
36618 2005-07-26  Bruno Haible  <bruno@clisp.org>
36619
36620         * lib/lock.h: Update from GNU gettext.
36621         * lib/lock.c: Update from GNU gettext.
36622
36623 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
36624
36625         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
36626         obsolescent AC_TRY_RUN.  Include the default includes files, for
36627         'exit'.
36628
36629 2005-07-24  Bruno Haible  <bruno@clisp.org>
36630
36631         * modules/visibility: New file.
36632         * MODULES.html.sh (Misc): Add visibility.
36633
36634 2005-07-24  Bruno Haible  <bruno@clisp.org>
36635
36636         * m4/visibility.m4: New file.
36637
36638 2005-07-24  Bruno Haible  <bruno@clisp.org>
36639
36640         * doc/visibility.texi: New file.
36641
36642 2005-07-22  Bruno Haible  <bruno@clisp.org>
36643
36644         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
36645         $(ALLOCA_H), redundant through BUILT_SOURCES.
36646         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
36647         redundant through BUILT_SOURCES.
36648         * modules/byteswap (Makefile.am): Remove explicit dependency on
36649         $(BYTESWAP_H), redundant through BUILT_SOURCES.
36650         * modules/fnmatch (Makefile.am): Remove explicit dependency on
36651         $(FNMATCH_H), redundant through BUILT_SOURCES.
36652         * modules/getopt (Makefile.am): Remove explicit dependency on
36653         $(GETOPT_H), redundant through BUILT_SOURCES.
36654         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
36655         redundant through BUILT_SOURCES.
36656         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
36657         redundant through BUILT_SOURCES.
36658         * modules/stdbool (Makefile.am): Remove explicit dependency on
36659         $(STDBOOL_H), redundant through BUILT_SOURCES.
36660         * modules/stdint (Makefile.am): Remove explicit dependency on
36661         $(STDINT_H), redundant through BUILT_SOURCES.
36662         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
36663         Remove explicit dependency on $(SYSEXITS_H).
36664         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
36665
36666 2005-07-18  Simon Josefsson  <jas@extundo.com>
36667
36668         * lib/check-version.c (check_version): Accept identical versions too.
36669
36670 2005-07-18  Bruno Haible  <bruno@clisp.org>
36671
36672         * modules/lock: New file.
36673         * MODULES.html.sh (Multithreading): New section.
36674
36675 2005-07-18  Bruno Haible  <bruno@clisp.org>
36676
36677         * m4/lock.m4: New file, from GNU gettext.
36678
36679 2005-07-18  Bruno Haible  <bruno@clisp.org>
36680
36681         * lib/lock.h: New file, from GNU gettext.
36682         * lib/lock.c: New file, from GNU gettext.
36683
36684 2005-07-18  Bruno Haible  <bruno@clisp.org>
36685
36686         * lib/lock.h (gl_once_t): New type.
36687         (gl_once_define, gl_once): New macros.
36688         * lib/lock.c (fresh_once): New variable.
36689         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
36690         functions.
36691
36692 2005-07-16  Simon Josefsson  <jas@extundo.com>
36693
36694         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
36695         workaround, suggested by Bruno.
36696
36697 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36698
36699         * modules/xalloc (Depends-on): Add xalloc-die.
36700         * modules/xvasprintf (Depends-on): Add xalloc-die.
36701
36702 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36703
36704         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
36705         with a minor change.
36706
36707 2005-07-15  Bruno Haible  <bruno@clisp.org>
36708
36709         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
36710         When using lib/poll.c, define poll as rpl_poll.
36711
36712 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
36713
36714         * modules/argp (Depends-on): Remove unlocked-io.
36715
36716 2005-07-14  Derek Price  <derek@ximbiot.com>
36717
36718         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
36719         for glob symlink bug.
36720
36721 2005-07-14  Bruno Haible  <bruno@clisp.org>
36722
36723         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
36724         Instead, test for *_unlocked function declarations directly.
36725
36726 2005-07-11  Simon Josefsson  <jas@extundo.com>
36727
36728         * modules/size_max: New file.
36729
36730         * modules/xsize: Depend on size_max module for size_max.m4.
36731
36732 2005-07-11  Simon Josefsson  <jas@extundo.com>
36733
36734         * lib/size_max.h: New file.
36735
36736 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
36737
36738         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
36739         copyright symbol and the year.
36740         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
36741         (version_etc_va): Use parameterized copyright notice.
36742         Reword to conform to the current GNU coding standards.
36743
36744 2005-07-11  Karl Berry  <karl@gnu.org>
36745
36746         * doc/gnulib.texi (Quoting): new node.
36747         (Initial import): more info, from Patrice.
36748
36749 2005-07-11  Bruno Haible  <bruno@clisp.org>
36750
36751         * gnulib-tool (func_usage): Document option --avoid.
36752         (Command line options): Handle --avoid.
36753         (func_acceptable): New function.
36754         (func_modules_transitive_closure): Use it.
36755
36756 2005-07-11  Bruno Haible  <bruno@clisp.org>
36757
36758         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
36759         Reported by Jim Meyering.
36760
36761 2005-07-10  Bruno Haible  <bruno@clisp.org>
36762
36763         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
36764         Needed when size_t is smaller than 'unsigned int'.
36765         Reported by Paul Eggert.
36766
36767 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36768
36769         * modules/argp (Depends-on): Add unlocked-io
36770
36771 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36772
36773         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
36774         block of defines.
36775
36776 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36777
36778         * config/srclist.txt: Comment out regcomp.c, since we have a porting
36779         fix now.
36780
36781 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
36782         and Paul Eggert  <eggert@cs.ucla.edu>
36783
36784         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
36785         in wint_t, not wchar_t.  Remove now-unnecessary cast.
36786
36787 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         * modules/regex (Files): Add lib/regex_internal.c,
36790         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
36791         (Depends-on): Add extensions.
36792         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
36793
36794 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36795
36796         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
36797         pathconf.
36798         * m4/same.m4 (gl_SAME): Likewise.
36799         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
36800
36801         * m4/regex.m4: Adjust to new libc regex implementation.
36802         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
36803         all the .c and .h parts of (the new) regex.
36804         Quote the m4 stuff better.
36805         Check for RE_ICASE bug of old gnulib.
36806         Check for REG_STARTEND of recent libc.
36807         Rename local variables from jm_* to gl_*.
36808         Quote operand of "test -f".
36809         Say "recent enough" version of libc, not "version 2".
36810         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
36811         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
36812         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
36813         Remove check for btowc, isascii.
36814         Require AM_LANGINFO_CODESET.
36815
36816 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36817
36818         * lib/regex.c, regex.h: Sync from libc.
36819         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
36820         * lib/regexec.c:
36821         New files, synced from libc, except that regex_internal.h
36822         currently has a small porting fix.
36823
36824 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36825
36826         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
36827         regex_internal.c, regexec.c.
36828         Add regex_internal.h too, but as a comment, since the libc version
36829         is currently broken in gnulib mode.
36830
36831 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36832
36833         Support programs like Emacs that use gnulib but not gettext.
36834         * MODULES.html.sh (Internationalization functions): Add gettext-h.
36835         * modules/gettext-h: New file.
36836         * modules/gettext (Files): Remove lib/gettext.h.
36837         (Depends-on): Add gettext-h.
36838         (Makefile.am): Remove lib_SOURCES.
36839         * modules/argmatch, modules/c-stack, modules/closeout:
36840         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
36841         * modules/execute, modules/file-type, modules/getaddrinfo:
36842         * modules/getopt, modules/human, modules/javacomp:
36843         * modules/javaexec, modules/mkdir-p, modules/obstack:
36844         * modules/openat, modules/pagealign_alloc, modules/pipe:
36845         * modules/quotearg, modules/regex, modules/rpmatch:
36846         * modules/unicodeio, modules/userspec, modules/version-etc:
36847         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
36848         * modules/xsetenv:
36849         Depend on gettext-h, not gettext.
36850
36851 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36852
36853         * gnulib-tool (func_import): Add support for 'public domain' license.
36854         * modules/alloca, modules/atexit, modules/memmove:
36855         Now public domain, not GPL.
36856         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
36857         * modules/realloc, modules/strerror, modules/strtod:
36858         Now LGPL, not GPL.
36859
36860 2005-07-05  Bruno Haible  <bruno@clisp.org>
36861
36862         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
36863         autoconf CVS. Needed for mingw.
36864
36865 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36866
36867         Remove the dependency of the strftime module on the tzset module.
36868         * modules/strftime (Depends-on): Remove dependency on tzset.
36869
36870 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36871
36872         Remove the dependency of the strftime module on the tzset module.
36873         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
36874         gl_FUNC_TZSET_CLOBBER.
36875
36876 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36877
36878         Remove the dependency of the strftime module on the tzset module.
36879         * lib/strftime.c (my_strftime)
36880         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
36881         Copy the input structure, to work around some of the bug with
36882         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
36883         Solaris releases, you should also use the tzset module, but we won't
36884         require it as a dependency any more since we don't want LGPLed code
36885         to depend on GPLed code.
36886
36887 2005-07-02  Jim Meyering  <jim@meyering.net>
36888
36889         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
36890         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
36891         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
36892         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
36893
36894 2005-07-02  Jim Meyering  <jim@meyering.net>
36895
36896         * lib/backupfile.c (backup_args): Change a `0' to NULL.
36897
36898 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36899
36900         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
36901         declares only 'struct timespec;' (!).
36902
36903 2005-07-01  Jim Meyering  <jim@meyering.net>
36904
36905         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
36906         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
36907         * lib/save-cwd.c, tempname.c:
36908         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36909         and don't include <sys/file.h>).
36910
36911 2005-06-29  Jim Meyering  <jim@meyering.net>
36912
36913         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
36914         type name.  Use the variable name instead.
36915         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
36916         Likewise.
36917
36918 2005-06-28  Simon Josefsson  <jas@extundo.com>
36919
36920         * modules/check-version (Files): Add check-version.m4.
36921
36922 2005-06-28  Simon Josefsson  <jas@extundo.com>
36923
36924         * m4/check-version.m4: New file, suggested by Jim Meyering
36925         <jim@meyering.net>.
36926
36927 2005-06-28  Simon Josefsson  <jas@extundo.com>
36928
36929         * lib/check-version.h, lib/check-version.c: New files.
36930
36931 2005-06-28  Simon Josefsson  <jas@extundo.com>
36932
36933         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
36934         collision with global variable.  Better indentation.  Don't
36935         increment buffer pointer beyond buffer end.  Based on comments
36936         from Paul Eggert <eggert@cs.ucla.edu>.
36937
36938         * lib/base64.h: Indent.
36939
36940 2005-06-28  Simon Josefsson  <jas@extundo.com>
36941
36942         * doc/gnulib.texi (Library version handling): New section.
36943
36944 2005-06-28  Jim Meyering  <jim@meyering.net>
36945
36946         * check-module (find_included_lib_files): Hard-code another
36947         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
36948         but modules/fts-lgpl (correctly) does not list those files.
36949
36950         * modules/canonicalize (Files): Add lib/pathmax.h.
36951
36952 2005-06-25  Simon Josefsson  <jas@extundo.com>
36953
36954         * modules/check-version: New file.
36955
36956 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
36957
36958         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
36959         initializer of struct addrinfo, as an indication that we don't
36960         care how many members the structure has.
36961
36962 2005-06-24  Derek Price  <derek@ximbiot.com>
36963         and Bruno Haible  <bruno@clisp.org>
36964
36965         Remove stat module & update lstat.
36966         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
36967         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36968         * m4/stat.m4: Remove this file.
36969
36970 2005-06-24  Derek Price  <derek@ximbiot.com>
36971         and Bruno Haible  <bruno@clisp.org>
36972
36973         Remove stat module & update lstat.
36974         * lib/stat.c: Remove this file...
36975         (slash_aware_lstat): ...moving this content and its support...
36976         * lib/lstat.c (rpl_lstat): ...into here.
36977         * lib/lstat.h: New file.
36978
36979 2005-06-24  Derek Price  <derek@ximbiot.com>
36980         and Bruno Haible  <bruno@clisp.org>
36981
36982         Remove stat module & update lstat.
36983         * config/srclist.txt (libc sources): Remove stat.
36984
36985 2005-06-24  Derek Price  <derek@ximbiot.com>
36986         and Bruno Haible  <bruno@clisp.org>
36987
36988         Remove stat module & update lstat.
36989         * MODULES.html.sh (stat): Remove.
36990         * MODULES.html: Regenerated.
36991         * modules/lstat (Description): Correct function name.
36992         (Files): Add "lstat.h".
36993         (Depends-on): Remove stat, add xalloc, stat-macros.
36994         * modules/stat: Remove this file.
36995         (Include): Add "lstat.h", remove <sys/stat.h>.
36996
36997 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
36998
36999         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
37000         (ranged_convert): Don't save conversion in a temporary struct.
37001         This causes a warning with GCC 4.0.0, and anyway in the typical
37002         case it's not worth the extra 100 bytes or so of code.
37003         (ranged_convert, __mktime_internal): When calling a function via a
37004         pointer P, use P () rather than (*P) (), as we now assume C89 or
37005         better.
37006
37007 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37008
37009         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
37010         "who -r" failed to give output.  Problem reported by Tim Waugh.
37011
37012         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
37013         (xcalloc): Use it to avoid needless tests.
37014         Problem reported by Jim Meyering.
37015
37016 2005-06-20  Derek Price  <derek@ximbiot.com>
37017
37018         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
37019         unnecessary for Autoconfs > 2.59c.
37020
37021 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37022
37023         * lib/argp.h (__option_is_short): Check upper limit of
37024         __key. Isprint() requires its argument to have the value
37025         of an unsigned char or EOF.
37026
37027 2005-06-16  Jim Meyering  <jim@meyering.net>
37028
37029         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
37030         when either N or S is zero.
37031
37032 2005-06-16  Derek Price  <derek@ximbiot.com>
37033
37034         * m4/bison.m4: Declare YACC & YFLAGS precious.
37035
37036 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
37037
37038         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
37039         multibyte string or pattern, fall back on unibyte matching.
37040         Problem reported by James Youngman.
37041
37042 2005-06-08  Bruno Haible  <bruno@clisp.org>
37043
37044         * modules/csharpcomp: New file.
37045         * MODULES.html.sh (C#): Add csharpcomp.
37046
37047 2005-06-08  Bruno Haible  <bruno@clisp.org>
37048
37049         * m4/csharpcomp.m4: New file, from GNU gettext.
37050
37051 2005-06-08  Bruno Haible  <bruno@clisp.org>
37052
37053         * lib/csharpcomp.h: New file, from GNU gettext.
37054         * lib/csharpcomp.c: New file, from GNU gettext.
37055         * lib/csharpcomp.sh.in: New file, from GNU gettext.
37056
37057 2005-06-08  Bruno Haible  <bruno@clisp.org>
37058
37059         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
37060         warning on mingw.
37061
37062 2005-06-07  Derek Price  <derek@ximbiot.com>
37063
37064         Sync from CVS.
37065         * lib/glob_.h: Indent nested #ifdef.
37066
37067 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37068
37069         Sync from coreutils.
37070         Use "file name" when talking about file names, instead of "filename"
37071         or "path", as per the GNU coding standards.
37072         * lib/mkdir-p.c: Renamed from makepath.c.
37073         (make_dir_parents): Renamed from make_path.  All callers changed.
37074         * lib/mkdir-p.h: Likewise.  All includers changed.
37075         * lib/filenamecat.c: Renamed from path-concat.c.
37076         (file_name_concat): Renamed from path_concat.  All callers changed.
37077         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
37078         * lib/filenamecat.h: Likewise.  All includers changed.
37079         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
37080         in comments or local variable names.
37081         * lib/basename.c: Likewise.
37082         * lib/canonicalize.c, canonicalize.h: Likewise.
37083         * lib/dirname.c, dirname.h: Likewise.
37084         * lib/euidaccess.c: Likewise.
37085         * lib/exclude.c: Likewise
37086         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
37087         * lib/fsusage.c, fsuage.h: Likewise.
37088         * lib/fts.c, fts_.h: Likewise.
37089         * lib/getcwd.c: Likewise.
37090         * lib/getloadavg.c: Likewise.
37091         * lib/mkstemp.c: Likewise.
37092         * lib/mountlist.c, mountlist.h: Likewise.
37093         * lib/openat.c, openat.h: Likewise.
37094         * lib/readlink-stub.c: Likewise.
37095         * lib/readutmp.c, readutmp.h: Likewise.
37096         * lib/rename.c: Likewise.
37097         * lib/rmdir.c: Likewise.
37098         * lib/same.c: Likewise.
37099         * lib/savedir.c: Likewise.
37100         * lib/stripslash.c: Likewise.
37101         * lib/tempname.c: Likewise.
37102         * lib/xreadlink.c: Likewise.
37103         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
37104         All uses changed.
37105         * lib/exclude.h: Likewise.
37106
37107         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
37108         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37109         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
37110         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37111         * lib/pathmax.h: Include <limits.h> unconditionally, since other
37112         files have been getting away with it for years (MORE/BSD 4.3
37113         is extinct now).
37114         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
37115         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37116
37117         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
37118         Define to 256, not 255, as per modern POSIX.
37119
37120 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37121
37122         Sync from coreutils.
37123         Use "file name" when talking about file names, instead of "filename"
37124         or "path", as per the GNU coding standards.
37125         * MODULES.html.sh: mkdir-p renamed from makepath.
37126         filenamecat renamed from path-concat.
37127         * modules/filenamecat: Renamed from modules/path-concat.
37128         (Files): filenamecat.h and filenamecat.c renamed from
37129         path-concat.h and path-concat.c.
37130         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
37131         (Include): filenamecat.h, not path-concat.h.
37132         * modules/mkdir-p: Renamed from modules/makepath.
37133         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
37134         makepath.c.
37135         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
37136         (Include): mkdir-p.h, not makepath.h.
37137
37138 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37139
37140         Sync from coreutils.
37141         * m4/mkdir-p.m4: Renamed from makepath.m4.
37142         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
37143         Rename files from makepath.c to mkdir-p.c, and from
37144         makepath.h to mkdir-p.h.
37145         * m4/filenamecat.m4: Renamed from path-concat.m4.
37146         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
37147         Rename files from path-concat.c to filenamecat.c,
37148         and from path-concat.h to filenamecat.h.
37149         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
37150         "file name" in local variables or comments.
37151         * m4/rename.m4: Likewise.
37152
37153 2005-06-01  Bruno Haible  <bruno@clisp.org>
37154
37155         * modules/csharpexec: New file.
37156         * MODULES.html.sh (C#): New section.
37157
37158 2005-06-01  Bruno Haible  <bruno@clisp.org>
37159
37160         * m4/csharp.m4: New file, from GNU gettext.
37161         * m4/csharpexec.m4: New file, from GNU gettext.
37162
37163 2005-06-01  Bruno Haible  <bruno@clisp.org>
37164
37165         * lib/csharpexec.h: New file, from GNU gettext.
37166         * lib/csharpexec.c: New file, from GNU gettext.
37167         * lib/csharpexec.sh.in: New file, from GNU gettext.
37168
37169 2005-05-31  Derek Price  <derek@ximbiot.com>
37170             Paul Eggert  <eggert@cs.ucla.edu>
37171
37172         Sync from cvs.
37173         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37174
37175 2005-05-31  Derek Price  <derek@ximbiot.com>
37176             Paul Eggert  <eggert@cs.ucla.edu>
37177
37178         Sync from cvs.
37179         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37180
37181 2005-05-29  Derek Price  <derek@ximbiot.com>
37182
37183         * config/srclist.txt (glob_.h, glob.c): Add these files.
37184
37185 2005-05-29  Derek Price  <derek@ximbiot.com>
37186
37187         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
37188         * modules/glob: New file.
37189         * modules/getlogin_r: Add link to POSIX spec in description.
37190
37191 2005-05-29  Derek Price  <derek@ximbiot.com>
37192             Paul Eggert  <eggert@cs.ucla.edu>
37193
37194         * m4/glob.m4: New file.
37195
37196 2005-05-29  Derek Price  <derek@ximbiot.com>
37197             Paul Eggert  <eggert@cs.ucla.edu>
37198
37199         * lib/glob_.h, lib/glob.c: New files.
37200
37201 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37202
37203         * modules/fts (Files): Remove m4/inttypes-pri.m4.
37204         * modules/fts-lgpl (Depends-on): Remove gettext.
37205
37206 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37207
37208         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
37209         and don't require gt_INTTYPES_PRI.
37210
37211 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37212
37213         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
37214
37215         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
37216         the configuration hassle isn't worth it.
37217         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
37218         (LONGEST_MODIFIER, PRIuMAX): Remove.
37219
37220 2005-05-27  Bruno Haible  <bruno@clisp.org>
37221
37222         * lib/getlogin_r.h: Remove second include of <stddef.h>.
37223
37224 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
37225
37226         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
37227         _POSIX_PTHREAD_SEMANTICS for Solaris.
37228
37229 2005-05-25  Derek Price  <derek@ximbiot.com>
37230
37231         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
37232
37233 2005-05-25  Derek Price  <derek@ximbiot.com>
37234             Paul Eggert  <eggert@cs.ucla.edu>
37235
37236         * modules/getlogin_r, m4/getlogin_r.m4: New files.
37237         * lib/getlogin_r.c, getlogin_r.h: New files.
37238
37239 2005-05-25  Bruno Haible  <bruno@clisp.org>
37240             Derek Price  <derek@ximbiot.com>
37241
37242         * lib/getlogin_r.h: Simplify API documentation.
37243
37244 2005-05-23  Derek Price  <derek@ximbiot.com>
37245
37246         * modules/minmax (Files): Add m4/minmax.m4.
37247         (configure.ac): Add gl_MINMAX.
37248
37249 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37250
37251         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
37252         so that unistd-safer.h (GPL'ed code) need not be included.
37253
37254 2005-05-22  Bruno Haible  <bruno@clisp.org>
37255
37256         * m4/minmax.m4: New file.
37257         Based on a patch by Derek Price <derek@ximbiot.com>.
37258
37259 2005-05-22  Bruno Haible  <bruno@clisp.org>
37260
37261         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
37262         (INT64_MIN): Fix definition.
37263         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
37264
37265         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
37266         NEED_SIGNED_INT_TYPES.
37267
37268         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
37269         HAVE_SYSTEM_INTTYPES.
37270
37271 2005-05-22  Bruno Haible  <bruno@clisp.org>
37272
37273         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
37274         Also include <sys/param.h> if it defines MIN, MAX.
37275         Based on a patch by Derek Price <derek@ximbiot.com>.
37276
37277 2005-05-21  Jim Meyering  <jim@meyering.net>
37278
37279         * modules/fts (Files): Add m4/inttypes-pri.m4.
37280         (Depends-on): Add lstat and remove gettext.  Alphabetize.
37281
37282 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37283
37284         New fts module.
37285         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
37286         (setup_dir, free_dir): New functions.
37287         (enter_dir, leave_dir): Define trivial
37288         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
37289         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
37290         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
37291         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
37292         Move to fts-cycle.c.
37293         (fts_open): Use setup_dir.
37294         (fts_close): Use free_dir.
37295         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
37296         This adds a label and some gotos, but the alternatives were messier.
37297         Check for memory allocation failure when entering a dir.
37298         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
37299         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
37300         (FTS): New member fts_cycle, that is a union that contains the
37301         old active_dir_ht and cycle_state.  All uses changed to mention
37302         fts_cycle.ht and fts_cycle.state.
37303         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
37304         fts.c, with the following changes:
37305         (setup_dir, free_dir): New functions.
37306         (enter_dir): Now returns bool.  Return true if successful, false
37307         if memory exhausted.  All callers changed.
37308         Do not bother partly cleaning up on
37309         memory allocation failure; that is free_dir's job.
37310         However, free ad if hash_insert fails, to avoid memory leak.
37311         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
37312         fts->fts_options to see which union member to use.
37313
37314 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37315
37316         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
37317         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
37318
37319 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37320
37321         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
37322
37323 2005-05-20  Jim Meyering  <jim@meyering.net>
37324
37325         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37326         Now a macro, to pacify GCC.
37327
37328 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37329
37330         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37331         of -1.
37332
37333 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37334
37335         * lib/chown.c (rpl_chown): Return -1 on failure.
37336
37337 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37338
37339         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37340         Don't check for stddef.h.
37341         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37342         don't use its results.
37343         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37344         since we include them unconditionally.  Don't require
37345         AM_STDBOOL_H, since stdbool is a prerequisite.
37346         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37347         since we assume C89 or better.
37348         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37349         as we don't use their results.
37350         Don't check for fchdir, memmove, memset, strrchr, as we use
37351         them unconditionally.
37352         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37353         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37354
37355 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37356
37357         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37358         Include <stddef.h> unconditionally, since we assume C89 now.
37359         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37360         * lib/fts.c: Include fts_.h first, to check interface.
37361         Do not include intprops.h; no longer needed.
37362         Include cycle-check.h and hash.h, since fts_.h no longer does.
37363         Remove unnecessary casts of closedir to void.
37364         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37365         decide whether to decrement nlinks.
37366         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37367         (FTS): Use struct hash_table * instead of Hash_table, so that
37368         we no longer need to include hash.h here.
37369
37370 2005-05-18  Jim Meyering  <jim@meyering.net>
37371
37372         * modules/dirfd (License): Change to LGPL.  Most of the code
37373         is already in the public domain.
37374
37375 2005-05-18  Jim Meyering  <jim@meyering.net>
37376
37377         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37378         Reported by Yoann Vandoorselaere.
37379
37380 2005-05-17  Jim Meyering  <jim@meyering.net>
37381
37382         * m4/fts.m4: New file, from coreutils.
37383
37384 2005-05-17  Jim Meyering  <jim@meyering.net>
37385
37386         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37387
37388 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37389
37390         Sync from coreutils.
37391         * m4/unlinkdir.m4: New file.
37392
37393 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37394
37395         Sync from coreutils.
37396         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37397         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37398         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37399         White space changes only.
37400         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37401         special.
37402         * lib/yesno.c: Include getline.h, not ctype.h.
37403         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37404         Use getline to remove arbitrary restriction on response length.
37405
37406 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37407
37408         * config/srclist-update: Spell out "Street" in FSF postal
37409         mail address; this is the style the FSF seems to prefer.
37410
37411         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37412         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37413         this updates FSF postal mail address.
37414
37415         Sync from coreutils.
37416         * modules/unlinkdir: New file.
37417         * modules/yesno (Depends-on): Add getline.
37418         * MODULES.html.sh (File system functions): Add unlinkdir.
37419
37420 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37421
37422         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
37423         lib/strsep.h:
37424         Change the initial comment to refer to GPL, not LGPL.
37425         gnulib-tool will change it to LGPL as needed.
37426
37427         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
37428         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
37429         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
37430         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
37431         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
37432         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
37433         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
37434         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
37435         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
37436         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
37437         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
37438         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
37439         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
37440         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
37441         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
37442         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
37443         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
37444         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
37445         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
37446         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
37447         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
37448         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
37449         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
37450         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
37451         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
37452         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
37453         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
37454         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
37455         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
37456         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
37457         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
37458         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
37459         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
37460         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
37461         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
37462         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
37463         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
37464         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
37465         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
37466         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
37467         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
37468         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
37469         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
37470         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
37471         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
37472         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
37473         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
37474         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
37475         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
37476         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
37477         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37478         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
37479         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
37480         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
37481         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
37482         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
37483         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
37484         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
37485         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
37486         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
37487         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
37488         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
37489         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
37490         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
37491         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
37492         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
37493         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
37494         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
37495         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
37496         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
37497         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
37498         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
37499         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
37500         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
37501         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
37502         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
37503         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
37504         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
37505         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
37506         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
37507         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
37508         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
37509         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
37510         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
37511         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
37512         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
37513         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
37514         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
37515         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
37516         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
37517         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
37518         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
37519         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
37520         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
37521         lib/yesno.c, lib/yesno.h:
37522         Update FSF postal mail address.
37523
37524 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37525
37526         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
37527         tests/test-memmem.c, tests/test-stpncpy.c:
37528         Update FSF postal mail address.
37529
37530 2005-05-13  Bruno Haible  <bruno@clisp.org>
37531
37532         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
37533         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
37534         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
37535         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
37536         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
37537         Add support for 64-bit integers in the MSVC compiler.
37538
37539 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37540
37541         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
37542
37543 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
37544
37545         * gnulib-tool (func_import): Sort and uniquify recommended includes.
37546
37547 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
37548
37549         * doc/getdate.texi (General date syntax): Don't say that date
37550         date --iso-8601=ns generates acceptable dates; it doesn't yet.
37551         Problem reported by Nic Ferrier.
37552
37553 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37554
37555         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
37556         specified in ai_socktype. Fix invalid ai_protocol
37557         check. ai_protocol is usually set to 0 or depending on
37558         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
37559         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
37560         ai_socktype / ai_protocol in the returned addrinfo structure.
37561
37562 2005-05-10  Simon Josefsson  <jas@extundo.com>
37563
37564         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
37565         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37566
37567 2005-05-10  Karl Berry  <karl@gnu.org>
37568
37569         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
37570         (from http://www.gnu.org/licenses).
37571         * doc/COPYING.LIB: also rename to COPYING.LESSER.
37572         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
37573         fdl.texi suffices.
37574
37575 2005-05-10  Karl Berry  <karl@gnu.org>
37576
37577         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
37578         (COPYING.DOC): remove.
37579
37580         * config/srclist-update: new FSF address.
37581
37582 2005-05-10  Derek Price  <derek@ximbiot.com>
37583
37584         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
37585         possible.
37586
37587 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37588             Bruno Haible  <bruno@clisp.org>
37589
37590         * modules/inet_ntop: New file.
37591         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37592         inet_ntop.
37593
37594 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37595             Bruno Haible  <bruno@clisp.org>
37596
37597         * m4/inet_ntop.m4: New file.
37598
37599 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37600             Bruno Haible  <bruno@clisp.org>
37601
37602         * lib/inet_ntop.h: New file.
37603         * lib/inet_ntop.c: New file, from glibc with modifications.
37604
37605 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
37606
37607         * modules/time_r (License): Change to LGPL.
37608         * modules/extensions (License): Change to LGPL.  Actually,
37609         the license is more permissive than that, but currently gnulib-tool
37610         doesn't know how to handle more-permissive licenses.
37611
37612         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
37613         Problem reported by Dave Love.
37614
37615 2005-05-08  Jim Meyering  <jim@meyering.net>
37616
37617         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
37618         blank.
37619
37620 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37621
37622         * modules/argmatch (Depends-on): Add stdbool.
37623         * modules/backupfile (Depends-on): Likewise.
37624         * modules/chdir-long (Depends-on): Likewise.
37625         * modules/closeout (Depends-on): Likewise.
37626         * modules/cycle-check (Depends-on): Likewise.
37627         * modules/dirname (Depends-on): Likewise.
37628         * modules/fnmatch (Depends-on): Likewise.
37629         * modules/fsusage (Depends-on): Likewise.
37630         * modules/fwriteerror (Depends-on): Likewise.
37631         * modules/getcwd (Depends-on): Likewise.
37632         * modules/getloadavg (Depends-on): Likewise.
37633         * modules/hard-locale (Depends-on): Likewise.
37634         * modules/makepath (Depends-on): Likewise.
37635         * modules/mountlist (Depends-on): Likewise.
37636         * modules/nanosleep (Depends-on): Likewise.
37637         * modules/posixtm (Depends-on): Likewise.
37638         * modules/quotearg (Depends-on): Likewise.
37639         * modules/readtokens (Depends-on): Likewise.
37640         * modules/readtokens0 (Depends-on): Likewise.
37641         * modules/readutmp (Depends-on): Likewise.
37642         * modules/save-cwd (Depends-on): Likewise.
37643         * modules/strftime (Depends-on): Likewise.
37644         * modules/userspec (Depends-on): Likewise.
37645         * modules/utimecmp (Depends-on): Likewise.
37646         * modules/xgetcwd (Depends-on): Likewise.
37647         * modules/xnanosleep (Depends-on): Likewise.
37648         * modules/xstrtod (Depends-on): Likewise.
37649         * modules/yesno (Depends-on): Likewise.
37650
37651 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
37652
37653         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
37654         needless checks.
37655
37656 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37657
37658         Merge from coreutils.  Among other things,
37659         add bulletproofing for cases where stdin, stdout, or stderr are closed.
37660         * lib/fd-safer.c: New file.
37661         * lib/fcntl-safer.h, open-safer.c: Remove.
37662         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
37663         * lib/dup-safer.c: Include unistd-safer.h first.
37664         Don't include errno.h.
37665         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
37666         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
37667         * lib/file-type.c: Rely on file-type.h change.
37668         * lib/getloadavg.c: Include unistd-safer.h.
37669         (getloadavg): Use safer open.
37670         * lib/getusershell.c: Include "stdio-safer.h".
37671         (getusershell): Use safer fopen.
37672         * lib/long-options.c (long_options): Use NULL rather than 0.
37673         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
37674         'free'.
37675         * lib/modechange.c: Likewise.
37676         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
37677         (MODE_DONE): New constant.
37678         (struct mode_change): Remove 'next' member.
37679         (make_node_op_equals): New function; like the old one of the
37680         same name, except it allocates an array.
37681         (mode_compile, mode_create_from_ref): Use it.
37682         (mode_compile): Allocate result as an array, not a linked list.
37683         Parse octal string ourself, so that we catch mistakes like "+0".
37684         (mode_adjust): Arg is an array, not a linked list.
37685         * lib/modechange.c: Include stat-macros.h, xalloc.h.
37686         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
37687         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
37688         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
37689         Remove.  This is now stat-macros.h's job.
37690         (talloc): Remove.  All callers replaced by xalloc, so that
37691         our invokers don't have to worry about reporting memory failures.
37692         (make_node_op_equals): Remove.
37693         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37694         New constants.
37695         (struct mode_change): Moved here from modechange.h.
37696         (mode_append_entry): Remove.
37697         (mode_compile): Remove MASKED_OPS arg, since it encouraged
37698         apps to have incorrect behavior.  Use simpler algorithm for head
37699         and tail.  Don't futz with umask; that's now the job of mode_adjust.
37700         Detect more invalid usages rather than having somewhat-random behavior.
37701         Don't insert an "a=" action, as that leads to incorrect behavior.
37702         (mode_compile, mode_create_from_ref): Return NULL on error instead
37703         of an enum, since now there's only one way to have an error.  All
37704         callers changed.
37705         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
37706         at the correct time.  Simplify calculation of "+u" and its ilk.
37707         Don't mishandle "+X".
37708         (mode_free): Remove "register" and localize decls.
37709         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37710         (struct mode_change): Move to modechange.c; callers don't
37711         need to see this stuff.
37712         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
37713         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
37714         (mode_change, mode_adjust): Reflect the new signatures noted above.
37715         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
37716         that might redefine system include files.
37717         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
37718         (my_usleep): Use NULL rather than (void *) 0.
37719         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
37720         Use siginterrupt to specify that system calls should be interrupted.
37721         (rpl_nanosleep): Move initialization of suspended closer to call of
37722         my_usleep.
37723         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
37724         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
37725         (desirable_utmp_entry): New function.
37726         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
37727         using x2nrealloc, to simplify logic.
37728         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
37729         size calculation.  Do not assume utmp file is a regular file.
37730         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
37731         (READ_UTMP_CHECK_PIDS): New constant.
37732         * lib/save-cwd.c: Include unistd-safer.h.
37733         (save_cwd): Use fd_safer.
37734         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
37735         [!_LIBC] Include "stat-macros.h" instead.
37736         * lib/unistd-safer.h (fd_safer): New decl.
37737
37738 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37739
37740         * modules/getloadavg (Depends-on): Add unistd-safer.
37741         * modules/getusershell (Depends-on): Add stdio-safer.
37742         * modules/lstat (Depends-on): Remove xalloc.
37743         * modules/mkstemp (Depends-on): Add stat-macros.
37744         * modules/modechange (Depends-on): Remove xstrtol.
37745         Add stat-macros, xalloc.
37746         * modules/save-cwd (Depends-on): Add unistd-safer.
37747         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
37748         * modules/unistd-safer (Files): Add lib/fd-safer.c
37749         (Makefile.am): Remove lib_SOURCES.
37750
37751         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
37752         Remove fcntl-safer; unistd-safer supersedes it.
37753
37754 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37755
37756         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
37757         AC_HEADER_STAT.
37758         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
37759         (gl_PREREQ_CHOWN): Remove.
37760         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
37761         it.  Don't require AC_HEADER_STAT.
37762         (gl_PREREQ_LSTAT): Remove.
37763         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
37764         Don't require AC_HEADER_STAT.
37765         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
37766         (gl_PREREQ_RMDIR): Remove.
37767         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
37768         mention stat-macros.h or AC_HEADER_STAT, since we'll make
37769         the stat-macros module a prerequisite.
37770         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
37771         * m4/filemode.m4 (gl_FILEMODE): Likewise.
37772         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
37773         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
37774         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
37775         variable names.
37776         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
37777         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
37778         variable prefixes.
37779         * m4/fcntl-safer.m4: Remove.
37780         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
37781         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
37782         Invoke gl_PREREQ_FD_SAFER.
37783         (gl_PREREQ_FD_SAFER): New macro.
37784         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
37785         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
37786         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
37787         Remove duplicate call to AC_LIBOBJ(readutmp).
37788         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
37789
37790         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
37791         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
37792
37793 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37794
37795         * MODULES.html.sh (Misc): Add byteswap.
37796
37797 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37798
37799         * modules/getcwd (Depends-on): Add extensions.
37800         * modules/openat (Depends-on): Likewise.
37801
37802 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37803
37804         * modules/byteswap: New file.
37805
37806 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37807
37808         * m4/byteswap.m4: New file.
37809
37810 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37811
37812         * lib/byteswap_.h: New file.
37813
37814 2005-04-25  Karl Berry  <karl@gnu.org>
37815
37816         * m4/gettext.m4: Update from GNU gettext 0.14.4.
37817
37818 2005-04-25  Albert Chin  <china@thewrittenword.com>
37819
37820         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
37821         Toolkit C bug.
37822
37823 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
37824
37825         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
37826         (func_ln_if_changed) Remove forcibly for no error message
37827         in case file does not exist.
37828
37829 2005-04-19  Simon Josefsson  <jas@extundo.com>
37830
37831         * gnulib-tool (Options): Make --symlink mean --symbolic.
37832
37833 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
37834
37835         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
37836
37837 2005-04-16  Simon Josefsson  <jas@extundo.com>
37838
37839         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
37840
37841 2005-04-15  Simon Josefsson  <jas@extundo.com>
37842
37843         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
37844
37845 2005-04-15  Simon Josefsson  <jas@extundo.com>
37846
37847         * gnulib-tool: Rename --symlink to --symbolic.
37848
37849 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
37850
37851         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
37852         symbolic links to files instead of copying/moving.  Add --aux-dir,
37853         specifying directory relative --dir where auxiliary build tools
37854         are placed.
37855
37856 2005-04-14  Bruno Haible  <bruno@clisp.org>
37857
37858         * modules/allocsa (License): Change to LGPL.
37859         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
37860
37861 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
37862
37863         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
37864         that "UTC +1 second" continues to work.  Problem reported
37865         by Dmitry V. Levin.
37866         (relunit_snumber): New rule.
37867         (relunit): Use it.
37868
37869 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
37870
37871         * lib/getdate.y (universal_time_zone_table): New constant.
37872         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
37873         universal_time_zone_table.
37874         (lookup_zone): Prefer universal_time_zone_table to
37875         local_time_zone_table, so that "GMT" time stamps are allowed in
37876         London during the summer.  Problem reported by Ian Abbott.
37877
37878 2005-04-12  Jim Meyering  <jim@meyering.net>
37879
37880         * lib/human.c (humblock): Set *options even when returning due to
37881         xstrtoumax conversion failure.  Thanks to a used-uninitialized
37882         warning from gcc-4.
37883
37884 2005-04-09  Jim Meyering  <jim@meyering.net>
37885
37886         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
37887         -Wuninitialized: initialize tm0.tm_year.
37888
37889 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
37890
37891         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
37892         count, since there's no maximum.  All uses changed.
37893         Add member dsts_seen.
37894         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
37895         not being INT_MAX.
37896         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
37897         Use pc_rels_seen to decide whther a date is absolute.
37898
37899         * lib/getdate.y (number): Don't overwrite year.
37900         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
37901         check.
37902
37903 2005-04-02  Simon Josefsson  <jas@extundo.com>
37904
37905         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
37906         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
37907
37908 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
37909
37910         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
37911         where no absolute path name can be longer than PATH_MAX.
37912
37913 2005-03-27  Jim Meyering  <jim@meyering.net>
37914
37915         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
37916
37917 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
37918
37919         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
37920         "one's complement" -> "ones' complement" in comment, as per Knuth.
37921         "value of type" -> "type or expression" in comment.
37922         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
37923
37924 2005-03-26  Jim Meyering  <jim@meyering.net>
37925
37926         Comment nits.
37927         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
37928         Correct typos: s/or/of/.
37929
37930 2005-03-26  Jim Meyering  <jim@meyering.net>
37931
37932         * modules/check-include-files: Move to ../ and rename to...
37933         * check-module: ...this.
37934
37935 2005-03-25  Jim Meyering  <jim@meyering.net>
37936
37937         * modules/xvasprintf (Files): Add xalloc.h.
37938
37939 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37940
37941         * modules/gettext (Files): config/config.rpath ->
37942         build-aux/config.rpath
37943         * modules/iconv (Files): Likewise.
37944         Problem reported by Oskar Liljeblad.
37945
37946 2005-03-23  Jim Meyering  <jim@meyering.net>
37947
37948         * modules/check-include-files: New script to check for
37949         missing dependencies, multiple includes, etc.
37950
37951         * modules/c-strtold (Depends-on): Add xalloc.
37952         * modules/c-strtod (Depends-on): Add xalloc.
37953         * modules/hash (Depends-on): Add xalloc.
37954         (Files): Remove lib/xalloc.h.
37955
37956         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
37957         * modules/userspec (Files): Add lib/inttostr.h.
37958
37959 2005-03-23  Jim Meyering  <jim@meyering.net>
37960
37961         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
37962
37963 2005-03-22  Jim Meyering  <jim@meyering.net>
37964
37965         * modules/stat-macros: New module.
37966         * modules/canonicalize, modules/euidaccess, modules/file-type,
37967         * modules/filemode, modules/lchown, modules/makepath,
37968         * modules/rmdir, modules/stat: Depend on new stat-macros module
37969         rather than listing lib/stat-macros.h manually.
37970         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
37971
37972 2005-03-22  Jim Meyering  <jim@meyering.net>
37973
37974         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
37975
37976 2005-03-22  Bruno Haible  <bruno@clisp.org>
37977
37978         * config/srclist.txt: Replace target directory 'config' with
37979         'build-aux'.
37980         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
37981         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
37982         ../build-aux/.
37983
37984 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
37985
37986         * modules/chdir-long (Depends-on): Add mempcpy.
37987
37988         * modules/acl, modules/backupfile, modules/c-strtod,
37989         modules/c-strtold, modules/canon-host, modules/canonicalize,
37990         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
37991         modules/exclude, modules/exitfail, modules/file-type,
37992         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
37993         modules/getdate, modules/getline, modules/getpagesize,
37994         modules/getpass, modules/getugroups, modules/group-member,
37995         modules/hard-locale, modules/hash, modules/human, modules/idcache,
37996         modules/inttostr, modules/long-options, modules/makepath,
37997         modules/md5, modules/memcasecmp, modules/memcoll,
37998         modules/modechange, modules/mountlist, modules/path-concat,
37999         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
38000         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
38001         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
38002         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
38003         modules/strftime, modules/strndup, modules/strverscmp,
38004         modules/timespec, modules/unlocked-io, modules/userspec,
38005         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
38006         modules/yesno:
38007         Remove lib_SOURCES line from Makefile.am section, as this is now
38008         done automatically by the corresponding Autoconf macro.
38009
38010 2005-03-21  Jim Meyering  <jim@meyering.net>
38011
38012         Changes imported from coreutils.
38013
38014         * lib/cycle-check.c: Don't include xalloc.h.
38015
38016         * lib/path-concat.c: Don't include assert.h.
38017         (path_concat): Remove assertion that would have triggered
38018         for ABASE starting with more than one slash.
38019         Reported by Andreas Schwab.
38020
38021         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
38022         properly when ABASE is an absolute file name.
38023         Correct the description of this function.
38024         Include <assert.h>.
38025         Add an assertion and a test driver.
38026         This fixes a bug introduced on 2004-07-02.
38027         Andreas Schwab reported the resulting failure of cp --parents:
38028         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
38029
38030 2005-03-21  Jim Meyering  <jim@meyering.net>
38031
38032         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
38033         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
38034
38035 2005-03-21  Jim Meyering  <jim@meyering.net>
38036         and  Paul Eggert  <eggert@cs.ucla.edu>
38037
38038         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
38039         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
38040         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
38041         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
38042         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
38043         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
38044         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
38045         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
38046         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
38047         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
38048         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
38049         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
38050         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
38051         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
38052         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
38053         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
38054         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
38055         for these modules.
38056
38057 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
38058
38059         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
38060         (which shouldn't happen), generate nothing instead of returning 0
38061         immediately, so that nstrftime (NULL, ...) doesn't return 0.
38062
38063 2005-03-16  Bruno Haible  <bruno@clisp.org>
38064
38065         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
38066         HAVE_LONGLONG_64BIT.
38067
38068 2005-03-16  Bruno Haible  <bruno@clisp.org>
38069
38070         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
38071         HAVE_LONGLONG_64BIT.
38072
38073 2005-03-16  Bruno Haible  <bruno@clisp.org>
38074
38075         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
38076         HAVE_LONGLONG_64BIT.
38077
38078 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38079
38080         * lib/strftime.c (my_strftime): Prepend space to format so that we can
38081         reliably distinguish strftime failure from empty output on POSIX
38082         hosts.
38083
38084 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38085
38086         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
38087         (iconv_string): Don't guess a size-zero buffer, as that might cause
38088         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
38089         result would be 'too large', where 'too large' is (heuristically)
38090         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
38091         overflow concerns.  This will prevent some unwanted malloc failures
38092         when the inputs are very large.
38093
38094 2005-03-15  Karl Berry  <karl@gnu.org>
38095
38096         * config/srclist.txt (config.rpath): from gettext.
38097         * config/config.rpath: update.
38098
38099 2005-03-15  Bruno Haible  <bruno@clisp.org>
38100
38101         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
38102         to 'negate'.
38103
38104         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
38105         variable.
38106
38107         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
38108         results.
38109
38110 2005-03-14  Simon Josefsson  <jas@extundo.com>
38111
38112         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
38113         <fx@gnu.org>.
38114
38115 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
38116
38117         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
38118         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
38119         intprops.h.
38120         * lib/strtol.c: Likewise.
38121
38122 2005-03-14  Jim Meyering  <jim@meyering.net>
38123
38124         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
38125         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
38126         to be nonzero so that we (and caller) can detect the difference
38127         between a valid zero-length expansion and an error return, even
38128         when the underlying strftime fails before writing anything into
38129         that location.
38130
38131 2005-03-14  Bruno Haible  <bruno@clisp.org>
38132
38133         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
38134         Update from GNU gettext 0.14.3.
38135
38136 2005-03-10  Jim Meyering  <jim@meyering.net>
38137
38138         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
38139
38140 2005-03-10  Jim Meyering  <jim@meyering.net>
38141
38142         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
38143         so that this module works on systems without fchdir.
38144
38145 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
38146
38147         Factor int-properties macros into a single file, except for
38148         glibc-related files.
38149         * lib/intprops.h: New file.
38150         * lib/getloadavg.c: Include it instead of limits.h.
38151         (INT_STRLEN_BOUND): Remove.
38152         * lib/human.c: Include intprops.h.
38153         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
38154         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
38155         302/1000.
38156         * lib/inttostr.h: Include intprops.h instead of limits.h.
38157         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
38158         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
38159         for consistency with intprops.h.
38160         (time_t_is_integer, twos_complement_arithmetic): Use them.
38161         * lib/sig2str.h: Include <signal.h>, intprops.h.
38162         (INT_STRLEN_BOUND): Remove.
38163         * lib/strftime.c (TYPE_SIGNED): Remove.
38164         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
38165         * lib/strtol.c: Adjust comments to match intprops.h.
38166         * lib/userspec.c: Include intprops.h.
38167         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
38168         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
38169         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
38170         instead of rolling our own expressions.
38171         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
38172
38173         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
38174         instead of int.
38175         (my_strftime): Do not mishandle years close to INT_MAX, by doing
38176         the right thing even if adding 1900 would overflow.  Similarly
38177         for tm_mon + 1 and tm_yday + 1.
38178         Make %Y always equivalent to %C%y, and similarly for %G and %g.
38179         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
38180         (DO_SIGNED_NUMBER): New macro.
38181         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
38182
38183 2005-03-07  Bruno Haible  <bruno@clisp.org>
38184
38185         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
38186
38187 2005-03-07  Bruno Haible  <bruno@clisp.org>
38188
38189         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
38190
38191 2005-03-04  Derek R. Price  <derek@ximbiot.com>
38192
38193         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
38194         (func_import): Only replace files via --import when they have actually
38195         changed.
38196
38197 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38198
38199         * m4/mmap-anon.m4: New file.
38200         * m4/pagealign_alloc.m4: New file.
38201
38202 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38203             Bruno Haible  <bruno@clisp.org>
38204
38205         * modules/pagealign_alloc: New file.
38206         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
38207
38208 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38209             Bruno Haible  <bruno@clisp.org>
38210
38211         * lib/pagealign_alloc.h: New file.
38212         * lib/pagealign_alloc.c: New file.
38213
38214 2005-03-03  Bruno Haible  <bruno@clisp.org>
38215
38216         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
38217         Use an all-permissive copyright notice, recommended by RMS.
38218
38219 2005-03-02  Bruno Haible  <bruno@clisp.org>
38220
38221         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
38222         of AIX, the replacement has to be done only after <string.h> is
38223         included, therefore not in config.h. stpncpy.h does the replacement,
38224         and stpncpy.c uses it.
38225
38226 2005-03-02  Bruno Haible  <bruno@clisp.org>
38227
38228         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
38229         stpncpy.c uses it.
38230
38231 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38232
38233         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
38234         The workaround isn't strictly needed for POSIX conformance, and
38235         it's too much of a pain to configure and maintain.  We'll ask
38236         people to fix their kernels instead.
38237         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
38238         (NANOSLEEP_BUG_WORKAROUND): Remove.
38239         (xnanosleep): Remove the workaround.
38240
38241 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38242
38243         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
38244         Reported by Derek Price.
38245         (Include): Add "timespec.h".
38246
38247         * modules/xnanosleep (Depends-on): Remove gethrxtime.
38248
38249 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38250
38251         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
38252         to detect nanosleep bug.
38253
38254 2005-03-01  Bruno Haible  <bruno@clisp.org>
38255
38256         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
38257
38258 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38259
38260         * modules/gethrxtime: New file.
38261         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
38262         (Depends-on): Add gethrxtime.
38263         (configure.ac): Add gl_XNANOSLEEP.
38264         (Makefile.am): Remove lib_SOURCES line.
38265
38266 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38267
38268         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
38269         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
38270
38271 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38272
38273         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
38274         * lib/timespec.h (gettime): Return void, since it always
38275         succeeds now.  All uses changed.
38276         * lib/gettime.c (gettime) Likewise.
38277         [HAVE_NANOTIME]: Prefer nanotime.
38278         Assume gettimeofday succeeds, as POSIX requires.
38279         Assime time () succeeds, since other code already does.
38280         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
38281         (timespec_subtract): Remove.
38282         (NANOSLEEP_BUG_WORKAROUND): New constant.
38283         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
38284         things considerably.  Use it only on GNU/Linux hosts, since the
38285         workaround shouldn't be needed elsewhere.
38286
38287 2005-02-24  Bruno Haible  <bruno@clisp.org>
38288
38289         * modules/gettext (Files): Add m4/glibc2.m4.
38290
38291 2005-02-24  Bruno Haible  <bruno@clisp.org>
38292
38293         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
38294         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
38295         * m4/progtest.m4:
38296         Update from GNU gettext 0.14.2.
38297         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
38298
38299 2005-02-24  Bruno Haible  <bruno@clisp.org>
38300
38301         * lib/localcharset.c: Update from GNU gettext 0.14.2.
38302         * lib/config.charset: Update from GNU gettext 0.14.2.
38303
38304 2005-02-24  Bruno Haible  <bruno@clisp.org>
38305
38306         * lib/gettext.h: Update from GNU gettext 0.14.2.
38307
38308 2005-02-23  Simon Josefsson  <jas@extundo.com>
38309
38310         * m4/iconvme.m4: New file.
38311
38312 2005-02-23  Jim Meyering  <jim@meyering.net>
38313
38314         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
38315         change.
38316         Thanks to Bruno Haible for catching it.
38317
38318 2005-02-22  Simon Josefsson  <jas@extundo.com>
38319
38320         * modules/iconvme: New file.
38321
38322         * MODULES.html.sh: Add iconvme.
38323
38324 2005-02-22  Simon Josefsson  <jas@extundo.com>
38325
38326         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38327
38328 2005-02-22  Simon Josefsson  <jas@extundo.com>
38329
38330         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38331
38332 2005-02-22  Jim Meyering  <jim@meyering.net>
38333
38334         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38335         s/ifndef/ifdef/.
38336
38337 2005-02-20  Neil Conway  <neilc@samurai.com>
38338
38339         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38340         returned by OSX/Darwin if the specified buffer is not large
38341         enough for the hostname.
38342
38343 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38344
38345         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38346         pass it to _help, otherwise the latter coredumps trying to
38347         dereference state.root_argp.
38348
38349 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38350
38351         * modules/chdir-long (Depends-on): Add memrchr.
38352         * modules/memrchr (Files): Add lib/memrchr.h.
38353         (Include): "memrchr.h".
38354
38355 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38356
38357         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38358
38359 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38360
38361         * lib/memrchr.h: New file.
38362         * lib/chdir-long.c: Include it.
38363         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38364         Don't bother including stddef.h.
38365
38366 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38367
38368         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38369         inclusion.
38370         Include <sys/types.h>, for dev_t.
38371         (ME_DUMMY, ME_REMOTE): Move from here....
38372         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38373         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38374         Dmitry V. Levin.
38375         Include mountlist.h first, to test the interface.
38376
38377 2005-01-29  Bruno Haible  <bruno@clisp.org>
38378
38379         * lib/progname.c (program_name): Initialize.
38380         Needed when linking statically on MacOS X.
38381
38382 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38383
38384         Sync from coreutils.
38385         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38386         (Depends-on): Add c-strtod.
38387         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38388
38389 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38390
38391         Sync from coreutils.
38392         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38393
38394         Remove files that are specific to coreutils.
38395         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38396
38397 2005-01-28  Bruno Haible  <bruno@clisp.org>
38398
38399         * modules/javacomp: New file.
38400         * MODULES.html.sh (Java): Add javacomp.
38401
38402 2005-01-28  Bruno Haible  <bruno@clisp.org>
38403
38404         * m4/javacomp.m4: New file, from GNU gettext.
38405
38406 2005-01-28  Bruno Haible  <bruno@clisp.org>
38407
38408         * lib/javacomp.sh.in: New file, from GNU gettext.
38409         * lib/javacomp.h: New file, from GNU gettext.
38410         * lib/javacomp.c: New file, from GNU gettext.
38411
38412 2005-01-26  Simon Josefsson  <jas@extundo.com>
38413
38414         * lib/gai_strerror.c: Use GPL in header.
38415
38416 2005-01-26  Bruno Haible  <bruno@clisp.org>
38417
38418         * modules/javaexec: New file.
38419         * MODULES.html.sh (Java): Add javaexec.
38420
38421 2005-01-26  Bruno Haible  <bruno@clisp.org>
38422
38423         * m4/javaexec.m4: New file, from GNU gettext.
38424
38425 2005-01-26  Bruno Haible  <bruno@clisp.org>
38426
38427         * lib/javaexec.sh.in: New file, from GNU gettext.
38428         * lib/javaexec.h: New file, from GNU gettext.
38429         * lib/javaexec.c: New file, from GNU gettext.
38430
38431 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38432
38433         * modules/lchown (Depends-on): Remove lchown.h
38434
38435 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38436
38437         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
38438         must be defined if the header file was not found, in order
38439         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
38440
38441 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38442
38443         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
38444         initializers for struct pentry_state.
38445         (__argp_error): Check return value of __asprintf
38446         (__argp_failure): Translate error message
38447
38448         * lib/argp-parse.c: Removed braces around the expansion of N_()
38449
38450 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38451
38452         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
38453         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
38454         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
38455         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
38456         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
38457         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
38458         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
38459         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
38460         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
38461         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
38462         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
38463         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
38464         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
38465         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
38466         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
38467         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
38468         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
38469         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
38470         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
38471         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
38472         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
38473         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
38474         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
38475         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
38476         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
38477         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
38478         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
38479         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
38480         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
38481         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
38482         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
38483         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
38484         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
38485         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
38486         xstrtol.m4, xstrtoumax.m4, yesno.m4:
38487         Use an all-permissive copyright notice, recommended by RMS.
38488
38489 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
38490
38491         * modules/chdir-long (Depends-on): Remove mempcpy.
38492
38493 2005-01-21  Jim Meyering  <jim@meyering.net>
38494
38495         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
38496         same value as for Solaris 9.
38497
38498         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
38499         component length.  This included changing the parameter to be
38500         of type `char *' rather than `char const *'.
38501         * lib/chdir-long.h (chdir_long): Update prototype.
38502
38503         * lib/openat.c (fdopendir, fstatat): New functions.
38504         * lib/openat.h: Include headers required for use of DIR and struct
38505         stat.
38506         [AT_SYMLINK_NOFOLLOW]: Define.
38507         (fdopendir, fstatat): Add prototypes.
38508
38509 2005-01-21  Bruno Haible  <bruno@clisp.org>
38510
38511         * modules/classpath: New file.
38512         * MODULES.html.sh (Java): Add classpath.
38513
38514 2005-01-21  Bruno Haible  <bruno@clisp.org>
38515
38516         * lib/classpath.h: New file, from GNU gettext.
38517         * lib/classpath.c: New file, from GNU gettext.
38518
38519 2005-01-20  Simon Josefsson  <jas@extundo.com>
38520
38521         * modules/version-etc-fsf: New file.
38522
38523 2005-01-20  Simon Josefsson  <jas@extundo.com>
38524
38525         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
38526         * lib/version-etc.c: Remove version_etc_copyright.
38527         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
38528         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
38529
38530 2005-01-20  Simon Josefsson  <jas@extundo.com>
38531
38532         * lib/base64.h (isbase64): Add.
38533
38534         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
38535         using a unsigned prototype, don't inline.
38536         (base64_decode): Use it.
38537
38538 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38539
38540         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
38541         it.
38542
38543 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38544
38545         * lib/save-cwd.c (save_cwd): Remove code to support the case
38546         where fchdir is missing or flaky.
38547
38548 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38549
38550         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
38551
38552 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38553
38554         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
38555         AC_LIBSOURCES now does this.
38556         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
38557         with new ullong_max module.
38558
38559 2005-01-19  Bruno Haible  <bruno@clisp.org>
38560
38561         * modules/sh-quote: New file.
38562         * MODULES.html.sh (Executing programs): Add sh-quote.
38563
38564 2005-01-19  Bruno Haible  <bruno@clisp.org>
38565
38566         * lib/sh-quote.h: New file, from GNU gettext.
38567         * lib/sh-quote.c: New file, from GNU gettext.
38568
38569 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38570
38571         Merge from coreutils.
38572         * m4/ullong_max.m4: New file.
38573         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
38574         (gl_MACROS): Assume localeconv exists.
38575
38576 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38577
38578         Merge changes from coreutils, as described below in several
38579         changelogs dated today.
38580
38581         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
38582         (O_DIRECTORY): Remove; not needed here, since "." must be
38583         a directory.  All uses removed.
38584         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
38585         universal on Suns, and we also need to test for IRIX.
38586         Revamp code to use 'if' rather than '#if'.
38587         Avoid unnecessary comparison of cwd->desc to 0.
38588
38589         * lib/utimens.c (futimens): Robustify the previous patch, by checking
38590         for known valid error numbers rather than observed invalid ones.
38591
38592 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38593
38594         * modules/ullong_max: New file.
38595
38596         * modules/chdir-long, modules/openat: New files.
38597         * modules/save-cwd (Depends-on): Depend on chdir-long.
38598         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
38599
38600 2005-01-18  Jim Meyering  <jim@meyering.net>
38601
38602         Merge from coreutils.
38603         * m4/chdir-long.m4, m4/openat.m4: New files.
38604         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
38605         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
38606         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
38607         is sane and DOES follow symlinks.  Besides, testing 20 different
38608         systems found no broken chown implementations.
38609         Prompted by a change in rsync's copy of this macro.
38610         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
38611
38612         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
38613
38614         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
38615         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
38616         NULL-means-set-to-current-time semantics.
38617         Remove temporary file immediately, rather than waiting
38618         for configure's at-exit trap code to do it.
38619
38620 2005-01-18  Jim Meyering  <jim@meyering.net>
38621
38622         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38623
38624         * lib/utimens.c (futimens): Account for the fact that futimes
38625         can also fail with errno == ENOSYS or errno == ENOENT.
38626         Patch from Dmitry V. Levin.
38627
38628         Change the name of the robust chdir function from chdir to chdir_long.
38629         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
38630         (restore_cwd): Use chdir_long, not chdir.
38631         * lib/chdir-long.c: Renamed from chdir.c.
38632         * lib/chdir-long.h: Renamed from chdir.h.
38633         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
38634         Hurd.
38635
38636 2005-01-18  Bruno Haible  <bruno@clisp.org>
38637
38638         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
38639         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
38640         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
38641         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
38642         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
38643         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
38644         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
38645         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
38646         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
38647         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
38648         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
38649         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
38650         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
38651         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
38652         Use an all-permissive copyright notice, recommended by RMS.
38653
38654 2005-01-18  Bob Proulx  <bob@proulx.com>
38655
38656         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
38657         simplify offsetof() macro construct to avoid compile failure with
38658         native HP-UX 11.0 ANSI C compiler.
38659
38660 2005-01-17  Bruno Haible  <bruno@clisp.org>
38661
38662         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
38663         redundant because stpncpy.m4 takes care of it.
38664
38665 2005-01-17  Bruno Haible  <bruno@clisp.org>
38666
38667         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
38668
38669 2005-01-17  Bruno Haible  <bruno@clisp.org>
38670
38671         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
38672         used.
38673
38674 2005-01-17  Bruno Haible  <bruno@clisp.org>
38675
38676         * lib/fwriteerror.h (fwriteerror): Change specification to include
38677         fclose.
38678         * lib/fwriteerror.c: Include <stdbool.h>.
38679         (fwriteerror): At the end, close the file stream. Record whether
38680         stdout was already closed.
38681
38682 2005-01-17  Bruno Haible  <bruno@clisp.org>
38683
38684         * lib/execute.c (environ): Declare if needed.
38685         * lib/pipe.c (environ): Likewise.
38686         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
38687
38688 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38689
38690         * modules/argp: Depend on vsnprintf
38691
38692 2005-01-10  Jim Meyering  <jim@meyering.net>
38693
38694         * modules/closeout (Depends-on): Add atexit.
38695
38696 2005-01-06  Bruno Haible  <bruno@clisp.org>
38697
38698         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
38699
38700 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38701
38702         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
38703         definitions to be after all include files, to avoid collisions.
38704         Problem reported by Bob Proulx.
38705
38706 2005-01-04  Jim Meyering  <jim@meyering.net>
38707
38708         Changes imported from coreutils.
38709         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
38710         as the mkstemp template, use a temporary directory and an
38711         8.3-friendly template to avoid trouble on systems like DJGPP.
38712         Reported by Juan M. Guerrero via Stepan Kasal.
38713         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
38714         close. Remove the temporary directory right away, rather than waiting
38715         for configure's at-exit trap code to do it.
38716         Suggestion from Stepan Kasal.
38717
38718 2005-01-01  Simon Josefsson  <jas@extundo.com>
38719
38720         * gnulib-tool: Print #include directives when --import'ing.
38721
38722 2004-12-28  Simon Josefsson  <jas@extundo.com>
38723
38724         * tests/test-base64.c: Include required header files.  Remove
38725         unused variables.
38726
38727 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38728
38729         * modules/error (Depends-on): Remove gettext.
38730
38731 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38732
38733         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
38734         not needed.  This removes a dependency on the gettext module.
38735         [defined _LIBC]: Do not include <libintl.h>; not needed.
38736
38737 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38738
38739         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
38740         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
38741
38742 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38743
38744         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
38745         HAVE_DECL_STRTOLD.
38746
38747 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38748
38749         * modules/getdate (Depends-on): Remove alloca-opt.
38750
38751 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38752
38753         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
38754
38755 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38756
38757         * lib/argp-parse.c: Include <stddef.h>.
38758         (alignof, alignto): New macros.
38759         (parser_init): Don't assume that void * is aligned sufficiently
38760         for struct option.
38761
38762         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
38763         need to extend the stack.
38764         (YYINITDEPTH): New macro, so that the initial stack isn't overly
38765         large.
38766
38767 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38768
38769         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
38770
38771 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38772
38773         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
38774         (2004-10-24) change.  Apparently this was a false alarm.
38775
38776         * modules/getdate: Depend on alloca-opt, not alloca.
38777
38778 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38779
38780         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
38781         Remove now-obsolete comment about AIX.
38782         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
38783         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
38784         (YYMAXDEPTH): New macro.
38785
38786 2004-12-18  Simon Josefsson  <jas@extundo.com>
38787
38788         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
38789
38790 2004-12-18  Bruno Haible  <bruno@clisp.org>
38791
38792         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
38793
38794 2004-12-18  Bruno Haible  <bruno@clisp.org>
38795
38796         * lib/fatal-signal.c (fatal_signals): Make non-const.
38797         (init_fatal_signals): New function.
38798         (uninstall_handlers, install_handlers): Ignore signals that were set to
38799         SIG_IGN.
38800         (at_fatal_signal): Call init_fatal_signals.
38801         (init_fatal_signal_set): Likewise. Ignore signals that were set to
38802         SIG_IGN.
38803         Reported by Paul Eggert.
38804
38805 2004-12-18  Bruno Haible  <bruno@clisp.org>
38806
38807         * doc/alloca.texi: New file.
38808         * doc/alloca-opt.texi: New file.
38809
38810 2004-12-17  Jim Meyering  <jim@meyering.net>
38811
38812         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
38813         Otherwise, install-sh could exit with improper exit status when
38814         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
38815
38816 2004-12-16  Simon Josefsson  <jas@extundo.com>
38817
38818         * tests/test-base64.c: Add license.
38819
38820 2004-12-15  Stepan Kasal  <address@hidden>
38821
38822         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
38823
38824 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
38825
38826         * modules/getcwd (Files): Add m4/d-ino.m4.
38827         Suggested by Mark D. Baushke.
38828
38829 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38830
38831         * lib/getdate.y (textint): New member "negative".
38832         (time_zone_hhmm): New function.
38833         Expect 14 shift-reduce conflicts, not 13.
38834         (o_colon_minutes): New rule.
38835         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
38836         (yylex): Set the "negative" member of signed numbers.
38837
38838 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38839
38840         * doc/getdate.texi (Time of day items, Time zone items):
38841         Describe new formats +00:00, UTC+00:00.
38842
38843 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38844
38845         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
38846         spurious "-l"s.  Problem reported by Stepan Kasal.
38847
38848 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
38849
38850         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
38851         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
38852
38853 2004-12-04  Simon Josefsson  <jas@extundo.com>
38854
38855         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
38856         Vandoorselaere <yoann@prelude-ids.org>.
38857
38858 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38859
38860         Changes imported from coreutils.
38861         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
38862         exist.
38863         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
38864
38865 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38866
38867         Changes imported from coreutils.
38868         * lib/hard-locale.c: Assume <locale.h> exists.
38869         Include "strdup.h".
38870         (GLIBC_VERSION): New macro.
38871         (hard_locale): Assume setlocale exists.
38872         Rewrite to avoid #ifdef.
38873         Use strdup rather than malloc + strcpy.
38874         * lib/human.c: Assume <locale.h> exists.
38875         (human_readable): Assume localeconv exists.
38876
38877 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38878
38879         * modules/hard-locale (Depends-on): Add strdup.
38880
38881 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38882
38883         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
38884         convert T2, not T.  (Imported from libc.)
38885
38886 2004-11-30  Simon Josefsson  <jas@extundo.com>
38887
38888         * modules/restrict (License): Change to LGPL.
38889
38890 2004-11-30  Simon Josefsson  <jas@extundo.com>
38891
38892         * m4/restrict.m4: Add copyright and copying conditions.
38893
38894 2004-11-30  Simon Josefsson  <jas@extundo.com>
38895
38896         * m4/base64.m4: New file.
38897
38898 2004-11-30  Simon Josefsson  <jas@extundo.com>
38899
38900         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
38901         base64.
38902
38903         * tests/test-base64.c: New file.
38904
38905         * modules/base64: New file.
38906
38907 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38908
38909         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
38910         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
38911
38912         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
38913
38914 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38915
38916         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
38917         (__getcwd.c): Don't restore errno; glibc doesn't.
38918         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
38919         first, falling back to our code only if its results look suspicious.
38920         Ensure that the resulting buffer is only as large as necessary.
38921
38922         * lib/readutmp.c: Include readutmp.h first.
38923         Include <errno.h>, since readutmp.h no longer does that.
38924         * lib/readutmp.h: Don't include <errno.h>,
38925         <sys/param.h>, <time.h>; not needed to establish interface.
38926         (errno): Remove decl.
38927         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
38928         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
38929         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
38930
38931 2004-11-28  Simon Josefsson  <jas@extundo.com>
38932
38933         * lib/base64.h, base64.c: New file.
38934
38935 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38936
38937         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
38938
38939 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
38940
38941         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
38942         (Depends-on): Remove pathmax, same.  Add mempcpy.
38943         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
38944         (Makefile.am): Append getcwd.h to lib_SOURCES.
38945         (Include): Add getcwd.h.
38946         (Maintainer): Change from Jim Meyering to "all, glibc",
38947         since getdate now uses intended-for-glibc code.
38948         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
38949         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
38950
38951 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38952
38953         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
38954         HP's ANSI C compiler.
38955         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
38956         Declaring int functions causes warnings on some modern systems and
38957         shouldn't be needed to compile on ancient ones.
38958         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
38959         defined.
38960
38961         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
38962         with the following changes.
38963         (__set_errno): Parenthesize properly.
38964         Include <stdbool.h>.
38965         (MIN, MAX, MATCHING_INO): New macros.
38966         (__getcwd): Define with prototype, not K&R form.
38967         Use heuristics to allocate default buffer on stack if possible.
38968         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
38969         behavior, and to avoid the PATH_MAX limit when computing
38970         ../../../../...
38971         Use MATCHING_INO to compare inode number to file.
38972         Check for arithmetic overflow in size calculations.
38973         Fix bug in reallocation of dot array that caused getcwd to fail
38974         on directories nested deeper than 75.
38975         Be more careful about saving errno on error.
38976         Do not use realloc; use only free+malloc, as this is a bit
38977         more flexible and avoids a needless copy operation.
38978         Do not inspect st_dev and st_ino for symbolic links; POSIX
38979         doesn't specify the latter.
38980         Check for closedir errors.
38981         Avoid needless casts.
38982         Use "#ifdef weak_alias" around weak_alias, to be like other
38983         glibc code.
38984         The following changes to getcwd.c have effect only when used in
38985         gnulib; they have no effect inside glibc proper.
38986         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
38987         as alloca isn't used.
38988         (alloca, __alloca): Likewise.
38989         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
38990         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38991         unconditionally, as gnulib assumes C89 or better.
38992         Do not include <sys/param.h>.
38993         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
38994         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
38995         better.
38996         (NULL) [!defined NULL]: Remove; we assume C89 or better.
38997         Include <dirent.h> in a way that is compatible with modern Autoconf.
38998         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
38999         New macros, if not already defined.
39000         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
39001         Use "_LIBC", not "defined _LIBC", for consistency.
39002         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
39003         a mempcpy module.
39004         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
39005         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
39006         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
39007         credit only to Jim Meyering and adjust the copyright dates.
39008         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
39009         <stdlib.h>, <unistd.h>, "pathmax.h".
39010         Instead, include "xgetcwd.h" (first) and "getcwd.h".
39011         (INITIAL_BUFFER_SIZE): Remove.
39012         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
39013
39014 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39015
39016         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
39017         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
39018         Use the _ONCE methods, for efficiency.
39019         Check for fcntl.h.  In test program, include <errno.h>
39020         and <fcntl.h> if available.  Remove old K&R cruft from
39021         test program.  Check for common errors in GNU/Linux,
39022         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
39023         don't do AC_LIBOBJ, as that's getcwd.m4's job.
39024         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
39025         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
39026         name accordingly.
39027         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
39028         accommodate new getcwd.c.
39029         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
39030         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
39031         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
39032         that's all we need now.
39033
39034 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39035
39036         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
39037         argp-parse.c depends on getopt internals, that means we should
39038         always use our getopt, to be on the safe side.
39039         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
39040         order not to spoil the result of an eventual previous invocation
39041         of gl_GETOPT_SUBSTITUTE.
39042
39043 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39044
39045         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
39046         redefinition warnings. To avoid them, include the defines
39047         in `#if !defined __need_getopt ... #endif'. The only place
39048         where __getopt_argv_const is used is in definitions
39049         of getopt_long and getopt_long_only below, which are as well
39050         protected by `#ifndef __need_getopt'.
39051         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
39052         __need_getopt after including <stdio.h> and <unistd.h> These
39053         headers might have defined it.
39054
39055 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39056
39057         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
39058
39059 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39060
39061         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
39062         (futimens): New function, which uses futimes if available.
39063         (futimens, utimens): Support timespec==NULL, with same semantics
39064         as utime and utimens.
39065         * lib/utimens.h (futimens): New decl.
39066
39067 2004-11-23  Jim Meyering  <jim@meyering.net>
39068
39069         * lib/getopt_.h: Remove trailing blanks.
39070
39071 2004-11-23  Jim Meyering  <jim@meyering.net>
39072
39073         * lib/__fpending.c: Add comment.
39074
39075 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * modules/canonicalize (Depends-on): Add xreadlink.
39078         Problem reported by James Youngman.
39079
39080 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39081
39082         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
39083         New macros.
39084         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
39085         optopt): Use them instead of invoking ## directly; otherwise, the
39086         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
39087
39088 2004-11-19  Bruno Haible  <bruno@clisp.org>
39089
39090         * lib/strtok_r.c: Move comments from here...
39091         * lib/strtok_r.h: ... to here.
39092
39093 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39094
39095         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
39096         implementations that mishandle size_t overflow.
39097
39098 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39099
39100         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
39101         might fail.  Problem reported by Yoann Vandoorselaere.
39102         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
39103         implementations that mishandle size_t overflow.
39104
39105 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39106
39107         * modules/canon-host (Depends-on): Add strdup.
39108
39109 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39110
39111         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
39112
39113 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39114
39115         * lib/canon-host.c: Include "strdup.h".
39116         (canon_host): Use getaddrinfo if available, so that IPv6 works.
39117         Use strdup instead of malloc/strcpy to duplicate strings.
39118
39119         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
39120         (human_space_before_unit): New constant.
39121         * lib/human.c (human_readable): Support it.
39122
39123         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
39124         (xgetcwd): Set errno correctly when failing.
39125         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
39126         the failure is actually due to a PATH_MAX problem.
39127
39128         Further getopt changes to make it more likely that glibc will
39129         buy the changes back.
39130         * lib/getopt.c (POSIXLY_CORRECT): New constant.
39131         (getopt): Use it, so to preserve glibc semantic
39132         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
39133         when compiling for libc.
39134         * lib/getopt_.h (__getopt_argv_const): Bring it back.
39135         (getopt_long, getopt_long_only): Use it.
39136
39137         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39138         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
39139         (getopt): Argv is now char * const *, as per standard.
39140         (_getopt_internal_r, _getopt_internal): Argv is now char **,
39141         not char *__getopt_argv_const *.
39142         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39143         _getopt_long_only_r): Likewise.
39144         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
39145         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39146         _getopt_long_r, _getopt_long_only_r): Likewise.
39147         * lib/getopt_.h (__getopt_argv_const): Remove.
39148         (getopt): Argv is now char * const *, as per standard.
39149
39150         * lib/getdate.y (tORDINAL): New token.
39151         (day, relunit): Allow it for relative times.
39152         (relative_time_table): Use tORDINAL for ordinals.
39153
39154 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39155
39156         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
39157         Document that "second" isn't allowed as an ordinal number.
39158
39159 2004-11-16  Jim Meyering  <jim@meyering.net>
39160
39161         * modules/closeout (Depends-on): Add fpending.
39162
39163 2004-11-15  Jim Meyering  <jim@meyering.net>
39164
39165         * lib/closeout.c: Include "__fpending.h" once again.
39166         Include <stdbool.h>.
39167         (close_stdout): Don't fail just because stdout was closed initially,
39168         since some programs don't write to stdout in the normal course of
39169         operation (other than --version and --help), and we don't want this
39170         function to make e.g. `touch file >&-' fail.
39171         But do fail if it was closed and someone has tried to write to it.
39172         E.g., `printf foo >&-' must fail.
39173
39174 2004-11-13  Jim Meyering  <jim@meyering.net>
39175
39176         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
39177
39178 2004-11-12  Simon Josefsson  <jas@extundo.com>
39179
39180         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
39181         small doc fix is still pending.
39182
39183 2004-11-11  Simon Josefsson  <jas@extundo.com>
39184
39185         * modules/strtok_r: New file.
39186
39187         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39188         strtok_r.
39189
39190 2004-11-11  Simon Josefsson  <jas@extundo.com>
39191
39192         * m4/strtok_r.m4: New file.
39193
39194         * m4/getopt.m4: Replace opterr.
39195
39196 2004-11-11  Simon Josefsson  <jas@extundo.com>
39197
39198         * lib/strtok_r.h, strtok_r.c: New file.
39199
39200 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39201
39202         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
39203         of replacing opterr, getopt, etc.  This should handle the
39204         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
39205
39206 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39207
39208         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
39209         we can stop lying to compilers about the constness of argv when we
39210         are compiled outside glibc.
39211         (getopt, getopt_long, getopt_long_only): Use it.
39212         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39213         _getopt_internal, getopt): Likewise.
39214         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39215         _getopt_long_only_r): Likewise.
39216         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39217         _getopt_long_r, _getopt_long_only_r): Likewise.
39218
39219         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
39220         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
39221         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
39222         the other external symbols.
39223         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
39224         declaration, since the above renaming now works around collisions.
39225
39226 2004-11-11  Jim Meyering  <jim@meyering.net>
39227
39228         * lib/linebreak.c: Remove trailing blanks.
39229         * lib/alloca_.h: Likewise.
39230         * lib/acosl.c: Likewise.
39231         * lib/euidaccess.c: Likewise.
39232         * lib/allocsa.h: Likewise.
39233
39234 2004-11-10  Simon Josefsson  <jas@extundo.com>
39235
39236         * m4/getaddrinfo.m4: New file.
39237
39238 2004-11-10  Simon Josefsson  <jas@extundo.com>
39239
39240         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
39241
39242 2004-11-10  Simon Josefsson  <jas@extundo.com>
39243
39244         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39245         getaddrinfo.
39246
39247         * modules/getaddrinfo: New file.
39248
39249 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39250
39251         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
39252
39253 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39254
39255         * lib/mktime.c (SHR): New macro, which is a portable
39256         substitute for >> that should work even on Crays.
39257         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
39258         Problem reported by Mark D. Baushke in
39259         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
39260         * lib/getdate.y (SHR): Likewise.
39261         (tm_diff): Use it.
39262         * lib/strftime.c (SHR): Likewise.
39263         (tm_diff): Use it.
39264         * lib/quotearg.c (struct quoting_options): Use unsigned int for
39265         quote_these_too, so that right shifts are well defined.  All uses
39266         changed.
39267
39268 2004-11-10  Jim Meyering  <jim@meyering.net>
39269
39270         Ensure that no close failure goes unreported.
39271         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
39272         return early when it seems there's nothing to flush.
39273         Don't include __fpending.h.
39274
39275 2004-11-10  Jim Meyering  <jim@meyering.net>
39276
39277         * modules/closeout (Depends-on): Remove fpending.
39278
39279 2004-11-10  Jim Meyering  <jim@meyering.net>
39280
39281         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
39282
39283 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39284
39285         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
39286         gl_FUNC_STRFTIME.
39287         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
39288         and AC_REQUIRE when possible, to avoid duplicate checks.
39289         Check for <wchar.h>.
39290
39291 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39292
39293         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
39294
39295 2004-11-09  Bruno Haible  <bruno@clisp.org>
39296
39297         * m4/sockpfaf.m4: New file.
39298
39299 2004-11-05  Bruno Haible  <bruno@clisp.org>
39300
39301         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
39302         Reported by Mark D. Baushke <mdb@cvshome.org>.
39303
39304 2004-11-04  Bruno Haible  <bruno@clisp.org>
39305
39306         2004-09-11  Bruno Haible  <bruno@clisp.org>
39307                 * allocsa.valgrind: New file.
39308         2004-02-06  Bruno Haible  <bruno@clisp.org>
39309                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
39310                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
39311                 Reported by Christopher Seip <chris.seip@hp.com>.
39312
39313 2004-11-04  Bruno Haible  <bruno@clisp.org>
39314
39315         * modules/allocsa (Files): Add lib/allocsa.valgrind.
39316         (Makefile.am): Distribute it.
39317
39318 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39319
39320         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
39321         with errno == ERANGE if the buffer is too small.
39322         Problem reported by Mark D. Baushke.
39323
39324 2004-11-03  Albert Chin  <china@thewrittenword.com>
39325             Paul Eggert  <eggert@cs.ucla.edu>
39326
39327         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39328         equivalent, substitute $ac_type for equivalent type rather than
39329         blindly using uint32_t *always* which won't work if uint32_t is not
39330         available.  Define _UINT32_T to work around typedef of uint32_t if
39331         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39332         2.5.1.
39333
39334 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39335
39336         * m4/jm-macros.m4: Sync from coreutils.
39337         (gl_MACROS): Check for mbrlen, for pathchk.
39338         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39339
39340 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * lib/xreadlink.c (MAXSIZE): New macro.
39343         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39344         size does not exceed MAXSIZE.  Avoid cast.
39345         As suggested by Mark D. Baushke in
39346         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39347         if readlink fails with buffer size just under MAXSIZE, try again
39348         with MAXSIZE.
39349
39350 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39351
39352         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39353
39354 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39355         and  Paul Eggert  <eggert@cs.ucla.edu>
39356
39357         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39358         (get_date): Overparenthesize to avoid GCC warning.
39359
39360 2004-11-02  Bruno Haible  <bruno@clisp.org>
39361
39362         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39363         returns void.
39364
39365 2004-11-02  Bruno Haible  <bruno@clisp.org>
39366
39367         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39368         function returns void.
39369
39370 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39371
39372         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39373         fflush_unlocked, flockfile, funlockfile, funlockfile,
39374         fputs_unlocked, putc_unlocked.
39375
39376 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39377
39378         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39379         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39380         already declared.
39381
39382 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39383
39384         * modules/getdate (Files): Add doc/getdate.texi.
39385         (Depends-on): Add setenv, xalloc.
39386
39387 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39388
39389         * lib/getdate.y: Add support for TZ="foo" within a date string.
39390         Fix some bugs near time_t boundaries.  Reject dates with
39391         out-of-range components, e.g., "Sept 31".
39392         Include <stdlib.h>, "setenv.h", "xalloc.h".
39393         (ISDIGIT_LOCALE): Remove; unused.
39394         Note that the TZ and time functions used here are not reentrant.
39395         (mktime_ok, get_tz): New functions.
39396         (TZBUFSIZE): New constant.
39397         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39398         This requires that we sometimes generate our own TZ="XXX..." setting.
39399
39400 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39401
39402         * doc/getdate.texi: New file, from coreutils with modifications for
39403         the new TZ parsing.
39404
39405 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39406
39407         * lib/mktime.c (not_equal_tm): Remove redundant check.
39408
39409 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39410
39411         * modules/regex (lib_SOURCES): Add regex.c.
39412         Reported by James Youngman in
39413         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39414
39415 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39416
39417         * lib/getdate.y: Use Bison 1.875 features, and some minor
39418         code cleanups.  This change does not affect semantics.
39419         Don't include <stdlib.h>; no longer needed.
39420         Don't include unlocked-io.h; only the "#if TEST" code uses
39421         stdio, and performance isn't crucial there.
39422         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
39423         Bison 1.875 features as described below.
39424         All uses of "PC." replaced by "pc->".
39425         (YYSTYPE): Add a forward declaration.
39426         (yylex, yyerror): Use full prototypes in forward decls.
39427         Use "%pure-parser" rather than obsolescent "%pure_parser".
39428         Use %parse-param and %lex-param instead of obsolescent
39429         YYPARSE_PARAM and YYLEX_PARAM.
39430         (meridian_table, month_and_day_table, time_units_table,
39431         relative_time_table, time_zone_table, military_table,
39432         lookup_zone, lookup_word, get_date):
39433         Use NULL instead of 0 where appropriate.
39434         (to_hour): Avoid abort (), to avoid a dependency on
39435         stdlib.h.
39436         (yyerror, yylex): Now accepts parser_control * arg.
39437         (main) [TEST]: Use '\0' rather than 0 for char.
39438
39439 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39440
39441         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
39442
39443 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39444
39445         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
39446         It's now the caller's responsibility to handle the case where
39447         !HAVE_GETPAGESIZE && !defined getpagesize.
39448
39449         * lib/mktime.c (leapyear): Arg is long int, not int.
39450
39451 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
39452
39453         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
39454
39455 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39456
39457         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
39458         missing.  Problem reported by James Youngman.
39459
39460 2004-10-16  Simon Josefsson  <jas@extundo.com>
39461
39462         * gnulib-tool: Fix comments.  Fix parse problem.
39463         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
39464
39465 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
39466
39467         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
39468         implementation of getopt_long.  Problem reported by Alexander Taler in:
39469         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
39470
39471 2004-10-15  Bruno Haible  <bruno@clisp.org>
39472
39473         * gnulib-tool: Untabify. Initialize supplied_libname.
39474         (func_usage): More homogenous output.
39475         (func_modules_transitive_closure, func_modules_to_filelist,
39476         func_emit_lib_Makefile_am): New functions.
39477         (func_import): New function, extracted from big case statement. Use
39478         func_get_license, func_modules_transitive_closure,
39479         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
39480         opt_lgpl. Don't use test -a, as it's not portable.
39481         (func_create_testdir): Use func_modules_transitive_closure,
39482         func_modules_to_filelist, func_emit_lib_Makefile_am.
39483
39484 2004-10-15  Bruno Haible  <bruno@clisp.org>
39485
39486         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
39487
39488 2004-10-15  Bruno Haible  <bruno@clisp.org>
39489
39490         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
39491         the portions belonging to each module.
39492         Suggested by Derek Robert Price <derek@ximbiot.com>.
39493
39494 2004-10-12  Simon Josefsson  <jas@extundo.com>
39495
39496         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39497         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
39498         to real functions.
39499
39500 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39501
39502         * modules/vsnprintf: New file.
39503
39504 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39505
39506         * m4/vsnprintf.m4: New file.
39507
39508 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39509
39510         * lib/vsnprintf.h: New file.
39511         * lib/vsnprintf.c: New file.
39512
39513 2004-10-11  Bruno Haible  <bruno@clisp.org>
39514
39515         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
39516         vsnprintf.
39517
39518 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39519
39520         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
39521
39522 2004-10-07  Bruno Haible  <bruno@clisp.org>
39523
39524         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
39525         fits into the provided buffer.
39526
39527 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39528
39529         * lib/diacrit.c, diacrit.h: Add GPL notice.
39530
39531         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
39532         notice.
39533         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
39534         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
39535         This avoids a potential constant-folding bug.
39536
39537 2004-10-05  Bruno Haible  <bruno@clisp.org>
39538
39539         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
39540         for the declaration of strsep.
39541
39542 2004-10-05  Bruno Haible  <bruno@clisp.org>
39543
39544         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
39545
39546 2004-10-04  Simon Josefsson  <jas@extundo.com>
39547
39548         * modules/memmem: New file.
39549         * tests/test-memmem.c: New file.
39550         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
39551
39552 2004-10-04  Simon Josefsson  <jas@extundo.com>
39553
39554         * m4/memmem.m4: New file.
39555
39556 2004-10-04  Simon Josefsson  <jas@extundo.com>
39557
39558         * lib/memmem.h: New file.
39559         * lib/memmem.c: New file, taken from glibc.
39560
39561 2004-10-04  Simon Josefsson  <jas@extundo.com>
39562
39563         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
39564         '#ifdef USE_UNLOCKED_IO'.
39565
39566 2004-10-04  Simon Josefsson  <jas@extundo.com>
39567
39568         * config/srclist.txt: Add memmem from glibc.
39569
39570 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39571
39572         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
39573
39574         * modules/argmatch, modules/argp, modules/closeout, modules/error,
39575         modules/exclude, modules/getdate, modules/getline,
39576         modules/getndelim2, modules/getpass, modules/getpass-gnu,
39577         modules/getusershell, modules/linebuffer, modules/md5,
39578         modules/mountlist, modules/posixtm, modules/readtokens,
39579         modules/readutmp, modules/regex, modules/sha1,
39580         modules/version-etc, modules/yesno:
39581         Remove dependency on unlocked-io.
39582
39583 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39584
39585         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
39586
39587         * m4/unlocked-io.m4: Add copyright notice.
39588         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
39589
39590 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39591
39592         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
39593         * lib/xmalloc.c (xmemdup): Likewise.
39594         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
39595         XFREE): Remove these long-obsolescent macros.
39596         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
39597         * lib/xstrdup.c: Remove.
39598
39599         * lib/regex.c (re_comp): Cast gettext return value to char *,
39600         Problem reported by Martin Neitzel via Mark D. Baushke.
39601
39602 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39603
39604         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
39605         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
39606         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
39607         regex.c, sha1.c, version-etc.c, yesno.c:
39608         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
39609         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
39610         the includer's responsibility.
39611
39612         Sync from coreutils.
39613
39614         * lib/modechange.c (mode_compile): Don't decrement a pointer that
39615         points to the start of a string, as the C Standard says the
39616         resulting behavior is undefined.
39617
39618         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
39619         simple -> simple_backups, numbered_existing ->
39620         numbered_existing_backups, numbered -> numbered_backups
39621         to avoid shadowing problems.  All uses changed.
39622         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
39623         * lib/backupfile.c (check_extension, numbered_backup):
39624         Rename locals to avoid shadowing 'basename'.
39625         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
39626         once.
39627
39628         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
39629         * lib/.cvsignore: Add getopt.h.
39630
39631 2004-10-04  Bruno Haible  <bruno@clisp.org>
39632
39633         * modules/README: New file.
39634         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
39635         not a module.
39636
39637 2004-10-02  Jim Meyering  <jim@meyering.net>
39638
39639         * lib/dirfd.h, getpagesize.h: Add copyright notice.
39640
39641 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39642
39643         * modules/strsep: New file.
39644
39645 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39646
39647         * m4/strsep.m4: New file.
39648
39649 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39650
39651         * lib/strsep.h: New file.
39652         * lib/strsep.c: New file.
39653
39654 2004-10-01  Simon Josefsson  <jas@extundo.com>
39655
39656         * lib/snprintf.c (snprintf): Handle size==0.
39657
39658 2004-10-01  Simon Josefsson  <jas@extundo.com>
39659             Bruno Haible  <bruno@clisp.org>
39660
39661         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
39662         (snprintf): Declare 'args'.
39663
39664 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
39665
39666         * lib/snprintf.c: Remove comments as to why each header is needed.
39667
39668 2004-10-01  Bruno Haible  <bruno@clisp.org>
39669
39670         * MODULES.html.sh: Add strsep.
39671
39672 2004-09-30  Simon Josefsson  <jas@extundo.com>
39673
39674         * modules/snprintf: New file.
39675
39676 2004-09-30  Simon Josefsson  <jas@extundo.com>
39677
39678         * m4/snprintf.m4: New file.
39679
39680 2004-09-30  Simon Josefsson  <jas@extundo.com>
39681
39682         * lib/snprintf.h, lib/snprintf.c: New files.
39683
39684 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39685
39686         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
39687         (hol_entry_help): Never translate an empty string.
39688         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
39689         * lib/argp.h (OPTION_NO_TRANS): New option.
39690
39691 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39692
39693         * modules/argp (Maintainer): Replace Simon Josefsson
39694         by Sergey Poznyakoff.
39695
39696 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39697
39698         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
39699         changes merged back into glibc.
39700
39701 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39702
39703         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
39704
39705 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39706
39707         * lib/xvasprintf.c: Include xalloc.h.
39708         (xvasprintf): Use xalloc_die, not xmalloc_die.
39709
39710 2004-09-29  Bruno Haible  <bruno@clisp.org>
39711
39712         * modules/alloca-opt: New file, derived from modules/alloca.
39713         * modules/allocsa: Depend on alloca-opt instead of alloca.
39714         * modules/setenv: Likewise.
39715         * modules/vasnprintf: Likewise.
39716         * MODULES.html.sh: Add alloca-opt.
39717
39718 2004-09-28  Simon Josefsson  <jas@extundo.com>
39719
39720         * gnulib-tool: New parameter --lgpl, to asseert that modules are
39721         LGPL, and to replace license template from GPL to LGPL.
39722
39723 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39724
39725         * modules/dummy: Change license to LGPL.
39726
39727 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39728
39729         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
39730
39731 2004-09-24  Simon Josefsson  <jas@extundo.com>
39732
39733         * modules/minmax (License): Change from GPL to LGPL.
39734
39735 2004-09-23  Simon Josefsson  <jas@extundo.com>
39736
39737         * gnulib-tool (--import): Typo.
39738
39739 2004-09-23  Simon Josefsson  <jas@extundo.com>
39740
39741         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
39742
39743 2004-09-22  Bruno Haible  <bruno@clisp.org>
39744
39745         * modules/*: Add 'License' field.
39746         * gnulib-tool: Accept --extract-license option.
39747         (func_get_license): New function.
39748
39749 2004-09-21  Bruno Haible  <bruno@clisp.org>
39750
39751         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
39752         Reported by Simon Josefsson.
39753
39754 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39755
39756         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
39757         gl_AC_TYPE_LONG_LONG.
39758
39759 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39760
39761         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
39762
39763 2004-09-18  Simon Josefsson  <jas@extundo.com>
39764         and  Paul Eggert  <eggert@cs.ucla.edu>
39765
39766         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
39767         calls with autoreconf.  Define GL_LIB.
39768
39769 2004-09-14  Karl Berry  <karl@gnu.org>
39770
39771         * config/srclist.txt: unsync setenv.c, sigh.
39772
39773 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39774
39775         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
39776         Problem reported by Bruno Haible in:
39777         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
39778
39779 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39780
39781         * config/srclist.txt: Comment out argp-pvh.c.
39782
39783 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
39784
39785         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
39786         in case some system header has #define'd it.  Problem reported by
39787         Soeren D. Schulze in
39788         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
39789
39790 2004-09-09  Karl Berry  <karl@gnu.org>
39791
39792         * regex.[ch]: delete from the root.  These were supposed to be
39793                 synced with emacs cvs, but this has not happened for about
39794                 a year, and anyway nothing else uses emacs regex.[ch].
39795                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
39796                 lib/regex[.ch] is untouched.
39797
39798 2004-09-09  Bruno Haible  <bruno@clisp.org>
39799
39800         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
39801
39802 2004-09-09  Bruno Haible  <bruno@clisp.org>
39803
39804         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
39805         modifications.
39806         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
39807
39808 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39809
39810         * modules/xvasprintf: New file.
39811         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
39812
39813 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39814
39815         * lib/xvasprintf.h: New file.
39816         * lib/xvasprintf.c: New file.
39817         * lib/xasprintf.c: New file.
39818
39819 2004-09-08  Bruno Haible  <bruno@clisp.org>
39820
39821         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
39822
39823 2004-09-08  Bruno Haible  <bruno@clisp.org>
39824
39825         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
39826         length is > INT_MAX.
39827         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
39828         more.
39829
39830 2004-09-08  Bruno Haible  <bruno@clisp.org>
39831
39832         * lib/stdint_.h: New file, taken from GNU clisp.
39833
39834 2004-09-08  Bruno Haible  <bruno@clisp.org>
39835             Oskar Liljeblad  <oskar@osk.mine.nu>
39836
39837         * modules/stdint: New file.
39838         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
39839
39840 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39841
39842         Import from coreutils.
39843         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
39844         strings on unbounded length.  alloca's performance benefits aren't
39845         that important here.
39846         (V_STRDUP): Remove.
39847         (parse_with_separator): New function, with most of the internals
39848         of the old parse_user_spec.  Allow user to omit both user and group,
39849         for compatibility with FreeBSD.
39850         Clone only the user name, not the entire spec.
39851         Do not set *uid, *gid unless entirely successful.
39852         Avoid memory leak in some failing cases.
39853         Fix regression for USER.GROUP reported by Dmitry V. Levin in
39854         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
39855         (parse_user_spec): Rewrite to use parse_with_separator.
39856
39857 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39858
39859         * modules/userspec: Don't depend on alloca.
39860
39861 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39862
39863         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
39864
39865 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39866
39867         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
39868         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
39869         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
39870
39871 2004-08-16  Simon Josefsson  <jas@extundo.com>
39872
39873         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
39874         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
39875         Add --dry-run for --import.
39876         Let user provided command line parameters override configure.ac
39877         settings.
39878
39879 2004-08-12  Simon Josefsson  <jas@extundo.com>
39880
39881         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
39882         as discussed with Paul Eggert in threads rooted at
39883         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
39884         and
39885         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
39886         Before, the test was empty, and relied on ELIDE_CODE in source
39887         code.)
39888         (gl_PREREQ_GETOPT): New macro.
39889         (gl_GETOPT): Use them.
39890
39891 2004-08-12  Simon Josefsson  <jas@extundo.com>
39892
39893         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
39894         * lib/getopt_.h: Renamed from getopt.h.
39895
39896 2004-08-12  Simon Josefsson  <jas@extundo.com>
39897
39898         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
39899         Change default library name from libfoo to libgnu.
39900         Now, if you have a configure.ac that says:
39901                 gl_SOURCE_BASE(gl)
39902                 gl_M4_BASE(gl/m4)
39903                 gl_MODULES(error getopt etcetera)
39904                 gl_INIT
39905         you can import all you need by running:
39906                 ../gnulib/gnulib-tool --import
39907
39908         * modules/getopt (Files): Rename getopt.h to getopt_.h.
39909         (Makefile.am): Rewrite, use logic from argz.
39910         (Include): Use <getopt.h> instead of "getopt.h".
39911
39912 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39913
39914         * modules/argp (Files): Add m4/unlocked-io.m4.
39915         (Depends-on): Add extensions.
39916
39917 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39918
39919         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
39920         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
39921         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
39922         Check for program_invocation_name, program_invocation_short_name,
39923         flockfile, funlockfile, features.h, _getopt_long_only_r.
39924
39925 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39926
39927         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
39928         its complicated substitute.
39929         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
39930         and program_invocation_name.
39931         (__argp_basename) [!_LIBC]: Remove; the only use was
39932         replaced by its body.
39933         (__argp_short_program_name): Change condition from
39934         !defined __argp_short_program_name to
39935         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
39936         to match argp-namefrob.h.
39937         (__argp_failure): Don't assume strerror_r returns char *.
39938         * lib/argp-parse.c (N_): Define unconditionally.
39939         (argp_default_options): Fill out initializers with 0 to avoid
39940         gcc warnings.
39941
39942 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39943
39944         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
39945         getopt1.c.
39946
39947 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39948
39949         Merge from coreutils.
39950
39951         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
39952
39953         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
39954         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
39955
39956 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39957
39958         Merge from coreutils.
39959
39960         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
39961         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
39962         for Reliant Unix 5.43.
39963
39964         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
39965         (union fooround): Use uintmax_t, not long int.
39966         The rest is a merge from libc:
39967         [defined _LIBC]: Include <shlib-compat.h>.
39968         (_obstack) [defined _LIBC]: Remove after 2.3.4.
39969
39970         * lib/settime.c (settime): Recode to avoid warning with
39971         Sun Forte C 6U2.
39972
39973         * lib/strverscmp.c: Convert to UTF-8.
39974
39975 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39976
39977         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39978         m4/uintmax_t.m4.
39979
39980 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39981
39982         * modules/xalloc-die: New file.
39983         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
39984
39985         * modules/md5 (Files): Add m4/uint32_t.m4.
39986         * modules/sha1: Renamed from modules/sha.
39987         (Files):
39988         Rename lib/sha.h to lib/sha1.h.
39989         Rename lib/sha.c to lib/sha1.c.
39990         Rename m4/sha.m4 to m4/sha1.m4.
39991         (lib_SOURCES): Likewise.
39992         (configure.ac): Rename gl_SHA to gl_SHA1.
39993         (Include): sha.h -> sha1.h.
39994
39995 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39996
39997         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
39998         * m4/sha1.m4: Renamed from sha.m4.
39999         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
40000
40001 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40002
40003         * lib/obstack.h (obstack_empty_p):
40004         Don't assume that chunk->contents is suitably aligned.
40005         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
40006         Likewise. Problem reported by Benno in
40007         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
40008
40009         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
40010         readable.  This could be improved further but it'd take some work.
40011
40012 2004-08-08  Simon Josefsson  <jas@extundo.com>
40013
40014         * modules/xgethostname (Depends-on): Remove exit and error (not
40015         used).
40016
40017         * modules/getpass-gnu: Add getpass.h.
40018         (Depends-on): Add stdbool.
40019         * modules/getpass: Add getpass.h.
40020
40021 2004-08-08  Simon Josefsson  <jas@extundo.com>
40022
40023         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
40024         Check getpass declaration.
40025
40026 2004-08-08  Simon Josefsson  <jas@extundo.com>
40027
40028         * lib/xgethostname.c: Don't include error.h (not used).
40029
40030         * lib/getpass.h: Add.
40031         * lib/getpass.c: Include getpass.h first.
40032
40033 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
40034
40035         * lib/xalloc-die.c: New file.
40036         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
40037         All uses removed.
40038         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
40039         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
40040         xalloc-die.c.
40041         (_, N_, xalloc_die): Move to xalloc-die.c.
40042         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
40043         so that we needn't mess with xalloc_msg_memory_exhausted.
40044
40045         * lib/sha1.h: Renamed from sha.h.
40046         (SHA1_H): Renamed from _SHA_H.
40047         (sha1_ctx): Renamed from sha_ctx.
40048         (sha1_init_ctx): Renamed from sha_init_ctx.
40049         (sha1_process_block): Renamed from sha_process_block.
40050         (sha1_process_bytes): Renamed from sha_process_bytes.
40051         (sha1_finish_ctx): Renamed from sha_finish_ctx.
40052         (sha1_read_ctx): Renamed from sha_read_ctx.
40053         (sha1_stream): Renamed from sha_stream.
40054         (sha1_buffer): Renamed from sha_buffer.
40055         * lib/sha1.c: Likewise; renamed from sha.c.
40056         Do not include <sys/types.h>.
40057         Include <stddef.h> rather than <stdlib.h>.
40058
40059 2004-08-08  Bruno Haible  <bruno@clisp.org>
40060
40061         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
40062         FILESYSTEM_PREFIX_LEN.
40063         * lib/progreloc.c: Likewise.
40064         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
40065
40066 2004-08-06  Simon Josefsson  <jas@extundo.com>
40067
40068         * modules/progname (Depends-on): Don't depend on stdbool.
40069
40070 2004-08-06  Simon Josefsson  <jas@extundo.com>
40071
40072         * modules/getsubopt: New file.
40073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40074         getsubopt.
40075
40076 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40077
40078         More merge from coreutils.
40079
40080         * m4/utimens.m4, m4/utimecmp.m4: New files.
40081         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
40082         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
40083         prereq.m4, sha.m4: Import changes from coreutils.
40084
40085 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40086
40087         More merge from coreutils.
40088         * modules/raise, modules/readtokens0, modules/utimens:
40089         * modules/utimecmp, module/xnanosleep: New files.
40090         * modules/strftime: Add lib/strftime.h.
40091         Change include from <time.h> to "strftime.h".
40092         * modules/yesno: Add lib/yesno.h.
40093         * modules/backupfile: Remove lib/addext.c.
40094         * modules/euidaccess: Add stat-macros.h.
40095         * modules/canonicalize, modules/euidaccess,
40096         modules/filemode, modules/lchown, modules/makepath,
40097         modules/rmdir, modules/stat: Likewise.
40098
40099 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40100
40101         Merge from tar.
40102         * lib/argp-help.c (make_hol, hol_append): Don't assume that
40103         SIZE_MAX is a valid preprocessor constant.
40104         (__argp_basename): Change from "#ifndef _LIBC"
40105         to "#ifndef __argp_short_program_name", so that
40106         we don't compile these functions for tar.
40107
40108         More merges from coreutils.
40109         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
40110         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
40111         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
40112         * lib/addext.c: Remove; no longer needed.
40113         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
40114         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
40115         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
40116         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
40117         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
40118         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
40119         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
40120         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
40121         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
40122         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40123         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
40124         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
40125         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
40126         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
40127         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
40128         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
40129         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
40130         Import changes from coreutils.
40131
40132 2004-08-05  Simon Josefsson  <jas@extundo.com>
40133
40134         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
40135
40136 2004-08-05  Simon Josefsson  <jas@extundo.com>
40137
40138         * m4/getsubopt.m4: New file.
40139
40140 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40141
40142         Merge from coreutils.
40143
40144         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
40145         * m4/getcwd-path-max.m4: New files.
40146
40147         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
40148         FILESYSTEM_PREFIX_LEN ->
40149         FILE_SYSTEM_PREFIX_LEN.
40150         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
40151         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
40152         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
40153         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
40154
40155         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
40156         prerequisite modules now handle the DOS stuff.
40157         Don't check for unistd.h.
40158
40159 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40160
40161         Merge from coreutils.
40162
40163         * lib/.gdb-history: Remove; this doesn't belong here.
40164
40165         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
40166         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
40167         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
40168         * lib/getcwd.c: New files.
40169
40170         * lib/dirname.h: Include <stdbool.h>.
40171         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
40172         for consistency with POSIX terminology.  All uses changed.
40173         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
40174         (strip_trailing_slashes): Use bool for booleans.
40175         * lib/stripslash.c (strip_trailing_slashes): Likewise.
40176
40177         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
40178         sometimes returns a positive errno value even when it succeeds.
40179         (print_errno_message) [!LIBC]: Fall back on strerror if
40180         __strerror_r fails.
40181
40182         * lib/path-concat.c (mempcpy): Don't define if a system header defines
40183         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
40184         (longest_relative_suffix): New function.
40185         (path_concat): Use it.  Assume first argument is not NULL.
40186         Port to DOS.  Omit redundant separators.
40187         Report an error instead of returning NULL.
40188         Use mempcpy instead of memcpy.
40189         (xpath_concat): Remove: not declared or used.
40190
40191         * lib/same.h: Include <stdbool.h>
40192         (same_name): Return bool, not int.
40193         * lib/same.c (same_name): Likewise.
40194         (errno): Don't declare; we assume C89 or better now.
40195
40196         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
40197         if not already defined.
40198
40199         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
40200         * lib/dup-safer.c (errno): Likewise.
40201
40202 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40203
40204         Merge from coreutils.
40205         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
40206         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
40207         * modules/path-concat: Don't depend on strdup.
40208
40209 2004-08-03  Simon Josefsson  <jas@extundo.com>
40210
40211         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
40212         * lib/progname.h: Don't include stdbool.h.
40213
40214 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40215
40216         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
40217         * MODULES.html.sh (func_all_modules): Remove fatal.
40218
40219 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40220
40221         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
40222
40223 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40224
40225         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
40226         working.
40227
40228 2004-08-02  Simon Josefsson  <jas@extundo.com>
40229
40230         * lib/getsubopt.h: New file, with comments from Bruno Haible.
40231         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
40232         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
40233
40234 2004-08-01  Simon Josefsson  <jas@extundo.com>
40235
40236         * lib/xgetdomainname.c: Include stdlib.h, for free().
40237
40238 2004-07-19  Bruno Haible  <bruno@clisp.org>
40239
40240         * MODULES.html.sh (func_all_modules): Add dummy.
40241
40242 2004-07-16  Simon Josefsson  <jas@extundo.com>
40243
40244         * modules/dummy: New file.
40245
40246 2004-07-16  Simon Josefsson  <jas@extundo.com>
40247
40248         * lib/dummy.c: New file.
40249
40250 2004-07-16  Bruno Haible  <bruno@clisp.org>
40251
40252         * lib/backupfile.h: Add extern "C" for C++.
40253         * lib/closeout.h: Likewise.
40254         * lib/copy-file.h: Likewise.
40255         * lib/findprog.h: Likewise.
40256         * lib/full-write.h: Likewise.
40257         * lib/pathname.h: Likewise.
40258         * lib/progname.h: Likewise.
40259         * lib/stpcpy.h: Likewise.
40260         * lib/stpncpy.h: Likewise.
40261         * lib/strcase.h: Likewise.
40262         * lib/strstr.h: Likewise.
40263         * lib/xalloc.h: Likewise.
40264
40265         * lib/mbswidth.h: Add extern "C" for C++.
40266         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
40267
40268 2004-07-13  Robert Millan  <robertmh@gnu.org>
40269
40270         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
40271
40272 2004-07-09  Simon Josefsson  <jas@extundo.com>
40273
40274         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
40275         failed without this.)
40276
40277 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40278
40279         * modules/chown (Files): Add lib/fchown-stub.c, since
40280         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
40281
40282 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40283
40284         * lib/fchown-stub.c: New file.
40285
40286 2004-06-24  Jim Meyering  <jim@meyering.net>
40287
40288         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
40289
40290 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40291
40292         * modules/argz: Omit "#include".
40293
40294         * MODULES.html.sh (func_all_modules): Add calloc, to match
40295         2004-06-01 addition of calloc module.
40296
40297 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40298
40299         * m4/argz.m4: New file, which is autoupdated from libtool.
40300
40301 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40302
40303         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
40304         libtool.
40305
40306 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40307
40308         * config/srclist-update: Don't insist on "USA." before the
40309         close-comment, as libtool omits the period and puts the */ on a
40310         separate line.
40311         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
40312         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
40313
40314 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
40315
40316         * modules/argz: New file.
40317         * MODULES.html.sh (func_all_modules): Add argz.
40318
40319 2004-06-12  Jim Meyering  <jim@meyering.net>
40320         and  Paul Eggert  <eggert@cs.ucla.edu>
40321
40322         * modules/hash (Files): Add lib/xalloc.h.
40323         * modules/pipe (Depends-on): Add wait-process.
40324         * modules/stat (Depends-on): Add xalloc.
40325         * modules/userspec (Files): Add lib/userspec.h.
40326         * modules/xstrto
40327
40328         Upgrade from gettext-0.13.
40329         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40330         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40331         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40332
40333 2004-06-10  Jim Meyering  <jim@meyering.net>
40334
40335         * lib/calloc.c: New file.
40336
40337 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40338
40339         * lib/getdate.y (yylex): Allow space between sign and number.
40340         Problem reported by Dan Jacobson.
40341
40342 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40343
40344         Merge from coreutils CVS.
40345
40346         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40347         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40348         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40349         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40350         xstrtol.m4: Fix copyright date and/or serial number.
40351
40352         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40353         See if we need an fchown replacement.
40354         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40355         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40356         and use the replacement function if we detect either defect.
40357
40358         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40359         gl_UTIMECMP.
40360
40361 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40362         and  Jim Meyering  <jim@meyering.net>
40363
40364         Merge from coreutils CVS.
40365
40366         * lib/stat-macros.h: New file, with contents from file-type.h
40367         and coreutils' system.h.
40368         * lib/file-type.c: Include "stat-macros.h".
40369         * lib/file-type.h (file_type): Move all macro definitions to new file,
40370         stat-macros.h.
40371
40372         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40373         Wrap old code with this conditional.
40374         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40375         function that does not dereference symlinks.
40376         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40377
40378         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40379         dependency problems.
40380         (xreadlink): Accept new arg SIZE, for efficiency.
40381         All decls and uses changed.
40382         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40383
40384         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40385         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40386
40387         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40388         sysexits.h.
40389
40390 2004-06-01  Jim Meyering  <jim@meyering.net>
40391
40392         * m4/calloc.m4: New file.
40393
40394 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40395
40396         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40397         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40398         Also, fix a typo in a diagnostic.
40399
40400 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40403         or AC_FUNC_REALLOC.
40404
40405 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40406
40407         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40408         macros to be defined.
40409         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40410         the allocator returns NULL because the requested size is zero.
40411
40412 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40413
40414         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40415         var.  Add comment explaining why libc still defines it.  This
40416         merges the following patch from glibc:
40417         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40418
40419 2004-05-20  Andreas Schwab  <schwab@suse.de>
40420
40421         * m4/free.m4: Replace free if it not known to work, not the other
40422         way round.
40423
40424 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40425
40426         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
40427         present in glibc since revision 1.1 of this file.
40428         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
40429         obstack_alignment_mask, obstack_alloc, obstack_base,
40430         obstack_blank, obstack_blank_fast, obstack_chunk_size,
40431         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
40432         obstack_grow0, obstack_init, obstack_int_grow,
40433         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
40434         obstack_next_free, obstack_object_size, obstack_ptr_grow,
40435         obstack_ptr_grow_fast, obstack_room): Remove declarations of
40436         nonexistent functions.
40437
40438 2004-05-18  Karl Berry  <karl@gnu.org>
40439
40440         * config/srclist.txt: break link for vasnprintf.c.
40441
40442 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40443
40444         Port obstack to the AS/400, where pointers are 16 bytes wide and
40445         you cannot cast an integer to a valid pointer.  This patch is
40446         currently waiting to be integrated into glibc; see
40447         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
40448
40449         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
40450         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
40451         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
40452         (struct obstack): temp member is now a union of a pointer and
40453         an integer, instead of an integer.  All integer uses changed.
40454         This does not affect the physical layout of struct obstack,
40455         except on hosts (like the AS/400) where the size or alignment of
40456         void * is greater than that of ptrdiff_t.
40457         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
40458         __STDC__)]: Store temporary in pointer member of union, not
40459         integer member.
40460         * lib/obstack.c: Include <stddef.h>, for offsetof.
40461         (struct fooalign): Remove; it doesn't need a name.
40462         (union fooround): Change double to long double, and add void *.
40463         (DEFAULT_ALIGNMENT): Use offsetof to compute.
40464         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
40465         not a macro.  Hence the values are always int; so remove all
40466         casts-to-int in uses.
40467
40468 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40469
40470         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
40471         we can get this patch merged into glibc.
40472
40473 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40474             Paul Eggert  <eggert@cs.ucla.edu>
40475
40476         * m4/argp: Depend on alloca.
40477
40478 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40479             Paul Eggert  <eggert@cs.ucla.edu>
40480
40481         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
40482         freecoding.
40483
40484 2004-05-17  Bruno Haible  <bruno@clisp.org>
40485
40486         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
40487         precision that consists of a '.' followed by an empty digit string.
40488         Patch by Tor Lillqvist <tml@iki.fi>.
40489
40490 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40491
40492         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
40493         for backward compatibility with older code.  We need our own
40494         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
40495         it under some other name, and our alloca.h will define it.
40496
40497 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40498             Derek Price  <derek@ximbiot.com>
40499
40500         * lib/alloca.c: Include <alloca.h>, to get our interface.
40501         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
40502         include <alloca.h> first.  Use C89 prototype for alloca; this
40503         requires including <stddef.h> for size_t.  Use extern "C" if C++.
40504         Use #elif for simplicity, since we can assume C89 now.
40505         Don't try to source the system alloca.h since it will not be found
40506         and to prevent recursively including its replacement.
40507         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
40508         * lib/regex.c: Likewise.
40509
40510 2004-05-16  Derek Price  <derek@ximbiot.com>
40511             Paul Eggert  <eggert@cs.ucla.edu>
40512
40513         getline cleanup.  This changes the getndelim2 API: both order of
40514         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
40515         no delimiter).
40516
40517         * lib/getline.c: Don't include stddef.h or stdio.h, since our
40518         interface does that.
40519         (getline): Always use getdelim, so that we don't have two
40520         copies of this code.
40521         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
40522         if available.
40523         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
40524         (GETNDELIM2_MAXIMUM): New macro.
40525         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
40526         instead of the old practice of delim2==0.  All callers changed.
40527         Return -1 on overflow, instead of returning junk.
40528         Do not set *linesize unless allocation succeeds.
40529         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
40530         that we include sys/types.h.
40531         * lib/getnline.h: Likewise.
40532         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
40533         (getndelim2): Reorder arguments.
40534         * lib/getnline.c (getnline, getndelim):
40535         Don't discard the NMAX argument.
40536         (getnline): Invoke getndelim, to avoid code duplication.
40537         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
40538         of (size_t) -1 by callers of the getnline family.
40539
40540 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40541
40542         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
40543         Check for gettimeofday.
40544         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
40545         Check for settimeofday, stime.
40546
40547 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40548
40549         * lib/nanosleep.c (suspended): Change its type from int to
40550         sig_atomic_t volatile.
40551         (first_call): Make it private to rpl_nanosleep, and have it
40552         be zero initially as that's a bit faster.
40553         (my_usleep): Round up fractional times instead of truncating them,
40554         as this is the usual meaning for 'sleep'.
40555
40556         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
40557         doesn't work.
40558         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
40559         (ENOSYS): Define if not defined.
40560         (settime): Fall back on stime if it exists and settimeofday fails.
40561         But don't bother with fallbacks if a method fails with errno == EPERM.
40562
40563 2004-05-11  Jim Meyering  <jim@meyering.net>
40564
40565         Prior to this change, the save_cwd caller required read access to the
40566         current directory on most systems (ones with the fchdir function).
40567
40568         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
40569         fails, try write-only, and finally, resort to using xgetcwd.
40570
40571 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40572
40573         * lib/obstack.c, obstack.h: Import changes from libc.
40574
40575 2004-04-28  Bruno Haible  <bruno@clisp.org>
40576
40577         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
40578         also implicitly appends .exe to executables.
40579         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
40580         accepts Windows pathnames.
40581         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40582         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40583         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40584         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40585         Reported by Derek Robert Price <derek@ximbiot.com>.
40586
40587 2004-04-21  Karl Berry  <karl@gnu.org>
40588
40589         * config/srclist.txt (localcharset.c): break sync.
40590
40591 2004-04-20  Paul Eggert  <eggert@twinsun.com>
40592
40593         * m4/host-os.m4: Add a copyright notice.
40594
40595 2004-04-20  Jim Meyering  <jim@meyering.net>
40596
40597         Change UTILS_ to gl_ in AC_DEFINE'd names.
40598         Change utils_- and jm_-prefixed variables, too.
40599         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
40600         UTILS_FUNC_MKDIR_TRAILING_SLASH.
40601         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
40602
40603         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
40604         Don't emit trailing blanks.
40605         Also rename jm_-prefixed variables to have gl_ prefix.
40606
40607         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
40608         Also rename jm_-prefixed variables to have gl_ prefix.
40609
40610         * m4/jm-macros.m4: Reflect the renamings.
40611         * m4/prereq.m4: Likewise.
40612
40613 2004-04-20  Jim Meyering  <jim@meyering.net>
40614
40615         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
40616         memory.
40617
40618 2004-04-20  Jim Meyering  <jim@meyering.net>
40619             Bruno Haible  <bruno@clisp.org>
40620
40621         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
40622         memory when realloc fails.
40623
40624 2004-04-19  Jim Meyering  <jim@meyering.net>
40625
40626         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
40627         now that readutmp.c may call `free (0)'.
40628
40629 2004-04-19  Bruno Haible  <bruno@clisp.org>
40630
40631         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
40632         * m4/inttypes_h.m4: Likewise.
40633         * m4/stdint_h.m4: Likewise.
40634         * m4/intmax_t.m4: Likewise.
40635         * m4/uintmax_t.m4: Likewise.
40636
40637 2004-04-18  Jim Meyering  <jim@meyering.net>
40638
40639         * m4/prereq.m4: Don't forbid jm_ prefix.
40640
40641         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
40642         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
40643         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
40644         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
40645         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
40646         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
40647         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
40648         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
40649         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
40650         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
40651         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
40652         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
40653         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
40654         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
40655         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
40656         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
40657         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
40658         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
40659         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
40660
40661 2004-04-18  Jim Meyering  <jim@meyering.net>
40662
40663         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
40664         failure, don't leak memory and do call END_UTMP_ENT.
40665
40666 2004-04-16  Jim Meyering  <jim@meyering.net>
40667
40668         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
40669         coreutils' stat program.
40670         (gl_PREREQ): Don't require jm_PREREQ_STAT.
40671
40672 2004-04-11  Paul Eggert  <eggert@twinsun.com>
40673
40674         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
40675         C89.
40676         (CHAR_BIT): Remove, since we assume C89.
40677         Include <stdint.h> if available, as per current Autoconf CVS advice.
40678
40679 2004-03-31  Jim Meyering  <jim@meyering.net>
40680
40681         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
40682         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
40683         * m4/xalloc.m4: Likewise.
40684
40685 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40686
40687         Merge from coreutils.
40688
40689         * m4/inttostr.m4: New file.
40690         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
40691         Require AM_STDBOOL_H and gl_TIMESPEC instead.
40692         Require gl_CLOCK_TIME.
40693         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
40694
40695 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40696
40697         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
40698         not bool, to be more consistent with Unix conventions.
40699         Suggested by Bruno Haible.
40700
40701         Merge from coreutils.
40702
40703         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
40704         * lib/umaxtostr.c: New files.
40705
40706         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
40707         the usual <time.h> dance.
40708         (get_date): Change signature to support fractional time stamps.
40709         All callers changed.
40710         * lib/getdate.y: Include "getdate.h" first, as we can now
40711         assume C89 and don't need to worry about 'const'.
40712         Similarly, include "unlocked-io.h" near start, not in middle.
40713         Include <limits.h>.
40714         (textint.value): Use long int rather than int.
40715         (textint.digits): Use size_t rather than int.
40716         (BILLION, LOG10_BILLION): New constants.
40717         (parser_control): New member rel_ns.  Members day_ordinal,
40718         time_zone, month, day, hour, minutes, rel_year, rel_month,
40719         rel_day, rel_hour, rel_minutes, rel_seconds
40720         are now long int, not int.  Member seconds is now struct timespec,
40721         not int.  New member timespec_seen.  Members dates_seen, days_seen,
40722         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
40723         not int.
40724         (%union.intval): Now long int, not int.
40725         New member timespec.
40726         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
40727         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
40728         (spec): Now is a timespec or an item list.
40729         (timespec, items): New nonterminals.
40730         (time, rel, relunit, number, get_date):
40731         Add support for fractional seconds.
40732         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
40733         (gmtime, localtime, mktime): Remove decls; not needed with C89.
40734         (to_hour): First arg is now long int, not int.
40735         (to_year): Returns long int, not int.
40736         Don't treat year -70 like 70.
40737         (tm_diff): Returns long int, not int.
40738         (lookup_word): Use bool instead of int when appropriate.
40739         (yylex): Use size_t for count, not int.
40740         Detect overflow when parsing large integer constants.
40741         Add support for fractions.
40742         (get_date): Make pointers 'const' if possible.
40743         Use more-portable code to detect integer overflow.
40744         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
40745         Don't use ctime; it's not reliable if the year has >4 digits.
40746
40747         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
40748         This is for compatibility with BSD.
40749
40750         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
40751         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
40752         From coreutils' system.h.
40753
40754         * lib/userspec.c: Don't include "posixver.h".
40755         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
40756         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
40757         compatible extension.  Simplify code by removing a boolean int
40758         that was always nonzero if a string was nonnull.
40759
40760 2004-03-30  Jim Meyering  <jim@meyering.net>
40761
40762         Merge from coreutils.
40763
40764         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
40765         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
40766         on some systems one must include <grp.h> before it.
40767         Reported by Christian Krackowizer.
40768
40769 2004-03-30  Jim Meyering  <jim@meyering.net>
40770
40771         Merge from coreutils.
40772
40773         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
40774
40775         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
40776         an empty input stream.
40777
40778         * lib/readtokens.c: Include <stdbool.h>.
40779         (readtoken): Use `size_t' rather than int/long.
40780         All callers adjusted.
40781         Use `bool' rather than `int' where appropriate.
40782         Use memset rather than an explicit loop.
40783         Use x2nrealloc rather than xrealloc.
40784         Allow the use of `\0' as a delimiter.
40785         (readtokens): Likewise.
40786         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
40787
40788 2004-03-30  Jim Meyering  <jim@meyering.net>
40789
40790         * m4/realloc.m4: Remove file, since now it does no more than
40791         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
40792         the `configure.ac' section of module/realloc.
40793         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
40794
40795 2004-03-30  Bruno Haible  <bruno@clisp.org>
40796
40797         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
40798         nonnull.
40799
40800 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40801
40802         Merge changes to getloadavg.c from coreutils and Emacs.
40803
40804         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
40805         Define to an expression, not to the empty string.
40806         Include cloexec.h and xalloc.h.
40807         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
40808         Use set_cloexec_flag rather than rolling our own.
40809         * lib/cloexec.c, lib/cloexec.h: New files.
40810
40811 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40812
40813         * m4/cloexec.m4: New file.
40814
40815 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40816
40817         * lib/getopt.h: Sync with libc CVS.
40818
40819 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40820             Bruno Haible  <bruno@clisp.org>
40821
40822         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
40823         mbswidth.
40824
40825 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40826             Bruno Haible  <bruno@clisp.org>
40827
40828         * lib/mbswidth.h: Include <wchar.h> only if
40829         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
40830         <wchar.h>.
40831         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
40832
40833 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40834
40835         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
40836         Sync with libc CVS.
40837         * lib/getopt_int.h: New file, also synced from libc.
40838
40839 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40840
40841         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
40842         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
40843         Bring back getopt.c, getopt.h, getopt1.c.
40844
40845 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40846
40847         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
40848         All uses changed.  Check for sa_sigaction member; this fixes
40849         a bug first reported by Jason Andrade in
40850         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40851
40852 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40853
40854         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
40855         '#if' expressions.  Unlike the code it replaces, it does not
40856         depend on (defined _SC_PAGESIZE).  However, it does depend on
40857         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
40858         first reported by Jason Andrade in
40859         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40860
40861 2004-02-25  Simon Josefsson  <jas@extundo.com>
40862
40863         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
40864
40865 2004-02-25  Simon Josefsson  <jas@extundo.com>
40866
40867         * lib/strdup.h: New file.
40868         * lib/strdup.c: Include it.
40869         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
40870         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
40871
40872 2004-02-23  Karl Berry  <karl@gnu.org>
40873
40874         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
40875         (from fencepost.gnu.org:/gd/gnuorg).
40876
40877 2004-02-23  Karl Berry  <karl@gnu.org>
40878
40879         * config/srclistvars.sh (GNUORG) [karl]: redefine.
40880         * config/srclist.txt: add maintain/standards documents.
40881
40882 2004-02-18  Bruno Haible  <bruno@clisp.org>
40883
40884         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
40885         Reported by Derek Robert Price <derek@ximbiot.com>.
40886
40887 2004-02-16  Karl Berry  <karl@gnu.org>
40888
40889         * config/mkinstalldirs, install-sh: update from automake.
40890
40891 2004-02-06  Karl Berry  <karl@gnu.org>
40892
40893         * m4/po.m4: update from gettext 0.14.1.
40894
40895 2004-02-06  Karl Berry  <karl@gnu.org>
40896
40897         * lib/config.charset: update from gettext 0.14.1.
40898
40899 2004-02-05  Paul Eggert  <eggert@twinsun.com>
40900
40901         Add comments and code, prompted by suggestions from Bruno Haible
40902         for sh-quote.
40903         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
40904         describing the enum quoting_style values.
40905         * lib/quotearg.c (quotearg_alloc): New function.
40906         (quotearg_buffer_restyled): Treat lone { and } as special.
40907         Treat = as special.  Work around bug with older shells
40908         that "see" a '\' that is really the 2nd byte of a multibyte char.
40909         Quote empty string with shell_quoting_style.
40910
40911 2004-02-03  Bruno Haible  <bruno@clisp.org>
40912
40913         * m4/pipe.m4: New file, from GNU gettext.
40914
40915 2004-02-03  Bruno Haible  <bruno@clisp.org>
40916
40917         * lib/pipe.h: New file, from GNU gettext.
40918         * lib/pipe.c: New file, from GNU gettext.
40919
40920 2004-01-27  Bruno Haible  <bruno@clisp.org>
40921
40922         * m4/execute.m4: New file, from GNU gettext.
40923
40924 2004-01-27  Bruno Haible  <bruno@clisp.org>
40925
40926         * lib/execute.h: New file, from GNU gettext.
40927         * lib/execute.c: New file, from GNU gettext.
40928         * lib/w32spawn.h: New file, from GNU gettext.
40929
40930 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40931
40932         Merge from diffutils.
40933
40934         * lib/file-type.c (file_type): Add typed memory objects.
40935         * lib/file-type.h (S_TYPEISTMO): New macro.
40936
40937         * lib/c-stack.h (c_stack_action): Remove argv argument.
40938         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
40939         (die): Don't calculate message unless segv_action returns.
40940         (get_stack_location, min_address_from_argv, max_address_from_argv,
40941         volatile stack_base, volatile_stack_size): Remove.
40942         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
40943         that every segmentation violation is a stack overflow.  (Ouch!)
40944         See Debian bug 136249 (still outstanding) for more info about why
40945         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
40946
40947 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40948
40949         Exit-status fix from coreutils.
40950
40951         Use exit_failure consistently in place of EXIT_FAILURE,
40952         so that program exit statuses are consistent on failure.
40953
40954         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
40955         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
40956         * lib/argmatch.h: Comment fix to match the above.
40957         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
40958         Now a macro referring to exit_failure, instead of a separate
40959         variable.  Include "exitfail.h" to get it.
40960         * lib/xstrtol.h: Include "exitfail.h".
40961         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
40962
40963         * lib/long-options.c (parse_long_options): Use prototype
40964         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
40965         for clarity.
40966
40967 2004-01-21  Jim Meyering  <jim@meyering.net>
40968
40969         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
40970         so as not to conflict with a different-sized __mktime_internal
40971         function in GNU libc.
40972         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
40973         Problem building statically-linked `ls' reported by Michael Brunnbauer.
40974
40975 2004-01-20  Karl Berry  <karl@gnu.org>
40976
40977         * config/config.guess: update from config.
40978
40979         * config/srclistvars.sh: GNUWWWLICENSES for karl.
40980
40981 2004-01-20  Bruno Haible  <bruno@clisp.org>
40982
40983         Safer stack allocation.
40984         * lib/setenv.c: Include allocsa.h.
40985         (alloca): Remove fallback definition.
40986         (freea): Remove macro.
40987         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
40988         instead of freea.
40989
40990 2004-01-20  Bruno Haible  <bruno@clisp.org>
40991
40992         * m4/eealloc.m4: New file, from GNU gettext.
40993
40994 2004-01-20  Bruno Haible  <bruno@clisp.org>
40995
40996         * m4/allocsa.m4: New file, from GNU gettext.
40997
40998 2004-01-20  Bruno Haible  <bruno@clisp.org>
40999
41000         * lib/xallocsa.h: New file, from GNU gettext.
41001         * lib/xallocsa.c: New file, from GNU gettext.
41002
41003 2004-01-20  Bruno Haible  <bruno@clisp.org>
41004
41005         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
41006
41007 2004-01-20  Bruno Haible  <bruno@clisp.org>
41008
41009         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
41010         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
41011         specially.
41012
41013 2004-01-20  Bruno Haible  <bruno@clisp.org>
41014
41015         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
41016         patch.
41017
41018 2004-01-20  Bruno Haible  <bruno@clisp.org>
41019
41020         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
41021
41022 2004-01-20  Bruno Haible  <bruno@clisp.org>
41023
41024         * lib/eealloc.h: New file.
41025
41026 2004-01-20  Bruno Haible  <bruno@clisp.org>
41027
41028         * lib/binary-io.h: Avoid warnings on Cygwin.
41029
41030 2004-01-20  Bruno Haible  <bruno@clisp.org>
41031
41032         * lib/allocsa.h: New file, from GNU gettext.
41033         * lib/allocsa.c: New file, from GNU gettext.
41034
41035 2004-01-18  Karl Berry  <karl@gnu.org>
41036
41037         * doc/gpl.texi, doc/lgpl.texi: new files.
41038
41039 2004-01-18  Karl Berry  <karl@gnu.org>
41040
41041         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
41042         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
41043
41044 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41045
41046         Merge from coreutils.
41047
41048         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
41049         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
41050         (gl_DEFAULT_POSIX2_VERSION): Move
41051         the documentation from 'configure' into 'config.hin',
41052         so that 'configure --help' isn't burdened by it and
41053         we don't have to worry about its formatting there.
41054         Reword the documentation so that it's more succinct
41055         and can be run together into a single paragraph.
41056         * m4/same.m4 (gl_SAME): Check for pathconf.
41057
41058 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41059
41060         Merge from coreutils.
41061
41062         * lib/posixver.c: Include posixver.h.
41063
41064         * lib/same.c: Include <stdbool.h>, <limits.h>.
41065         (_POSIX_NAME_MAX): Define if not defined.
41066         (MIN): New macro.
41067         (same_name): If file names are silently truncated, report
41068         that the file names are the same if they are the same after
41069         the silent truncation.
41070
41071         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
41072         conversion function.
41073         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
41074         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
41075         longer needed.
41076
41077 2004-01-15  Jim Meyering  <jim@meyering.net>
41078
41079         Merge from coreutils.
41080
41081         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
41082         if no library is required.
41083         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
41084         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
41085         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
41086         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
41087         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
41088         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
41089         value, $ac_cv_search_crypt, if it's "none required".
41090         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
41091         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
41092         not gl_FUNC_GETLOADAVG.
41093         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
41094         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
41095
41096 2004-01-15  Jim Meyering  <jim@meyering.net>
41097
41098         Merge from coreutils.
41099
41100         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
41101         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
41102         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
41103
41104         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
41105         optional configure-time default.
41106
41107         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41108
41109         * lib/xreadlink.c (xreadlink): Correct outdated comment.
41110
41111 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
41112
41113         Merge from coreutils.
41114
41115         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
41116         value, $ac_cv_search_nanosleep, if it's "none required".
41117
41118 2004-01-14  Paul Eggert  <eggert@twinsun.com>
41119
41120         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
41121         with like-named macro in fnmatch.c.
41122         (EXT): Use an internal constant instead.
41123
41124         Merge fnmatch patches from glibc.
41125         * lib/fnmatch.c (mbsinit): Remove define.
41126         Add libc_hidden_ver (__fnmatch, fnmatch).
41127         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
41128         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
41129
41130 2004-01-14  Karl Berry  <karl@gnu.org>
41131
41132         * config/install-sh: update from automake.
41133
41134 2004-01-13  Karl Berry  <karl@gnu.org>
41135
41136         * config/install-sh: update from automake.
41137
41138 2004-01-09  Karl Berry  <karl@gnu.org>
41139
41140         * config/install-sh: update from automake.
41141
41142 2004-01-05  Karl Berry  <karl@gnu.org>
41143
41144         * config/config.{sub,guess}: update from config.
41145
41146 2003-12-31  Karl Berry  <karl@gnu.org>
41147
41148         * config/depcomp: update from automake.
41149
41150 2003-12-14  Karl Berry  <karl@gnu.org>
41151
41152         * lib/config.charset: update from gettext-runtime.
41153
41154 2003-12-03  Paul Eggert  <eggert@twinsun.com>
41155
41156         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
41157         Bug reported by Alfred M. Szmidt.
41158
41159 2003-12-03  Bruno Haible  <bruno@clisp.org>
41160
41161         * m4/gettext.m4: Upgrade from gettext-0.13.
41162         * m4/po.m4: Upgrade from gettext-0.13.
41163         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
41164         * m4/intmax.m4: New file, from gettext-0.13.
41165         * m4/printf-posix.m4: New file, from gettext-0.13.
41166
41167 2003-11-29  Karl Berry  <karl@gnu.org>
41168
41169         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
41170
41171 2003-11-25  Paul Eggert  <eggert@twinsun.com>
41172             Bruno Haible  <bruno@clisp.org>
41173
41174         * lib/printf-parse.h: Don't include sys/types.h.
41175         (ARG_NONE): New macro.
41176         (char_directive): Change type of *arg_index fields to size_t.
41177         * lib/printf-parse.c: Don't include sys/types.h.
41178         (SSIZE_MAX): Remove macro.
41179         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
41180         Remove unnecessary overflow check.
41181         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
41182         fields.
41183
41184 2003-11-25  Bruno Haible  <bruno@clisp.org>
41185
41186         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
41187
41188 2003-11-25  Bruno Haible  <bruno@clisp.org>
41189
41190         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
41191         gt_TYPE_SSIZE_T.
41192
41193 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41194
41195         * modules/alloca: Remove dependency on xalloc.
41196
41197 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41198
41199         * lib/alloca.c: Remove dependency on xalloc module.
41200         (xalloc_die): Remove.
41201         (memory_full) [!defined emacs]: New macro.
41202         [!defined emacs]: Don't include xalloc.h.
41203         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
41204         address arithmetic overflows.  Change datatypes a bit to avoid
41205         unnecessary casts.
41206
41207 2003-11-22  Jim Meyering  <jim@meyering.net>
41208
41209         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
41210         s/size/size_t/.
41211
41212 2003-11-21  Karl Berry  <karl@gnu.org>
41213
41214         * config/config.{sub,guess}: update from config.
41215
41216 2003-11-18  Karl Berry  <karl@gnu.org>
41217
41218         * config/config.{sub,guess}: update from config.
41219
41220         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
41221
41222 2003-11-17  Paul Eggert  <eggert@twinsun.com>
41223
41224         * README: Mention that S+T cannot overflow if S is the size of
41225         an existing object and T is sufficiently small.
41226
41227 2003-11-17  Jim Meyering  <jim@meyering.net>
41228
41229         On systems without utime and without a utimes function capable of
41230         dealing with a NULL struct utimbuf* argument, this utime replacement
41231         could -- in unusual circumstances -- leak a file descriptor.
41232         * lib/utime.c: Include <unistd.h> and <errno.h>.
41233         (utime_null): Be sure to close `fd' and to preserve errno.
41234         Reported by Geoff Collyer via Arnold Robbins.
41235
41236 2003-11-17  Bruno Haible  <bruno@clisp.org>
41237
41238         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
41239         (Depends-on): Add xsize.
41240
41241 2003-11-17  Bruno Haible  <bruno@clisp.org>
41242
41243         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
41244
41245 2003-11-17  Bruno Haible  <bruno@clisp.org>
41246
41247         * lib/vasnprintf.c (alloca): Remove fallback definition.
41248         (freea): Remove definition.
41249         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
41250         Reported by Paul Eggert.
41251
41252 2003-11-16  Paul Eggert  <eggert@twinsun.com>
41253             Bruno Haible  <bruno@clisp.org>
41254
41255         Protect against address arithmetic overflow.
41256         * lib/printf-args.h: Include stddef.h.
41257         (arguments): Change type of field 'count' to size_t.
41258         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
41259         'unsigned int' where appropriate.
41260         * lib/printf-parse.h: Include sys/types.h.
41261         (char_directive): Change type of *arg_index fields to ssize_t.
41262         (char_directives): Change type of fields 'count', max_*_length to
41263         size_t.
41264         * lib/printf-parse.c: Include sys/types.h and xsize.h.
41265         (SSIZE_MAX): Define fallback value.
41266         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
41267         instead of 'int' where appropriate. Check a_allocated, d_allocated
41268         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
41269         * lib/vasnprintf.c: Include xsize.h.
41270         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
41271         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
41272         overflow. Avoid wraparound when converting a width or precision from
41273         decimal to binary.
41274
41275 2003-11-16  Bruno Haible  <bruno@clisp.org>
41276
41277         Update from GNU gettext.
41278         * lib/printf-parse.c: Generalize to it can be compiled for wide
41279         strings.
41280         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
41281         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
41282         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
41283         SNPRINTF): New macros.
41284         Don't include <alloca.h> if the file is used inside libintl.
41285         (local_wcslen): New function, for Solaris 2.5.1.
41286         (VASNPRINTF): Use it instead of wcslen.
41287
41288 2003-11-16  Bruno Haible  <bruno@clisp.org>
41289
41290         * lib/xsize.h (xmax): New function.
41291         (xsum, xsum3, xsum4): Declare as "pure" functions.
41292
41293 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41294
41295         * modules/xalloc (Files): Undo latest change, since xalloc.h
41296         no longer needs SIZE_MAX or PTRDIFF_MAX.
41297
41298 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41299
41300         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
41301         gl_PTRDIFF_MAX.
41302
41303 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41304
41305         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
41306         "return", to pacify some unknown compiler.  Problem reported
41307         by Joerg Schilling.
41308
41309 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41310
41311         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
41312         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
41313         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
41314         heuristic is just as accurate as far as we know, and it removes a
41315         dependency on size_max.m4 and ptrdiff_max.m4.
41316
41317 2003-11-11  Bruno Haible  <bruno@clisp.org>
41318
41319         * modules/xsize (Files): Add m4/size_max.m4.
41320         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
41321
41322 2003-11-11  Bruno Haible  <bruno@clisp.org>
41323
41324         * m4/size_max.m4: New file.
41325         * m4/ptrdiff_max.m4: New file.
41326         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41327         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41328         (gl_XALLOC): Invoke it.
41329
41330 2003-11-11  Bruno Haible  <bruno@clisp.org>
41331
41332         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41333         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41334         defined.
41335
41336 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41337
41338         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41339         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41340         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41341         From Bruno Haible.
41342         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41343         not (size_t) -1, since it's defined here.
41344
41345 2003-11-09  Karl Berry  <karl@gnu.org>
41346
41347         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41348
41349 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41350
41351         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41352         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41353         Reject sizes of exactly SIZE_MAX bytes.
41354         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41355         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41356
41357 2003-11-05  Bruno Haible  <bruno@clisp.org>
41358
41359         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41360         SIZE_MAX defined in <limits.h> on Solaris.
41361
41362 2003-11-04  Jim Meyering  <jim@meyering.net>
41363
41364         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41365         variable names, rather than @VAR@.
41366         * modules/poll: Likewise.
41367
41368 2003-11-04  Bruno Haible  <bruno@clisp.org>
41369
41370         * modules/xsize: New file.
41371         * modules/linebreak: Depend on xsize.
41372         * MODULES.html.sh (func_all_modules): Add xsize.
41373
41374 2003-11-04  Bruno Haible  <bruno@clisp.org>
41375
41376         * m4/xsize.m4: New file.
41377
41378 2003-11-04  Bruno Haible  <bruno@clisp.org>
41379
41380         * lib/xsize.h: New file.
41381         * lib/linebreak.c: Include xsize.h.
41382         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41383         argument for overflow.
41384         Suggested by Paul Eggert.
41385
41386 2003-11-03  Karl Berry  <karl@gnu.org>
41387
41388         * config/config.{guess,sub}: update from config.
41389
41390 2003-11-03  Jim Meyering  <jim@meyering.net>
41391
41392         * modules/userspec (lib_SOURCES): Add userspec.h.
41393         (Include): Add "userspec.h".
41394         Improve description.
41395
41396 2003-11-03  Jim Meyering  <jim@meyering.net>
41397
41398         * lib/userspec.c: Include "userspec.h".
41399         * lib/userspec.h: New file.
41400
41401 2003-11-03  Bruno Haible  <bruno@clisp.org>
41402
41403         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41404
41405 2003-11-03  Bruno Haible  <bruno@clisp.org>
41406
41407         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41408         available, to avoid (extremely rare) race condition.
41409         Suggested by Paul Eggert.
41410
41411 2003-11-02  Karl Berry  <karl@gnu.org>
41412
41413         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41414
41415 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41416
41417         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41418         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41419         (read_filesystem_list): Set and use me_type_malloced.
41420         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41421         whatever the type happens to be), for brevity and consistency.
41422         Check for size calculation overflow on Alphas running OSF/1.
41423
41424 2003-10-31  Jim Meyering  <jim@meyering.net>
41425
41426         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
41427
41428         * lib/linebuffer.c: Include <string.h> for declaration of memset.
41429
41430 2003-10-30  Paul Eggert  <eggert@twinsun.com>
41431             Bruno Haible  <bruno@clisp.org>
41432
41433         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
41434         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
41435
41436 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
41437
41438         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
41439         netbsd*-gnu*.  Suggested by Robert Millan.
41440
41441 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41442
41443         * modules/group-member: Depend on stdbool.
41444
41445 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41446
41447         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
41448
41449 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41450
41451         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
41452         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
41453         after the 'gnu' in these cases.  This fixes some bugs in the
41454         previous change, and is based on suggestions by Robert Millan.
41455
41456 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41457
41458         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
41459         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
41460         no longer needed.
41461         * lib/quotearg.c (quotearg_n_options): Use it.
41462         * lib/group-member.c: Include <stdbool.h>.
41463         (free_group_info): Arg is now const *; don't free arg.
41464         (get_group_info): Now returns bool and accepts struct group_info *,
41465         rather than returning a malloc'ed struct group_info *.
41466         All uses changed.  Check for overflow in internal size calculation.
41467
41468         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
41469         rather than xmalloc/xrealloc.
41470         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
41471         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
41472         conformance bug: the old code used a pointer after freeing the
41473         storage that it addressed.
41474         * lib/hash.c (hash_initialize): Simplify the code by using
41475         xalloc_oversized rather than doing it by hand.
41476         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
41477         the buffer preserved.  Use free and xmalloc instead.
41478         * lib/quotearg.c (quotearg_n_options): Likewise.
41479         Use a simpler test for size overflow.  Don't use xalloc_oversized
41480         because unsigned int might be wider than size_t (!); this suggests
41481         that we should switch from unsigned int to size_t for slot numbers.
41482
41483 2003-10-28  Paul Eggert  <eggert@twinsun.com>
41484
41485         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
41486         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
41487         NetBSD kernels.  Requested by Richard Stallman.
41488
41489 2003-10-27  Paul Eggert  <eggert@twinsun.com>
41490
41491         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
41492         to allocate the returned structure.  Do not allocate a subarray,
41493         as x2nrealloc will do that.
41494         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
41495         instead of xnrealloc.
41496         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
41497
41498 2003-10-27  Bruno Haible  <bruno@clisp.org>
41499
41500         * lib/stdbool_.h: Better support for BeOS.
41501
41502 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41503
41504         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
41505         now uses inline.
41506
41507 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41508
41509         * lib/xalloc.h (xalloc_oversized): New static inline function, for
41510         callers that want to do their own size-overflow checking.  Include
41511         <stdbool.h>, since xalloc_oversized returns bool.
41512         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
41513         to use xalloc_oversized.
41514
41515         Add two functions x2realloc, x2nrealloc, for programs that grow
41516         arrays dynamically by doubling their sizes.
41517         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
41518         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
41519         New functions.
41520
41521         Port to C99 semantics for 'inline' of external functions.
41522         Bug reported by Bruno Haible.
41523         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
41524         with the old contents of xnmalloc.
41525         (xnmalloc, xmalloc): Use it.
41526         (xnrealloc_inline): New static inline function,
41527         with the old contents of xnrealloc.
41528         (xnrealloc, xrealloc): Use it.
41529
41530         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
41531         that.
41532
41533 2003-10-26  Karl Berry  <karl@gnu.org>
41534
41535         * config/srclist.txt (COPYING.DOC): no longer available from
41536         /gd/gnuorg; don't know where the ultimate source is.
41537
41538 2003-10-25  Paul Eggert  <eggert@twinsun.com>
41539
41540         Fix several address-calculation bugs in the hash modules,
41541         plus some minor code cleanup.
41542
41543         * lib/hash.h: Include <stdbool.h>, for bool.
41544         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
41545         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
41546         hash_get_n_entries, hash_get_max_bucket_length,
41547         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
41548         hash_rehash): Use size_t rather than unsigned.
41549         * lib/hash.c (struct hash_table, hash_get_n_buckets,
41550         hash_get_n_buckets_used, hash_get_n_entries,
41551         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
41552         hash_get_entries, hash_do_for_each, hash_string, is_prime,
41553         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
41554         Likewise.
41555         (SIZE_MAX): Define if not defined.
41556         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
41557         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
41558         hash_print):
41559         Use const * when possible.
41560         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
41561         (check_tuning): Fix bug: if tuning parameters were very close to
41562         0 or 1, rounding errors could have caused subscript violations.
41563         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
41564         (hash_initialize): Add 'fail:' label
41565         to free table and return NULL, and use it to simplify code.
41566         Use calloc rather than clearing the storage ourself.
41567         (hash_initialize, hash_rehash): Check for arithmetic overflow in
41568         buffer size calculations.
41569         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
41570         Include <stddef.h>, for size_t.
41571         * lib/hash-pjw.c (hash_pjw): Likewise.
41572         Switch to method described by Bruno Haible.
41573         Include <limits.h>, for CHAR_BIT.
41574         (SIZE_BITS): New macro.
41575
41576 2003-10-23  Paul Eggert  <eggert@twinsun.com>
41577
41578         * m4/getline.m4 (AM_FUNC_GETLINE):
41579         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
41580         hosts.  Problem reported by Derek Robert Price in
41581         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
41582         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
41583         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
41584
41585 2003-10-21  Paul Eggert  <eggert@twinsun.com>
41586
41587         * lib/getndelim2.c (getndelim2): When size calculation overflows,
41588         ceiling the allocation at NMAX bytes rather than silently
41589         discarding input bytes before NMAX is reached.  This makes
41590         a difference only if NMAX exceeds SIZE_MAX / 2.
41591
41592         * lib/obstack.c: Merge from glibc.
41593         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
41594         Add libc_hidden_def (_obstack_newchunk).
41595         (_obstack_free) [! defined _LIBC]: Remove.
41596         [defined _LIBC]: Make a strong alias from obstack_free, rather than
41597         a clone of the function body.
41598         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
41599         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
41600
41601         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
41602         glibc.
41603         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
41604         arg to memcpy.
41605
41606         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
41607         (obstack_ptr_grow_fast, obstack_int_grow_fast):
41608         Don't use lvalue casts, as GCC plans to remove support for them
41609         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
41610         was also present in the non-GCC version, indicating that this
41611         code had always been buggy and had never been widely used.
41612         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
41613         Use the fast variant of each macro, rather than copying the
41614         definiens of the fast variant; that way, we'll be more likely to
41615         catch future bugs in the fast variants.
41616
41617 2003-10-20  Bruno Haible  <bruno@clisp.org>
41618
41619         * modules/wait-process: New file.
41620         * MODULES.html.sh (func_all_modules): Add wait-process.
41621
41622 2003-10-20  Bruno Haible  <bruno@clisp.org>
41623
41624         * m4/wait-process.m4: New file.
41625
41626 2003-10-20  Bruno Haible  <bruno@clisp.org>
41627
41628         * lib/wait-process.h: New file, from GNU gettext.
41629         * lib/wait-process.c: New file, from GNU gettext.
41630
41631 2003-10-19  Jim Meyering  <jim@meyering.net>
41632
41633         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
41634         HPUX 10.20.
41635
41636 2003-10-18  Karl Berry  <karl@gnu.org>
41637
41638         * config/config.guess: update from config.
41639
41640 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41641
41642         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
41643         (getgroups): First arg is int, not size_t.
41644         Don't let 'free' mangle errno.
41645
41646 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41647
41648         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
41649
41650 2003-10-16  Karl Berry  <karl@gnu.org>
41651
41652         * config/config.{guess,sub}: update from config.
41653
41654 2003-10-16  Jim Meyering  <jim@meyering.net>
41655
41656         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
41657         memcpy.
41658
41659 2003-10-15  Paul Eggert  <eggert@twinsun.com>
41660
41661         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
41662         (SIZE_MAX): Remove.
41663         (new_exclude, add_exclude_file): Initial size no longer needs to
41664         be a power of 2.
41665         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
41666         our own address arithmetic overflow checking.
41667
41668         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
41669         (fnmatch): Do not alloca more than 2000 wide characters;
41670         instead, use malloc for large buffers.
41671         Check for address arithmetic overflow, and return -1
41672         with errno set to ENOMEM in that case.
41673         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
41674         (NEW_PATTERN): Do not alloca more than 8000 bytes;
41675         instead, return -1.  Check for address arithmetic overflow.
41676
41677 2003-10-14  Paul Eggert  <eggert@twinsun.com>
41678
41679         Handle invalid suffixes and overflow independently, so that
41680         callers can treat them independently as needed.  Fix some bugs in
41681         suffix handling, e.g., "100k@" was not diagnosed as an invalid
41682         suffix for a human-readable blocksize.  The major caller-visible
41683         change is the addition of a new
41684         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
41685         that both overflow and suffix chars were found.
41686
41687         * lib/human.c (humblock): Don't check separately for invalid suffix
41688         char; that is xstrtoumax's job (now that its bug is fixed).
41689         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
41690         INTMAX_MAX]: New macros.
41691         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
41692         TYPE_MAXIMUM): New macros.
41693         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
41694         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
41695         if overflow occurs, as it's what __strtol does and it's more useful
41696         in practice.
41697         (__xstrtol): If __strtol reports some error other than ERANGE,
41698         reflect it to the caller as LONGINT_INVALID.  If it reports
41699         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
41700         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
41701         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
41702         value.
41703         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
41704         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
41705         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
41706         [defined UINTMAX_MAX]: New macros.
41707
41708 2003-10-14  Bruno Haible  <bruno@clisp.org>
41709
41710         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
41711
41712 2003-10-14  Bruno Haible  <bruno@clisp.org>
41713
41714         * m4/sig_atomic_t: New file, from GNU gettext.
41715         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
41716
41717 2003-10-14  Bruno Haible  <bruno@clisp.org>
41718
41719         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
41720         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
41721         Also use volatile where needed.
41722
41723 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41724
41725         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
41726         Change maintainer from Bruno Haible to 'all'.
41727
41728 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41729
41730         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
41731
41732 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41733
41734         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
41735         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
41736         and define in terms of the other primitives.
41737         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
41738         (SIZE_MAX): Define if not already defined.
41739         (array_size_overflow): New function.
41740         (xalloc_die): Abort instead of exiting if 'error' returns.
41741         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
41742         (xmalloc, xrealloc): Use them.
41743         (xcalloc): Check for address arithmetic overflow.
41744         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
41745         a bit faster than strcpy.
41746
41747 2003-10-10  Simon Josefsson  <jas@extundo.com>
41748
41749         * modules/argp (Depends-on): Add restrict and strcase.
41750
41751 2003-10-10  Simon Josefsson  <jas@extundo.com>
41752
41753         * m4/argp.m4: Add AC_C_INLINE.
41754
41755 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41756
41757         Merge getpass from libc, plus a few fixes.
41758
41759         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
41760         Include <stdbool.h>.
41761         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
41762         __fsetlocking to empty.
41763         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
41764         do include <bits/libc-lock.h>.
41765         Do not include <fcntl.h>; not needed.
41766         [_LIBC]: Include <wchar.h>.
41767         (NOTCANCEL_MODE): New macro.
41768         (flockfile, funlockfile) [_LIBC]: New macros.
41769         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
41770         [!_LIBC]: New macros.
41771         (call_fclose): New function.
41772         (getpass): Use it.  Save tty stream separately; this simplifies the
41773         code and makes it more reliable if stdin happens to equal stdout.
41774         Invoke __fsetlocking on tty.
41775         Handle thread cancellation if needed.
41776         Namespace cleanup (use __tcgetattr, __getline).
41777         Use bool for Booleans.
41778         [USE_IN_LIBIO]: Handle wide streams.
41779         [!_LIBC]: Unconditionally do the fseek, since we don't know what
41780         stream might go where.
41781
41782         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
41783         doesn't have to include <stdio.h> before us.
41784         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
41785         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
41786         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
41787         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
41788         if not declared, so that we can use getpass.c code from libc without
41789         rewriting it.
41790         (flockfile, ftrylockfile, funlockfile): New macros.
41791
41792 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41793
41794         * modules/getpass: Depend on stdbool.
41795
41796 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41797
41798         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
41799
41800 2003-10-07  Karl Berry  <karl@gnu.org>
41801
41802         * config/config.{guess,sub}: update from config.
41803
41804 2003-10-06  Jim Meyering  <jim@meyering.net>
41805             Bruno Haible  <bruno@clisp.org>
41806
41807         This lets translators provide better translations for the
41808         "Written by ..." part of --version output.
41809         * lib/version-etc.h: Include stdarg.h.
41810         (version_etc_copyright): Declare as readonly.
41811         (version_etc): Make this function variadic with a NULL-terminated list
41812         of author name strings.
41813         (version_etc_va): New declaration.
41814         * lib/version-etc.c: Include stdarg.h, stdlib.h.
41815         (version_etc_copyright): Declare as readonly.
41816         (version_etc_va): New function. Provide a different translatable string
41817         for each possible number of authors < 10. Abbreviate when there are 10
41818         authors or more.
41819         (version_etc): Make this function variadic. Call version_etc_va.
41820         Suggestion from Gary V. Vaughan.
41821
41822         * lib/long-options.h (parse_long_options): Change prototype: the
41823         authors string is moved to the end and becomes variadic.
41824         * lib/long-options.c: Include stdarg.h.
41825         (parse_long_options): Make this function variadic, too.
41826         Call version_etc_va, not version_etc.
41827
41828 2003-10-06  Bruno Haible  <bruno@clisp.org>
41829
41830         * modules/version-etc-2: Remove file.
41831         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
41832
41833 2003-10-06  Bruno Haible  <bruno@clisp.org>
41834
41835         * modules/fatal-signal: New file.
41836         * MODULES.html.sh (func_all_modules): Add fatal-signal.
41837
41838 2003-10-06  Bruno Haible  <bruno@clisp.org>
41839
41840         * m4/fatal-signal.m4: New file.
41841         * m4/signalblocking.m4: New file, from GNU gettext.
41842
41843 2003-10-06  Bruno Haible  <bruno@clisp.org>
41844
41845         * lib/version-etc-2.h: Remove file.
41846         * lib/version-etc-2.c: Remove file.
41847
41848 2003-10-06  Bruno Haible  <bruno@clisp.org>
41849
41850         * lib/fatal-signal.h: New file, from GNU gettext.
41851         * lib/fatal-signal.c: New file, from GNU gettext.
41852
41853 2003-10-05  Paul Eggert  <eggert@twinsun.com>
41854
41855         * README: Rework advice for preventing empty .o files.
41856         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
41857         not <sys/types.h>.
41858
41859 2003-10-04  Karl Berry  <karl@gnu.org>
41860
41861         * lib/argp*: update from libc.
41862
41863 2003-10-04  Karl Berry  <karl@gnu.org>
41864
41865         * config/config.{guess,sub}: update from config.
41866
41867 2003-10-02  Bruno Haible  <bruno@clisp.org>
41868
41869         * modules/lchown (Include): Add lchown.h.
41870         * modules/time_r (Include): Use "..." syntax.
41871         * modules/xgetdomainname (Include): Add xgetdomainname.h.
41872
41873 2003-10-01  Simon Josefsson  <jas@extundo.com>
41874
41875         * MODULES.html.sh (func_all_modules): Move gethostname from section
41876         'based on' to section 'lacking' POSIX:2001.
41877
41878 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
41879
41880         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
41881         to output mode on the same stream.
41882
41883 2003-09-29  Paul Eggert  <eggert@twinsun.com>
41884
41885         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
41886         Fix arg typo in previous patch.
41887
41888 2003-09-28  Jim Meyering  <jim@meyering.net>
41889
41890         * lib/error.c: Correct cpp indentation.
41891
41892 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41893
41894         * modules/free: New file.
41895
41896 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41897
41898         * m4/free.m4: New file.
41899
41900 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41901
41902         * lib/minmax.h (MIN, MAX)
41903         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
41904         Omit the special code that used __typeof__, since we worry that
41905         it could be more trouble than it's worth.  See:
41906         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
41907         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
41908
41909         * lib/free.c: New file.
41910
41911 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
41912
41913         Trivial fixes to Makefile.am parts of module listings.
41914         * modules/strstr: Append strstr.h to lib_SOURCES.
41915         * modules/strcase: Likewise, for strcase.h.
41916
41917 2003-09-27  Karl Berry  <karl@gnu.org>
41918
41919         * config/mkinstalldirs: update from automake.
41920
41921 2003-09-26  Paul Eggert  <eggert@twinsun.com>
41922
41923         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
41924         (error_tail): Do not loop, reallocating temporary buffer, since
41925         the output cannot contain more wide characters than the input
41926         contains bytes, the size must be big enough already.  This avoids
41927         one potential size overflow calculation.  Check for size overflow
41928         when calculating temporary buffer size.  Free temporary buffer
41929         when done, if it was allocated with malloc; this plugs a memory
41930         leak.  Remove casts from void * to pointers, that are no longer
41931         needed now that we're assuming C89 or better.
41932
41933         Merge error changes from glibc.
41934
41935         * lib/error.c, error.h: Update copyright notice header to match glibc.
41936         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
41937         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
41938         Disable cancellation while printing error.
41939         * lib/error.h: Prepend __ to parameter names.
41940
41941 2003-09-26  Jim Meyering  <jim@meyering.net>
41942
41943         * lib/error.c (error_tail): Move some declarations
41944         into inner scope where the local variables are used.
41945
41946 2003-09-26  Bruno Haible  <bruno@clisp.org>
41947
41948         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
41949         stpncpy().
41950         Don't define stpncpy through config.h; it's now done through stpncpy.h.
41951
41952 2003-09-26  Bruno Haible  <bruno@clisp.org>
41953
41954         * lib/stpncpy.h (gnu_stpncpy): New declaration.
41955         (stpncpy): Define as alias for gnu_stpncpy.
41956         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
41957
41958 2003-09-25  Simon Josefsson  <jas@extundo.com>
41959
41960         * lib/xgetdomainname.h: New file.
41961         * lib/xgetdomainname.c: New file.
41962
41963 2003-09-25  Simon Josefsson  <jas@extundo.com>
41964             Bruno Haible  <bruno@clisp.org>
41965
41966         * modules/getdomainname: New file.
41967         * modules/xgetdomainname: New file.
41968         * MODULES.html.sh (func_all_modules): Add getdomainname,
41969         xgetdomainname.
41970
41971 2003-09-25  Simon Josefsson  <jas@extundo.com>
41972             Bruno Haible  <bruno@clisp.org>
41973
41974         * m4/getdomainname.m4: New file.
41975
41976 2003-09-25  Simon Josefsson  <jas@extundo.com>
41977             Bruno Haible  <bruno@clisp.org>
41978
41979         * lib/getdomainname.h: New file.
41980         * lib/getdomainname.c: New file.
41981
41982 2003-09-25  Karl Berry  <karl@gnu.org>
41983
41984         * lib/argp-fmtstream.c, argp-help.c: update from libc.
41985
41986 2003-09-25  Karl Berry  <karl@gnu.org>
41987
41988         * config/install-sh: update from automake.
41989
41990 2003-09-25  Bruno Haible  <bruno@clisp.org>
41991
41992         * modules/version-etc-2: New file, from modules/version-etc with
41993         modifications.
41994         * MODULES.html.sh (func_all_modules): Add version-etc-2.
41995
41996 2003-09-25  Bruno Haible  <bruno@clisp.org>
41997
41998         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
41999         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
42000
42001 2003-09-24  Simon Josefsson  <jas@extundo.com>
42002
42003         * modules/xgethostname: Add xgethostname.h.
42004
42005 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42006
42007         * lib/linebuffer.c (freebuffer): Don't free the argument, just
42008         the buffer associated with the argument.  Bug reported by
42009         Simon Josefsson.
42010
42011 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42012
42013         * README: Document assumptions that 'int' is at least 32 bits
42014         wide, that integer arithmetic is 2's complement without overflow,
42015         that there are no holes in integer values, that adding sizes of
42016         two nonoverlapping objects can't overflow, and that all-bits-zero
42017         yields scalar zero.  Fix spelling and capitalization typos.
42018
42019 2003-09-19  Karl Berry  <karl@gnu.org>
42020
42021         * lib/argp.h: update from libc.
42022
42023 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42024
42025         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
42026         to avoid spurious warnings like "AC_RUN_IFELSE was called before
42027         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
42028
42029 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42030
42031         * gnulib-tool: Use "test -h", not "test -L", for portability
42032         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
42033         (tags_regexp): Remove, since \| doesn't conform to POSIX.
42034         (sed_extract_prog): Issue s commands one-by-one, rather than
42035         using \| in one s command.
42036
42037 2003-09-16  Paul Eggert  <eggert@twinsun.com>
42038
42039         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
42040         input error, instead of returning NULL the next time we are called
42041         (and therefore losing track of errno).
42042
42043 2003-09-16  Bruno Haible  <bruno@clisp.org>
42044
42045         * gnulib-tool (func_create_testdir): Warn about duplicated
42046         dependencies.
42047
42048 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42049
42050         * modules/argmatch, modules/fatal, modules/obstack,
42051         modules/xalloc, modules/xgethostname: Sort dependencies by
42052         importance, not alphabetically.
42053
42054 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42055
42056         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
42057         fails, so that the caller gets the proper errno.
42058
42059         * lib/readutmp.c (read_utmp): Likewise.
42060         Check for fstat error.  Close stream and free storage
42061         when failing.
42062
42063 2003-09-14  Karl Berry  <karl@gnu.org>
42064
42065         * config/srclist.txt (strdup.c): disable for c89 changes.
42066
42067 2003-09-14  Jim Meyering  <jim@meyering.net>
42068
42069         * lib/getloadavg.c: Correct cpp indentation.
42070         * lib/strdup.c: Likewise.
42071         * lib/vasnprintf.c: Likewise.
42072
42073 2003-09-14  Bruno Haible  <bruno@clisp.org>
42074
42075         * modules/fwriteerror: New file.
42076         * MODULES.html.sh (func_all_modules): Add fwriteerror.
42077
42078 2003-09-14  Bruno Haible  <bruno@clisp.org>
42079
42080         * lib/fwriteerror.h: New file.
42081         * lib/fwriteerror.c: New file.
42082
42083 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42084
42085         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
42086         modules/xgethostname, modules/xalloc: Depend on exit.
42087
42088 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42089
42090         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
42091
42092         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
42093         and AC_MINIX, too, so that their extensions are available.
42094
42095         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
42096         This macro has been superseded by gl_BACKUPFILE.
42097
42098         More patches to assume C89 or better.
42099
42100         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
42101
42102         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
42103         unconditionally.
42104         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
42105         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
42106         Include <string.h>, <stdlib.h> unconditionally.
42107         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
42108         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
42109         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
42110         headers or for string.h.
42111         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
42112         or strtoul.
42113
42114         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
42115         headers.
42116         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
42117         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42118         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
42119         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
42120         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42121         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
42122         memcpy, memset.
42123         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
42124         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
42125         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
42126         strtol.
42127         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
42128         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
42129         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
42130         strtoul.
42131
42132 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42133
42134         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
42135         * lib/obstack.c [!defined _LIBC]: Likewise.
42136         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
42137         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
42138         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
42139
42140         More changes to assume C89 or better.
42141
42142         * lib/error.c (error_tail): Assume vprintf.
42143
42144         * lib/argmatch.c (getenv): Remove decl.
42145         * lib/progreloc.c (get_full_program_name): Define via prototype.
42146         * lib/setenv.c (clearenv): Likewise.
42147         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
42148         needed.
42149         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
42150         (malloc, memcpy): Remove decls.
42151         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
42152         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
42153         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42154         (memcpy): Remove macro.
42155         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
42156         (__P): Remove.  All uses removed.
42157         (PTR): Remove.  All uses changed to void *.
42158         (CHAR_BIT, NULL): Remove.
42159         (spaces, zeros, memset_space, memset_zero)
42160         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
42161         Remove.
42162         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
42163         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
42164         Define with prototype.
42165         Remove now-unnecessary prototype decl.
42166         (extra_args_spec): Assume ANSI C.  All uses changed.
42167         (extra_args_spec_iso): Remove.
42168         (my_strftime, emacs_strftimeu): Define via prototype.
42169         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
42170         unconditionally.
42171         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
42172         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
42173         (strtoul, strtol): Remove decls.
42174         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
42175         LONG_MAX): Remove.
42176         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42177         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
42178         (LOCALE_PARAM_PROTO): New macro.
42179         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
42180         (INTERNAL (strtol), strtol): Define with a prototype.
42181         (PARAMS): Remove.  All uses removed.
42182         * lib/tempname.c: Include <string.h> unconditionally.
42183         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
42184         * lib/xgethostname.c (main): Define with a prototype.
42185         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
42186         Include <stdlib.h> unconditionally.
42187         (calloc, malloc, realloc, free): Remove decls.
42188         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
42189         Include <stdlib.h> unconditionally.  Sort include file names.
42190         (strtod): Remove.
42191         (xstrtod): Define with a prototype.
42192         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
42193         (strtol, strtoul): Remove decls.
42194
42195 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42196
42197         More patches to assume C89 or better.
42198         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
42199         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
42200         string.h, memchr, STDC_HEADERS.
42201
42202 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42203
42204         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
42205         Include <stdlib.h>, <string.h> unconditionally.
42206         Remove now-unnecessary cast to char *.
42207         * lib/strnlen.c: Include <string.h> unconditionally.
42208         * lib/yesno.c (yesno): Define with a prototype.
42209
42210 2003-09-11  Bruno Haible  <bruno@clisp.org>
42211
42212         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
42213
42214 2003-09-10  Jim Meyering  <jim@meyering.net>
42215
42216         * lib/error.c: Correct indentation of cpp directives.
42217
42218 2003-09-10  Bruno Haible  <bruno@clisp.org>
42219
42220         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
42221         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
42222         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
42223         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
42224         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
42225         <stdlib.h> and <string.h> checks.
42226         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
42227         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
42228
42229 2003-09-10  Bruno Haible  <bruno@clisp.org>
42230
42231         * lib/strcspn.c: Include <string.h> unconditionally.
42232         * lib/strpbrk.c: Include <string.h> unconditionally.
42233         * lib/strstr.c: Include <string.h> unconditionally.
42234         * lib/unicodeio.c: Include <string.h> unconditionally.
42235         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
42236         * lib/unsetenv.c: Likewise.
42237         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
42238         * lib/yesno.c: Include <stdlib.h> unconditionally.
42239         (rpmatch): Add prototype.
42240
42241 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42242
42243         More patches to assume C89 or better.
42244         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
42245         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
42246         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
42247         or for string.h.
42248         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
42249         stdlib.h.
42250         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
42251         C headers.
42252         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
42253         string.h.
42254         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
42255         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
42256         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
42257         or for string.h.
42258         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
42259         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
42260         C headers.
42261         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
42262         memcpy.
42263         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
42264         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
42265         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
42266         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
42267         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
42268         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
42269         string.h, free.
42270         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
42271         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
42272         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
42273         C headers, or for string.h.
42274         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
42275         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
42276         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
42277         headers, memory.h, stdlib.h, string.h, strings.h.
42278         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
42279         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
42280         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
42281         strchr.
42282         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
42283         headers, memory.h, string.h.
42284         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
42285         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
42286         free.
42287         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
42288         headers.
42289         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
42290         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
42291         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
42292         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
42293         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
42294
42295 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42296
42297         More K&R removal.
42298
42299         * lib/acosl.c (main): Use a prototype.
42300         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
42301         tanl.c: Likewise.
42302
42303         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
42304
42305         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
42306         (getopt, etopt_long, getopt_long_only, _getopt_internal)
42307         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
42308         with a prototype.
42309         * lib/getopt.c (const): Remove macro.
42310         Include <string.h> unconditionally.
42311         (my_index): Remove; all uses changed to strchr.
42312         (strlen): Remove decl.
42313         (exchange): Remove forward decl; no longer needed.
42314         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
42315         Define with prototype.
42316         * lib/getopt1.c (const): Remove macro.
42317         (getopt_long, getopt_long_only, main): Define with prototype.
42318
42319         * lib/getugroups.c: Include <string.h> unconditionally.
42320
42321         * lib/getusershell.c: Include <stdlib.h> unconditionally.
42322         (getusershell, setusershell, endusershell, readname, main):
42323         Define with prototypes.
42324
42325         * lib/group-member.c: Include group-member.h first.
42326         Include <stdlib.h> unconditionally.
42327
42328         * lib/hard-locale.c: Include hard-locale.h first.
42329         Include <stdlib.h>, <string.h> unconditionally.
42330
42331         * lib/hash.c (free, malloc): Remove decls.
42332         Include <stdlib.h> unconditionally.
42333
42334         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42335         (getenv): Do not declare.
42336
42337         * lib/idcache.c: Include <string.h> unconditionally.
42338
42339         * lib/long-options.c: Include long-options.h first, to test interface.
42340         Include <stdlib.h> unconditionally.
42341
42342         * lib/makepath.c: Include makepath.h first, to test interface.
42343         Include <stdlib.h> and <string.h> unconditionally.
42344
42345         * lib/linebuffer.c: Include <stdlib.h>.
42346         (free): Remove decl.
42347
42348         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42349         stddef.h. rpl_malloc returns void *, not char *.
42350         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42351         prototype.
42352
42353         * lib/md5.h: Include <limits.h> unconditionally.
42354         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42355         (__P): Remove; all uses removed.
42356         * lib/md5.c: Include "md5.h" first.
42357         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42358         md5_buffer, md5_process_bytes, md5_process_block):
42359         Define with prototypes.
42360         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42361         * lib/sha.c: Include "sha.h" first.
42362         Include <stdlib.h>, <string.h> unconditionally.
42363
42364         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42365         * lib/memcmp.c (__ptr_t): Likewise.
42366         * lib/memrchr.c (__ptr_t): Likewise.
42367         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42368         Include <string.h> unconditionally.
42369         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42370         * lib/memchr.c: Include <stdlib.h> unconditionally.
42371         * lib/memchr.c (LONG_MAX): Remove.
42372         * lib/memrchr.c (LONG_MAX): Likewise.
42373         * lib/memchr.c (__memchr): Define via a prototype.
42374         * lib/memrchr.c (__memrchr): Likewise.
42375         * lib/memcmp.c (__P): Remove, and remove all uses.
42376         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42377         Remove forward decls; no longer needed.
42378         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42379         Use types required by C89 in prototype.
42380
42381         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42382         * lib/savedir.c: Likewise.
42383         * lib/mkdir.c (free): Remove decl.
42384         * lib/rmdir.c (rmdir): Define with a prototype.
42385         * lib/savedir.c: Include savedir.h first, to test interface.
42386
42387         * lib/mktime.c (STDC_HEADERS): Remove.
42388         Include <stdlib.h>, <string.h> unconditionally.
42389
42390         * lib/modechange.c: Include <stdlib.h> unconditionally.
42391         (malloc): Remove decl.
42392
42393         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42394         (free): Remove decl.
42395
42396         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42397         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42398         (This type really should be intptr_t, but that's a C99ism.)
42399         (_obstack_memcpy): Remove: all uses changed to memcpy.
42400         Include <string.h> unconditionally.
42401         (struct obstack): Assume __STDC__ for types of members
42402         chunkfun, freefun, extra_arg.
42403         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42404         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42405         obstack_begin, obstack_specify_allocation,
42406         obstack_specify_allocation_with_arg, obstack_chunkfun,
42407         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42408         Remove unprototyped decls and the macros that use them.
42409         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42410         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42411         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42412         (defined __STDC__ && __STDC__)]:
42413         Remove nonprototyped code.
42414         Include <stdlib.h> unconditionally.
42415         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42416         _obstack_allocated_p, _obstack_free, obstack_free,
42417         _obstack_memory_used, print_and_abort):
42418         Define using prototypes.
42419         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42420         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42421         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42422         obstack_next_free, obstack_object_size, obstack_room) [0]:
42423         Remove unused, unprototyped code.
42424
42425         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
42426
42427         * lib/physmem.c (physmem_total, physmem_available, main): Define
42428         with prototypes.
42429
42430         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
42431         (main): Define with a prototype.
42432
42433         * lib/posixver.c (getenv): Remove decl.
42434
42435         * lib/putenv.c (malloc): Returns void *, not char *.
42436         Include <string.h> unconditionally.
42437         (strchr, memcpy, NULL): Do not define.
42438
42439         * lib/readtokens.c: Include readtokens.h first, to test interface.
42440         Include <stdlib.h>, <string.h> unconditionally.
42441         (init_tokenbuffer): Define with a prototype.
42442
42443         * lib/regex.c (PARAMS): Remove.  All uses removed.
42444         All uses of _RE_ARGS removed, too.
42445         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42446         unconditionally.
42447         (bzero): Assume memset exists.
42448         (memcmp, memcpy, NULL): Remove.
42449         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
42450         char, or assignments to local vars of type signed char.
42451         (init_syntax_once, PREFIX(extract_number_and_incr),
42452         PREFIX(print_partial_compiled_pattern),
42453         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
42454         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
42455         PREFIX(regex_grow_registers), PREFIX(regex_compile),
42456         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
42457         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
42458         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
42459         wcs_compile_range, byte_compile_range, truncate_wchar,
42460         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
42461         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
42462         count_mbs_length, wcs_re_match_2_internal,
42463         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
42464         PREFIX(alt_match_null_string_p),
42465         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
42466         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
42467         regfree, PREFIX(extract_number)): Define with prototype.  Remove
42468         now-unnecessary declaration, if any.
42469         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
42470         regcomp, regexec):
42471         Remove now-unnecessary casts among pointer types.
42472         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
42473
42474         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
42475         (free): Remove decl.
42476
42477         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
42478
42479         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
42480         (free): Remove decl.
42481
42482         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
42483         * lib/xgetcwd.c: Likewise.
42484
42485         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
42486         (free): Remove decl.
42487
42488         * lib/strchrnul.c (strchrnul): Define with a prototype.
42489         Fix bug: c_in was not converted to char before searching.
42490
42491         The following changes are not K&R related:
42492
42493         * lib/group-member.h: Include <sys/types.h>, so that this file is
42494         self-contained.
42495         * lib/makepath.h: Likewise.
42496
42497         * lib/getusershell.c (readname, default_index, line_size, readname):
42498         Use size_t, not int, for sizes.
42499         (readname): If the size overflows, report an error instead of
42500         looping forever.
42501
42502 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42503
42504         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
42505         libc.
42506
42507 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42508
42509         * README: New section: portability guidelines.
42510
42511 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42512
42513         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
42514         C89 spec.
42515
42516 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42517
42518         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
42519
42520 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42521
42522         Assume C89 or better; remove K&R cruft.
42523         A few of these changes were first proposed by Derek Robert Price
42524         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
42525
42526         * lib/addext.c: Include <string.h> unconditionally.
42527         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
42528         Don't declare getenv or malloc.
42529
42530         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
42531         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
42532         (NULL): Remove.
42533         (find_stack_direction, alloca): Use prototypes.
42534
42535         * lib/atexit.c (atexit): Define using a prototype.
42536
42537         * lib/basename.c, dirname.c, stripslash.c:
42538         Include <string.h> unconditionally.
42539
42540         * lib/bcopy.c: Include <stddef.h>.
42541         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
42542
42543         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
42544
42545         * lib/error.h (error, error_at_line, error_print_progname)
42546         [! (defined (__STDC__) && __STDC__)]: Remove decls.
42547         * lib/error.c: Include error.h first, to check interface.
42548         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42549         (VA_START): Remove; all uses changeed to va_start.
42550         (exit, strerror): Remove decls.
42551         (error_print_progname): Prototype uncondionally.
42552         Don't include <errno.h>; no longer needed.
42553         (private_strerror): Remove.
42554         (error_tail): Always define.
42555         (error, error_at_line): Assume C89 or better; always use prototypes.
42556         * lib/fatal.c: Include "fatal.h" first, to test interface.
42557         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42558         (VA_START): Remove; all uses changed to va_start.
42559         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
42560         this case.
42561         (exit): Remove decl.
42562         (fatal): Prototype unconditionally.  Assume va_start works.
42563         Abort at end, to pacify gcc.
42564
42565         * lib/euidaccess.c (main): Define with a prototype.
42566
42567         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
42568
42569         * lib/exitfail.c: Include <stdlib.h> unconditionally.
42570
42571         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
42572         prototypes.
42573         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
42574         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
42575         (getenv): Remove decl.
42576         (fnmatch): Define using a prototype.
42577         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
42578         (FCT): Define using a prototype.
42579
42580         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
42581
42582         * lib/gethostname.c: Include <stddef.h>.
42583         (gethostname): Define with prototype.  Length is size_t, not int.
42584
42585 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42586
42587         Assume C89 or better; remove K&R cruft.
42588         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
42589         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
42590         string.h, getenv, malloc.
42591         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
42592         headers.
42593         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
42594         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
42595         do not check for strerror.
42596         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
42597         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
42598         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
42599         do not check for doprnt or vprintf.
42600         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
42601         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
42602
42603 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42604
42605         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
42606         getversion.c should have been removed then, but was accidentally
42607         preserved.
42608
42609         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
42610         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
42611
42612 2003-09-08  Karl Berry  <karl@gnu.org>
42613
42614         * config/config.sub, config.guess, srclistvars.sh: update from savannah
42615                 config, forget about prep.
42616
42617         * config/depcomp, missing: update from automake.
42618
42619 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42620
42621         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
42622         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42623
42624 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42625
42626         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
42627         copy_tm_result.  Bug reported by Simon Josefsson in
42628         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42629
42630 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42631
42632         * m4/time_r.m4: New file.
42633         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
42634         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
42635         is. Check for timegm declaration.
42636         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
42637         Do not check for gmtime_r.
42638         Replace mktime if __mktime_internal does not exist and if mktime
42639         hasn't been replaced already.
42640
42641 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42642
42643         * lib/time_r.c, lib/time_r.h: New files.
42644
42645         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
42646         __localtime_r.
42647         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
42648         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
42649
42650         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
42651         __gmtime_r.
42652         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
42653         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
42654         Include <time_r.h>.
42655
42656         * lib/timegm.c: Switch to glibc implementation, with the following
42657         changes:
42658         [defined HAVE_CONFIG_H]: Include <config.h>.
42659         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
42660         (__mktime_internal) [!defined _LIBC]: New decl.
42661         (__gmtime_r) [!defined _LIBC]: New macro and function.
42662         (timegm): Use a prototype, since gnulib assumes C89.
42663         Do not bother declaring tmp to be const, as it's not really usefu.
42664         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
42665         (timegm): Declare only if HAVE_DECL_TIMEGM.
42666
42667 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42668
42669         * MODULES.html.sh (func_all_modules): Add time_r.
42670         * modules/time_r: New file.
42671         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
42672         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
42673
42674 2003-09-03  Paul Eggert  <eggert@twinsun.com>
42675
42676         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
42677         Bug reported by Lute Kamstra in
42678         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
42679
42680         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
42681         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
42682         course with correspondingly smaller numbers for tomorrow and
42683         yesterday.  From Tadayoshi Funaba.  Originally installed into
42684         sh-utils on 1999-08-07, but the patch got lost (I guess during the
42685         coreutils merge?).
42686
42687 2003-08-31  Simon Josefsson  <jas@extundo.com>
42688
42689         * modules/timegm: New file.
42690         * MODULES.html.sh (func_all_modules): Add timegm.
42691
42692 2003-08-31  Simon Josefsson  <jas@extundo.com>
42693
42694         * m4/timegm.m4: New file.
42695
42696 2003-08-31  Simon Josefsson  <jas@extundo.com>
42697
42698         * lib/timegm.h: New file.
42699         * lib/timegm.c: New file.  Based on
42700         wget-1.8.2/src/http.c:mktime_from_utc.
42701
42702 2003-08-31  Karl Berry  <karl@gnu.org>
42703
42704         * lib/argp.h: update from libc.
42705
42706 2003-08-28  Bruno Haible  <bruno@clisp.org>
42707
42708         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
42709         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
42710         followed by '#define fnmatch fnmatch_posix' gives an error.
42711
42712 2003-08-28  Bruno Haible  <bruno@clisp.org>
42713
42714         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
42715         warning on QNX, which defines O_BINARY to 000000.
42716
42717 2003-08-27  Jim Meyering  <jim@meyering.net>
42718
42719         * m4/mkstemp.m4: Require that the system mkstemp be able to create
42720         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
42721         would fail after 32.  Reported by Danny Levinson.  Details here:
42722         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
42723
42724 2003-08-24  Bruno Haible  <bruno@clisp.org>
42725
42726         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
42727         MSVC7 <stdio.h> is included later.
42728
42729 2003-08-22  Simon Josefsson  <jas@extundo.com>
42730
42731         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
42732
42733 2003-08-20  Karl Berry  <karl@gnu.org>
42734
42735         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
42736
42737 2003-08-20  Bruno Haible  <bruno@clisp.org>
42738
42739         * modules/progname: New file.
42740         * MODULES.html.sh (func_all_modules): Add progname.
42741
42742 2003-08-20  Bruno Haible  <bruno@clisp.org>
42743
42744         * lib/progname.h: New file, from GNU gettext.
42745         * lib/progname.c: New file, from GNU gettext.
42746         * lib/progreloc.c: New file, from GNU gettext.
42747
42748 2003-08-19  Jim Meyering  <jim@meyering.net>
42749
42750         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
42751         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
42752
42753 2003-08-19  Bruno Haible  <bruno@clisp.org>
42754
42755         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
42756         more.
42757
42758 2003-08-19  Bruno Haible  <bruno@clisp.org>
42759
42760         * lib/xstrdup.c: Assume <string.h> exists.
42761
42762 2003-08-18  Paul Eggert  <eggert@twinsun.com>
42763
42764         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
42765         in makefile rules.
42766
42767 2003-08-18  Jim Meyering  <jim@meyering.net>
42768
42769         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
42770         * m4/lib-ld.m4: Likewise.
42771
42772 2003-08-18  Jim Meyering  <jim@meyering.net>
42773
42774         * lib/setenv.h: Indent nested cpp directive.
42775         * lib/vasnprintf.c: Remove trailing blanks.
42776
42777 2003-08-17  Simon Josefsson  <jas@extundo.com>
42778
42779         * modules/xstrndup: New file.
42780         * MODULES.html.sh (func_all_modules): Add xstrndup.
42781
42782 2003-08-17  Simon Josefsson  <jas@extundo.com>
42783
42784         * modules/argp: Fix autoconf macro name. Add more dependencies.
42785
42786 2003-08-17  Simon Josefsson  <jas@extundo.com>
42787
42788         * m4/xstrndup.m4: New file.
42789
42790 2003-08-17  Simon Josefsson  <jas@extundo.com>
42791
42792         * m4/argp.m4: New file.
42793
42794 2003-08-17  Simon Josefsson  <jas@extundo.com>
42795             Bruno Haible  <bruno@clisp.org>
42796
42797         * lib/xstrndup.h: New file.
42798         * lib/xstrndup.c: New file.
42799
42800 2003-08-17  Bruno Haible  <bruno@clisp.org>
42801
42802         * modules/strndup (Files, Include): Add lib/strndup.h.
42803
42804 2003-08-17  Bruno Haible  <bruno@clisp.org>
42805
42806         * modules/euidaccess (Files): Add lib/euidaccess.h.
42807
42808 2003-08-17  Bruno Haible  <bruno@clisp.org>
42809
42810         * lib/strndup.h: New file.
42811
42812 2003-08-17  Bruno Haible  <bruno@clisp.org>
42813
42814         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
42815         like AC_GNU_SOURCE.
42816         * modules/extensions (configure.ac): Comment out the invocation of
42817         gl_USE_SYSTEM_EXTENSIONS.
42818
42819 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42820
42821         Merges from coreutils, etc.
42822         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
42823         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
42824         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
42825         fixing a typo.
42826         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
42827         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
42828
42829 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42830
42831         Document merge from coreutils.
42832         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
42833         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
42834         * modules/utime: Add m4/utimes-null.m4.
42835
42836 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42837
42838         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
42839         space, undoing this 2003-08-12 change:
42840         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42841
42842 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42843
42844         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
42845         strtoul.c from libc, undoing this 2003-08-12 change:
42846         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42847
42848 2003-08-16  Jim Meyering  <jim@meyering.net>
42849
42850         Merges from coreutils.
42851         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
42852         prefix.  Adjust cache variables similarly.  Create 500 rather than
42853         just 300 files, to exercise bug on Darwin6.5, too.
42854         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
42855         $missing_dir.
42856         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
42857         AM_SYS_POSIX_TERMIOS.
42858         Reported by mkc@mathdogs.com.
42859         Also change use of $am_cv_sys_posix_termios
42860         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
42861         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
42862         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
42863         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
42864         in /proc/mounts until it finds one with matching device number.  This
42865         is unnecessary when the FILE argument *is* a mount point.  No stat call
42866         is necessary in that case.  So, disable the statvfs-testing code on
42867         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
42868         as RedHat bug# 84846.
42869         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42870         to 1MB, so as not to render systems with no stack size limit (e.g.,
42871         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42872         Include <unistd.h>.  On some systems,
42873         it is required for the definition of _SC_PAGESIZE.
42874
42875 2003-08-16  Jim Meyering  <jim@meyering.net>
42876
42877         Merge from coreutils.
42878         * lib/xstrtoimax.c: #else #if -> #elif.
42879         * lib/xstrtoumax.c: Likewise.
42880
42881 2003-08-16  Jim Meyering  <jim@meyering.net>
42882
42883         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
42884         * m4/utimes.m4: Removed.
42885         * m4/utimes-null.m4: Renamed from utimes.m4.
42886
42887         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42888         to 1MB, so as not to render systems with no stack size limit (e.g.,
42889         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42890         Include <unistd.h>.  On some systems,
42891         it is required for the definition of _SC_PAGESIZE.
42892
42893 2003-08-16  Jim Meyering  <jim@meyering.net>
42894         and Paul Eggert  <eggert@cs.ucla.edu>
42895
42896         Merges from coreutils, etc.
42897
42898         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
42899         using the latest version from cvs.  This avoids problems with #line
42900         directives using a vendor (Sun) compiler.
42901         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
42902         Don't set GETGROUPS_LIB here; now it's
42903         done via getgroups.m4's wrapper function.
42904         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
42905         rather than just in sh-util/configure.in, so that the
42906         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
42907         same.
42908         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
42909         AC_FUNC_GETLOADAVG where to find getloadavg.c.
42910         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
42911         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
42912         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
42913         Remove code that is now done by the newly-required macros.
42914         Append $(EXEEXT) to DF_PROG.
42915         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
42916         Do not invoke or require the following here,
42917         since prereq.m4 or some gnulib .m4 now does this for us:
42918         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
42919         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
42920         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
42921         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
42922         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
42923         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
42924         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
42925         AC_FUNC_OBSTACK.
42926         Do not replace the following functions, as this is now the job
42927         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
42928         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
42929         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
42930         atexit getpass, strdup, getpagesize.
42931         Replace 'raise'.
42932         Do not check for the following functions, as this is now the job
42933         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
42934         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
42935         setregid.
42936         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
42937         Check for sys/sysctl.h.
42938         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
42939         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
42940         of checking for ssize_t ourselves.
42941
42942         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
42943         Require every macro that gnulib/modules/* suggests for us.
42944         (jm_PREREQ_ADDEXT): New macro.
42945         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
42946         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
42947
42948         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
42949         (gl_PHYSMEM): Use it.
42950         Also check for `table' function.
42951         Check for new headers and functions.
42952         Add check for sys/sysmp.h.
42953         With suggestions from Kaveh Ghazi.
42954         Ignore headers that are present but cannot be compiled.  This
42955         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
42956         C 5.4.
42957
42958 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42959
42960         Document merge from coreutils.
42961         * modules/userspec: Depend on posixver.
42962         * modules/strftime: Depend on tzset.
42963
42964 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42965
42966         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
42967         rather than tab, after '#' in shell-script copyright notices.
42968         Suggested by Bruno Haible.
42969
42970 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42971
42972         * config/srclist-update: Use three spaces, rather than tab, after '#'
42973         in shell-script copyright notices.  Suggested by Bruno Haible.
42974         Remove unnecessary parenthesization in regular expression.
42975
42976 2003-08-15  Jim Meyering  <jim@meyering.net>
42977
42978         Merge from coreutils.
42979         * lib/xgethostname.c: Include <stdlib.h>.
42980         (xghostname): Don't exit for anything other than memory-related
42981         failure; just return NULL.
42982         * lib/userspec.c: Include "posixver.h".
42983         (parse_user_spec): Accept `.' as a separator only
42984         in pre-POSIX-200112 mode.
42985         * lib/strtoimax.c: Use #elif rather than #else #if.
42986         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
42987         Remove function, now that we can rely on a working tzset function.
42988         [!_LIBC]: Ensure that the required autoconf test has been run.
42989         [!defined _NL_CURRENT && HAVE_STRFTIME]:
42990         Use underlying_strftime for %r.
42991         * lib/sha.c: Merge in some clean-up and optimization changes from
42992         glibc.
42993         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
42994         Ensure that it is a multiple of 64.
42995         Rearrange loop exit tests so as to avoid performing an
42996         additional fread after encountering an error or EOF.
42997         * lib/realloc.c: Update copyright date.
42998
42999 2003-08-15  Jim Meyering  <jim@meyering.net>
43000         and Paul Eggert  <eggert@twinsun.com>
43001
43002         Merge from coreutils.
43003         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
43004         member but strut utmpx does not.  Needed for AIX 4.3.3.
43005         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
43006
43007 2003-08-15  Jim Meyering  <jim@meyering.net>
43008         and Paul Eggert  <eggert@cs.ucla.edu>
43009
43010         Merges from coreutils, etc.
43011         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
43012         Require gl_FUNC_TZSET_CLOBBER.
43013         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
43014         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
43015         members.
43016
43017 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43018
43019         Help the merge from coreutils.
43020         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
43021         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
43022         * m4/tzset.m4: Use it too.
43023
43024 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43025
43026         * modules/tzset: New file.
43027
43028 2003-08-14  Jim Meyering  <jim@meyering.net>
43029
43030         Merges from coreutils.
43031         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
43032         variable names, rather than @FNMATCH_H@.
43033         * modules/alloca: Likewise for $(ALLOCA_H).
43034
43035         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
43036         the three copies of the literal target, `fnmatch.h'.
43037         * modules/alloca (alloca.h): Likewise.
43038
43039 2003-08-14  Jim Meyering  <jim@meyering.net>
43040
43041         Merge from coreutils.
43042         * m4/tzset.m4: New file.
43043         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
43044         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
43045         otherwise, AIX 5.1 systems would end up using the latter.
43046         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
43047         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
43048         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
43049         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
43050
43051 2003-08-14  Jim Meyering  <jim@meyering.net>
43052
43053         Merge from coreutils.
43054         * lib/obstack.h: Whitespace changes.
43055         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
43056         and xcalloc return values.
43057         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
43058         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
43059         hang on OSF/1 5.1 for DIR on both local and remote file systems.
43060         Reported by (and fix confirmed by) Nelson H. F. Beebe.
43061         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43062         error from mntctl.
43063         Use mntctl's return value to drive the entry-processing loop, since
43064         we can't rely on the value of the vmt_length member in the last
43065         entry.  On some systems doing so could result in exhausting
43066         virtual memory.  Based in part on a patch from Mike Jetzer.
43067
43068 2003-08-14  Jim Meyering  <jim@meyering.net>
43069         and Paul Eggert  <eggert@twinsun.com>
43070
43071         Merges from coreutils, plus other fixes.
43072         * lib/physmem.c: Merge in portability changes from gcc/libiberty
43073         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
43074         for credits and details.  Thanks to Kaveh Ghazi for helping
43075         to keep these files in sync.
43076         (ARRAY_SIZE): Define it.
43077         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
43078         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
43079         (memcasecmp): Don't assume size_t fits in unsigned int.
43080         Remove casts and duplicate code.
43081         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
43082         (memcpy): Remove definition.
43083         Merge in some clean-up and optimization changes from glibc.
43084         [BLOCKSIZE]: Move definition to top of file.
43085         Ensure that it is a multiple of 64.
43086         Rearrange loop exit tests so as to avoid performing an
43087         additional fread after encountering an error or EOF.
43088         * lib/md5.h (md5_uintptr): Define.
43089         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
43090         return to the initial working directory.  Preserve errno
43091         for caller.
43092         * lib/idcache.c: Include "xalloc.h".
43093         (xmalloc, xrealloc): Remove decls.
43094         (getuser): Remove casts no longer required in C89.
43095         * lib/human.c: Include stdio.h, for sprintf.
43096         * lib/group-member.c: Include "xalloc.h".
43097         (xmalloc, xrealloc): Remove decls.
43098         (get_group_info): Remove casts no longer required in C89.
43099         * lib/getusershell.c (readname): Remove casts no longer required in
43100         C89.
43101         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
43102         * lib/getline.c: Whitespace fix, from coreutils.
43103
43104 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43105
43106         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
43107         Check for isascii.
43108
43109         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43110         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43111         Undo previous (whitespace-only) change.
43112
43113 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43114
43115         * lib/exclude.c: Include <ctype.h>
43116         (IN_CTYPE_DOMAIN): New macro.
43117         (is_space): New fn.
43118         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
43119         and empty lines.
43120
43121         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43122         Undo previous (whitespace-only) change.
43123
43124 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43125
43126         * config/srclist-update: Change update back to the old behavior,
43127         leaving whitespace alone.  Use one 'sed' command rather than a
43128         pipeline.
43129         (fixlicense): Now a variable, not a function.
43130         (remove_trailing_blanks): Remove.
43131         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
43132         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43133         Undo previous (whitespace-only) change.
43134
43135 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43136
43137         Merge from coreutils.
43138         * modules/euidaccess: Add lib_SOURCES, include for new
43139         file euidaccess.h
43140
43141 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43142
43143         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43144         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43145         Normalize leading white space and remove trailing white space.
43146
43147         Merge from coreutils
43148         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
43149
43150         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
43151         0.12.1.  These files are now being upgraded automatically by
43152         ../config/srclist-update.
43153
43154 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43155
43156         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43157         Normalize leading white space and remove trailing white space.
43158         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
43159         notice, as per ../config/srclist-update.
43160
43161         Merge from coreutils.
43162         * lib/euidaccess.h: New file.
43163         * lib/euidaccess.c: Include it.
43164         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
43165         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
43166         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
43167
43168 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43169
43170         * config/srclist-update: Add copyright notice.
43171         (remove_id_lines, remove_trailing_blanks): New constants.
43172         (fixfile): Use them to normalize spacing a bit in copied files.
43173         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43174         Normalize leading white space and remove trailing white space.
43175
43176         * config/texinfo.tex: Sync with texinfo.
43177
43178         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
43179         strtoul.c from libc, to merge coreutils whitespace changes.
43180
43181         * config/srclist.txt: Get the following m4 files from gettext:
43182         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
43183         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
43184         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
43185         wint_t.m4.
43186
43187 2003-08-12  Karl Berry  <karl@gnu.org>
43188
43189         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
43190         been made.
43191
43192 2003-08-11  Paul Eggert  <eggert@twinsun.com>
43193
43194         * modules/gnu-source, m4/gnu-source.m4:
43195         Remove; we're assuming Autoconf 2.54 or later now.
43196         Suggested by Bruno Haible.
43197         * MODULES.html.sh (func_all_modules): Remove gnu-source.
43198
43199 2003-08-11  Bruno Haible  <bruno@clisp.org>
43200
43201         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
43202
43203 2003-08-11  Bruno Haible  <bruno@clisp.org>
43204
43205         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
43206         (vasnprintf): Use it instead of wcslen.
43207
43208 2003-08-11  Bruno Haible  <bruno@clisp.org>
43209
43210         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
43211         value to ensure that _Bool promotes to int. Use #define for _Bool when
43212         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
43213
43214 2003-08-10  Karl Berry  <karl@gnu.org>
43215
43216         * lib/regex.h: update from libc (whitespace fix).
43217
43218 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43219
43220         Merge some files from coreutils.  These changes were
43221         originally made by Jim Meyering.
43222         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
43223         many older Unixes require this.
43224         * lib/alloca.c (alloca): Remove cast to argument of free;
43225         no longer needed in C89.
43226         * lib/alloca_.h, regex.h: Fix white space to match
43227         what GNU indent does.
43228
43229 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43230
43231         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
43232         apparently Emacs's Unicode mode got confused before my 2003-08-05
43233         checkin.
43234
43235 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43236
43237         * m4/extensions.m4: New file.
43238         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
43239         Require gl_USE_SYSTEM_EXTENSIONS.
43240         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
43241         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
43242
43243 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43244
43245         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
43246         * modules/extensions, modules/gnu-source: New files.
43247         * modules/timespec, modules/unlocked-io: Depend on extensions.
43248
43249 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43250
43251         * modules/restrict: New file.
43252         * MODULES.html.sh (func_all_modules): Add restrict.
43253         * modules/regex: Depend on restrict.
43254
43255 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43256
43257         * m4/restrict.m4: New file.
43258         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
43259
43260 2003-08-07  Bruno Haible  <bruno@clisp.org>
43261
43262         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
43263         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
43264
43265 2003-08-07  Bruno Haible  <bruno@clisp.org>
43266
43267         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
43268         makes the module 'getndelim2' compatible with the module 'getline'.
43269
43270 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43271
43272         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
43273         byte with "\201" to avoid glitches when editing that source file
43274         with multi-gnome-terminal.
43275
43276 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43277
43278         * lib/bumpalloc.h: Remove.
43279
43280 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43281
43282         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
43283         * modules/bumpalloc: Remove.
43284
43285 2003-08-04  Paul Eggert  <eggert@twinsun.com>
43286
43287         * lib/getloadavg.c: Change copyright notice and spacing to conform to
43288         GNU coding style.
43289
43290         Merge from coreutils.
43291         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
43292         1. From glibc.
43293         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
43294         from Karl Berry, implemented by Jim Meyering.
43295         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
43296         from Dmitry V. Levin.
43297         Remove anachronistic cast of xrealloc.
43298         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
43299         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
43300         type. Otherwise, it wouldn't compile with at least /bin/cc on
43301         ymp-cray-unicos9.0.2.X.
43302         Combine two mostly-identical uses of alloca into one.
43303         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
43304
43305 2003-08-04  Dave Love  <d.love@dl.ac.uk>
43306
43307         [From Emacs.]
43308
43309         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
43310         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
43311         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
43312         obsolete NLIST_NAME_UNION.
43313         [__GNU__]: Undef BSD and FSCALE.
43314         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
43315
43316 2003-08-03  Paul Eggert  <eggert@twinsun.com>
43317
43318         * lib/stdbool_.h (_Bool): Make it signed char, instead of
43319         an enum type, so that it's guaranteed to promote to int.  See:
43320         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
43321
43322 2003-08-03  Karl Berry  <karl@gnu.org>
43323
43324         * config/depcomp: update from automake.
43325
43326 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43327
43328         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43329         (strerror): Don't assume that a printable int fits in 14 bytes.
43330
43331 2003-07-31  Bruno Haible  <bruno@clisp.org>
43332
43333         * modules/getpass-gnu: New file.
43334         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43335
43336 2003-07-31  Bruno Haible  <bruno@clisp.org>
43337
43338         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43339
43340 2003-07-24  Karl Berry  <karl@gnu.org>
43341
43342         * config/missing: update from automake.
43343
43344 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43345             Bruno Haible  <bruno@clisp.org>
43346
43347         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43348         * lib/getline.c (getline, getdelim): Likewise.
43349         Remove _GNU_SOURCE define; now it's defined in config.h through
43350         m4/getline.m4.
43351
43352 2003-07-23  Karl Berry  <karl@gnu.org>
43353
43354         * config/config.sub: update from prep.
43355
43356 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43357
43358         * modules/xalloc (Depends-on): Add exitfail.
43359         * modules/xmemcoll: Likewise.
43360
43361 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43362
43363         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43364         over-parenthesization in macros.
43365
43366         Sync with coreutils.
43367
43368         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43369         required by C99.
43370
43371         Use `exit_failure' for xalloc and xmemcoll instead of their own
43372         private exit-failure variables.
43373         * lib/xalloc.h (xalloc_exit_failure): Remove.
43374         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43375         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43376         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43377         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43378         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43379
43380 2003-07-20  Jim Meyering  <jim@meyering.net>
43381
43382         * modules/closeout (Depends-on): Add exitfail.
43383         Suggestion from Bruno Haible.
43384
43385 2003-07-19  Karl Berry  <karl@gnu.org>
43386
43387         * config/config.sub: update from prep.
43388
43389 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43390
43391         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43392         Remove.
43393         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43394         to test that it can stand by itself.  Include "exitfail.h".
43395         Clients should set exit_failure instead.
43396         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43397
43398 2003-07-18  Bruno Haible  <bruno@clisp.org>
43399
43400         * modules/getndelim2: New file.
43401         * modules/getline: Share files with module getndelim2.
43402         * modules/getnline: Depend on getndelim2 instead of sharing files with
43403         it. Add getnline.c to lib_SOURCES.
43404         * MODULES.html.sh (func_all_modules): Add getndelim2.
43405
43406 2003-07-18  Bruno Haible  <bruno@clisp.org>
43407
43408         * m4/getndelim2.m4: New file.
43409         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43410         invoke gl_PREREQ_GETNDELIM2.
43411         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43412         gl_PREREQ_GETNDELIM2.
43413         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43414         gl_GETNDELIM2.
43415
43416 2003-07-18  Bruno Haible  <bruno@clisp.org>
43417
43418         * lib/getndelim2.h: New file.
43419         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43420         getndelim2.h.
43421         (getndelim2): Make non-static. Change return type to ssize_t.
43422         * lib/getline.h: Change argument names.
43423         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
43424         * lib/getnline.c: Include getndelim2.h.
43425
43426 2003-07-18  Andreas Schwab  <schwab@suse.de>
43427
43428         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
43429
43430 2003-07-17  Karl Berry  <karl@gnu.org>
43431
43432         * config/config.sub: update from prep.
43433
43434 2003-07-17  Bruno Haible  <bruno@clisp.org>
43435
43436         * modules/getnline: New file.
43437         * modules/getline: Add lib/getndelim2.c to source file list.
43438         * MODULES.html.sh (func_all_modules): Add getnline.
43439
43440 2003-07-17  Bruno Haible  <bruno@clisp.org>
43441
43442         * m4/getnline.m4: New file.
43443
43444 2003-07-17  Bruno Haible  <bruno@clisp.org>
43445
43446         * m4/Makefile.am.in: Remove file.
43447         * m4/Makefile.am: Remove file.
43448         * m4/Makefile.in: Remove file.
43449
43450 2003-07-17  Bruno Haible  <bruno@clisp.org>
43451
43452         * lib/getnline.h: New file.
43453         * lib/getnline.c: New file.
43454         * lib/getndelim2.c: New file, extracted from getline.c.
43455         (getndelim2): Renamed from getdelim2, with added nmax argument.
43456         * lib/getline.c: Include getndelim2.c.
43457         (getdelim2): Moved out to getndelim2.c.
43458         (getline, getdelim): Update.
43459
43460 2003-07-17  Bruno Haible  <bruno@clisp.org>
43461
43462         * lib/Makefile.am: Remove file.
43463         * lib/Makefile.in: Remove file.
43464
43465 2003-07-17  Bruno Haible  <bruno@clisp.org>
43466
43467         * configure.in: Remove file.
43468         * Makefile.in: Remove file.
43469
43470 2003-07-17  Bruno Haible  <bruno@clisp.org>
43471
43472         * MODULES.html.sh: Put the </BODY> right before </HTML>.
43473
43474 2003-07-16  Karl Berry  <karl@gnu.org>
43475
43476         * config/srclist-update: was running fixlicense twice, which caused
43477                 texinfo.tex to be nullified for some reason.  Simplify,
43478                 $gplsrc is no longer needed as far as I can see?
43479
43480 2003-07-16  Jim Meyering  <jim@meyering.net>
43481
43482         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
43483
43484 2003-07-15  Paul Eggert  <eggert@twinsun.com>
43485
43486         * config/srclist.txt: Get the following files from gettext-runtime/intl
43487         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
43488         ref-del.sin.  From Bruno Haible.
43489         * config/srclist-update (fixfile): Change grep pattern again, since the
43490         previous fix didn't work (there was another trailing $).  Use
43491         '[$]' to escape the $s.
43492
43493 2003-07-15  Karl Berry  <karl@gnu.org>
43494
43495         * lib/vasnprintf.c: update from gettext.
43496
43497 2003-07-15  Karl Berry  <karl@gnu.org>
43498
43499         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
43500         gets expanded when surrounded by '$'.
43501
43502 2003-07-15  Jim Meyering  <jim@meyering.net>
43503
43504         * modules/save-cwd: Don't depend on error.  From Derek Price.
43505
43506 2003-07-15  Jim Meyering  <jim@meyering.net>
43507
43508         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
43509
43510 2003-07-14  Simon Josefsson  <jas@extundo.com>
43511
43512         * modules/mempcpy: New file.
43513         * MODULES.html.sh (func_all_modules): Add mempcpy.
43514
43515 2003-07-14  Simon Josefsson  <jas@extundo.com>
43516
43517         * m4/mempcpy.m4: New file.
43518
43519 2003-07-14  Simon Josefsson  <jas@extundo.com>
43520
43521         * lib/mempcpy.h: New file.
43522         * lib/mempcpy.c: New file.
43523
43524 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43525
43526         * modules/getdate, modules/posixtm: Depend on mktime.
43527
43528 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43529
43530         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
43531         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
43532         unicodeio.c, unicodeio.h, unlocked-io.h:
43533         Switch from LGPL to GPL.
43534
43535 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43536
43537         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
43538         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
43539         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
43540         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
43541         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
43542         updated automatically by ../config/srclist-update.  This changes
43543         their license from LPGL to GPL.
43544
43545 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43546
43547         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
43548         assumed to refer to the root of the most recent stable gettext version.
43549         * config/srclistvars.sh: Add defaults for eggert.
43550         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
43551         Match "This program" as well as "The program".  This is needed
43552         for gettext.
43553
43554 2003-07-14  Jim Meyering  <jim@meyering.net>
43555
43556         Don't emit diagnostics.  Let callers do that.
43557         * lib/save-cwd.c: Don't include "error.h".
43558         (save_cwd): Don't call error.  Ensure that errno is valid
43559         when returning nonzero.
43560
43561         * lib/save-cwd.h (restore_cwd): Update prototype.
43562         * lib/save-cwd.c (restore_cwd): Remove two parameters.
43563         Simplify.  Don't call error upon failure.  Let callers do that.
43564         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
43565         when auditing is enabled.  But don't bother updating the #if.
43566
43567 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
43568
43569         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
43570         it breaks C++ compilation.
43571         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
43572
43573 2003-07-10  Simon Josefsson  <jas@extundo.com>
43574
43575         * modules/strchrnul (Makefile.am): Add strchrnul.h.
43576
43577 2003-07-10  Jim Meyering  <jim@meyering.net>
43578
43579         * m4/clock_time.m4: Remove trailing blank.
43580         * m4/intmax_t.m4: Likewise.
43581
43582 2003-07-10  Jim Meyering  <jim@meyering.net>
43583
43584         * lib/vasnprintf.c: Remove trailing blanks.
43585         Make cpp indentation consistent.
43586
43587 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43588
43589         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
43590         posixver.c, strftime.c, strnlen.c, strverscmp.c:
43591         Switch from LGPL to GPL.
43592
43593 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43594
43595         * config/srclist.txt: Sort sublists.  Add
43596         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
43597         that differ from gnulib for one reason or another; we'd like this list
43598         to be smaller but for now let's document what we have.
43599
43600 2003-07-08  Paul Eggert  <eggert@twinsun.com>
43601
43602         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
43603         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
43604         and sweeter "eval x=$x".
43605         * config/srclist.txt: Get lib/argp* from glibc.
43606
43607 2003-07-07  Paul Eggert  <eggert@twinsun.com>
43608
43609         * lib/mktime.c: Fix some boundary cases and remove need for floating
43610         point.
43611
43612         Issue a compile-time diagnostic if time_t is floating point, or if
43613         two's complement arithmetic is not in effect, or if arithmetic
43614         right shift does not propagate the sign.  These assumptions were
43615         all in the original code but they weren't checked.
43616
43617         (TIME_T_MIDPOINT, verify): New macros.
43618         (__isleap): Remove; it has integer overflow problems.
43619         (leapyear): New function, without those problems.
43620         (ydhms_tm_diff): Remove; splitting into two parts.
43621         (ydhms_diff): New function, containing the arithmetic part of
43622         the old ydhms_tm_diff function.  Issue a compile-time
43623         diagnostic if we are not using C99 integer division.
43624         Avoid casts when possible.
43625         (guess_time_tm): New function, containing the checking part of
43626         the old ydhms_tm_diff function.  Return the new value, rather than
43627         the difference between it and the old.  Accept a new argument T
43628         so that *T specifies the old value.  Check for overflow in the result.
43629
43630         (__mktime_internal): Use a time_t offset, not a long int offset.
43631         This undoes the 2003-06-04 change, which is no longer needed now
43632         that we have better overflow checking.
43633         (localtime_offset): Likewise.
43634
43635         (__mktime_internal): Avoid harmful overflow on hosts where time_t
43636         and long are 64-bit but int is only 32-bit.
43637         (ydhms_diff): Use long int to store year1 and yday1.
43638         Issue a compile-time diagnostic if long int is not wide enough.
43639
43640         (__mktime_internal): Use long int to store adjusted year and yday.
43641         Use plain C rather than preprocessor commands, if that doesn't
43642         affect efficiency.
43643         Check for overflow (and try to repair) after each probe
43644         rather than checking only at the very end.  This avoids some bugs
43645         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
43646         does not equal GMT offset at maximum time).
43647         Use integer to check for overflow rather than floating point; this
43648         is more portable to non-IEEE hosts, and is a tad faster.
43649         When we detect that we are oscillating between two values,
43650         don't check whether tm_isdst has the requested value, since
43651         we already know the answer.  When tm_isdst has the wrong value,
43652         use a different heuristic to find the right one, based on the
43653         extreme values actually observed in practice in tz2003a,
43654         rather than the (overly optimistic) "previous 3 calendar quarters".
43655
43656         (not_equal_tm, print_tm, check_result): Use "const T" rather than
43657         "T const" to accommodate glibc style.
43658         (check_result): Use less-confusing report format.  "long" -> "long int.
43659         (main): Likewise.
43660         Don't loop if the iteration overflows time_t.
43661         Allow a negative step in the iteration.
43662
43663 2003-07-06  Karl Berry  <karl@gnu.org>
43664
43665         * config/depcomp: update from automake.
43666         * config/config.sub: update from prep.
43667
43668 2003-07-03  Karl Berry  <karl@gnu.org>
43669
43670         * config/config.guess: update from prep.
43671
43672 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43673
43674         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
43675         xreadlink.c now includes it unconditionally.
43676
43677 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43678
43679         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
43680         having it depend on HAVE_SYS_TYPES_H.
43681
43682 2003-07-01  Bruno Haible  <bruno@clisp.org>
43683
43684         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
43685         <sys/types.h> should be sufficient.
43686         Reported by Paul Eggert.
43687
43688 2003-06-26  Karl Berry  <karl@gnu.org>
43689
43690         * config/depcomp: update from automake.
43691
43692 2003-06-26  Bruno Haible  <bruno@clisp.org>
43693
43694         * modules/human: Depend on module stdbool.
43695
43696 2003-06-25  Bruno Haible  <bruno@clisp.org>
43697
43698         * modules/readlink: New file.
43699         * modules/xreadlink: Depend on it.
43700         * MODULES.html.sh (func_all_modules): Add readlink.
43701
43702 2003-06-25  Bruno Haible  <bruno@clisp.org>
43703
43704         * m4/readlink.m4: New file.
43705
43706 2003-06-25  Bruno Haible  <bruno@clisp.org>
43707
43708         * lib/readlink.c: New file.
43709
43710 2003-06-22  Karl Berry  <karl@gnu.org>
43711
43712         * config/srclist.txt: update mkinstalldirs from automake.
43713         * config/mkinstalldirs: update.
43714
43715 2003-06-22  Bruno Haible  <bruno@clisp.org>
43716
43717         Portability to mingw32.
43718         * m4/ssize_t.m4: New file, from GNU gettext.
43719         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
43720         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
43721
43722 2003-06-22  Bruno Haible  <bruno@clisp.org>
43723
43724         * modules/safe-read: Add m4/ssize_t.m4.
43725         * modules/xreadlink: Add m4/ssize_t.m4.
43726
43727 2003-06-20  Bruno Haible  <bruno@clisp.org>
43728
43729         Assume C89, so PARAMS isn't needed.
43730         * lib/unicodeio.h (PARAMS): Remove.
43731         * lib/unicodeio.c: Don't use PARAMS.
43732
43733 2003-06-18  Karl Berry  <karl@gnu.org>
43734
43735         * config/config.{guess,sub}: update from prep.
43736
43737 2003-06-18  Jim Meyering  <jim@meyering.net>
43738
43739         Merge changes from coreutils.
43740         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
43741         Remove explicit declarations of xmalloc and realloc.
43742         Include xalloc.h.
43743         (read_utmp): Remove anachronistic cast of xmalloc.
43744
43745 2003-06-17  Paul Eggert  <eggert@twinsun.com>
43746
43747         Assume C89, so PARAMS isn't needed.
43748         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
43749         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
43750         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
43751         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
43752         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
43753         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
43754         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
43755         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
43756         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
43757         lib/xstrtod.h, lib/xstrtol.h: Likewise.
43758         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
43759         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
43760         no longer needed. Anyway, config.h should always be included before any
43761         other file.
43762
43763 2003-06-11  Simon Josefsson  <jas@extundo.com>
43764
43765         * modules/sysexits: New file.
43766         * MODULES.html.sh (func_all_modules): Add sysexits.
43767
43768 2003-06-11  Simon Josefsson  <jas@extundo.com>
43769
43770         * lib/sysexit_.h: New file.
43771
43772 2003-06-11  Derek Price  <derek@ximbiot.com>
43773
43774         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
43775         necessary.
43776
43777 2003-06-11  Bruno Haible  <bruno@clisp.org>
43778
43779         * m4/sysexits.m4: New file.
43780
43781 2003-06-10  Simon Josefsson  <jas@extundo.com>
43782
43783         * lib/argp.h: New file, from glibc.
43784         * lib/argp-ba.c: New file, from glibc.
43785         * lib/argp-eexst.c: New file, from glibc.
43786         * lib/argp-fmtstream.c: New file, from glibc.
43787         * lib/argp-fmtstream.h: New file, from glibc.
43788         * lib/argp-fs-xinl.c: New file, from glibc.
43789         * lib/argp-help.c: New file, from glibc.
43790         * lib/argp-namefrob.h: New file, from glibc.
43791         * lib/argp-parse.c: New file, from glibc.
43792         * lib/argp-pv.c: New file, from glibc.
43793         * lib/argp-pvh.c: New file, from glibc.
43794         * lib/argp-xinl.c: New file, from glibc.
43795
43796 2003-06-10  Simon Josefsson  <jas@extundo.com>
43797
43798         * modules/strchrnul: New file.
43799
43800 2003-06-10  Simon Josefsson  <jas@extundo.com>
43801
43802         * modules/argp: New file.
43803
43804 2003-06-10  Simon Josefsson  <jas@extundo.com>
43805
43806         * m4/strchrnul.m4: New file.
43807
43808 2003-06-10  Simon Josefsson  <jas@extundo.com>
43809
43810         * lib/strchrnul.h: New file.
43811         * lib/strchrnul.c: New file.
43812
43813 2003-06-10  Bruno Haible  <bruno@clisp.org>
43814
43815         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
43816
43817 2003-06-07  Karl Berry  <karl@gnu.org>
43818
43819         * config/config.{guess,sub}: update from prep.
43820
43821 2003-06-07  Jim Meyering  <jim@meyering.net>
43822
43823         * modules/strtod: Use $(...) notation, not @...@ for
43824         AC_REPLACE'd variables.
43825         * modules/localcharset: Likewise.
43826
43827 2003-06-07  Jim Meyering  <jim@meyering.net>
43828
43829         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
43830         in place of my name in the copyright comment.
43831         Remove definition and uses of __P.
43832
43833         From coreutils.
43834         * lib/stat.c: Don't declare xmalloc explicitly.
43835         Instead, include "xalloc.h".
43836         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
43837         xrealloc, and xcalloc return values.
43838         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
43839         Improve comment.
43840         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
43841
43842 2003-06-07  Bruno Haible  <bruno@clisp.org>
43843
43844         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
43845         avoid AC_CONFIG_LINKS.
43846         * modules/fnmatch (Makefile.am): Use explicit creation rule for
43847         fnmatch.h, to avoid AC_CONFIG_LINKS.
43848         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
43849
43850 2003-06-07  Bruno Haible  <bruno@clisp.org>
43851
43852         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
43853         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
43854         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43855         directory.
43856         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
43857         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43858         directory.
43859
43860 2003-06-06  Jim Meyering  <jim@meyering.net>
43861
43862         Merge from coreutils.
43863         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
43864         Consolidate declarations and initializations of *_base* locals.
43865
43866         Merge from coreutils.
43867         This avoids a core dump on systems without GNU putenv,
43868         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
43869         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
43870         (unsetenv): New static function, from GNU libc.
43871         (rpl_putenv): Use it.
43872
43873         * lib/modechange.c: Remove trailing blanks.
43874
43875         Merge from coreutils.
43876         * lib/fsusage.c: Remove declaration of statfs.
43877         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
43878
43879         * lib/posixtm.c: Include <stdbool.h> unconditionally.
43880
43881 2003-06-06  Jim Meyering  <jim@meyering.net>
43882
43883         * lib/stdbool_.h: Renamed from stdbool.h.in.
43884
43885 2003-06-06  Jim Meyering  <jim@meyering.net>
43886             Bruno Haible  <bruno@clisp.org>
43887
43888         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
43889         Adjust Makefile.am snippet not to redirect directly to target.
43890         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
43891
43892 2003-06-05  Paul Eggert  <eggert@twinsun.com>
43893
43894         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
43895         mismatch, look in future quarters as well as past.  This fixes a
43896         bug when processing fall-backwards gaps immediately after a long
43897         period of daylight-saving time.
43898
43899         * lib/mktime.c: Assume freestanding C89 or better.
43900         (HAVE_LIMITS_H): Remove.  Assume it's 1.
43901         (__P): Remove; not used.
43902         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
43903         (mktime, not_equal_tm, print_tm, check_result,
43904         main): Use prototypes.  Use const * where appropriate.
43905         (main): Fix typo in testing code that uncovered by above changes.
43906         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
43907
43908 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43909
43910         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
43911         locale.h, localeconv.  This merges changes from coreutils.
43912
43913         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
43914         It can be removed after the next Autoconf is released.
43915         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
43916         needed.
43917
43918 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43919
43920         * lib/mktime.c: Fix Debian bug 177940
43921         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
43922         (localtime_offset): Now long int, not time_t, because we want it
43923         to be guaranteed to be signed.  All uses changed.
43924         (__mktime_internal): If overflow would occur when adding offset,
43925         don't add it.
43926
43927         Merge 'human' changes from coreutils.  Rewrite to support
43928         locale-specific notations like thousands separators.
43929         * lib/human.c: Simplify authorship notice.
43930         Include human.h immediately after config.h.
43931         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
43932         <limits.h>: Do not include, since human.h does.
43933         (SIZE_MAX, UINTMAX_MAX): New macros.
43934         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
43935         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
43936         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
43937         (power_letter): Renamed from suffixes.
43938         (generate_suffix_backwards): Remove.
43939         (adjust_value): Now takes int style (because of human.h changes)
43940         and long double value (for greater precision on some platforms).
43941         (group_number): New function.
43942         (human_readable): Use it.  Use integer options, not enum.
43943         Put the options before the sizes in the arg list.
43944         Support all the new options.
43945         The old human_readable function has been removed;
43946         use inttostr.h instead.
43947         (human_readable, default_block_size, humblock):
43948         Use uintmax_t, not int, for block sizes.
43949         (human_readable_inexact, block_size_types): Remove.
43950         (block_size_opts): New constant.
43951         (human_options): Renamed from human_block_size, with new signature
43952         that allows block sizes up to UINTMAX_MAX.  All callers changed.
43953         * lib/human.h: Add copyright and authorship notice.
43954         Include <limits.h> and <stdbool.h> unconditionally.
43955         (PARAMS): Remove.  All uses removed.
43956         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
43957         (enum human_inexact_style): Remove tag; now a nameless enum.
43958         (human_floor, human_ceiling, human_round_to_even): Now have
43959         values 2, 0, 1 rather than -1, 1, 0.
43960         (human_group_digits, human_suppress_point_zero, human_autoscale,
43961         human_base_1024, human_SI, human_B): New constants.
43962         (human_readable_inexact, human_block_size): Remove.
43963         (human_readable): Size args are now uintmax_t, not int.
43964         (human_options): New decl.
43965
43966         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
43967         unnecessary now that we assume C89 or better.  This change
43968         imported from coreutils.
43969
43970         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43971         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
43972         in the 2003-05-30 sync from glibc.
43973
43974         .h files should stand alone, but we shouldn't include <sys/types.h>
43975         if we can get away with just <stddef.h>.
43976
43977         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
43978         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
43979         rather than <sys/types.h>, as we merely need size_t.
43980         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
43981         to get size_t.
43982         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
43983         Include <stdio.h>, to get FILE.
43984         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
43985         memcasecmp.h has included <stddef.h> and all we need is size_t.
43986         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
43987         our interface, instead of including <sys/types.h>
43988
43989 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43990
43991         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
43992         now, as glibc mktime is buggy on non-glibc systems.
43993
43994 2003-06-03  Karl Berry  <karl@gnu.org>
43995
43996         * config/config.sub: update from prep.
43997
43998 2003-06-02  Paul Eggert  <eggert@twinsun.com>
43999
44000         [from coreutils]
44001         Fix some minor time-related bugs with POSIX time arguments.
44002         Some valid time stamps were being rejected (notably -1, and
44003         time stamps before 1900 on 64-bit hosts).  And some invalid
44004         time stamps were being accepted, e.g. September 31.
44005
44006         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
44007         that we can return (time_t) -1 successfully.
44008         * lib/posixtm.c: Likewise.
44009         [HAVE_STDBOOL_H]: Include <stdbool.h>.
44010         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
44011         (t): Remove static var.
44012         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
44013         of static var.  All uses changed.
44014         (year): Do not reject years before 1900; they can occur with
44015         64-bit time_t.
44016         (posix_time_parse): Do not check for out-of-range components;
44017         that is now the caller's responsibility, since our checks were
44018         only approximations.
44019         (posixtime): Use mktime to check for out-of-range components,
44020         since it knows them exactly.
44021         If mktime returns (time_t) -1, check whether an error actually occurred
44022         by invoking localtime on -1.
44023         (main) [TEST_POSIXTIME]: Check for input data errors, and report
44024         posixtime failures better.
44025         Improve the test data (in comments only).
44026
44027 2003-06-02  Karl Berry  <karl@gnu.org>
44028
44029         * config/mkinstalldirs (version): new variable.
44030         (--version): new option.
44031         (usage): improve message.
44032
44033 2003-05-30  Karl Berry  <karl@gnu.org>
44034
44035         * lib/mktime.c: update from libc.
44036
44037 2003-05-30  Bruno Haible  <bruno@clisp.org>
44038
44039         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
44040         * config/config.rpath: Upgrade to gettext-0.12.1.
44041
44042 2003-05-30  Bruno Haible  <bruno@clisp.org>
44043
44044         * m4/gettext.m4: Upgrade to gettext-0.12.1.
44045         * m4/nls.m4: New file, from gettext-0.12.1.
44046         * m4/po.m4: New file, from gettext-0.12.1.
44047         * m4/progtest.m4: Upgrade to gettext-0.12.1.
44048
44049 2003-05-30  Bruno Haible  <bruno@clisp.org>
44050
44051         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
44052         * lib/localcharset.h: Likewise.
44053         * lib/localcharset.c: Likewise.
44054
44055 2003-05-29  Karl Berry  <karl@gnu.org>
44056
44057         * config/config.rpath: update from gettext.
44058
44059 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44060
44061         Assume the headers required for C89 freestanding compilers.
44062         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
44063         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
44064         * m4/human.m4 (gl_HUMAN): Likewise.
44065         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
44066         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
44067         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44068         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
44069         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44070         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
44071
44072 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44073
44074         Assume the headers required for C89 freestanding compilers.
44075         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
44076         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
44077         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
44078         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
44079         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
44080         define, since <limits.h> is guaranteed to do that.
44081         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
44082         * lib/exclude.c: Include <stdbool.h> unconditionally.
44083         * lib/tempname.c: Include <stddef.h> unconditionally.
44084         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
44085         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
44086         <stddef.h> does that.
44087         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
44088         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
44089         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
44090         needed.
44091         * lib/xstrtol.c: Likewise.
44092         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
44093         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
44094
44095         * lib/addext.c (addext): Use assignment rather than cast, to avoid
44096         warnings on some platforms.
44097
44098         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44099         arbitrarily.
44100
44101 2003-05-26  Jim Meyering  <jim@meyering.net>
44102
44103         Merge in a change from coreutils:
44104         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
44105         that is guaranteed to be `no'.  Use `no_such_member' to indicate
44106         that condition, rather than `-1' which is slightly misleading.
44107         Change the name of the cache variable to have the gl_ prefix.
44108         Prompted by a patch from Richard Dawe for DJGPP.
44109
44110 2003-05-24  Karl Berry  <karl@gnu.org>
44111
44112         * config/config.guess: update from prep.
44113
44114 2003-05-22  Karl Berry  <karl@gnu.org>
44115
44116         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
44117
44118 2003-05-20  Karl Berry  <karl@gnu.org>
44119
44120         * config/config.guess: update from prep.
44121
44122 2003-05-18  Karl Berry  <karl@gnu.org>
44123
44124         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
44125         might actually be set by the user.
44126
44127         * config/depcomp, install-sh, mdate-sh: update from automake.
44128
44129 2003-05-17  Bruno Haible  <bruno@clisp.org>
44130
44131         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
44132         invalid expansion for AC_EGREP_CPP.
44133         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
44134         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
44135         Suggested by Akim Demaille <akim@epita.fr> in
44136         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
44137
44138 2003-05-12  Jim Meyering  <jim@meyering.net>
44139
44140         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
44141         the space-padded-by-default conversion specifiers, %e, %k, %l.
44142
44143 2003-05-12  Bruno Haible  <bruno@clisp.org>
44144
44145         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
44146         the string is longer than 4 KB.
44147
44148 2003-05-11  Karl Berry  <karl@gnu.org>
44149
44150         * config/config.{guess,sub}: update from prep.
44151
44152 2003-05-09  Bruno Haible  <bruno@clisp.org>
44153
44154         * modules/error: Add m4/strerror_r.m4 to file list.
44155
44156 2003-05-03  Bruno Haible  <bruno@clisp.org>
44157
44158         Upgrade to Unicode-4.0.
44159         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
44160         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
44161         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
44162         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
44163         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
44164         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
44165         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
44166         Change width of U+E0100..U+E01EF from 1 to 0.
44167
44168 2003-04-25  Jim Meyering  <jim@meyering.net>
44169
44170         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
44171         of type size_t, not int.
44172
44173 2003-04-25  Bruno Haible  <bruno@clisp.org>
44174
44175         * lib/copy-file.c: Include <stddef.h>, for size_t.
44176
44177 2003-04-21  Paul Eggert  <eggert@twinsun.com>
44178
44179         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
44180         code which expansion is under static control.  Patch imported from
44181         Akim Demaille's patch to Bison; see
44182         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
44183
44184 2003-04-14  Bruno Haible  <bruno@clisp.org>
44185
44186         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
44187
44188 2003-04-11  Jim Meyering  <jim@meyering.net>
44189
44190         Merge changes from Coreutils.
44191
44192         2003-03-22  Jim Meyering  <jim@meyering.net>
44193
44194         * lib/strftime.c (widen): Cast alloca return value to proper type.
44195
44196         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
44197
44198         From GNU libc.
44199         * lib/strftime.c (my_strftime): Handle very large width
44200         specifications for numeric values correctly.  Improve checks for
44201         overflow.
44202
44203         2003-01-19  Jim Meyering  <jim@meyering.net>
44204
44205         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
44206         definitions.
44207         (nl_get_alt_digit) [! defined my_strftime]: Define.
44208         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
44209         _nl_get_alt_digit and _nl_get_walt_digit.
44210
44211         * lib/strftime.c (my_strftime): Merge in locale-related changes from
44212         libc. These changes have no effect outside of _LIBC.
44213
44214 2003-04-10  Bruno Haible  <bruno@clisp.org>
44215
44216         * modules/findprog: New file.
44217         * MODULES.html.sh (func_all_modules): Add it.
44218
44219 2003-04-10  Bruno Haible  <bruno@clisp.org>
44220
44221         * m4/findprog.m4: New file.
44222         * m4/eaccess.m4: New file.
44223
44224 2003-04-10  Bruno Haible  <bruno@clisp.org>
44225
44226         * lib/findprog.h: New file, from GNU gettext.
44227         * lib/findprog.c: New file, from GNU gettext.
44228
44229 2003-04-05  Jim Meyering  <jim@meyering.net>
44230
44231         Merge changes from Coreutils.
44232
44233         * lib/exclude.h (PARAMS): Remove definition and uses.
44234         * lib/exclude.c: Remove uses of `PARAMS'.
44235
44236         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
44237         Add test-cases for DOS filenames. Declare program_name.
44238         (main): Set up program_name.  Patch by Rich Dawe.
44239
44240         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44241         error from mntctl.
44242         Use mntctl's return value to drive the entry-processing loop, since
44243         we can't rely on the value of the vmt_length member in the last
44244         entry.  On some systems doing so could result in exhausting
44245         virtual memory.  Based in part on a patch from Mike Jetzer.
44246
44247 2003-04-04  Bruno Haible  <bruno@clisp.org>
44248
44249         * modules/linebreak: New file.
44250         * MODULES.html.sh (func_all_modules): Add it.
44251
44252 2003-04-04  Bruno Haible  <bruno@clisp.org>
44253
44254         * m4/linebreak.m4: New file.
44255
44256 2003-04-04  Bruno Haible  <bruno@clisp.org>
44257
44258         * lib/linebreak.h: New file, from GNU gettext.
44259         * lib/linebreak.c: New file, from GNU gettext with slight
44260         modifications.
44261         * lib/lbrkprop.h: New file, from GNU gettext.
44262
44263 2003-04-03  Bruno Haible  <bruno@clisp.org>
44264
44265         * modules/utf8-ucs4: New file.
44266         * modules/utf16-ucs4: New file.
44267         * modules/ucs4-utf8: New file.
44268         * modules/ucs4-utf16: New file.
44269         * MODULES.html.sh (func_all_modules): Add them.
44270
44271 2003-04-03  Bruno Haible  <bruno@clisp.org>
44272
44273         * m4/utf-ucs4.m4: New file.
44274         * m4/ucs4-utf.m4: New file.
44275
44276 2003-04-03  Bruno Haible  <bruno@clisp.org>
44277
44278         * lib/utf8-ucs4.h: New file, from GNU gettext.
44279         * lib/utf16-ucs4.h: New file, from GNU gettext.
44280         * lib/ucs4-utf8.h: New file, from GNU gettext.
44281         * lib/ucs4-utf16.h: New file, from GNU gettext.
44282
44283 2003-04-02  Bruno Haible  <bruno@clisp.org>
44284
44285         * modules/binary-io: New file.
44286         * MODULES.html.sh (func_all_modules): Add it.
44287
44288 2003-04-02  Bruno Haible  <bruno@clisp.org>
44289
44290         * lib/binary-io.h: New file, from GNU gettext.
44291
44292 2003-04-01  Bruno Haible  <bruno@clisp.org>
44293
44294         * modules/pathname: New file.
44295         * MODULES.html.sh (func_all_modules): Add it.
44296
44297 2003-04-01  Bruno Haible  <bruno@clisp.org>
44298
44299         * lib/pathname.h: New file, from GNU gettext.
44300         * lib/concatpath.c: New file, from GNU gettext.
44301
44302 2003-03-30  Bruno Haible  <bruno@clisp.org>
44303
44304         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
44305
44306 2003-03-30  Bruno Haible  <bruno@clisp.org>
44307
44308         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
44309         function chown() doesn't exist.
44310
44311 2003-03-28  Bruno Haible  <bruno@clisp.org>
44312
44313         * modules/copy-file: New file.
44314         * MODULES.html.sh (func_all_modules): Add it.
44315
44316 2003-03-28  Bruno Haible  <bruno@clisp.org>
44317
44318         * m4/copy-file.m4: New file.
44319
44320 2003-03-28  Bruno Haible  <bruno@clisp.org>
44321
44322         * lib/copy-file.h: New file, from GNU gettext.
44323         * lib/copy-file.c: New file, from GNU gettext.
44324
44325 2003-03-18  Jim Meyering  <jim@meyering.net>
44326
44327         * lib/quote.c (quote_n): Fix typo in comment.
44328
44329 2003-03-18  Bruno Haible  <bruno@clisp.org>
44330
44331         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44332         checking.
44333         * m4/onceonly_2_57.m4: Likewise.
44334
44335 2003-03-17  Bruno Haible  <bruno@clisp.org>
44336
44337         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44338         (m4_quote): Remove macro.
44339         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44340
44341 2003-03-14  Jim Meyering  <jim@meyering.net>
44342
44343         Merge changes from Coreutils.
44344         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44345         to be const, in order to avoid warnings.
44346         (obstack_room): Likewise.
44347         (obstack_empty_p): Likewise.
44348
44349 2003-03-14  Bruno Haible  <bruno@clisp.org>
44350
44351         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44352         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44353
44354 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44355
44356         Merge changes from Bison.
44357         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44358         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44359         when compiling Bison 1.875's `bitset bset = obstack_alloc
44360         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44361         * lib/hash.c: Include <stdbool.h> unconditionally.
44362
44363 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44364
44365         * m4/onceonly.m4 (m4_quote): New macro.
44366         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44367         Quote AC_FOREACH variable-expansions properly.
44368
44369 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44370
44371         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44372
44373 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44374
44375         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44376         Reported by Bruce Becker; see:
44377         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44378
44379 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44380             Bruno Haible  <bruno@clisp.org>
44381
44382         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44383         Reported by John Hughes, see
44384         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44385
44386 2003-02-20  Bruno Haible  <bruno@clisp.org>
44387
44388         * MODULES.html.sh (func_all_modules): Add poll.
44389
44390 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44391
44392         * modules/poll: New file.
44393
44394 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44395
44396         * lib/poll_.h: New file.
44397         * lib/poll.c: New file.
44398
44399 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44400
44401         * m4/poll.m4: New file.
44402
44403 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44404
44405         * modules/mathl: New file.
44406
44407 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44408
44409         * lib/mathl.h: New file.
44410         * lib/acosl.c: New file.
44411         * lib/asinl.c: New file.
44412         * lib/atanl.c: New file.
44413         * lib/ceill.c: New file.
44414         * lib/cosl.c: New file.
44415         * lib/expl.c: New file.
44416         * lib/floorl.c: New file.
44417         * lib/frexpl.c: New file.
44418         * lib/ldexpl.c: New file.
44419         * lib/logl.c: New file.
44420         * lib/sincosl.c: New file.
44421         * lib/sinl.c: New file.
44422         * lib/sqrtl.c: New file.
44423         * lib/tanl.c: New file.
44424         * lib/trigl.c: New file.
44425         * lib/trigl.h: New file.
44426
44427 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44428
44429         * m4/mathl.m4: New file.
44430
44431 2003-02-18  Bruno Haible  <bruno@clisp.org>
44432
44433         * MODULES.html.sh (func_all_modules): Add mathl.
44434
44435 2003-02-17  Bruno Haible  <bruno@clisp.org>
44436
44437         * modules/mkdtemp: New module.
44438         * MODULES.html.sh (func_all_modules): Add it.
44439
44440 2003-02-17  Bruno Haible  <bruno@clisp.org>
44441
44442         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
44443
44444 2003-02-17  Bruno Haible  <bruno@clisp.org>
44445
44446         * lib/mkdtemp.h: New file, from GNU gettext.
44447         * lib/mkdtemp.c: New file, from GNU gettext.
44448
44449 2003-02-02  Jim Meyering  <jim@meyering.net>
44450
44451         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
44452         e.g. glibc-2.2.93.
44453
44454 2003-01-31  Bruno Haible  <bruno@clisp.org>
44455
44456         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
44457         'rpl_rename'.
44458         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
44459         'rpl_strnlen'.
44460         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
44461         'rpl_strtod'.
44462         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
44463         'rpl_utime'.
44464
44465 2003-01-31  Bruno Haible  <bruno@clisp.org>
44466
44467         * lib/rename.c: #undef rename before defining rpl_rename.
44468         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
44469
44470 2003-01-30  Bruno Haible  <bruno@clisp.org>
44471
44472         * modules/vasnprintf, modules/vasprintf: New modules.
44473         * MODULES.html.sh (func_all_modules): Add them.
44474
44475 2003-01-30  Bruno Haible  <bruno@clisp.org>
44476
44477         * m4/signed.m4: New file, from GNU gettext.
44478         * m4/longdouble.m4: New file, from GNU gettext.
44479         * m4/wchar_t.m4: New file, from GNU gettext.
44480         * m4/wint_t.m4: New file, from GNU gettext.
44481         * m4/vasnprintf.m4: New file.
44482         * m4/vasprintf.m4: New file.
44483
44484 2003-01-30  Bruno Haible  <bruno@clisp.org>
44485
44486         * lib/printf-args.h: New file, from GNU gettext.
44487         * lib/printf-args.c: New file, from GNU gettext.
44488         * lib/printf-parse.h: New file, from GNU gettext.
44489         * lib/printf-parse.c: New file, from GNU gettext.
44490         * lib/vasnprintf.h: New file, from GNU gettext.
44491         * lib/vasnprintf.c: New file, from GNU gettext.
44492         * lib/asnprintf.c: New file, from GNU gettext.
44493         * lib/vasprintf.h: New file, from GNU gettext with modifications.
44494         * lib/vasprintf.c: New file, from GNU gettext.
44495         * lib/asprintf.c: New file, from GNU gettext.
44496
44497 2003-01-29  Bruno Haible  <bruno@clisp.org>
44498
44499         * modules/stpncpy: New module.
44500         * MODULES.html.sh (func_all_modules): Add it.
44501
44502 2003-01-29  Bruno Haible  <bruno@clisp.org>
44503
44504         * m4/stpncpy.m4: New file.
44505
44506 2003-01-29  Bruno Haible  <bruno@clisp.org>
44507
44508         * lib/stpncpy.h: New file, from GNU gettext with modifications.
44509         * lib/stpncpy.c: New file, from GNU gettext with modifications.
44510
44511 2003-01-28  Bruno Haible  <bruno@clisp.org>
44512
44513         * modules/c-ctype: New module.
44514         * MODULES.html.sh (func_all_modules): Add it.
44515
44516 2003-01-28  Bruno Haible  <bruno@clisp.org>
44517
44518         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
44519         Paul Eggert.
44520         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
44521         Paul Eggert.
44522
44523 2003-01-27  Bruno Haible  <bruno@clisp.org>
44524
44525         * modules/xsetenv: New module.
44526         * MODULES.html.sh (func_all_modules): Add it.
44527
44528 2003-01-27  Bruno Haible  <bruno@clisp.org>
44529
44530         * lib/xsetenv.h: New file, from GNU gettext.
44531         * lib/xsetenv.c: New file, from GNU gettext.
44532
44533 2003-01-23  Jim Meyering  <jim@meyering.net>
44534
44535         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
44536         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44537
44538 2003-01-23  Bruno Haible  <bruno@clisp.org>
44539
44540         * modules/minmax: New module.
44541         * MODULES.html.sh (func_all_modules): Add it.
44542
44543 2003-01-23  Bruno Haible  <bruno@clisp.org>
44544
44545         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
44546         Eggert.
44547
44548 2003-01-22  Bruno Haible  <bruno@clisp.org>
44549
44550         * modules/exit: New module.
44551         * MODULES.html.sh (func_all_modules): Add it.
44552
44553 2003-01-22  Bruno Haible  <bruno@clisp.org>
44554
44555         * lib/exit.h: New file, from GNU gettext.
44556
44557 2003-01-19  Bruno Haible  <bruno@clisp.org>
44558
44559         * gnulib-tool: Recognize option --extract-maintainer.
44560         (func_get_maintainer): New function.
44561         * modules/*: Add Maintainer entry.
44562
44563 2003-01-16  Jim Meyering  <jim@meyering.net>
44564
44565         * m4/regex.m4: The `regex' struct is both input and output.
44566         Initialize it before each use.  Patch by Tim Waugh.
44567
44568 2003-01-16  Bruno Haible  <bruno@clisp.org>
44569
44570         * MODULES.html.sh: Add a table of contents. Add the module name as
44571         leftmost column. Add hyperlinks.
44572
44573 2003-01-15  Bruno Haible  <bruno@clisp.org>
44574
44575         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
44576
44577 2003-01-15  Bruno Haible  <bruno@clisp.org>
44578
44579         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
44580         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
44581         suffix.
44582
44583 2003-01-15  Bruno Haible  <bruno@clisp.org>
44584
44585         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
44586
44587 2003-01-15  Bruno Haible  <bruno@clisp.org>
44588
44589         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
44590         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
44591
44592 2003-01-14  Jim Meyering  <jim@meyering.net>
44593
44594         * lib/same.c (same_name): Tweak a comment.
44595
44596 2003-01-14  Bruno Haible  <bruno@clisp.org>
44597
44598         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
44599         when a string comparison is sufficient.
44600
44601 2003-01-14  Bruno Haible  <bruno@clisp.org>
44602
44603         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
44604         'unsigned int'.
44605
44606 2003-01-14  Bruno Haible  <bruno@clisp.org>
44607
44608         * lib/hash-pjw.c: Add comment about low quality of this function.
44609
44610 2003-01-13  Bruno Haible  <bruno@clisp.org>
44611
44612         * modules/stpcpy: Distribute lib/stpcpy.h.
44613         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
44614
44615 2003-01-13  Bruno Haible  <bruno@clisp.org>
44616
44617         * modules/*: Add a description.
44618         * modules/strpbrk: Fix Makefile.am snippet.
44619         * modules/strtoimax: Fix dependencies.
44620         * modules/strtoumax: Likewise.
44621
44622 2003-01-13  Bruno Haible  <bruno@clisp.org>
44623
44624         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
44625         * modules/alloca (Makefile.am): All object files depend on alloca.h.
44626         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
44627
44628 2003-01-13  Bruno Haible  <bruno@clisp.org>
44629
44630         * gnulib-tool (func_create_testdir): Store config/* files in the main
44631         directory.
44632         * config.rpath: Move to ...
44633         * config/config.rpath: ... here.
44634         * modules/gettext: Contains config/config.rpath, not config.rpath.
44635         * modules/iconv: Likewise.
44636
44637 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44638
44639         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44640         to avoid collisions with libcurses and libreadline.
44641
44642         * m4/getstr.m4: Remove.
44643         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
44644
44645 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44646
44647         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44648         to avoid collisions with libcurses and libreadline.
44649
44650         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
44651         * lib/getstr.h, getstr.c: Remove.
44652         * lib/getline.c: Include "getline.h", to check interface.
44653         Move body of old getstr.c here: this defines MIN_CHUNK and
44654         declares getdelim2, which is renamed from getstr.
44655         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
44656
44657         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
44658         All uses changed.
44659         * lib/linebuffer.h: Likewise.
44660         (readline): Remove backward-compatibility macro.
44661
44662 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44663
44664         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44665         to avoid collisions with libcurses and libreadline.
44666         * getstr: Remove.
44667         * MODULES.html.sh: Remove getstr.
44668         * modules/getline: Depend on unlocked-io, not getstr.
44669
44670 2003-01-12  Jim Meyering  <jim@meyering.net>
44671
44672         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
44673
44674 2003-01-10  Bruno Haible  <bruno@clisp.org>
44675
44676         * modules/alloca: Change Makefile.am requirements. Simplify Include
44677         requirements. Add lib/alloca_.h to file list.
44678
44679 2003-01-10  Bruno Haible  <bruno@clisp.org>
44680
44681         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
44682
44683 2003-01-10  Bruno Haible  <bruno@clisp.org>
44684
44685         * lib/alloca_.h: New file.
44686         * lib/getdate.y: Unconditionally include alloca.h.
44687         * lib/makepath.c: Likewise.
44688         * lib/setenv.c: Likewise.
44689         * lib/userspec.c: Likewise.
44690
44691 2003-01-09  Karl Berry  <karl@gnu.org>
44692
44693         * MODULES.html.sh: include `dirname $0` in PATH, to find
44694         gnulib-tool.
44695
44696 2003-01-09  Bruno Haible  <bruno@clisp.org>
44697
44698         * modules/stdbool: Change configure.ac, Makefile.am requirements.
44699         Simplify Include requirements. Add lib/stdbool.h.in to file list.
44700
44701 2003-01-09  Bruno Haible  <bruno@clisp.org>
44702
44703         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
44704
44705 2003-01-09  Bruno Haible  <bruno@clisp.org>
44706
44707         * lib/stdbool.h.in: New file.
44708
44709 2003-01-09  Bruno Haible  <bruno@clisp.org>
44710
44711         * gnulib-tool (func_all_modules): Ignore files ending in ~.
44712         * MODULES.html.sh: Likewise.
44713
44714 2003-01-08  Jim Meyering  <jim@meyering.net>
44715
44716         * lib/full-write.c: Undefine and define-away `const' after inclusion
44717         of errno.h, not before.  Suggestion from Bruno Haible.
44718
44719 2003-01-08  Bruno Haible  <bruno@clisp.org>
44720
44721         * modules/full-read: Depend on full-write.
44722
44723 2003-01-08  Bruno Haible  <bruno@clisp.org>
44724
44725         * lib/safe-read.c: Include specification header first, to ensure its
44726         selfcontainedness.
44727         * lib/full-write.c: Likewise.
44728
44729 2003-01-07  Jim Meyering  <jim@meyering.net>
44730
44731         * lib/full-write.c: Rework so that it may serve to define full_read,
44732         too.
44733         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
44734
44735 2003-01-07  Bruno Haible  <bruno@clisp.org>
44736
44737         * lib/strtoimax.c: Include <stdint.h> as an alternative to
44738         <inttypes.h>.
44739         * lib/xstrtol.h: Likewise.
44740         * lib/xstrtoimax.c: Likewise.
44741         * lib/xstrtoumax.c: Likewise.
44742         * lib/human.h: Likewise.
44743
44744         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
44745         on systems that have <inttypes.h> but not <stdint.h>.
44746
44747 2003-01-07  Bruno Haible  <bruno@clisp.org>
44748
44749         * MODULES.html.sh: Add copyright notice.
44750         (missed_files): Omit CVS directory entries.
44751         (func_module): Make it work with sed-3.02.
44752         * MODULES.txt: Remove file.
44753
44754 2003-01-06  Jim Meyering  <jim@meyering.net>
44755
44756         * lib/version-etc.c: Update year in translatable copyright string.
44757
44758 2003-01-03  Karl Berry  <karl@gnu.org>
44759
44760         * config/config.{guess,sub}: update from prep.
44761
44762 2003-01-02  Karl Berry  <karl@gnu.org>
44763
44764         * doc/COPYING.DOC: belatedly updated to 1.2.
44765
44766 2003-01-01  Karl Berry  <karl@gnu.org>
44767
44768         * gnulib-tool (func_verify_module): report module name $module in
44769         error message, not $1.
44770         * gnulib-tool (create-testdir): don't complain if destdir couldn't
44771         be created, only if it doesn't exist.
44772         * gnulib-tool (last_checkin_date): don't expand the $Date here.
44773
44774 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44775
44776         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
44777
44778 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44779
44780         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
44781         memcmp if strcoll doesn't work.
44782
44783 2002-12-31  Bruno Haible  <bruno@clisp.org>
44784
44785         * lib/utime.c (utime_null): No need to call ftruncate if the file was
44786         nonempty.
44787
44788 2002-12-31  Bruno Haible  <bruno@clisp.org>
44789
44790         * lib/memcoll.c (STRCOLL): New macro.
44791         (memcoll): Use it.
44792
44793 2002-12-31  Bruno Haible  <bruno@clisp.org>
44794
44795         * lib/localcharset.h: New file.
44796         * lib/localcharset.c: Include it.
44797         * lib/unicodeio.c: Likewise.
44798
44799 2002-12-31  Bruno Haible  <bruno@clisp.org>
44800
44801         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
44802         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
44803
44804 2002-12-31  Bruno Haible  <bruno@clisp.org>
44805
44806         * lib/getline.h: Include <stddef.h>, for size_t.
44807
44808         * lib/unicodeio.h: Include <stddef.h>, for size_t.
44809         * lib/unicodeio.c: Don't include <stddef.h>.
44810
44811 2002-12-31  Bruno Haible  <bruno@clisp.org>
44812
44813         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
44814         HAVE_TM_ZONE.
44815
44816 2002-12-24  Karl Berry  <karl@gnu.org>
44817
44818         * config/config.guess: update from prep.
44819
44820 2002-12-24  Bruno Haible  <bruno@clisp.org>
44821
44822         General infrasructure.
44823         * m4/README: Rewritten.
44824         * m4/onceonly.m4: New file.
44825         * m4/onceonly_2_57.m4: New file.
44826
44827         Module atexit.
44828         * m4/atexit.m4: New file.
44829
44830         Module strtod.
44831         * m4/strtod.m4: New file.
44832
44833         Module strtol.
44834         * m4/strtol.m4: New file.
44835
44836         Module strtoul.
44837         * m4/strtoul.m4: New file.
44838
44839         Module memchr.
44840         * m4/memchr.m4: New file.
44841
44842         Module memcmp.
44843         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
44844         (jm_FUNC_MEMCMP): Invoke it.
44845
44846         Module memcpy.
44847         * m4/memcpy.m4: New file.
44848
44849         Module memmove.
44850         * m4/memmove.m4: New file.
44851
44852         Module memset.
44853         * m4/memset.m4: New file.
44854
44855         Module strcspn.
44856         * m4/strcspn.m4: New file.
44857
44858         Module strpbrk.
44859         * m4/strpbrk.m4: New file.
44860
44861         Module strstr.
44862         * m4/strstr.m4: New file.
44863
44864         Module strerror.
44865         * m4/strerror.m4: New file.
44866
44867         Module mktime.
44868         * m4/mktime.m4: Renamed from jm-mktime.m4.
44869         (gl_PREREQ_MKTIME): New macro.
44870         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
44871
44872         Module malloc.
44873         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
44874         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
44875         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
44876
44877         Module realloc.
44878         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
44879         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
44880         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
44881
44882         Module strftime.
44883         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
44884         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
44885         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
44886         gl_TM_GMTOFF.
44887         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
44888
44889         Module xalloc.
44890         * m4/xalloc.m4: New file.
44891
44892         Module alloca.
44893         * m4/alloca.m4: New file.
44894
44895         Module putenv.
44896         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
44897         (jm_FUNC_PUTENV): Invoke it.
44898
44899         Module setenv.
44900         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
44901         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
44902         when invoked twice.
44903         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
44904         gt_FUNC_SETENV.
44905
44906         Module memrchr.
44907         * m4/memrchr.m4: New file.
44908
44909         Module stpcpy.
44910         * m4/stpcpy.m4: New file.
44911
44912         Module strcase.
44913         * m4/strcase.m4: New file.
44914
44915         Module strdup.
44916         * m4/strdup.m4: New file.
44917
44918         Module strnlen.
44919         * m4/strnlen.m4: New file.
44920
44921         Module strndup.
44922         * m4/strndup.m4: New file.
44923
44924         Module xstrtod.
44925         * m4/xstrtod.m4: New file.
44926
44927         Module xstrtol.
44928         * m4/xstrtol.m4: New file.
44929
44930         Module getdate.
44931         * m4/getdate.m4: New file.
44932
44933         Module unlocked-io.
44934         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
44935         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
44936         * m4/jm-glibc-io.m4n: Remove file.
44937
44938         Module long-options.
44939         * m4/long-options.m4: New file.
44940
44941         Module md5.
44942         * m4/md5.m4: New file.
44943
44944         Module sha.
44945         * m4/sha.m4: New file.
44946
44947         Module getstr.
44948         * m4/getstr.m4: New file.
44949
44950         Module getline.
44951         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
44952         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
44953         <sys/types.h>, for size_t. Use the function name gnu_getline, not
44954         simply getline. Infoke gl_PREREQ_GETLINE.
44955
44956         Module obstack.
44957         * m4/obstack.m4: New file.
44958
44959         Module hash.
44960         * m4/hash.m4: New file.
44961
44962         Module readtokens.
44963         * m4/readtokens.m4: New file.
44964
44965         Module strverscmp.
44966         * m4/strverscmp.m4: New file.
44967
44968         Module stdbool.
44969         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
44970         OSF/1.
44971
44972         Module strtoll.
44973         * m4/strtoll.m4: New file.
44974
44975         Module strtoull.
44976         * m4/strtoull.m4: New file.
44977
44978         Module strtoimax.
44979         * m4/strtoimax.m4: New file.
44980
44981         Module strtoumax.
44982         * m4/strtoumax.m4: New file.
44983
44984         Module xstrtoimax.
44985         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
44986         jm_AC_PREREQ_XSTRTOIMAX.
44987         Moved the strtol prerequisites to strtol.m4.
44988         Moved the strtoll prerequisites to strtoll.m4.
44989         Moved the strtoimax prerequisites to strtoimax.m4.
44990
44991         Module xstrtoumax.
44992         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
44993         jm_AC_PREREQ_XSTRTOUMAX.
44994         Moved the strtoul prerequisites to strtoul.m4.
44995         Moved the strtoull prerequisites to strtoull.m4.
44996         Moved the strtoumax prerequisites to strtoumax.m4.
44997
44998         Module chown.
44999         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
45000         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
45001
45002         Module dup2.
45003         * m4/dup2.m4: New file.
45004
45005         Module ftruncate.
45006         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
45007         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
45008
45009         Module getgroups.
45010         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
45011         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
45012
45013         Module gettimeofday.
45014         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
45015         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
45016         gl_PREREQ_GETTIMEOFDAY.
45017
45018         Module mkdir.
45019         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
45020         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
45021
45022         Module mkstemp.
45023         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
45024         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
45025         jm_AC_TYPE_UINTMAX_T.
45026         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
45027
45028         Module stat.
45029         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
45030         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
45031
45032         Module lstat.
45033         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
45034         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
45035
45036         Module timespec.
45037         * m4/timespec.m4 (gl_TIMESPEC): New macro.
45038         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
45039         * m4/st_mtim.m4: Indentation.
45040
45041         Module nanosleep.
45042         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
45043         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
45044         gl_PREREQ_NANOSLEEP.
45045
45046         Module regex.
45047         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
45048         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
45049         (gl_REGEX): New macro.
45050
45051         Module rename.
45052         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
45053         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
45054
45055         Module rmdir.
45056         * m4/rmdir.m4: New file.
45057
45058         Module utime.
45059         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
45060         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
45061         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
45062
45063         Module dirname.
45064         * m4/dirname.m4: New file.
45065
45066         Module getopt.
45067         * m4/getopt.m4: New file.
45068
45069         Module unistd-safer.
45070         * m4/unistd-safer.m4: New file.
45071
45072         Module fnmatch.
45073         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
45074         declaration.
45075         (gl_PREREQ_FNMATCH_EXTRA): New macro.
45076         (gl_FUNC_FNMATCH_POSIX): New macro.
45077         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
45078         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
45079         simply fnmatch.
45080
45081         Module exclude.
45082         * m4/exclude.m4: New file.
45083
45084         Module human.
45085         * m4/human.m4: New file.
45086
45087         Module acl.
45088         * m4/acl.m4: Nop.
45089
45090         Module backupfile.
45091         * m4/backupfile.m4: New file.
45092         * m4/d-ino.m4: Indentation.
45093
45094         Module fsusage.
45095         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
45096         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
45097         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
45098
45099         Module dirfd.
45100         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
45101         requirements.
45102
45103         Module euidaccess.
45104         * m4/euidaccess.m4: New file.
45105
45106         Module file-type.
45107         * m4/file-type.m4: New file.
45108
45109         Module fileblocks.
45110         * m4/fileblocks.m4: New file.
45111
45112         Module filemode.
45113         * m4/filemode.m4: New file.
45114
45115         Module isdir.
45116         * m4/isdir.m4: New file.
45117
45118         Module lchown.
45119         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
45120         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
45121
45122         Module makepath.
45123         * m4/makepath.m4: New file.
45124
45125         Module modechange.
45126         * m4/modechange.m4: New file.
45127
45128         Module mountlist.
45129         * m4/mountlist.m4: New file.
45130         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
45131         Indentation.
45132
45133         Module path-concat.
45134         * m4/path-concat.m4: New file.
45135
45136         Module pathmax.
45137         * m4/pathmax.m4: New file.
45138
45139         Module same.
45140         * m4/same.m4: New file.
45141
45142         Module save-cwd.
45143         * m4/save-cwd.m4: New file.
45144
45145         Module savedir.
45146         * m4/savedir.m4: New file.
45147
45148         Module xgetcwd.
45149         * m4/xgetcwd.m4: New file.
45150         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
45151
45152         Module xreadlink.
45153         * m4/xreadlink.m4: New file.
45154
45155         Module safe-read.
45156         * m4/safe-read.m4: New file.
45157
45158         Module safe-write.
45159         * m4/safe-write.m4: New file.
45160
45161         Module closeout.
45162         * m4/closeout.m4: New file.
45163
45164         Module stdio-safer.
45165         * m4/stdio-safer.m4: New file.
45166
45167         Module getpass.
45168         * m4/getpass.m4: New file.
45169
45170         Module getugroups.
45171         * m4/getugroups.m4: New file.
45172
45173         Module group-member.
45174         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
45175         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
45176
45177         Module idcache.
45178         * m4/idcache.m4: New file.
45179
45180         Module userspec.
45181         * m4/userspec.m4: New file.
45182
45183         Module gettime.
45184         * m4/clock_time.m4: New file.
45185         * m4/gettime.m4: New file.
45186
45187         Module settime.
45188         * m4/settime.m4: New file.
45189
45190         Module posixtm.
45191         * m4/posixtm.m4: New file.
45192
45193         Module gethostname.
45194         * m4/gethostname.m4: New file.
45195
45196         Module canon-host.
45197         * m4/canon-host.m4: New file.
45198
45199         Module gettext.
45200         * m4/codeset.m4: New file, from gettext-0.11.5.
45201         * m4/gettext.m4: New file, from gettext-0.11.5.
45202         * m4/glibc21.m4: New file, from gettext-0.11.5.
45203         * m4/iconv.m4: New file, from gettext-0.11.5.
45204         * m4/intdiv0.m4: New file, from gettext-0.11.5.
45205         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
45206         * m4/inttypes.m4: New file, from gettext-0.11.5.
45207         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
45208         * m4/isc-posix.m4: New file, from gettext-0.11.5.
45209         * m4/lcmessage.m4: New file, from gettext-0.11.5.
45210         * m4/lib-ld.m4: New file, from gettext-0.11.5.
45211         * m4/lib-link.m4: New file, from gettext-0.11.5.
45212         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
45213         * m4/progtest.m4: New file, from gettext-0.11.5.
45214         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
45215         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
45216         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
45217
45218         Module localcharset.
45219         * m4/localcharset.m4: New file.
45220
45221         Module hard-locale.
45222         * m4/hard-locale.m4: New file.
45223
45224         Module mbswidth.
45225         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
45226         onceonly macros.
45227         * m4/mbrtowc.m4: Add comment.
45228
45229         Module memcasecmp.
45230         * m4/memcasecmp.m4: New file.
45231
45232         Module memcoll.
45233         * m4/memcoll.m4: New file.
45234
45235         Module unicodeio.
45236         * m4/unicodeio.m4: New file.
45237
45238         Module rpmatch.
45239         * m4/rpmatch.m4: New file.
45240
45241         Module yesno.
45242         * m4/yesno.m4: New file.
45243
45244         Module exitfail.
45245         * m4/exitfail.m4: New file.
45246
45247         Module c-stack.
45248         * m4/c-stack.m4 (gl_C_STACK): New macro.
45249         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
45250
45251         Module error.
45252         * m4/error.m4 (gl_ERROR): New macro.
45253         (jm_PREREQ_ERROR): Use onceonly macros.
45254
45255         Module fatal.
45256         * m4/fatal.m4: New file.
45257
45258         Module getloadavg.
45259         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
45260         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
45261
45262         Module getpagesize.
45263         * m4/getpagesize.m4: New file.
45264
45265         Module getusershell.
45266         * m4/getusershell.m4: New file.
45267
45268         Module physmem.
45269         * m4/physmem.m4: New file.
45270
45271         Module posixver.
45272         * m4/posixver.m4: New file.
45273
45274         Module quotearg.
45275         * m4/quotearg.m4: New file.
45276
45277         Module quote.
45278         * m4/quote.m4: New file.
45279
45280         Module readutmp.
45281         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
45282
45283         Module sig2str.
45284         * m4/sig2str.m4: New file.
45285
45286         Other.
45287         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
45288         ulonglong.m4.
45289         * m4/intmax_t.m4: New file.
45290         * m4/d-type.m4: Indentation.
45291         * m4/jm-macros.m4: Update.
45292         * m4/prereq.m4 (jm_PREREQ): Update.
45293         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
45294         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
45295         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
45296         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
45297         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
45298         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
45299         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
45300         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
45301         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
45302         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
45303         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
45304         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
45305         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
45306         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
45307         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
45308         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
45309         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
45310         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
45311         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
45312
45313 2002-12-24  Bruno Haible  <bruno@clisp.org>
45314
45315         * MODULES.txt: Update according to m4/ changes.
45316
45317         Module gettext.
45318         * config.rpath: New file, from gettext-0.11.5.
45319
45320         * modules/*: New module descriptions.
45321         * gnulib-tool: New file.
45322         * MODULES.html.sh: New file.
45323
45324 2002-12-21  Karl Berry  <karl@gnu.org>
45325
45326         * doc/fdl.texi: update to version 1.2.
45327
45328 2002-12-19  Karl Berry  <karl@gnu.org>
45329
45330         * config/config.guess: update from prep.
45331
45332 2002-12-18  Bruno Haible  <bruno@clisp.org>
45333
45334         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45335         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45336
45337 2002-12-17  Bruno Haible  <bruno@clisp.org>
45338
45339         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45340         stdlib.h, string.h.
45341
45342 2002-12-17  Bruno Haible  <bruno@clisp.org>
45343
45344         * lib/canon-host.c (strdup): Remove unused declaration.
45345
45346         * lib/fsusage.c: Include full_read.h.
45347         (get_fs_usage): Use full_read instead of safe_read.
45348
45349         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45350
45351 2002-12-12  Karl Berry  <karl@gnu.org>
45352
45353         * config/config.guess: update from prep.
45354
45355 2002-12-11  Bruno Haible  <bruno@clisp.org>
45356
45357         * m4/setenv.m4: New file, from gettext-0.11.5.
45358
45359 2002-12-11  Bruno Haible  <bruno@clisp.org>
45360
45361         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45362         not unsetenv().
45363         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45364         modifications:
45365
45366         2002-12-11  Bruno Haible  <bruno@clisp.org>
45367
45368                 * setenv.c (alloca): Fall back to malloc.
45369                 (freea): New macro.
45370                 (setenv): Use freea() to free memory allocated with alloca().
45371
45372         2002-11-13  Bruno Haible  <bruno@clisp.org>
45373
45374                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45375                 function declarations.
45376                 * unsetenv.c (unsetenv): Likewise.
45377
45378         2002-03-04  Bruno Haible  <bruno@clisp.org>
45379
45380                 Portability to AIX 4.3.3.
45381                 * unsetenv.c: New file, extracted from setenv.c.
45382                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45383
45384         2001-12-20  Bruno Haible  <bruno@clisp.org>
45385
45386                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45387                 use malloc instead. For SunOS 4.
45388
45389         2001-12-11  Bruno Haible  <bruno@clisp.org>
45390
45391                 * setenv.c: Declare alloca.
45392                 (compar_fn_t): New typedef.
45393                 (KNOWN_VALUE, STORE_VALUE): Use it.
45394
45395         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45396         setenv.h.
45397
45398 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45399
45400         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45401         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45402         Choose values that are less likely to collide with system fnmatch
45403         options.
45404         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45405         defined (e.g., a pure POSIX system).
45406         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45407         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45408
45409 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45410
45411         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45412         a pain in practice to deal with generated m4 files.  This change
45413         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45414
45415         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45416         and jm-glibc-io.m4, as they are no longer a special case.
45417         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45418         kludge and the auto-generation stuff.  Check only whether the
45419         functions are declared, not whether they exist, since older hosts
45420         that don't declare the functions can't use the optimization anyway.
45421
45422 2002-12-06  Jim Meyering  <jim@meyering.net>
45423
45424         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
45425
45426         Merge in changes from libc's misc/error.c, in preparation
45427         for the merge of gnulib's changes back into libc.
45428
45429         * lib/error.c (_): Define only if not already defined.
45430         Move definition to follow all #include directives.
45431         Include unlocked-io.h only if !_LIBC.
45432         [_LIBC]: Include <libio/libioP.h>.
45433         [USE_IN_LIBIO]: Include <libio/iolibio.h>
45434         (fflush): Tweak definition to use INTUSE.
45435         (putc): Define.
45436
45437 2002-12-05  Paul Eggert  <eggert@twinsun.com>
45438
45439         * lib/alloca.c [defined emacs]: Include "lisp.h".
45440         (xalloc_die) [defined emacs]: New macro.
45441         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
45442         [! defined emacs]: Include <xalloc.h>.
45443         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
45444         (pointer): Typedef to POINTER_TYPE *.
45445         (malloc): Remove decl; we now always use xmalloc.
45446         (alloca): Use old-style definition, since Emacs needs this.
45447         Check for arithmetic overflow when computing combined size.
45448
45449 2002-12-04  Paul Eggert  <eggert@twinsun.com>
45450
45451         Do not generate unlocked-io.h automatically, since it's easier to
45452         maintain it by hand.
45453
45454         * lib/unlocked-io.h: New file, from GNU diffutils,
45455         but with proper copyright notice and attribution.
45456         * lib/gen-uio: Remove.
45457         * lib/Makefile.am: Add copyright notice.
45458         (libfetish_a_SOURCES): Add unlocked-io.h.
45459         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
45460         (DISTCLEANFILES, io_functions): Remove macros.
45461         (EXTRA_DIST): Remove gen_uio.
45462         (unlocked-io.h): Remove rule.
45463
45464 2002-12-04  Jim Meyering  <jim@meyering.net>
45465
45466         Reflect the fact that stat.c and lstat.c are no longer generated.
45467         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
45468         (DISTCLEANFILES): Likewise.
45469         (EXTRA_DIST): Likewise.
45470         (all_local): Don't depend on stat.c or lstat.c.
45471         (stat.c, lstat.c): Remove rules.
45472         (EXTRA_DIST): Remove xstat.in.
45473
45474         * lib/xstat.in: Remove file.  Contents moved into stat.c.
45475         * lib/stat.c: New file.  Contents mostly from xstat.in.
45476         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
45477         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
45478
45479         * lib/safe-read.c: Rework so that it may serve to define safe_write,
45480         too.
45481         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
45482
45483 2002-12-03  Jim Meyering  <jim@meyering.net>
45484
45485         * lib/safe-read.c, safe-write.c: Change variable names and comments,
45486         but not semantics, to minimize the differences between these two files.
45487         (safe_read): Change comment to mention SAFE_READ_ERROR.
45488
45489         * lib/safe-read.c (IS_EINTR): Define.
45490         (safe_read): Use IS_EINTR in place of in-function cpp directives.
45491
45492 2002-12-02  Jim Meyering  <jim@meyering.net>
45493
45494         * lib/safe-read.c (EINTR): Define.
45495         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45496         (INT_MAX): Provide fallback.
45497         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
45498
45499         * lib/safe-read.h (SAFE_READ_ERROR): Define.
45500
45501 2002-12-02  Bruno Haible  <bruno@clisp.org>
45502
45503         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
45504         Define, taken from safe-read.c.
45505         (INT_MAX): Provide fallback.
45506         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
45507         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
45508
45509         * lib/safe-read.c (EINTR): Remove definition.
45510         (safe_read): Don't use EINTR if it is absent.
45511
45512 2002-12-01  Jim Meyering  <jim@meyering.net>
45513
45514         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
45515         zero.
45516         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
45517
45518 2002-11-27  Paul Eggert  <eggert@twinsun.com>
45519
45520         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
45521         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
45522         with `if (! (value < limit)) abort ();', for readability.
45523
45524 2002-11-26  Karl Berry  <karl@gnu.org>
45525
45526         * lib/strdup.c: copy from libc again, with jim's ok.
45527         * lib/.cppi-disable: re-add strdup.c
45528
45529 2002-11-25  Karl Berry  <karl@gnu.org>
45530
45531         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
45532         instead of "strtol.c".
45533
45534 2002-11-25  Karl Berry  <karl@gnu.org>
45535
45536         * config/install-sh: update from automake for variable quoting, $0 in
45537         error msgs, etc.
45538
45539         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
45540         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
45541         entry.
45542
45543 2002-11-25  Jim Meyering  <jim@meyering.net>
45544
45545         * lib/mktime.c: Sync from libc, now that it has the latest fix.
45546
45547 2002-11-24  Karl Berry  <karl@gnu.org>
45548
45549         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
45550         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
45551
45552 2002-11-24  Jim Meyering  <jim@meyering.net>
45553
45554         Update from coreutils:
45555
45556         * lib/mktime.c: Merge in changes from libc.
45557
45558         Avoid a link-time failure on some Linux systems.
45559         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
45560         (otherwise).
45561         (__mon_yday): Declare with the STATIC attribute.
45562         (__mktime_internal): Likewise.
45563         Based on a report from Greg Schafer.
45564
45565 2002-11-23  Jim Meyering  <jim@meyering.net>
45566
45567         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
45568         Use `unsigned', not `int', as type of index.
45569
45570         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
45571
45572         * lib/fsusage.c: Remove unneeded parentheses around operands of
45573         `defined'.
45574
45575 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45576
45577         * lib/quotearg.h: Allow multiple inclusion by surrounding with
45578         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
45579         so that we can be included first.
45580         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
45581         * lib/quotearg.c: Include quotearg.h immediately after config.h.
45582         No need to include stddef.h or sys/types.h any more.
45583         Surround local include files with "", not "<>".
45584         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
45585         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
45586         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
45587         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
45588         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
45589         (ISPRINT): Remove; no longer needed now that we assume C89.
45590
45591         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
45592         Preserve errno.
45593
45594         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
45595         quotearg_char): Use SIZE_MAX rather than
45596         (size_t) -1 when we are talking about "infinity".
45597
45598         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
45599
45600 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45601
45602         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
45603         hint that one should use `if (! x) abort ();' rather than `assert
45604         (x);', and anyway it's one less thing to worry about configuring.
45605         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
45606         hash_rehash, hash_insert): Use abort rather than assert.
45607
45608 2002-11-22  Bruno Haible  <bruno@clisp.org>
45609
45610         * lib/safe-read.h: Assume C89. Add comments.
45611         (safe_read): Change return type to size_t.
45612         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
45613         byte counts > SSIZE_MAX correctly.
45614         * lib/safe-write.h: New file.
45615         * lib/safe-write.c: New file.
45616         * lib/full-read.h: New file.
45617         * lib/full-read.c: New file.
45618         * lib/full-write.h: Assume C89. Add comments.
45619         * lib/full-write.c: Include safe-write.h.
45620         (full_write): Rewritten to use safe_write.
45621         Suggested by Jim Meyering and Paul Eggert.
45622
45623 2002-11-21  Jim Meyering  <jim@meyering.net>
45624
45625         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
45626
45627         Merge in changes from the coreutils.
45628
45629         2002-09-25  Paul Eggert  <eggert@twinsun.com>
45630         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
45631         <stdint.h>.
45632         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
45633         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
45634         int.  Work more efficiently if X is the same width as uintmax_t.
45635         Do not compare X to -1, to avoid bogus compiler warning.
45636         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
45637         Don't assume that f_frsize and f_bsize are the same type.
45638
45639         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
45640         warning on FreeBSD.
45641
45642         * lib/makepath.c (make_path): Restore umask *before* creating the final
45643         component.
45644         (make_path): Minor reformatting.
45645
45646         * lib/xmalloc.c: Adjust to work with new autoconf macros,
45647         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
45648         HAVE_MALLOC/HAVE_REALLOC.
45649
45650         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
45651         dummy ones.  At least on GNU/Linux systems, `auto' means something
45652         else.
45653         From Michael Stone.
45654
45655 2002-11-21  Bruno Haible  <bruno@clisp.org>
45656
45657         Remove case insensitive option matching.
45658         * lib/argmatch.h (argcasematch): Remove declaration.
45659         (ARGCASEMATCH): Remove macro.
45660         (__xargmatch_internal): Remove case_sensitive argument.
45661         (XARGMATCH): Update.
45662         (XARGCASEMATCH): Remove macro.
45663         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
45664         case_sensitive argument.
45665         (argcasematch): Remove function.
45666         (__xargmatch_internal): Remove case_sensitive argument.
45667         (main): Use XARGMATCH instead of XARGCASEMATCH.
45668
45669         * lib/xmalloc.c: Change compile-time error message. Add comment about
45670         required autoconf version.
45671
45672 2002-11-20  Paul Eggert  <eggert@twinsun.com>
45673
45674         Merge argmatch cleanups from Bison.  Assume C89.
45675
45676         * lib/argmatch.c: Include config.h here, not in argmatch.h.
45677         Include stdlib.h, for EXIT_FAILURE.
45678         Always include <string.h>, since we assume C89.
45679         (EXIT_FAILURE): Remove pre-C89 bug workaround.
45680         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
45681         Include <stddef.h> instead, since it's all we need for size_t.
45682         (PARAMS): Remove.  All uses removed.
45683         (ARRAY_CARDINALITY): Do not bother to #undef.
45684         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
45685         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45686         Remove unnecessary parentheses.
45687         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45688         Insert necessary parentheses.
45689         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
45690         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
45691
45692 2002-11-19  Bruno Haible  <bruno@clisp.org>
45693
45694         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
45695         * lib/mbswidth.h: Include <stddef.h>, for size_t.
45696
45697         * lib/mbswidth.h (PARAMS): Remove macro.
45698         (mbswidth, mbsnwidth): Use ANSI C function declarations.
45699         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
45700
45701         * lib/gcd.h (PARAMS): Remove macro.
45702         (gcd): Use ANSI C function declarations.
45703         * lib/gcd.c (gcd): Likewise.
45704
45705 2002-11-15  Bruno Haible  <bruno@clisp.org>
45706
45707         * lib/strcspn.c: Include <stddef.h>.
45708         (strcspn): Use ANSI C function declaration. Change return type to
45709         size_t. Use NULL.
45710         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
45711         (strpbrk): Use NULL.
45712         * lib/strpbrk.h (PARAMS): Remove macro.
45713         (strpbrk): Use ANSI C function declaration.
45714         * lib/strstr.c: Don't include <sys/types.h>.
45715         * lib/strstr.h (PARAMS): Remove macro.
45716         (strstr): Use ANSI C function declarations.
45717
45718 2002-11-14  Karl Berry  <karl@gnu.org>
45719
45720         * config/mkinstalldirs: `do' on separate line, instead of
45721         `for var; do'.
45722
45723 2002-11-06  Bruno Haible  <bruno@clisp.org>
45724
45725         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
45726         * lib/gcd.c (gcd): Likewise.
45727
45728 2002-11-05  Bruno Haible  <bruno@clisp.org>
45729
45730         * lib/gcd.h: New file, from gettext-0.11.5.
45731         * lib/gcd.c: New file, from gettext-0.11.5.
45732
45733 2002-11-05  Bruno Haible  <bruno@clisp.org>
45734
45735         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45736         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45737         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45738         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45739
45740         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
45741         <libintl.h>.
45742         * lib/makepath.c: Include gettext.h instead of <locale.h> and
45743         <libintl.h>.
45744
45745         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
45746         * lib/human.c: Include gettext.h instead of <libintl.h>.
45747         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
45748         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
45749         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
45750         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
45751         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
45752         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
45753         (textdomain): Remove definition.
45754         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
45755
45756         * lib/long-options.c: Remove include of <libintl.h> and definition of
45757         _.
45758         * lib/same.c: Remove include of <libintl.h> and definition of _.
45759
45760 2002-11-04  Owen Taylor  <otaylor@redhat.com>
45761
45762         * lib/config.charset: A few additions for Solaris.
45763
45764 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45765
45766         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
45767         * lib/localcharset.c (locale_charset): Declare as extern "C".
45768
45769 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45770
45771         * lib/config.charset: msdos in uk_UA uses CP1125.
45772
45773 2002-11-04  Bruno Haible  <bruno@clisp.org>
45774
45775         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
45776         * lib/strcase.h: New file, from GNU gettext-0.11.5.
45777         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
45778         * lib/strstr.h: New file, from GNU gettext-0.11.5.
45779         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
45780
45781 2002-11-04  Bruno Haible  <bruno@clisp.org>
45782
45783         * lib/localcharset.c (locale_charset): Don't return an empty string.
45784
45785 2002-11-04  Bruno Haible  <bruno@clisp.org>
45786
45787         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
45788         aliases.
45789
45790 2002-11-04  Bruno Haible  <bruno@clisp.org>
45791
45792         * lib/config.charset: Update for newest glibc. Add canonical names
45793         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
45794
45795 2002-11-04  Bruno Haible  <bruno@clisp.org>
45796
45797         * lib/config.charset: Add support for NetBSD.
45798
45799 2002-11-04  Bruno Haible  <bruno@clisp.org>
45800
45801         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
45802
45803 2002-11-01  Bruno Haible  <bruno@clisp.org>
45804
45805         * configure.in: Add AC_CONFIG_AUX_DIR call.
45806         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
45807         test/Makefile.
45808         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
45809
45810 2002-09-28  Karl Berry  <karl@gnu.org>
45811
45812         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
45813         installed automake until the next release, since changes have been
45814         made.
45815
45816 2002-09-25  Karl Berry  <karl@gnu.org>
45817
45818         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
45819         * lib/getopt*: copy from libc/posix.
45820         * lib/gettext.h: copy from gettext.
45821         * lib/.cppi-disable: add strdup.c, gettext.h.
45822
45823 2002-09-25  Karl Berry  <karl@gnu.org>
45824
45825         * config/srclist.txt: enable gettext.h check.
45826         * config/config.{guess,sub}: update from prep.
45827         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
45828                 from automake 1.6.3.
45829         See srclist*.
45830
45831 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
45832
45833         * regex.c (PATFETCH): Remove the translating fetch.
45834         (PATFETCH_RAW): Rename to PATFETCH.
45835         (set_image_of_range): New fun.
45836         (SET_RANGE_TABLE_WORK_AREA): Use it.
45837         (regex_compile): Don't translate the pattern chars so eagerly.
45838         Only do it when inserting an `exactn' bytecode or when handling
45839         a char-range.
45840         (mutually_exclusive_p): Avoid empty statement.
45841
45842 2002-07-06  Jim Meyering  <meyering@lucent.com>
45843
45844         * m4/README: Don't mention Makefile.am.in.
45845         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
45846
45847 2002-07-01  Jim Meyering  <meyering@lucent.com>
45848
45849         * lib/c-stack.c: Include sys/time.h.
45850         From Volker Borchert.
45851
45852 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45853
45854         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
45855
45856 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45857
45858         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
45859         New macro.  Use it uniformly instead of
45860         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
45861         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
45862         reported by Vin Shelton.
45863
45864 2002-06-22  Paul Eggert  <eggert@twinsun.com>
45865
45866         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
45867         Do not assume SA_SIGINFO behavior.
45868         Bug reported by Jim Meyering on NetBSD 1.5.2.
45869
45870 2002-06-22  Jim Meyering  <meyering@lucent.com>
45871
45872         * m4/c-stack.m4: New file, from diffutils-2.8.2.
45873         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
45874
45875         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
45876         now that configure.ac uses AC_GNU_SOURCE.
45877         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
45878         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
45879
45880         Update to latest tools.  Suggestions from Paul Eggert.
45881         * m4/stdbool.m4: New file, from diffutils-2.8.2.
45882         * m4/gnu-source.m4: Update from diffutils-2.8.2.
45883         * m4/fnmatch.m4: Likewise.
45884         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
45885         to AC_HEADER_STDBOOL
45886
45887 2002-06-22  Jim Meyering  <meyering@lucent.com>
45888
45889         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
45890         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
45891
45892 2002-06-22  Jim Meyering  <meyering@lucent.com>
45893
45894         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
45895
45896         * lib/exitfail.c, exitfail.h: Likewise.
45897         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
45898
45899         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
45900         of fnmatch.h.
45901         (EXTRA_DIST): Add fnmatch_loop.c.
45902         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
45903
45904         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
45905         * lib/fnmatch.c: Update from diffutils-2.8.2.
45906         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
45907         * lib/fnmatch.h: Remove file.
45908
45909 2002-06-21  Jim Meyering  <meyering@lucent.com>
45910
45911         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
45912         * m4/mbrtowc.m4: Likewise.
45913
45914         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
45915         * m4/mbswidth.m4: Reflect name change:
45916         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
45917         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
45918
45919         * m4/lib-link.m4: Update from gettext-0.11.2.
45920         * m4/gettext.m4: Likewise.
45921
45922         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
45923         From Alfred M. Szmidt.
45924
45925 2002-06-18  Paul Eggert  <eggert@twinsun.com>
45926
45927         * lib/file-type.h: Report an error if neither S_ISREG nor
45928         S_IFREG is defined, instead of using a test specific to glibc
45929         2.2.  This should be safe, since POSIX requires S_ISREG and
45930         Unix Version 7 had S_IFREG.  We don't need to check for
45931         <sys/types.h> since we don't use any symbols that it defines.
45932
45933 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
45934
45935         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
45936         $@-t, so that each temporary file name is unique and valid in the first
45937         8 characters, for operation under DOS.
45938
45939 2002-06-15  Paul Eggert  <eggert@twinsun.com>
45940
45941         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
45942
45943 2002-06-15  Jim Meyering  <meyering@lucent.com>
45944
45945         Work even with DJGPP 2.03, which lacks support for symlinks.
45946         From Richard Dawe.
45947         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
45948         is defined.
45949         * lib/lchown.c (S_ISLNK): Likewise.
45950
45951 2002-06-15  Jim Meyering  <meyering@lucent.com>
45952
45953         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
45954         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
45955         have been included before this file.
45956
45957 2002-06-14  Jim Meyering  <meyering@lucent.com>
45958
45959         * lib/file-type.h: Use the version from diffutils-2.8.2.
45960         * lib/file-type.c: Likewise.
45961
45962 2002-06-07  Jim Meyering  <meyering@lucent.com>
45963
45964         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
45965         They're needed at least for NetBSD 1.5.2.
45966         ($statxfs_includes): Include those same headers.
45967         ($statxfs_includes): Include sys/vfs.h if available.
45968         ($statxfs_includes): Likewise for sys/statvfs.h.
45969         Check for the following members in both structs statfs and statvfs:
45970         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
45971
45972 2002-06-01  Jim Meyering  <meyering@lucent.com>
45973
45974         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
45975         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
45976
45977 2002-05-28  Jim Meyering  <meyering@lucent.com>
45978
45979         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
45980         Reported by Volker Borchert.
45981
45982 2002-05-27  Jim Meyering  <meyering@lucent.com>
45983
45984         Fix a problem seen only on nonconforming systems whereby ls.c's
45985         use of localtime, and then of gettimeofday would cause trouble:
45986         the localtime call used to initialize rpl_gettimeofday's save
45987         mechanism would clobber ls's current local time information so
45988         that in any long listing the first file would always be listed
45989         with date 1970-01-01.  Analysis by Volker Borchert.
45990
45991         * lib/gettimeofday.c (localtime): Undefine.
45992         (rpl_localtime): New function.
45993
45994 2002-05-27  Jim Meyering  <meyering@lucent.com>
45995
45996         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
45997         localtime.
45998
45999         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
46000         use the replacement function; it wouldn't resolve at link time.
46001         Reported by Volker Borchert.
46002
46003 2002-05-22  Jim Meyering  <meyering@lucent.com>
46004
46005         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
46006         file-type.h.
46007         * lib/file-type.h: New file.
46008         * lib/file-type.c (file_type): New file/function.  Extracted from
46009         diffutils.
46010
46011 2002-04-30  Jim Meyering  <meyering@lucent.com>
46012
46013         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
46014
46015 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46016
46017         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
46018
46019 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46020
46021         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
46022         Do not check for alloca.h (no longer used) or stdbool.h (was never
46023         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
46024
46025 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46026
46027         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
46028
46029 2002-04-29  Jim Meyering  <meyering@lucent.com>
46030
46031         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
46032         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
46033         Use AC_FUNC_STRNLEN here instead.
46034
46035         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
46036         With autoconf-2.53a, it's part of AC_PROG_CC.
46037
46038 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46039
46040         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
46041         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
46042
46043 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46044
46045         * lib/sig2str.h, lib/sig2str.c: New files.
46046         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
46047
46048 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46049
46050         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
46051         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
46052         of 127, since 64 is the largest conceivable number for ancient
46053         nonstandard hosts.
46054         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
46055
46056 2002-04-28  Jim Meyering  <meyering@lucent.com>
46057
46058         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
46059
46060 2002-04-24  Jim Meyering  <meyering@lucent.com>
46061
46062         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
46063         (jm_PREREQ): Use it.
46064
46065         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
46066         mach/mach.h fcntl.h.
46067         Check for this function: setlocale.
46068
46069 2002-04-24  Jim Meyering  <meyering@lucent.com>
46070
46071         * lib/gettext.h: New file, from Gettext.
46072         * lib/Makefile.am (INCLUDES): Remove -I../intl.
46073         (libfetish_a_SOURCES): Add gettext.h.
46074
46075 2002-04-16  Jim Meyering  <meyering@lucent.com>
46076
46077         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
46078         ut_pid, ut_id, ut_exit.
46079
46080 2002-04-16  Jim Meyering  <meyering@lucent.com>
46081
46082         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
46083         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
46084         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
46085
46086 2002-04-12  Jim Meyering  <meyering@lucent.com>
46087
46088         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
46089         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
46090         existence of the getmntinfo function.  Needed for Darwin 5.3.
46091
46092         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
46093         This is necessary at least on Darwin 5.3.
46094
46095         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
46096         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
46097         strnlen.o in the library, and that makes some versions of ranlib
46098         object.
46099
46100 2002-04-12  Jim Meyering  <meyering@lucent.com>
46101
46102         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
46103
46104 2002-04-09  Jim Meyering  <meyering@lucent.com>
46105
46106         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
46107         to be more precise.  Rather than saying we're checking whether the
46108         function `works', say what we're testing.
46109         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
46110         Reported by Bruno Haible.
46111
46112 2002-03-10  Jim Meyering  <meyering@lucent.com>
46113
46114         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
46115         Suggestion from Santiago Vila.
46116
46117 2002-03-08  Jim Meyering  <meyering@lucent.com>
46118
46119         * lib/rename.c: Mention that this wrapper is needed also on
46120         mips-dec-ultrix4.4 systems.
46121
46122 2002-03-02  Jim Meyering  <meyering@lucent.com>
46123
46124         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
46125         not HAVE_CLOCK_SETTIME.
46126
46127 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46128
46129         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
46130         Check for clock_settime.
46131
46132 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46133
46134         * lib/nanosleep.h: Rename to....
46135         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
46136
46137         * lib/gettime.c: New file.
46138         * lib/settime.c: New file.
46139         * lib/stime.c: Remove.
46140
46141         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
46142         timespec.h.  Remove nanosleep.h.
46143
46144 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46145
46146         * m4/acl.m4: New file.
46147         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
46148         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
46149
46150 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46151
46152         * lib/acl.c, lib/acl.h: New files.
46153         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
46154
46155 2002-02-24  Jim Meyering  <meyering@lucent.com>
46156
46157         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
46158         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
46159         cause trouble.  Reported by Nelson Beebe.
46160
46161 2002-02-23  Paul Eggert  <eggert@twinsun.com>
46162
46163         * lib/path-concat.c (xpath_concat): Reorder code to pacify
46164         compilers that don't know that xalloc_die never returns.
46165
46166 2002-02-20  Jim Meyering  <meyering@lucent.com>
46167
46168         * lib/getdate.c: Regenerate using bison-1.33.
46169
46170 2002-02-17  Jim Meyering  <meyering@lucent.com>
46171
46172         * config/config.guess (main): Don't use `head -1'; it's no longer
46173         portable. Use `sed 1q' instead.
46174
46175 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
46176
46177         * m4/codeset.m4: Upgrade to gettext-0.11.
46178         * m4/gettext.m4: Upgrade to gettext-0.11.
46179         * m4/glibc21.m4: Upgrade to gettext-0.11.
46180         * m4/iconv.m4: Upgrade to gettext-0.11.
46181         * m4/isc-posix.m4: Upgrade to gettext-0.11.
46182         * m4/lcmessage.m4: Upgrade to gettext-0.11.
46183         * m4/lib-ld.m4: New file, from gettext-0.11.
46184         * m4/lib-link.m4: New file, from gettext-0.11.
46185         * m4/lib-prefix.m4: New file, from gettext-0.11.
46186         * m4/progtest.m4: Upgrade to gettext-0.11.
46187
46188 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46189
46190         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
46191         (jm_PREREQ): Use it.
46192
46193 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46194
46195         * lib/posixver.c, lib/posixver.h: New files.
46196         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46197
46198 2002-02-02  Paul Eggert  <eggert@twinsun.com>
46199             Bruno Haible  <bruno@clisp.org>
46200
46201         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
46202         (fwrite_success_callback): New declaration.
46203         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
46204         print_unicode_char. Call failure callback instead of error.
46205         (fwrite_success_callback): New function.
46206         (exit_failure_callback): New function.
46207         (fallback_failure_callback): New function.
46208         (print_unicode_char): Call unicode_to_mb.
46209
46210 2002-01-26  Jim Meyering  <meyering@lucent.com>
46211
46212         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
46213         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
46214
46215 2002-01-26  Jim Meyering  <meyering@lucent.com>
46216
46217         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
46218
46219 2002-01-22  Paul Eggert  <eggert@twinsun.com>
46220
46221         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
46222
46223 2002-01-22  Jim Meyering  <meyering@lucent.com>
46224
46225         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
46226         Otherwise, some versions of automake would omit the rule that makes
46227         Makefile from Makefile.in.
46228
46229 2002-01-21  Paul Eggert  <eggert@twinsun.com>
46230
46231         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
46232         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46233         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
46234         (memcoll): Set errno to zero if there is no error.
46235
46236         * lib/quotearg.c (quotearg_buffer_restyled):
46237         Fix bug with quoting buffers containing NUL when backslashing escapes.
46238         This bug was exposed by the other changes in this patch.
46239         (quotearg_n_options): New arg ARGSIZE.
46240         All callers changed.
46241         (quoting_options_from_style): New function.
46242         (quotearg_n_style): Use it.
46243         (quotearg_n_style_mem): New function.
46244
46245         * lib/quotearg.h (quotearg_n_style_mem): New function.
46246
46247 2002-01-19  Jim Meyering  <meyering@lucent.com>
46248
46249         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
46250         Remove useless quotes: DF_PROG="df".
46251         * m4/strnlen.m4: New file.
46252
46253 2002-01-16  Paul Eggert  <eggert@twinsun.com>
46254
46255         * lib/backupfile.c (ISDIGIT): Comment fix.
46256         * lib/getdate.y (ISDIGIT): Likewise.
46257         * lib/posixtm.c (ISDIGIT, year): Likewise.
46258         * lib/strverscmp.c (ISDIGIT): Likewise.
46259         * lib/userspec.c (ISDIGIT): Likewise.
46260
46261 2002-01-16  Jim Meyering  <meyering@lucent.com>
46262
46263         * lib/getdate.y: Add three semicolons, each just before a closing
46264         brace. Bison (as of version 1.31) no longer papers over that mistake.
46265
46266 2002-01-05  Jim Meyering  <meyering@lucent.com>
46267
46268         * lib/version-etc.c (version_etc_copyright): Update copyright year.
46269
46270 2001-12-19  Paul Eggert  <eggert@twinsun.com>
46271
46272         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
46273         not silently exit merely because the output buffer happens to
46274         have nothing pending.
46275
46276 2001-12-18  Paul Eggert  <eggert@twinsun.com>
46277
46278         See the big note in ../ChangeLog.
46279         * lib/human.c (suffixes): Prefer K to k for 1024.
46280         (generate_suffix_backwards): New function.
46281         (human_readable_inexact): Use it.
46282         * lib/xstrtol.c (__xstrtol): If there is no number but there
46283         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
46284         Accept 'K' as well as 'k'.
46285
46286 2001-12-15  Jim Meyering  <meyering@lucent.com>
46287
46288         * lib/regex.h (__restrict_arr): Update from libc.
46289
46290         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
46291         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
46292         (STREQ): Define.
46293
46294 2001-12-14  Jim Meyering  <meyering@lucent.com>
46295
46296         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
46297         Suggestion from Bruno Haible.
46298
46299 2001-12-10  Jim Meyering  <meyering@lucent.com>
46300
46301         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
46302         xrealloc, Instead, include "xalloc.h".
46303         (initbuffer): Don't cast xmalloc return value to char*.
46304         (readline): Reword comment.
46305         Don't cast xrealloc return value to char*
46306         Return NULL, not 0.
46307
46308 2001-12-09  Jim Meyering  <meyering@lucent.com>
46309
46310         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
46311         about `signed and unsigned type in conditional expression'.
46312         * lib/posixtm.c (posix_time_parse): Likewise.
46313
46314         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
46315
46316         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
46317         to avoid a pedantic warning.
46318
46319         * lib/getstr.c: Don't include assert.h.
46320         (getstr): Remove warning-evoking assertions.
46321         Return -1 if offset parameter is out of bounds.
46322         Change the type of a local from int to size_t.
46323
46324         * lib/strftime.c (my_strftime_localtime_r): Include this function
46325         definition in the `#if ! HAVE_TM_GMTOFF' block.
46326
46327         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46328         Include xalloc.h instead.
46329
46330 2001-12-02  Jim Meyering  <meyering@lucent.com>
46331
46332         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46333         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46334         included.
46335
46336         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46337         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46338
46339 2001-11-30  Akim Demaille  <akim@epita.fr>
46340
46341         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46342         before being defined.
46343
46344 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46345
46346         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46347         First arg is int, not unsigned.
46348         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46349         (SIZE_MAX, UINT_MAX): New macros.
46350         (quotearg_n_options): Abort if N is negative.
46351         Avoid overflow check on hosts where size_t is 64 bits and int
46352         is 32 bits, as overflow is impossible there.
46353         Fix off-by-one typo that caused unnecessary reallocation.
46354
46355 2001-11-27  Jim Meyering  <meyering@lucent.com>
46356
46357         * lib/tempname.c: Merge with version from libc.
46358         * lib/regex.c: Likewise.
46359
46360         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46361         systems for which STDC_HEADERS is 0, it was not included, resulting in
46362         a warning about an integer-to-pointer conversion problem with getenv.
46363         Reported by Volker Borchert.
46364
46365 2001-11-26  Jim Meyering  <meyering@lucent.com>
46366
46367         * lib/gtod.h: Remove file.
46368         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46369         * lib/gettimeofday.c: Don't include gtod.h.
46370         (GTOD_init): Remove function.
46371         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46372         Suggestion from Volker Borchert.
46373
46374 2001-11-23  Jim Meyering  <meyering@lucent.com>
46375
46376         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46377         it.
46378         * lib/hash.c (struct hash_table): Define it here instead.
46379
46380 2001-11-22  Jim Meyering  <meyering@lucent.com>
46381
46382         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46383
46384 2001-11-20  Jim Meyering  <meyering@lucent.com>
46385
46386         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46387         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46388
46389 2001-11-19  Jim Meyering  <meyering@lucent.com>
46390
46391         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46392         directory.  Use "conftestXXXXXX" as the template.
46393         Suggestion from Paul Eggert.
46394
46395         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46396         immediately, so the test doesn't mistakenly hit the max-open-files
46397         limit.
46398
46399 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46400
46401         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46402         (TEMPORARIES): New macro.
46403         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46404         removes an artificial limitation (e.g. HP-UX 10.20, where
46405         TMP_MAX is 17576).
46406
46407 2001-11-18  Jim Meyering  <meyering@lucent.com>
46408
46409         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46410
46411 2001-11-18  Jim Meyering  <meyering@lucent.com>
46412
46413         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46414         on SunOS 4.
46415
46416         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46417         files will be created before anything else.
46418
46419 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46420
46421         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46422         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
46423
46424 2001-11-17  Jim Meyering  <meyering@lucent.com>
46425
46426         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
46427         Prompted by a report from Bob Proulx.
46428
46429         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
46430         Instead, require UTILS_FUNC_MKSTEMP.
46431
46432 2001-11-17  Jim Meyering  <meyering@lucent.com>
46433
46434         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
46435         Now, that's done as part of AC_FUNC_STRTOD.
46436
46437 2001-11-17  Jim Meyering  <meyering@lucent.com>
46438
46439         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
46440         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
46441         rather than group writable.  Patch by Juan F. Codagnone.
46442
46443         * lib/readtokens.c: Remove explicit declarations of xmalloc and
46444         xrealloc, Instead, include "xalloc.h".
46445
46446         * lib/mountlist.c: Include unlocked-io.h after all system headers.
46447         Remove explicit declarations of xmalloc, xrealloc,
46448         and xstrdup.  Instead, include "xalloc.h".
46449
46450         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
46451         unlocked-io.h.
46452         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
46453         Likewise.
46454         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
46455
46456         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
46457         Reported by Padraig Brady.
46458
46459         * lib/mkstemp.c: #undef mkstemp.
46460         Include config.h.
46461         (rpl_mkstemp): Rename from mkstemp.
46462         Protoize.
46463
46464 2001-11-16  Jim Meyering  <meyering@lucent.com>
46465
46466         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
46467         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
46468         determine the amount of total physical memory, use pstat_getstatic.
46469         HPUX-11 doesn't define _SC_PHYS_PAGES.
46470         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
46471         If sysconf couldn't be used to determine the amount of available
46472         physical memory, use both pstat_getstatic and pstat_getdynamic.
46473         Based on a patch from Bob Proulx.
46474
46475 2001-11-10  Jim Meyering  <meyering@lucent.com>
46476
46477         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
46478         (jm_PREREQ): Use it.
46479
46480 2001-11-09  Jim Meyering  <meyering@lucent.com>
46481
46482         * m4/jm-macros.m4: Require autoconf-2.52f.
46483         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
46484         Use these AC_-prefixed names, not the AM_-prefixed ones.
46485
46486         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
46487
46488 2001-11-05  Jim Meyering  <meyering@lucent.com>
46489
46490         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
46491
46492 2001-11-04  Jim Meyering  <meyering@lucent.com>
46493
46494         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
46495         $DEFS.
46496
46497 2001-11-03  Jim Meyering  <meyering@lucent.com>
46498
46499         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
46500         of AC_DEFUN.
46501
46502         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
46503         know the name of the variable in the macro definition.
46504
46505 2001-11-03  Jim Meyering  <meyering@lucent.com>
46506
46507         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
46508         in argmatch_to_argument call.
46509
46510         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
46511         argument.
46512
46513         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
46514         e.g., a fault due to an attempt to free a NULL pointer.
46515
46516 2001-11-01  Jim Meyering  <meyering@lucent.com>
46517
46518         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
46519         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
46520
46521 2001-11-01  Jim Meyering  <meyering@lucent.com>
46522
46523         * lib/dirfd.c, lib/dirfd.h: New files.
46524         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
46525
46526         * lib/hash.c (hash_print) [TESTING]: Clean up.
46527
46528 2001-10-22  Paul Eggert  <eggert@twinsun.com>
46529
46530         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
46531         to avoid a warning if -Wall.
46532
46533 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
46534
46535         * README: New file
46536         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
46537         (per RMS's instructions, this is now the canonical source)
46538         * lgpl/, gpl/: New directories.
46539
46540 2001-10-21  Paul Eggert  <eggert@twinsun.com>
46541
46542         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
46543
46544 2001-10-21  Jim Meyering  <meyering@lucent.com>
46545
46546         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
46547         this code would end up calling gettext even in packages built
46548         with --disable-nls.
46549         * lib/getopt.c (_): Likewise.
46550         * lib/regex.c (_): Likewise.
46551
46552 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46553
46554         * m4/error.m4 (jm_PREREQ_ERROR):
46555         Do not invoke AC_CHECK_FUNCS with strerror_r, as
46556         AC_FUNC_STRERROR_R does that.
46557         Check for strerror declaration.
46558
46559         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
46560         are supposed to have them these days.
46561         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
46562         Merge changes from latest Autoconf CVS.
46563         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
46564         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
46565         POSIX decided to standardize on the int flavor of strerror_r.
46566
46567 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46568
46569         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
46570         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
46571         Use strerror_r that is only a macro, even if it is not a function.
46572         (strerror): Check for HAVE_DECL_STRERROR before declaring.
46573         (private_strerror): Use prototypes, not old-style function definition.
46574         (print_errno_message): New function.
46575         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
46576         char*-flavored one.
46577         (error_tail, error, error_at_line): Use it.
46578
46579 2001-10-11  Jim Meyering  <meyering@lucent.com>
46580
46581         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
46582         and quote_n (1, ... to avoid clobbering a buffer.
46583
46584 2001-10-05  Jim Meyering  <meyering@lucent.com>
46585
46586         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
46587         hash-pjw.h.
46588         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
46589         * lib/hash-pjw.h: New file.
46590
46591 2001-09-30  Jim Meyering  <meyering@lucent.com>
46592
46593         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
46594         `struct fsstat' has the `f_fstypename' member.
46595         Use that to define FS_TYPE, which is now used to make
46596         the getfsstat link test tighter.
46597
46598 2001-09-30  Jim Meyering  <meyering@lucent.com>
46599
46600         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
46601         Include <sys/ucred.h>, for Apple Darwin.
46602         Include sys/mount.h and sys/fs_types.h only if available.
46603         (FS_TYPE): Define.
46604         (read_filesystem_list): Use FS_TYPE.
46605
46606 2001-09-29  Paul Eggert  <eggert@twinsun.com>
46607
46608         * lib/exclude.c (excluded_filename): 0 -> false, since it's
46609         a boolean context.
46610
46611 2001-09-29  Jim Meyering  <meyering@lucent.com>
46612
46613         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46614         [one-argument getmntent function]): Include stdio.h before mntent.h.
46615         SunOS 4.1.x needs it for the declaration of `FILE'.
46616         Patch by Volker Borchert.
46617
46618         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46619         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
46620         sys/fs_types.h, and make the link-test for getfsstat guard #include
46621         directives with appropriate #if HAVE_*_H tests so that we can
46622         detect getfsstat on Apple Darwin1.3.7 systems.
46623         Reported by Nelson Beebe.
46624         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
46625
46626 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46627
46628         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46629         #defines strtoimax.  Also treat the other strto* functions
46630         like strtoimax.
46631
46632         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46633         Check for strtoul and strtoumax,
46634         as those declarations are made even in the signed case.
46635         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
46636         Likewise, for strtol and strtoimax.
46637
46638 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46639
46640         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46641         #defines strtoimax.  Also treat the other strto* functions
46642         like strtoimax.
46643
46644         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
46645         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
46646         (strtoimax, strtoumax): Do not declare if already defined as a macro.
46647
46648 2001-09-26  Jim Meyering  <meyering@lucent.com>
46649
46650         Most macros in unlocked-io.h had the wrong number of arguments.
46651         * lib/gen-uio: New script.
46652         (USE_UNLOCKED_IO): Define to 1 if not already defined.
46653         * lib/unlocked-io.hin: Remove file.
46654         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
46655         rather than trying to embed it here.
46656         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
46657         Reported by Padraig Brady.
46658
46659 2001-09-25  Volker Borchert  <bt@teknon.de>
46660
46661         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
46662         `result'.
46663
46664 2001-09-24  Jim Meyering  <meyering@lucent.com>
46665
46666         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
46667
46668 2001-09-23  Jim Meyering  <meyering@lucent.com>
46669
46670         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
46671         instead of the mere test for existence of mntent.h.  The latter
46672         would get a false-positive on AIX 3.4 systems.
46673         In the outer getmntent if-block, don't die if neither of the getmntent
46674         tests succeeds.  Instead, just fall through and continue with the
46675         remaining tests.
46676
46677 2001-09-23  Jim Meyering  <meyering@lucent.com>
46678
46679         * lib/mountlist.c: Remove useless parentheses in #if directives.
46680         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
46681         the deprecated MOUNTED symbol is no longer defined in mntent.h.
46682
46683 2001-09-22  Jim Meyering  <meyering@lucent.com>
46684
46685         * m4/gettext.m4: New file.  From gettext.
46686         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
46687         * m4/progtest.m4: Likewise
46688         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
46689         * m4/glibc21.m4: Likewise.
46690
46691         * m4/libintl.m4: Remove.  No longer used.
46692
46693 2001-09-22  Jim Meyering  <meyering@lucent.com>
46694
46695         * lib/localcharset.c: Update from latest gettext.
46696         * lib/config.charset: Likewise.
46697
46698 2001-09-20  Jim Meyering  <meyering@lucent.com>
46699
46700         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
46701         strtoimax.
46702         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
46703         strtoumax.
46704
46705 2001-09-20  Jim Meyering  <meyering@lucent.com>
46706
46707         * lib/xstrtol.c (strtoimax): Guard declaration with
46708         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
46709         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
46710         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
46711         (strtoumax): Likewise, for completeness (it wasn't necessary).
46712
46713 2001-09-17  Paul Eggert  <eggert@twinsun.com>
46714
46715         * lib/strtoimax.c (HAVE_LONG_LONG):
46716         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
46717         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
46718         to work around bug in IBM C compiler.
46719
46720 2001-09-17  Jim Meyering  <meyering@lucent.com>
46721
46722         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
46723         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
46724         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
46725         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
46726         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
46727         whenever the right hand side need not be expanded by the shell.
46728
46729 2001-09-16  Paul Eggert  <eggert@twinsun.com>
46730
46731         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
46732         library.  It's not correct, as some older glibcs are buggy.
46733         fnmatch wasn't fixed until glibc 2.2.
46734
46735         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
46736         special shell magic here.
46737
46738 2001-09-16  Jim Meyering  <meyering@lucent.com>
46739
46740         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
46741         * m4/jm-macros.m4: Require it.
46742
46743 2001-09-16  Jim Meyering  <meyering@lucent.com>
46744
46745         * lib/mkdir.c: New file.
46746
46747 2001-09-15  Jim Meyering  <meyering@lucent.com>
46748
46749         * m4/jm-macros.m4: Check for help2man.
46750
46751 2001-09-11  Jim Meyering  <meyering@lucent.com>
46752
46753         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
46754         The body, by Paul Eggert, was moved here from configure.in.
46755         * m4/jm-macros.m4: Require UTILS_HOST_OS.
46756
46757 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46758
46759         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
46760         (jm_PREREQ): Use it.
46761
46762 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46763
46764         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
46765         Use ssize_t, not int, to store result of readlink.
46766         Check for ssize_t overflow as well as size_t overflow,
46767         as POSIX says the result of readlink is implementation-defined
46768         when ssize_t overflows.
46769         Remove unnecessary cast to char*.
46770         Use free+malloc instead of realloc, as the storage doesn't need
46771         to be preserved and it's clearer and can be more efficient that way.
46772         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
46773         * lib/xreadlink.h (xreadlink): Update prototype.
46774
46775 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46776
46777         * lib/xgetcwd.c: Revert some of the previous change; intead,
46778         fix the HAVE_GETCWD_NULL code to behave more like the
46779         !HAVE_GETCWD_NULL code used to.
46780
46781         Include "xalloc.h".
46782         (xgetcwd): Do not return NULL when memory is exhausted; instead,
46783         invoke xalloc_die.
46784
46785 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46786
46787         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
46788         sys/param.h, as pathmax.h includes them.
46789
46790 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46791
46792         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
46793         (jm_PREREQ_XGETCWD): New macro.
46794
46795         * m4/getcwd.m4: New file.
46796
46797 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46798
46799         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
46800         like the HAVE_GETCWD_NULL code.
46801         Include pathmax.h if not HAVE_GETCWD.
46802         Do not include xalloc.h.
46803         (INITIAL_BUFFER_SIZE): New symbol.
46804         Do not use xmalloc / xrealloc, since the caller is responsible for
46805         handling errors.  Preserve errno around `free' during failure.
46806         Do not overrun buffer when using getwd.
46807
46808 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46809
46810         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
46811         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
46812         getcwd (NULL, 0).
46813
46814 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46815
46816         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
46817         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
46818         spotted by Jim Meyering.
46819
46820 2001-09-03  Jim Meyering  <meyering@lucent.com>
46821
46822         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
46823         failure.
46824
46825 2001-09-02  Jim Meyering  <meyering@lucent.com>
46826
46827         * lib/error.c: Update from GNU libc.
46828
46829 2001-09-01  Jim Meyering  <meyering@lucent.com>
46830
46831         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
46832         Used by df.
46833
46834 2001-09-01  Jim Meyering  <meyering@lucent.com>
46835
46836         * lib/xreadlink.c: New file.
46837         * lib/xreadlink.h: New file.
46838         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
46839         xreadlink.h.
46840
46841         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
46842         doesn't conflict with sparc Solaris 7's definition in
46843         /usr/include/sys/int_types.h.
46844
46845         * lib/exclude.c: Use `""', not `<>' to #include non-system header
46846         files.
46847         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
46848         and strncasecmp as r-values.  Unixware didn't have declarations.
46849
46850 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46851
46852         * lib/xstrtol.h: Add copyright notice.
46853         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
46854         LONGINT_INVALID_SUFFIX_CHAR.
46855
46856 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46857
46858         * lib/xstrtol.c (strtoimax): New decl.
46859
46860 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46861
46862         * lib/xgetcwd.c: Don't include pathmax.h.
46863         Include stdlib.h and unistd.h if available.
46864         Include xalloc.h.
46865         (xmalloc, xstrdup, free): Remove decls.
46866         (xgetcwd): Don't assume sizes fit in unsigned.
46867         Check for overflow when computing sizes.
46868         Simplify reallocation code.
46869
46870 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46871
46872         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
46873         a directory's st_size can have an arbitrary value, so the old
46874         usage could waste an arbitrary amount of memory.  All uses
46875         changed.
46876         * lib/savedir.h: Update prototype.
46877
46878 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46879
46880         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
46881
46882         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
46883         old strtoimax.c.
46884
46885         Also, make the following further changes to make this file's
46886         configuration more similar to that of strtol.c:
46887         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
46888         (strtoumax, uintmax_t, strtoull, strtol): Remove.
46889         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
46890         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
46891         changed to signed values.
46892
46893         And make the following changes as well:
46894         Fix copyright notice, as 1999 was missing.
46895         (verify): New macro.
46896         (strtoimax): Check sizes at compile-time, not run-time.
46897         Prefer strtol to strtoll if both work.
46898         (main): Remove; it was not that useful and was a pain to maintain.
46899
46900         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
46901
46902 2001-08-31  Jim Meyering  <meyering@lucent.com>
46903
46904         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
46905         Use an initial, malloc'd, buffer of length 128 rather than
46906         a statically allocated one of length 1024.
46907
46908 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46909
46910         Simplify code, partly by assuming autoconf 2.52 semantics.
46911
46912         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
46913
46914         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
46915         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
46916         All uses removed.
46917         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
46918         Move AC_REQUIRE to next-to-top level, to avoid confusion.
46919         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
46920         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
46921         jm_AC_HEADER_INTTYPES_H.
46922         * m4/jm-macros.m4 (jm_MACROS): Likewise.
46923
46924         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
46925
46926         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46927         Quote first arg of AC_DEFUN.
46928         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
46929         since they are needed to parse the include file even if we need
46930         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
46931         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
46932         but with opposite signedness.
46933
46934 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46935
46936         Merge 'exclude' changes from tar 1.13.22.
46937         This fixes one or two unlikely storage allocation overflow bugs,
46938         but doesn't change user-visible behavior otherwise.
46939
46940 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46941
46942         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
46943         (jm_PREREQ_EXCLUDE): New macro.
46944
46945 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46946
46947         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
46948         tm to be declared.
46949
46950 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46951
46952         * lib/hash.c: Remove '2001' from copyright notice.
46953
46954 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46955
46956         * lib/full-write.h: New file.
46957         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
46958         * lib/full-write.c: Correct credits, as cccp.c no longer
46959         exists and anyway it was so heavily changed from the old cccp
46960         code as to be unrecognizable.  Include full-write.h.
46961         (full_write) Return size_t, with short writes meaning failure.
46962         All callers changed.  This fixes a bug with large buffers
46963         on 64-bit hosts.
46964         * lib/utime.c: Include full-write.h.
46965
46966 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46967
46968         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
46969         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
46970         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
46971         Include if available.
46972         (<xalloc.h>): Include
46973         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
46974         (verify): New macro.  Use it to verify that EXCLUDE macros do not
46975         collide with FNM macros.
46976         (struct patopts): New struct.
46977         (struct exclude): Use it, as exclude patterns now come with options.
46978         (new_exclude): Support above changes.
46979         (new_exclude, add_exclude_file):
46980         Initial size must now be a power of two to simplify overflow checking.
46981         (free_exclude, fnmatch_no_wildcards): New function.
46982         (excluded_filename): No longer requires options arg, as the options
46983         are determined by add_exclude.  Now returns bool, not int.
46984         (excluded_filename, add_exclude):
46985         Add support for the fancy new exclusion options.
46986         (add_exclude, add_exclude_file): Now takes int options arg.
46987         Check for arithmetic overflow when computing sizes.
46988         (add_exclude_file): xrealloc might modify errno, so don't
46989         realloc until after errno might be used.
46990
46991         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
46992         New macros.
46993         (free_exclude): New decl.
46994         (add_exclude, add_exclude_file): Now takes int options arg.
46995         (excluded_filename): No longer requires options arg, as the options
46996         are determined by add_exclude.  Now returns bool, not int.
46997
46998 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46999
47000         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
47001
47002 2001-08-27  Jim Meyering  <meyering@lucent.com>
47003
47004         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
47005
47006         * lib/version-etc.c (N_): Remove definition.
47007         Revert most of last change.
47008         Instead, simply don't mark the `Copyright...' string for translation.
47009         Based on advice from Paul Eggert.
47010
47011         * lib/strtoxmax.c: Tweak comment.
47012
47013 2001-08-26  Jim Meyering  <meyering@lucent.com>
47014
47015         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
47016
47017         * m4/xstrtoimax.m4: New file.
47018         * m4/xstrtoumax.m4: Add comments explaining why we
47019         AC_REPLACE_FUNCS(strtol).
47020
47021 2001-08-26  Jim Meyering  <meyering@lucent.com>
47022
47023         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
47024         of copyright with `%s' so translators don't get an untranslated
47025         message in 2002.
47026         (COPYRIGHT_YEAR): Define.
47027         (version_etc): Use fprintf rather than fputs.
47028         Suggestion from Ulrich Drepper.
47029
47030         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
47031
47032         * lib/strtoll.c: New file, from GNU libc.
47033         * lib/xstrtoimax.c: New file.
47034
47035         * lib/xstrtol.h: Add xstrtoimax.
47036         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
47037         * lib/strtoimax.c: New file.  Likewise, but first define
47038         STRTOUXMAX_SIGNED.
47039
47040         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
47041         ...
47042         * lib/strtoxmax.c: ... then renamed to this.
47043
47044 2001-08-18  Paul Eggert  <eggert@twinsun.com>
47045
47046         * m4/inttypes.m4: Add AC_PREREQ(2.13).
47047         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
47048         (jm_AC_TYPE_INTMAX_T): New macro.
47049         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
47050
47051         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
47052
47053         * m4/longlong.m4: Renamed from ulonglong.m4.
47054         * m4/inttypes.m4: Renamed from inttypes_h.m4.
47055         * m4/uintmax_t.m4: Removed.
47056
47057 2001-08-13  Paul Eggert  <eggert@twinsun.com>
47058
47059         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
47060         Port to Solaris 8, where 'sed' requires a space after the 'r'
47061         command, and where sh dislikes "$/".  Clean up the spacing a bit.
47062         Redirect output to $tmp just once.
47063
47064 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
47065
47066         * lib/addext.c (<errno.h>): Include.
47067         (errno): Declare if not defined.
47068         (addext): Work correctly when pathconf returns -1 and leaves
47069         errno alone because there is no limit.  Also, work even if
47070         pathconf returns a value greater than SIZE_MAX.
47071
47072 2001-08-12  Jim Meyering  <meyering@lucent.com>
47073
47074         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
47075         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
47076         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
47077         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
47078         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
47079         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
47080         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
47081         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
47082         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
47083         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
47084         utime.m4, utimes.m4, xstrtoumax.m4:
47085         Quote the first argument in each use of AC_DEFUN.
47086
47087 2001-08-12  Jim Meyering  <meyering@lucent.com>
47088
47089         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
47090         Simply `return getcwd (NULL, 0);'.
47091         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
47092         Use 1300 as initial value for length, not PATH_MAX.
47093
47094         * lib/pathmax.h: Clean up cpp syntax.
47095
47096 2001-08-12  Jim Meyering  <meyering@lucent.com>
47097
47098         * lib/gettimeofday.c: New file.
47099         * lib/gtod.h: New file.
47100         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
47101
47102 2001-08-05  Jim Meyering  <meyering@lucent.com>
47103
47104         * m4/jm-macros.m4: Require autoconf-2.52.
47105
47106 2001-08-04  Jim Meyering  <meyering@lucent.com>
47107
47108         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
47109         stmt, to get in sync with glibc.
47110
47111 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47112
47113         The following changes are from gettext 0.10.39 as maintained by
47114         Bruno Haible.
47115
47116         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
47117         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
47118         with inverted sense.  All uses changed.
47119
47120         * lib/mbswidth.c: Don't include <limits.h>.
47121         Include <stdlib.h> and <string.h> unconditionally.
47122         (iswcntrl, mbsinit, ISCNTRL): New macros.
47123         (mbsnwidth): Use K&R style function declarations.
47124         Don't bother checking for MB_LEN_MAX == 1, since the compiler
47125         can optimize it when MB_CUR_MAX == 1.
47126         The width of control characters is zero, not 1.
47127
47128 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47129
47130         The following changes are from gettext 0.10.39 as maintained by
47131         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
47132
47133         * m4/codeset.m4: Upgrade to serial AM1.
47134         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
47135         all uses changed.  Quote first arg of AC_DEFUN.
47136         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
47137
47138         * m4/iconv.m4: Upgrade to serial AM2.
47139         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
47140         Add --with-libconv-prefix.
47141         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
47142         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
47143         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
47144         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
47145         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
47146
47147         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
47148         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
47149         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
47150         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
47151         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
47152         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
47153         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
47154         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
47155         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
47156
47157         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
47158         string.h any more.
47159
47160         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
47161         not the default value.
47162
47163         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
47164         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
47165         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
47166         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
47167         Also check for iswcntrl, used for wcwidth fallback.
47168         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
47169         to Autoconf 2.13.
47170
47171 2001-08-03  Jim Meyering  <meyering@lucent.com>
47172
47173         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
47174         as it was in the original.  Reported by Paul Eggert.
47175
47176 2001-07-16  Jim Meyering  <meyering@lucent.com>
47177
47178         * m4/gettimeofday.m4: New file.
47179         Prompted by a report from Bernhard Baehr.
47180
47181 2001-07-15  Jim Meyering  <meyering@lucent.com>
47182
47183         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
47184         stuff. Now it's in ../Makefile.cfg.
47185
47186 2001-07-15  Jim Meyering  <meyering@lucent.com>
47187
47188         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
47189         (BUILT_SOURCES): Add unlocked-io.h.
47190         (io_functions): Define.
47191         (unlocked-io.h): New rule.
47192         (DISTCLEANFILES): Add unlocked-io.h.
47193         (all-local): Depend on unlocked-io.h, to ensure it is created.
47194
47195         * lib/unlocked-io.hin: New file
47196
47197         * lib/regex.c: Update from glibc.
47198
47199 2001-07-05  Jim Meyering  <meyering@lucent.com>
47200
47201         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
47202         recommendation.
47203         (libfetish_a_SOURCES): Put all .h files here instead.
47204         Remove a thus-exposed (better checks in automake) duplicate and
47205         two unnecessary .h files.
47206
47207 2001-07-04  Jim Meyering  <meyering@lucent.com>
47208
47209         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
47210         that generates jm-glibc-io.m4 so that it doesn't trigger any make
47211         distcheck failure.
47212
47213 2001-07-02  Jim Meyering  <meyering@lucent.com>
47214
47215         The following changes were prompted by suggestions from Bruno Haible.
47216
47217         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
47218         is now generated.
47219         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
47220         definition of EXTRA_DIST.
47221         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
47222         ensure that the generated file is created/updated whenever the list
47223         of $(unlocked_functions) is changed.
47224         (jm-glibc-io.m4): New rule.
47225         (unlocked-io.h): New rule -- currently unused.
47226
47227 2001-06-24  Jim Meyering  <meyering@lucent.com>
47228
47229         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
47230         unmatched right bracket, rather than kludging it with an extra,
47231         falsely-matching quote in a comment.  Patch by Akim Demaille.
47232
47233 2001-06-11  Jim Meyering  <meyering@lucent.com>
47234
47235         * lib/regex.c: Update from GNU libc.
47236
47237 2001-05-27  Jim Meyering  <meyering@lucent.com>
47238
47239         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
47240         Check for ut_type in struct utmp.
47241
47242 2001-05-27  Jim Meyering  <meyering@lucent.com>
47243
47244         * lib/readutmp.h (UT_TYPE): Define.
47245
47246 2001-05-24  Jim Meyering  <meyering@lucent.com>
47247
47248         * lib/argmatch.c: Include "quote.h".
47249         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
47250         quote function.  Reported by Göran Uddeborg.
47251
47252 2001-05-22  Jim Meyering  <meyering@lucent.com>
47253
47254         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
47255         now that we use the package-supplied version unconditionally.
47256         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
47257
47258 2001-05-21  Jim Meyering  <meyering@lucent.com>
47259
47260         * m4/regex.m4: Change a couple backticks to single quotes to avoid
47261         shell syntax errors.
47262
47263 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47264
47265         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
47266
47267 2001-05-20  Paul Eggert  <eggert@twinsun.com>
47268
47269         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
47270         Don't bother to check library strftime, since
47271         we'll be using our own my_strftime function anyway.
47272         Define my_strftime instead of strftime.
47273
47274 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
47275
47276         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
47277         which is not yet declared.
47278
47279 2001-05-15  Jim Meyering  <meyering@lucent.com>
47280
47281         * m4/regex.m4: Use proper quoting so brackets appear in the test
47282         program.
47283         Reported by, and with help from, Bruno Haible.
47284
47285 2001-05-13  Jim Meyering  <meyering@lucent.com>
47286
47287         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
47288         undefined.
47289
47290 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47291
47292         dirname code cleanup.  base_name now behaves more compatibly
47293         with POSIX basename when given file names that have trailing
47294         slashes, and similarly for dir_name.  Add new primitives
47295         base_len and dir_len.  Put the directory-name-related decls
47296         into dirname.h.
47297
47298         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
47299         * lib/backupfile.c (base_name): Likewise.
47300         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
47301         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
47302         * lib/makepath.c (strip_trailing_slashes): Likewise.
47303         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
47304         ISSLASH): Likewise.
47305         * lib/rename.c (strip_trailing_slashes): Likewise.
47306         * lib/same.c (base_name): Likewise.
47307         * lib/stripslash.c (ISSLASH): Likewise.
47308
47309         * lib/addext.c: Include <dirname.h> after size_t is defined.
47310         * lib/backupfile.c: Likewise.
47311
47312         * lib/addext.c (addext): Use base_len to trim redundant
47313         trailing slashes instead of doing it ourselves.
47314         But do not trim the last slash if it is not redundant.
47315
47316         * lib/backupfile.c (find_backup_file_name,
47317         max_backup_version): Use base_len instead of rolling it ourselves.
47318         Handle the case of "" and (on DOS) "C:" correctly.
47319
47320         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
47321         needed. Include <string.h>, <dirname.h>.
47322         (base_name): Allow file names ending in slashes, other than names
47323         that are all slashes.  In this case, return the basename followed
47324         by the slashes.  This is more general, and can be used in places
47325         where the original base_name purposely had an assertion failure.
47326         (base_len): New function.
47327
47328         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47329         Do not include <assert.h>; no longer needed.
47330         Include xalloc.h.
47331         (memrchr): Remove decl.
47332         (dir_name_r): Remove.
47333         (dir_len): Renamed from dirlen.  All callers changed.
47334         Rewrite in terms of base_name, for simplicity and consistency.
47335         (dir_name): Never return NULL.  All callers changed.
47336         Do not include <stdlib.h> in test program; no longer needed.
47337         return 0; is fine for test program.
47338
47339         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47340         New macros.
47341         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47342
47343         * lib/path-concat.c (path_concat): Use base_len to compute
47344         base length, not strlen; this means we cannot rely on memcpy
47345         to null-terminate.
47346
47347         * lib/same.c (STREQ): Remove.
47348         (same_name): Handle the case where the basename ends in trailing '/'.
47349
47350         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47351         a slash was stripped.  Do not strip the last slash after a
47352         file system prefix.
47353
47354 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47355
47356         * lib/Makefile.am (libfetish_a_SOURCES):
47357         Add strftime.c, since we now compile it on all hosts.
47358
47359         * lib/strftime.c (my_strftime):
47360         Define to nstrftime if emacs, but only if my_strftime is not defined.
47361         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47362         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47363         Add one more extra argument: a nanoseconds value.
47364         All uses changed.
47365         (ns): New macro.
47366         (my_strftime function): Add %N format.
47367         (emacs_strftimeu): Renamed from emacs_strftime,
47368         with extra ut argument.
47369
47370 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47371
47372         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47373
47374 2001-04-21  Jim Meyering  <meyering@lucent.com>
47375
47376         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47377         doesn't interfere.
47378
47379 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47380
47381         * m4/ftruncate.m4: Check for chsize.
47382         Link with ftruncate.o unconditionally if ftruncate is missing.
47383         This was required when cross-compiling to i586-mingw32msvc.
47384
47385 2001-04-08  Jim Meyering  <meyering@lucent.com>
47386
47387         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47388         recomputed; that's necessary when the offset spans a DST transition.
47389         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47390
47391 2001-04-02  Jim Meyering  <meyering@lucent.com>
47392
47393         * lib/regex.h, regex.c: Update from GNU libc.
47394
47395 2001-03-24  Jim Meyering  <meyering@lucent.com>
47396
47397         * m4/jm-macros.m4: Require autoconf-2.49d.
47398
47399 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47400
47401         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47402
47403 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47404
47405         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47406
47407 2001-03-17  Jim Meyering  <meyering@lucent.com>
47408
47409         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47410         now that the version in autoconf is equivalent.
47411         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47412
47413         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47414         Suggestion from Akim Demaille.
47415
47416         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47417         (jm_PREREQ_TEMPNAME): New function.
47418
47419 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47420
47421         * lib/tempname.c (uint64_t): Define to uintmax_t if
47422         not defined, and if UINT64_MAX is not defined.
47423         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
47424         Reported by John David Anglin.
47425
47426 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
47427
47428         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
47429         resolve alias if codeset is empty.
47430         * lib/config.charset (BeOS): Use wildcard syntax.
47431
47432 2001-03-13  Jim Meyering  <meyering@lucent.com>
47433
47434         * lib/path-concat.c (path_concat)
47435         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
47436         concatenating e.g., `C:' and `foo'.
47437         From Bruno Haible.
47438
47439 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47440
47441         * lib/localcharset.c (locale_charset): Don't use
47442         setlocale(LC_CTYPE,NULL). Don't return NULL.
47443         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
47444
47445 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47446
47447         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
47448         support for DOS/DJGPP.
47449
47450 2001-03-01  Paul Eggert  <eggert@twinsun.com>
47451
47452         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
47453         lacks mkstemp.  Compile our own tempname.c if we compile our own
47454         mkstemp.c, as mkstemp relies on tempname.
47455
47456 2001-03-01  Jim Meyering  <meyering@lucent.com>
47457
47458         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
47459         AH_VERBATIM really does output its argument verbatim.
47460
47461 2001-02-28  Paul Eggert  <eggert@twinsun.com>
47462
47463         * lib/Makefile.am (libfetish_a_SOURCES):
47464         Add dup-safer.c, fopen-safer.c.
47465         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
47466
47467         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
47468         * lib/unistd-safer.h: New files.
47469
47470 2001-02-25  Paul Eggert  <eggert@twinsun.com>
47471
47472         The mkstemp replacement is taken from glibc 2.2.2, with some
47473         portability fixes for use outside glibc, as follows:
47474
47475         * lib/tempname.c (struct_stat64): New macro.
47476         (direxists, __gen_tempname): Use it.
47477         This avoids a portability problem with Solaris 8.
47478
47479         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
47480         (<stddef.h>, <stdint.h>, <string.h>):
47481         Include only if STDC_HEADERS || _LIBC.
47482         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
47483         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
47484         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
47485         (__set_errno): Define this macro if <errno.h> doesn't.
47486         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
47487         Define these macros if <stdio.h> doesn't.
47488         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
47489         Define these macros if <sys/stat.h>
47490         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
47491         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
47492         __xstat64): Define if not _LIBC.
47493         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
47494         (__gen_tempname): Invoke gettimeofday only if
47495         HAVE_GETTIMEOFDAY || _LIBC;
47496         otherwise, fall back on plain "time".
47497         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
47498
47499         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
47500
47501         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
47502
47503 2001-02-18  Paul Eggert  <eggert@twinsun.com>
47504
47505         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
47506
47507 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47508
47509         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
47510         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
47511         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
47512         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47513
47514 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47515
47516         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
47517         Remove workaround macros for hosts that have mbrtowc but not
47518         mbstate_t, as we now insist on proper declarations for both
47519         before using mbrtowc.
47520
47521 2001-02-17  Jim Meyering  <meyering@lucent.com>
47522
47523         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
47524         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
47525         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
47526         UnixWare 7.1.1.
47527
47528         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
47529         rather than AC_CACHE_VAL.
47530
47531 2001-02-17  Jim Meyering  <meyering@lucent.com>
47532
47533         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
47534         around included file name.
47535
47536         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
47537
47538         * lib/strftime.c: Update from GNU libc (the only changes were to
47539         comments).
47540
47541 2001-02-17  Jim Meyering  <meyering@lucent.com>
47542
47543         * lib/regex.c: Update from libc.
47544
47545 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
47546
47547         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
47548         clash.
47549
47550 2001-02-16  Paul Eggert  <eggert@twinsun.com>
47551
47552         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
47553         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
47554         Reported by Mark Hounschell via Paul Eggert.
47555
47556 2001-02-07  Jim Meyering  <meyering@lucent.com>
47557
47558         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
47559
47560 2001-02-05  Jim Meyering  <meyering@lucent.com>
47561
47562         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
47563         it includes the patch required for `large file' support with at least
47564         HP-UX's 10.20 /bin/cc.
47565
47566 2001-02-03  Jim Meyering  <meyering@lucent.com>
47567
47568         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
47569         AS_IF, now that it works once again (mysteriously).
47570         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47571
47572 2001-01-30  Jim Meyering  <meyering@lucent.com>
47573
47574         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
47575         * m4/chown.m4: Rename conftestchown to conftest.chown.
47576         * m4/rename.m4: s/conftestdir/conftest.d1/ and
47577         s/conftestdir2/conftest.d2/.
47578         * m4/utimes.m4: s/conftestdata/conftest.data/
47579         Inspired by Pavel Roskin's change in autoconf.
47580
47581 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
47582
47583         * lib/config.charset: Update for FreeBSD 4.2.
47584
47585 2001-01-27  Jim Meyering  <meyering@lucent.com>
47586
47587         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
47588         a use of AS_IF.
47589         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47590
47591 2001-01-26  Jim Meyering  <meyering@lucent.com>
47592
47593         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
47594         quotearg.c includes it.
47595
47596 2001-01-26  Jim Meyering  <meyering@lucent.com>
47597
47598         * lib/quotearg.c: Include stddef.h.
47599         * lib/quote.c: Include stddef.h.
47600         Reported by Axel Kittenberger.
47601
47602         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
47603         line in double quotes so that it evokes a better diagnostic.
47604         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
47605         Reported by Axel Kittenberger.
47606
47607 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
47608
47609         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
47610         as if it was a `charset'.
47611
47612 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47613
47614         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
47615         has const.
47616
47617 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47618
47619         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
47620         to avoid a warning.  Add back 'const' to inptr.
47621
47622 2001-01-20  Jim Meyering  <meyering@lucent.com>
47623
47624         Be sure that headers are checked before used in code compiled
47625         for the type checks.
47626         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
47627         In place of that, invoke jm_CHECK_ALL_TYPES.
47628         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
47629         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
47630         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
47631         The check for ssize_t was mistakenly run before the test for unistd.h.
47632
47633         The configure-time check for stdbool.h was missing.
47634         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
47635         (jm_PREREQ_HASH): New function.
47636
47637 2001-01-17  Jim Meyering  <meyering@lucent.com>
47638
47639         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
47640         for autoconf-2.49c.
47641         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
47642
47643 2001-01-16  Jim Meyering  <meyering@lucent.com>
47644
47645         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
47646         From Bruno Haible.
47647
47648 2001-01-14  Jim Meyering  <meyering@lucent.com>
47649
47650         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
47651         foo and bar.  Create conftestdir/ in the script, not in the C code.
47652         Remove directories in the script, not in the C code.
47653         Remove conftestdir{,2} before trying to create the directory.
47654         Make the entire configure script fail if the mkdir fails.
47655
47656 2001-01-14  Jim Meyering  <meyering@lucent.com>
47657
47658         * lib/rename.c: New file.  From Volker Borchert.
47659         Include stdlib.h, string.h or strings.h, and xalloc.h.
47660         Use strip_trailing_slashes rather than open-coding it.
47661
47662 2001-01-03  Paul Eggert  <eggert@twinsun.com>
47663
47664         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
47665
47666 2001-01-03  Jim Meyering  <meyering@lucent.com>
47667
47668         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
47669         of local `inptr' to avoid warning with some system declarations of
47670         iconv.
47671
47672 2001-01-02  Volker Borchert  <bt@teknon.de>
47673
47674         * m4/rename.m4: New file.
47675         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
47676
47677 2001-01-01  Jim Meyering  <meyering@lucent.com>
47678
47679         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
47680         even on systems with utmpx.h.  It's necessary for the declaration of
47681         utmp's ut_user member.  Reported by Andreas Jaeger.
47682
47683         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
47684         available. They are required for the declarations of getgrgid and
47685         getpwuid resp.
47686         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
47687         Reported by Andreas Jaeger.
47688
47689 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
47690
47691         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
47692         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
47693         so `make install' also works in VPATH builds.
47694
47695 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
47696
47697         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
47698         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
47699         can be used in subdirectories.
47700
47701 2000-12-29  Paul Eggert  <eggert@twinsun.com>
47702
47703         * lib/modechange.c: Do not assume that mode_t uses the
47704         traditional octal encoding.  E.g. "chmod 1 FOO" should set
47705         the other-execute bit of FOO even if S_IXOTH != 1.
47706
47707         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
47708         WOTH, XOTH, ALLM): New macros.
47709         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
47710          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
47711         Use them.
47712         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
47713         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
47714         (mode_compile):
47715         No need to use uintmax_t; unsigned long is long enough.
47716         Don't bother to get suffix since we don't use it.
47717
47718 2000-12-26  Jim Meyering  <meyering@lucent.com>
47719
47720         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
47721         better with autoheader.
47722
47723 2000-12-24  Jim Meyering  <meyering@lucent.com>
47724
47725         * lib/hash.c (is_prime): Return explicit boolean values.
47726         (hash_get_first): Return NULL to appease Irix5.6's 89.
47727         Reported by Nelson Beebe.
47728
47729 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
47730
47731         * lib/localcharset.c (locale_charset): Add support for Win32.
47732
47733 2000-12-18  Paul Eggert  <eggert@twinsun.com>
47734
47735         * lib/physmem.h, lib/physmem.c: New files.
47736
47737         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
47738         (noinst_HEADERS): Add physmem.h.
47739
47740         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
47741         't' for compatibility with Solaris 8 sort.
47742
47743 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
47744
47745         * lib/config.charset: Add support for BeOS.
47746
47747 2000-12-17  Jim Meyering  <meyering@lucent.com>
47748
47749         * m4/dos.m4 (jm_AC_DOS): New file and macro.
47750         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
47751
47752 2000-12-16  Jim Meyering  <meyering@lucent.com>
47753
47754         This bug had a serious impact on chown: `chown N:M FILE' (for integer
47755         N and M) would have treated it like `chown N:N FILE'.
47756
47757         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
47758
47759 2000-12-16  Jim Meyering  <meyering@lucent.com>
47760
47761         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
47762         SHELLS_FILE to a file name that's useful on djgpp systems.
47763         Include stdlib.h.
47764         (ADDITIONAL_DEFAULT_SHELLS): Define.
47765         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
47766         Based mostly on a patch from Prashant TR.
47767
47768 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
47769
47770         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
47771         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
47772         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
47773
47774 2000-12-08  Andreas Schwab  <schwab@suse.de>
47775
47776         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
47777         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
47778
47779 2000-12-07  Jim Meyering  <meyering@lucent.com>
47780
47781         * lib/stripslash.c (ISSLASH): Define.
47782         (strip_trailing_slashes): Use ISSLASH rather than comparing against
47783         `/'.
47784         From Prashant TR.
47785
47786         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
47787         (dir_name_r): Declare this function as static.
47788         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
47789         manifest itself on a name containing a mix of slashes and
47790         backslashes.
47791         Make this function work with names starting with a DOS-style
47792         drive letter and colon prefix.
47793         (dir_name): Append `.' if necessary.
47794         Based mostly on patches from Prashant TR and Eli Zaretskii.
47795
47796         * lib/dirname.h (dir_name_r): Remove prototype.
47797
47798 2000-12-06  Paul Eggert  <eggert@twinsun.com>
47799
47800         * m4/off_t-format.m4: Remove this file.
47801         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
47802
47803 2000-12-06  Jim Meyering  <meyering@lucent.com>
47804
47805         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
47806         replacement strtoull, we may well need the replacement strtoul, too.
47807         Check for declarations of strtoul and strtoull.
47808         Check for strtol.  Mainly as a cue to cause automake to include
47809         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
47810         Check for limits.h -- strtol.c needs it.
47811
47812 2000-12-05  Jim Meyering  <meyering@lucent.com>
47813
47814         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
47815
47816 2000-12-04  Jim Meyering  <meyering@lucent.com>
47817
47818         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
47819         Also include memory.h, stdlib.h, unistd.h if appropriate.
47820         Reported by Andreas Jaeger (conflicting declaration of malloc).
47821
47822 2000-12-02  Jim Meyering  <meyering@lucent.com>
47823
47824         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
47825         * m4/jm-macros.m4 (jm_MACROS): require it.
47826
47827 2000-12-02  Jim Meyering  <meyering@lucent.com>
47828
47829         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
47830
47831 2000-12-01  Paul Eggert  <eggert@twinsun.com>
47832
47833         * lib/memrchr.c: Include <config.h> before any system include file.
47834
47835 2000-11-30  Jim Meyering  <meyering@lucent.com>
47836
47837         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
47838
47839 2000-11-30  Jim Meyering  <meyering@lucent.com>
47840
47841         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
47842
47843 2000-11-29  Paul Eggert  <eggert@twinsun.com>
47844
47845         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
47846
47847 2000-11-26  Jim Meyering  <meyering@lucent.com>
47848
47849         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
47850
47851 2000-11-22  Paul Eggert  <eggert@twinsun.com>
47852
47853         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
47854         size of (size_t) -1; it's not portable.
47855
47856 2000-11-17  Jim Meyering  <meyering@lucent.com>
47857
47858         * lib/strstr.c: Update from GNU libc.
47859
47860 2000-11-17  Akim Demaille  <akim@epita.fr>
47861
47862         * lib/obstack.h: Formatting changes.
47863         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
47864         prevent type checking.
47865         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
47866         cast the value to (void *): assigning a `foo *' to a `void *'
47867         variable is valid.
47868         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
47869
47870 2000-11-16  Jim Meyering  <meyering@lucent.com>
47871
47872         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
47873
47874 2000-11-11  Jim Meyering  <meyering@lucent.com>
47875
47876         * lib/error.c: Add a couple #includes, merging from GNU libc version.
47877
47878 2000-11-10  Jim Meyering  <meyering@lucent.com>
47879
47880         * lib/obstack.h: Update from GNU libc.
47881         * lib/obstack.c: Likewise.
47882
47883 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
47884
47885         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
47886
47887 2000-11-06  Paul Eggert  <eggert@twinsun.com>
47888
47889         * lib/getusershell.c (setusershell): Use rewind rather than
47890         fseek/fseeko, to avoid configuration hassles with fseeko.
47891         Don't bother opening SHELLS_FILE if shellstream is NULL;
47892         it's not necessary.
47893
47894 2000-11-05  Jim Meyering  <meyering@lucent.com>
47895
47896         * lib/makepath.h (make_dir): Declare.
47897         * lib/makepath.c (make_dir): Remove `static' attribute.
47898         Tweak a comment.
47899
47900 2000-11-04  Jim Meyering  <meyering@lucent.com>
47901
47902         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
47903
47904 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
47905
47906         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
47907         last one in a bucket, advance to the next bucket.
47908
47909 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
47910
47911         * lib/fnmatch.c: Do not comment out all the code if we are using
47912         the GNU C library, because in some cases we are replacing buggy
47913         code in the GNU C library itself.
47914
47915 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
47916
47917         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
47918         (regex_compile): Catch bogus \(\1\).
47919
47920 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47921
47922         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
47923         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
47924         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
47925
47926 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47927
47928         * lib/error.h, getline.h, modechange.h:
47929         Remove "2000" from Copyright line, as the file hasn't been
47930         changed this year other than in the copyright notice.
47931
47932         * lib/xalloc.h: Add "2000" to Copyright line, as this file
47933         was changed this year.
47934
47935 2000-10-29  Jim Meyering  <meyering@lucent.com>
47936
47937         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
47938         renaming.
47939         * m4/ls-mntd-fs.m4: Likewise
47940
47941 2000-10-29  Jim Meyering  <meyering@lucent.com>
47942
47943         * lib/xstat.in: Fix grammar in comment.
47944
47945 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
47946
47947         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
47948         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
47949         doesn't define __restrict_arr.
47950
47951 2000-10-28  Jim Meyering  <meyering@lucent.com>
47952
47953         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
47954         (jm_PREREQ_MEMCHR): New function.
47955
47956 2000-10-28  Jim Meyering  <meyering@lucent.com>
47957
47958         * lib/memchr.c: Update from libc.
47959         Adjust for portability:
47960         [HAVE_STDLIB_H]: Include stdlib.h.
47961         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
47962         Undef __memchr, too.
47963         [!weak_alias]: Define __memchr to memchr.
47964
47965         * lib/regex.c: Update from libc.
47966         * lib/regex.h: Likewise.
47967         * lib/getopt1.c: Likewise.
47968         * lib/memcmp.c: Likewise.
47969
47970         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
47971         Avoid using fseek, when possible -- it's broken by design.
47972         Patch by Ulrich Drepper.
47973
47974 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
47975
47976         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
47977         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
47978         Giving in to popular pressure to shut up the compiler with casts.
47979
47980 2000-10-26  Jim Meyering  <meyering@lucent.com>
47981
47982         * lib/strftime.c: Update from libc.
47983
47984 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
47985
47986         * regex.c: More `unsigned char' -> `re_char' changes.
47987         Also change several `int' into `re_wchar_t'.
47988         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
47989         (PUSH_FAILURE_POINTER): Don't cast any more.
47990         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
47991         We want GCC to complain, since this piece of code makes
47992         re_match non-reentrant, which *should* be fixed.
47993         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
47994         (EXTEND_BUFFER): Use RETALLOC.
47995         (SET_LIST_BIT): Don't cast.
47996         (re_wchar_t): New type.
47997         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
47998         that those two functions will always properly return.
47999         (IMMEDIATE_QUIT_CHECK): Cast to void.
48000         (analyse_first): Use recursion rather than an explicit stack.
48001         (re_compile_fastmap): Can't fail anymore.
48002         (re_search_2): Don't check re_compile_fastmap for failure.
48003         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
48004         Now also sets the new value (passed in a new argument).
48005         (re_match_2_internal): Use it.
48006         Also, use a new var `reg' of type size_t when looping through regs
48007         rather than reuse the inappropriate `mcnt'.
48008
48009 2000-10-25  Jim Meyering  <meyering@lucent.com>
48010
48011         * lib/obstack.c: Update from libc.
48012
48013 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
48014
48015         * regex.c (regex_compile): Change the way of handling a range from
48016         a char less than 256 to a char not less than 256.
48017
48018 2000-10-24  Andrew Innes  <andrewi@gnu.org>
48019
48020         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
48021         NT-Emacs only.
48022         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
48023         so that re_search functions only quit when callers expect them to.
48024
48025 2000-10-23  Jim Meyering  <meyering@lucent.com>
48026
48027         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
48028         wrong.  That set_locale call must not have any side effects.
48029         From Paul Eggert.
48030
48031 2000-10-22  Jim Meyering  <meyering@lucent.com>
48032
48033         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
48034         [CYCLIC]: Remove now-unused definition.
48035
48036         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
48037         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
48038         Suggestion from Ulrich Drepper.
48039
48040 2000-10-21  Jim Meyering  <meyering@lucent.com>
48041
48042         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
48043         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
48044         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
48045
48046 2000-10-21  Jim Meyering  <meyering@lucent.com>
48047
48048         * lib/dirname.c (memrchr): Declare if necessary.
48049         (dir_name): Remove the restriction that there be no
48050         trailing slashes.  Now, this code skips past them, effectively
48051         ignoring them.
48052         [TEST_DIRNAME] (main): New unit tests.
48053
48054         * lib/memrchr.c: New file from GNU libc.
48055         Undef __memrchr, too.
48056         [!weak_alias]: Define __memrchr to memrchr.
48057         Guard weak_alias use with `#ifdef weak_alias'.
48058
48059 2000-10-21  Jim Meyering  <meyering@lucent.com>
48060
48061         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
48062         (dir_name): Use dir_name_r.
48063         * lib/dirname.h (dir_name_r): Declare it.
48064
48065 2000-10-17  Jim Meyering  <meyering@lucent.com>
48066
48067         * lib/quote.h (PARAMS): Define and use.
48068         Reported by Akim Demaille.
48069
48070         * lib/getopt.c: Update from libc.
48071
48072 2000-10-16  Jim Meyering  <meyering@lucent.com>
48073
48074         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
48075         setlocale.
48076         From Jan Fedak.
48077
48078 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
48079
48080         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
48081
48082 2000-09-25  Jim Meyering  <meyering@lucent.com>
48083
48084         * lib/md5.h (rol): Define (from GnuPG).
48085
48086         * lib/sha.c: Give credit (GnuPG) where due.
48087         (M): Use rol rather than open-coding it.
48088         Add a FIXME comment.
48089
48090 2000-09-21  Jim Meyering  <meyering@lucent.com>
48091
48092         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
48093         Reported by Michael Stone.
48094
48095 2000-09-20  Jim Meyering  <meyering@lucent.com>
48096
48097         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
48098         (noinst_HEADERS): Add sha.h.
48099         Based on code from Scott G. Miller and from GnuPG.
48100
48101 2000-09-18  Jim Meyering  <meyering@lucent.com>
48102
48103         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
48104         LIBS. Otherwise, everyone ends up linking with -lelf for some
48105         configurations.
48106         Reported by Mike Stone.
48107
48108 2000-09-15  Jim Meyering  <meyering@lucent.com>
48109
48110         * lib/regex.c: Update from libc.
48111
48112 2000-09-10  Jim Meyering  <meyering@lucent.com>
48113
48114         * lib/getopt.c (_getopt_internal): Update from glibc.
48115
48116 2000-09-09  Jim Meyering  <meyering@lucent.com>
48117
48118         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
48119         think it should be used as a general replacement for isascii.
48120         * lib/fnmatch.c: Likewise.
48121         * lib/mbswidth.c: Likewise
48122         * lib/regex.c: Likewise.
48123
48124         Don't use atoi.
48125         * lib/userspec.c: Include sys/param.h and limits.h.
48126         Include xstrtol.h.
48127         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48128         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
48129         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
48130         UID, GID.  Check range.
48131
48132 2000-09-06  Jim Meyering  <meyering@lucent.com>
48133
48134         * lib/getopt.c (_getopt_internal): Update from glibc.
48135
48136 2000-08-30  Jim Meyering  <meyering@lucent.com>
48137
48138         * lib/strftime.c: Merge in changes from GNU libc.
48139
48140 2000-08-26  Jim Meyering  <meyering@lucent.com>
48141
48142         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
48143         * m4/fpending.m4: New file.
48144
48145 2000-08-26  Jim Meyering  <meyering@lucent.com>
48146
48147         * lib/closeout.c: Include "__fpending.h".
48148         (close_stdout_status): Return right away if there's nothing to flush.
48149
48150         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
48151         * lib/__fpending.c: New file.
48152         * lib/__fpending.h: New file.
48153
48154 2000-08-20  Jim Meyering  <meyering@lucent.com>
48155
48156         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
48157         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
48158         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
48159
48160 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
48161
48162         Improve fileutils installation on systems where running
48163         programs (like install) can't be unlinked.
48164         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
48165         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
48166
48167 2000-08-07  Paul Eggert  <eggert@twinsun.com>
48168
48169         Standardize on "memory exhausted" instead of "Memory exhausted"
48170         or "virtual memory exhausted".
48171         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
48172         "virtual memory exhausted".
48173         * lib/same.c (same_name): Invoke xalloc_die instead of printing
48174         our own message.
48175         * lib/userspec.c (parse_user_spec): Likewise.
48176         * lib/bumpalloc.h: comment fix
48177         * lib/same.c, userspec.c: Include xalloc.h.
48178
48179         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
48180         not char *const and pointing to a constant array.
48181         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
48182         (xrealloc): Comment fix.
48183
48184         * lib/userspec.c (parse_user_spec):
48185         Don't translate a message until just before returning,
48186         to avoid unnecessary translation.
48187
48188 2000-08-07  Jim Meyering  <meyering@lucent.com>
48189
48190         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
48191         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
48192         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
48193         getgroups.c, gethostname.c, getopt.h, group-member.c,
48194         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
48195         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
48196         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
48197         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
48198         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
48199         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
48200         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
48201         yesno.c: Back out Copyright date changes for each file with no change
48202         this year.  This eases coordination with other programs using the same
48203         source code modules.  From Paul Eggert.
48204
48205 2000-08-06  Paul Eggert  <eggert@twinsun.com>
48206
48207         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
48208         not char, for compatibility with glibc 2.1.3 strftime.c.
48209
48210 2000-08-03  Greg McGary  <greg@mcgary.org>
48211
48212         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
48213         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
48214         (EXTEND_BUFFER): Use them.
48215
48216 2000-08-01  Jim Meyering  <meyering@lucent.com>
48217
48218         * lib/dirname.c (ISSLASH): Define.
48219         (BACKSLASH_IS_PATH_SEPARATOR): Define.
48220         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
48221         both `\' and `/' may be use as path separators.
48222         Based on a patch from Prashant TR.
48223
48224 2000-07-31  Paul Eggert  <eggert@twinsun.com>
48225
48226         * lib/quotearg.c (quotearg_n_options): Don't make the initial
48227         slot vector a constant, since it might get modified.
48228
48229 2000-07-31  Jim Meyering  <meyering@lucent.com>
48230
48231         * lib/xmalloc.c: Use `virtual memory exhausted', not
48232         `Memory exhausted'.
48233         * lib/obstack.c (print_and_abort): Likewise.
48234
48235 2000-07-30  Paul Eggert  <eggert@twinsun.com>
48236
48237         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
48238         buffer, so that the caller can always quote one small
48239         component of a "memory exhausted" message in slot 0.
48240         From a suggestion by Jim Meyering.
48241
48242 2000-07-30  Jim Meyering  <meyering@lucent.com>
48243
48244         * lib/makepath.c (make_path): Quote the other instance, too.
48245
48246         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
48247         (STATIC_BUF_SIZE): Define.
48248         (quotearg_n_options): Use only statically allocated storage when
48249         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
48250         than STATIC_BUF_SIZE.
48251
48252 2000-07-29  Jim Meyering  <meyering@lucent.com>
48253
48254         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
48255         * lib/dirname.c (dir_name): Likewise.
48256
48257         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
48258         `/'.
48259
48260         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
48261         (dir_name): Assert that there are no trailing slashes.
48262
48263 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
48264
48265         * lib/mbswidth.h (mbswidth): Add a flags argument.
48266         (mbswidth): New declaration.
48267         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
48268         * lib/mbswidth.c (mbswidth): Add a flags argument.
48269         (mbsnwidth): New function.
48270
48271 2000-07-24  Jim Meyering  <meyering@lucent.com>
48272
48273         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
48274
48275 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48276
48277         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
48278
48279 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48280
48281         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
48282         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
48283         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
48284         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
48285         invoke multibyte primitives.
48286
48287 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48288
48289         * lib/quotearg.c:
48290         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
48291         so that mbstate_t is always defined.
48292
48293         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
48294         be 1 in at least one GCC installation, and this configuration
48295         error is likely to be common.  Ignoring MB_LEN_MAX hurts
48296         performance on hosts that have mbrtowc but have only unibyte
48297         locales, but I assume these hosts are rare.
48298
48299 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48300
48301         * lib/mbswidth.c (_XOPEN_SOURCE):
48302         Don't define; this causes problems on Solaris 7.
48303         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
48304
48305 2000-07-23  Jim Meyering  <meyering@lucent.com>
48306
48307         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
48308         too: getgrgid, getpwuid, getuid.
48309
48310 2000-07-23  Jim Meyering  <meyering@lucent.com>
48311
48312         * lib/basename.c (base_name): Add an assertion.
48313
48314 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
48315
48316         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
48317         shadow its mbsinit function.
48318
48319 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48320
48321         * lib/mbswidth.h: New file.
48322         * lib/mbswidth.c: New file.
48323         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
48324         (noinst_HEADERS): Add mbswidth.h.
48325
48326 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48327
48328         * lib/config.charset: Add support for FreeBSD. Improve support for
48329         HP-UX and IRIX 6.
48330
48331 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48332
48333         * m4/mbswidth.m4: New file.
48334         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48335
48336 2000-07-15  Jim Meyering  <meyering@lucent.com>
48337
48338         * lib/makepath.c: Include quote.h.
48339         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48340         corresponding argument in a `quote (...)' call.
48341         Give better diagnostics.
48342
48343         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48344         (noinst_HEADERS): Add quote.h.
48345
48346         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48347         from tar's src/misc.c.
48348         * lib/quote.h: New file.  Prototypes for same.
48349
48350 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48351
48352         From a suggestion by Bruno Haible.
48353         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48354         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48355         to decide whether to define the BeOS workaround macro;
48356         this adjusts to the change to AC_MBSTATE_T.
48357
48358 2000-07-14  Jim Meyering  <meyering@lucent.com>
48359
48360         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48361         jm_AC_TYPE_UINTMAX_T.
48362
48363 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48364
48365         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48366
48367         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48368         quotearg_buffer_restyled): Add support for
48369         clocale_quoting_style.  Undo previous change to
48370         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48371         and "{RIGHT QUOTATION MARK}" msgids.
48372
48373 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48374
48375         From a suggestion by Bruno Haible.
48376         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48377         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48378         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48379         and mbstate_t, to a single-part test that simply defines mbstate_t.
48380         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48381         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48382
48383 2000-07-10  Jim Meyering  <meyering@lucent.com>
48384
48385         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48386
48387         * m4/gnu-source.m4: Output to confdefs.h directly.
48388         Suggestion from Akim Demaille.
48389
48390 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48391
48392         The old behavior of quoting `like this' doesn't look good with
48393         newer, ISO-style fonts.  See:
48394         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48395
48396         Instead, quote "like this" by default.  Let the translator
48397         tailor the locale-specific quoting behavior by providing
48398         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48399
48400         * lib/quotearg.c (N_): New macro.
48401         (gettext_default): New function.
48402         (quotearg_buffer_restyled): Use
48403         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48404         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48405
48406 2000-07-09  Jim Meyering  <meyering@lucent.com>
48407
48408         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48409         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48410
48411         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48412         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48413
48414 2000-07-09  Jim Meyering  <meyering@lucent.com>
48415
48416         * lib/Most files: Update copyright dates to include 2000.
48417
48418 2000-07-08  Jim Meyering  <meyering@lucent.com>
48419
48420         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48421         if not defined.
48422         (xgethostname): Remove now-unnecessary #ifdef.
48423         Move declaration of `err' into loop where it's used.
48424
48425 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48426         and Bruno Haible  <haible@clisp.cons.org>
48427
48428         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
48429         only if the test for an object-type mbstate_t fails.  This
48430         prevents us from mistakenly reporting that mbstate_t is a
48431         system object type after we "#define mbstate_t int" to work
48432         around its lack.
48433
48434 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48435         and Bruno Haible  <haible@clisp.cons.org>
48436
48437         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
48438
48439 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48440
48441         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
48442         to strerror_r.
48443         Include <ctype.h> for use of isalpha.
48444
48445 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48446
48447         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
48448         by allocating a larger buffer. Test the gethostname return value for
48449         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
48450         returns an error and ENAMETOOLONG isn't defined.
48451
48452 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48453
48454         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
48455         dimension.
48456
48457 2000-07-04  Jim Meyering  <meyering@lucent.com>
48458
48459         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
48460         of the deprecated AC_CHECKING.
48461
48462 2000-07-04  Jim Meyering  <meyering@lucent.com>
48463
48464         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
48465         Reported by Bruno Haible.
48466
48467 2000-07-04  Jim Meyering  <meyering@lucent.com>
48468
48469         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
48470         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
48471         lacks mbrtowc.
48472
48473 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48474
48475         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
48476         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
48477
48478 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48479         and Bruno Haible  <haible@clisp.cons.org>
48480
48481         * lib/quotearg.c (mbrtowc):
48482         Assign to *pwc, and return 1 only if result is nonzero.
48483         (iswprint): Use ISPRINT when substituting our own mbrtowc.
48484
48485 2000-07-03  Jim Meyering  <meyering@lucent.com>
48486
48487         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
48488
48489 2000-07-03  Jim Meyering  <meyering@lucent.com>
48490
48491         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
48492         This is necessary to get a definition of e.g., UTMP_FILE on
48493         HP-UX 10.20.
48494         From Bob Proulx.
48495
48496 2000-07-02  Jim Meyering  <meyering@lucent.com>
48497
48498         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
48499
48500         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
48501         AC_LIBOBJ(function_name).
48502         * m4/chown.m4: Likewise.
48503         * m4/fnmatch.m4: Likewise.
48504         * m4/ftruncate.m4: Likewise.
48505         * m4/getgroups.m4: Likewise.
48506         * m4/getline.m4: Likewise.
48507         * m4/group-member.m4: Likewise.
48508         * m4/jm-macros.m4: Likewise.
48509         * m4/lstat.m4: Likewise.
48510         * m4/malloc.m4: Likewise.
48511         * m4/memcmp.m4: Likewise.
48512         * m4/nanosleep.m4: Likewise.
48513         * m4/putenv.m4: Likewise.
48514         * m4/realloc.m4: Likewise.
48515         * m4/regex.m4: Likewise.
48516         * m4/stat.m4: Likewise.
48517         * m4/strftime.m4: Likewise.
48518
48519 2000-07-02  Jim Meyering  <meyering@lucent.com>
48520
48521         * lib/quotearg.c (mbstate_t): Don't define here.
48522
48523 2000-07-02  Jim Meyering  <meyering@lucent.com>
48524
48525         * lib/nanosleep.c (SIGCONT): Define if not already defined.
48526
48527 2000-07-01  Jim Meyering  <meyering@lucent.com>
48528
48529         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
48530
48531 2000-07-01  Jim Meyering  <meyering@lucent.com>
48532
48533         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
48534         problem.
48535
48536 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48537
48538         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
48539         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
48540
48541 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48542
48543         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
48544         per change in ../m4/ls-mntd-fs.m4.
48545         (read_filesystem_list): Ignore symbolic links.
48546
48547 2000-06-29  Jim Meyering  <meyering@lucent.com>
48548
48549         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
48550         for declaration of strcmp.
48551
48552         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
48553
48554         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
48555         Avoid warning by casting result to `char *' to remove `const'.
48556
48557 2000-06-28  Jim Meyering  <meyering@lucent.com>
48558
48559         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
48560         included by quotearg.c, for which we perform this test.  From
48561         Bruno Haible.
48562
48563 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48564
48565         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
48566         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
48567         <utmpx.h> exists, put readutmp.o into LIBOBJS.
48568
48569 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48570
48571         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
48572
48573 2000-06-26  Paul Eggert  <eggert@twinsun.com>
48574
48575         savedir now sets errno on failure and invokes xmalloc to get memory.
48576         Fix a couple of other minor bugs while we're at it.
48577
48578         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
48579         (NAMLEN): Remove macro.
48580         (malloc, realloc): Remove decls.
48581         (stpcpy): Likewise.
48582         ("xalloc.h"): Include.
48583         (NAME_SIZE_DEFAULT): New macro.
48584         (savedir): Use xmalloc / xrealloc to allocate memory.
48585         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
48586         Skip "" directory entries.
48587         Use strlen to calculate directory entry length, since the old method
48588         is rarely used these days and isn't worth supporting.
48589         Don't use a pointer after freeing it.
48590         Check for integer overflow when calculating allocation size.
48591         Use memcpy to copy entries, instead of stpcpy.
48592         Set errno properly when returning NULL.
48593         Check for readdir error.
48594
48595 2000-06-26  Jim Meyering  <meyering@lucent.com>
48596
48597         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
48598
48599 2000-06-25  Jim Meyering  <meyering@lucent.com>
48600
48601         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
48602         Linux header bug when _XOPEN_SOURCE is defined to 500.
48603
48604 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48605
48606         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
48607         deficiency.
48608
48609 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48610
48611         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
48612         Include xalloc.h.
48613         Don't include <stdlib.h>.  Don't declare malloc, realloc.
48614
48615 2000-06-24  Jim Meyering  <meyering@lucent.com>
48616
48617         * m4/strerror_r.m4: Revive this file -- to try out an experimental
48618         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
48619         for which strerror does return char*, but which lacks a conveniently
48620         accessible declaration of the function.  If the compile-test says
48621         strerror_r doesn't work, then resort to a `run'-test that works on
48622         BeOS and segfaults on DEC Unix.
48623
48624 2000-06-24  Jim Meyering  <meyering@lucent.com>
48625
48626         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
48627
48628 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48629
48630         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
48631         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
48632
48633 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48634
48635         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
48636         (mbrtowc, mbstate_t): Define substitutes if
48637         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
48638         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
48639         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
48640
48641 2000-06-23  Jim Meyering  <meyering@lucent.com>
48642
48643         * m4/afs.m4: Add missing AC_MSG_RESULT.
48644         Reported by Bruno Haible.
48645
48646         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
48647         Suggestion from Bruno Haible.
48648
48649 2000-06-23  Jim Meyering  <meyering@lucent.com>
48650
48651         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
48652
48653 2000-06-21  Jim Meyering  <meyering@lucent.com>
48654
48655         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
48656
48657 2000-06-21  Jim Meyering  <meyering@lucent.com>
48658
48659         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
48660         (noinst_HEADERS): Add getstr.h.
48661
48662         * lib/getline.c (getstr): Move into a separate file.
48663         * lib/getstr.c (getstr): New file, extracted from getline.c, with
48664         the following changes: new parameter, delim2; both delim[12]
48665         parameters have type `int', not `char'.  The latter would lose
48666         with 8-bit delimiters.
48667         * lib/getstr.h: New file.
48668
48669 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48670
48671         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
48672         than 1024, return a memory chunk of least possible size, instead
48673         of size PATH_MAX + 2. In the loop, increment the size proportionally.
48674         Use free/xmalloc instead of xrealloc to avoid copying for very long
48675         paths.
48676
48677 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48678
48679         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
48680         the empty string.
48681
48682 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48683
48684         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
48685         address, not strdup.  Include <stdlib.h> and don't declare free().
48686
48687 2000-06-19  Jim Meyering  <meyering@lucent.com>
48688
48689         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
48690
48691 2000-06-18  Jim Meyering  <meyering@lucent.com>
48692
48693         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
48694
48695         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
48696         `checking whether...' message to be consistent with that of the
48697         lstat test.
48698
48699 2000-06-18  Jim Meyering  <meyering@lucent.com>
48700
48701         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
48702         Besides, these days every porting target provides a mkdir function.
48703
48704         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
48705         needed. (this snippet comes from src/system.h).
48706
48707 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
48708
48709         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
48710
48711 2000-06-15  Paul Eggert  <eggert@twinsun.com>
48712
48713         * lib/human.c (adjust_value): New function.
48714         (human_readable_inexact): Apply rounding style even when
48715         printing approximate values.
48716
48717 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48718
48719         * lib/human.c (human_readable_inexact): Allow an input block
48720         size that is not a multiple of the output block size, and vice versa.
48721         Reported by Piergiorgio Sartor.
48722
48723 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48724
48725         * lib/getdate.y (get_date): Apply relative times after time
48726         zone indicator, not before.  Reported by Todd A. Jacobs.
48727
48728 2000-06-13  Jim Meyering  <meyering@lucent.com>
48729
48730         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
48731
48732         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
48733
48734 2000-06-12  Paul Eggert  <eggert@twinsun.com>
48735
48736         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
48737
48738 2000-06-12  Jim Meyering  <meyering@lucent.com>
48739
48740         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
48741         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
48742         optional argument.
48743         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
48744         the optional argument, `lib'.
48745
48746 2000-06-08  Jim Meyering  <meyering@lucent.com>
48747
48748         * m4/largefile.m4: Remove file (now that it's part of autoconf).
48749
48750 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48751
48752         Rewrite largefile configuration so that we don't need to run
48753         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
48754         AC_CANONICAL_HOST in configure.in -- jmm]
48755
48756         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
48757         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
48758         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
48759         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
48760         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
48761         All uses changed.
48762         Instead of inspecting the output of getconf, try to compile the
48763         test program without and with the macro definition.
48764         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
48765         for getconf.  Instead, check for the needed flags by compiling
48766         test programs.
48767
48768 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48769
48770         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
48771
48772 2000-06-04  Jim Meyering  <meyering@lucent.com>
48773
48774         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
48775         SunOS 4.1.4 for which gid_t is an unsigned type.
48776
48777 2000-06-03  Jim Meyering  <meyering@lucent.com>
48778
48779         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
48780         now that autoconf requires that.
48781
48782         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
48783         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
48784         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
48785
48786 2000-06-03  Jim Meyering  <meyering@lucent.com>
48787
48788         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
48789
48790 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48791
48792         * m4/glibc21.m4: New file.
48793         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
48794
48795 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48796
48797         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
48798         newer, don't install charset.alias.
48799         * lib/config.charset: Change the Linux/glibc rules so they become empty
48800         on glibc-2.1 or newer.
48801
48802 2000-06-02  Jim Meyering  <meyering@lucent.com>
48803
48804         * lib/mountlist.c: Back out last change.  Instead, do this...
48805         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
48806         me_dummy member using the same `ignore'-testing code.
48807         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
48808         fs_type strings.
48809         From Mark D. Roth.
48810
48811 2000-05-29  Jim Meyering  <meyering@lucent.com>
48812
48813         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
48814         mounts with the `ignore' attribute.  Based on a patch from
48815         Mark D. Roth.
48816
48817 2000-05-28  Jim Meyering  <meyering@lucent.com>
48818
48819         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
48820         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48821         * m4/stat.m4: Likewise.
48822         * m4/lstat.m4: Likewise.
48823         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
48824
48825         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
48826         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
48827
48828 2000-05-26  Jim Meyering  <meyering@lucent.com>
48829
48830         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
48831
48832 2000-05-24  Jim Meyering  <meyering@lucent.com>
48833
48834         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
48835         autoconf requires that.
48836         * m4/lib-check.m4: Likewise.
48837         * m4/jm-macros.m4: Likewise.
48838         * m4/strftime.m4: Likewise.
48839
48840         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
48841         AC_CHECK_DECLS, now that autoconf requires that.
48842
48843 2000-05-22  Jim Meyering  <meyering@lucent.com>
48844
48845         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48846         * m4/lstat.m4: Likewise.
48847
48848 2000-05-22  Jim Meyering  <meyering@lucent.com>
48849
48850         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
48851
48852 2000-05-20  Jim Meyering  <meyering@lucent.com>
48853
48854         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
48855         (jm_PREREQ): Use it.
48856
48857 2000-05-18  Jim Meyering  <meyering@lucent.com>
48858
48859         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
48860         back, too, since it may have been modified by allocate_entry.
48861         (hash_delete): Rewrite to use neither the assignment operator
48862         nor the comma operator in an if-expression.
48863
48864 2000-05-15  Paul Eggert  <eggert@twinsun.com>
48865
48866         * lib/closeout.c:
48867         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
48868         Remove; no longer needed.
48869         "quotearg.h": Add include.
48870         (file_name): Do not bother to explicitly initialize to NULL; it's less
48871         efficient on some hosts.
48872         (close_stdout_status): Remove test as to whether stdout was already
48873         closed; it breaks for the case "echo x | sort >&-".
48874         Quote file name colons.
48875         Do not assume that _("write error") lacks format strings.
48876
48877 2000-05-15  Jim Meyering  <meyering@lucent.com>
48878
48879         * lib/version-etc.c (version_etc_copyright): Update the copyright
48880         string used in all --version output.
48881
48882 2000-05-14  Jim Meyering  <meyering@lucent.com>
48883
48884         * lib/closeout.c (close_stdout_set_file_name): New function.
48885         (close_stdout_status): Use new file-scoped global.
48886         Return right away if fstat says the stdout file descriptor is invalid.
48887         * lib/closeout.h (close_stdout_set_file_name): Declare.
48888
48889 2000-05-10  Jim Meyering  <meyering@lucent.com>
48890
48891         * lib/closeout.c [default_exit_status]: New file-scoped variable.
48892         (close_stdout_set_status): New function.
48893         * lib/closeout.h (close_stdout_set_status): Declare.
48894
48895 2000-05-09  Jim Meyering  <meyering@lucent.com>
48896
48897         * m4/gettext.m4: Rename this...
48898         * m4/libintl.m4: ...to this.
48899
48900 2000-05-08  Jim Meyering  <meyering@lucent.com>
48901
48902         * lib/long-options.c: Don't include closeout.h.
48903         (parse_long_options): Don't call close_stdout for --version.
48904
48905 2000-05-06  Paul Eggert  <eggert@twinsun.com>
48906
48907         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
48908         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
48909         2.1.3 bug.  This avoids a clash when files like regex.c define
48910         _GNU_SOURCE.
48911
48912 2000-05-06  Jim Meyering  <meyering@lucent.com>
48913
48914         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
48915         (AC_REPLACE_FUNCS): Add strnlen.
48916
48917         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
48918         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
48919
48920         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
48921         AC_SEARCH_LIBS call for nanosleep.
48922         (LIB_NANOSLEEP): Set and AC_SUBST.
48923
48924 2000-05-06  Jim Meyering  <meyering@lucent.com>
48925
48926         * lib/strnlen.c: Undefine __strnlen and strnlen.
48927         [!weak_alias]: Define __strnlen to strnlen.
48928
48929         * lib/atexit.c: New file, from libiberty.
48930
48931 2000-05-06  Jim Meyering  <meyering@lucent.com>
48932
48933         * lib/closeout.c (close_stdout_status): Also check for errors on the
48934         stderr stream.
48935
48936 2000-05-05  Jim Meyering  <meyering@lucent.com>
48937
48938         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
48939         AC_SEARCH_LIBS call for clock_gettime.
48940         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
48941
48942         * m4/search-libs.m4: Update from autoconf.
48943
48944         su doesn't work on Solaris 2.6.
48945         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
48946         <shadow.h>.  Reported by Dragos Harabor.
48947
48948 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
48949
48950         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
48951         memcpy instead of xmalloc, xrealloc, path_concat.
48952         (locale_charset): Treat empty environment variables as absent.
48953         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
48954
48955 2000-05-04  Jim Meyering  <meyering@lucent.com>
48956
48957         * lib/getopt.c: Update from glibc.
48958         * lib/obstack.c: Likewise.
48959         * lib/obstack.h: Likewise.
48960         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
48961         file
48962
48963         * lib/regex.h: Likewise.
48964         * lib/strndup.c: Likewise.
48965         * lib/strnlen.c: New file, from glibc.
48966
48967 2000-05-03  Jim Meyering  <meyering@lucent.com>
48968
48969         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
48970
48971 2000-05-02  Paul Eggert  <eggert@twinsun.com>
48972
48973         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
48974         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
48975         compile-time test, rather than inspecting host and OS, to
48976         decide whether to define _LARGEFILE_SOURCE.
48977
48978 2000-05-01  Jim Meyering  <meyering@lucent.com>
48979
48980         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
48981
48982         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
48983         Based on a patch from Bruno Haible.
48984
48985 2000-05-01  Jim Meyering  <meyering@lucent.com>
48986
48987         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
48988
48989 2000-04-29  Jim Meyering  <meyering@lucent.com>
48990
48991         * lib/path-concat.c: Declare strdup only if it's not defined.
48992         * lib/canon-host.c: Likewise.
48993
48994 2000-04-28  Jim Meyering  <meyering@lucent.com>
48995
48996         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
48997         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
48998         is included first, then limits.h is included by locale.h by libintl.h.
48999         From John David Anglin.
49000
49001 2000-04-25  Jim Meyering  <meyering@lucent.com>
49002
49003         * lib/makepath.c (S_IRWXUGO): Define.
49004         (make_path): Always perform explicit chmod if MODE specifies any
49005         of the `special' permission bits.  Prompted by a bug report against
49006         install from Mate Wierdl and Joost van Baal.
49007
49008 2000-04-18  Jim Meyering  <meyering@lucent.com>
49009
49010         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
49011         (jm_PREREQ): Use it.
49012
49013 2000-04-18  Jim Meyering  <meyering@lucent.com>
49014
49015         * lib/README: New file.
49016
49017         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
49018         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
49019
49020 2000-04-17  Jim Meyering  <meyering@lucent.com>
49021
49022         Get it right :-)
49023         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
49024         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
49025         Suggestion from Akim Demaille.
49026
49027 2000-04-17  Jim Meyering  <meyering@lucent.com>
49028
49029         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
49030         the definition of it to rpl_strftime also defined-away the system's
49031         declaration.
49032
49033 2000-04-15  Jim Meyering  <meyering@lucent.com>
49034
49035         Use `C' to denote so-called `contiguous' files, the same way
49036         that tar does.
49037         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
49038         (ftypelet): Use S_ISCTG.
49039         From Michael Deutschmann.
49040
49041 2000-04-14  Jim Meyering  <meyering@lucent.com>
49042
49043         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
49044         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
49045         clobbered.
49046
49047 2000-04-14  Jim Meyering  <meyering@lucent.com>
49048
49049         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
49050
49051 2000-04-13  Jim Meyering  <meyering@lucent.com>
49052
49053         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
49054         AH_VERBATIM to insert required #ifndef into config.h.in.
49055         Suggestion from Akim Demaille.
49056
49057 2000-04-12  Jim Meyering  <meyering@lucent.com>
49058
49059         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
49060         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
49061         Christian Krackowizer.
49062
49063         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
49064         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
49065         (AC_SYS_LARGEFILE): Require.
49066         (AM_C_PROTOTYPES): Require.
49067
49068 2000-04-08  Jim Meyering  <meyering@lucent.com>
49069
49070         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
49071         names don't conflict.  Reported by Eli Zaretskii.
49072
49073 2000-04-07  Jim Meyering  <meyering@lucent.com>
49074
49075         * lib/putenv.c: Move inclusion of errno.h so it follows that of
49076         sys/types.h, to work around system header problems on AIX 3.2.5.
49077         From Bruno Haible.
49078
49079 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
49080
49081         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
49082         bug.  Deal with the different error behavior of Irix iconv.
49083
49084 2000-04-05  Paul Eggert  <eggert@twinsun.com>
49085
49086         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
49087         IRIX if the installer said otherwise.
49088
49089 2000-04-05  Jim Meyering  <meyering@lucent.com>
49090
49091         Portability tweaks required for ultrix4.3.
49092         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49093         (jm_CHECK_DECLS): Add getutent to the list of functions.
49094         (_jm_DECL_HEADERS): Add utmpx.h.
49095         From John David Anglin.
49096
49097         * m4/strftime.m4: Back out the 2000-04-02 change.
49098         Instead of that change, simply undefine putenv in the test program.
49099
49100 2000-04-05  Jim Meyering  <meyering@lucent.com>
49101
49102         Portability tweaks required for ultrix4.3.
49103         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
49104         getutent.
49105         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
49106         * lib/canon-host.c: Declare strdup.
49107         * lib/path-concat.c: Likewise.
49108         From John David Anglin.
49109
49110 2000-04-04  Jim Meyering  <meyering@lucent.com>
49111
49112         Be more DOS 8.3-friendly.
49113         * lib/ref-add.sin: Renamed from ref-add.sed.in.
49114         * lib/ref-del.sin: Renamed from ref-del.sed.in.
49115         * lib/Makefile.am: Reflect renaming.
49116         Reported by Eli Zaretskii.
49117
49118         Use a temporary file name that won't clash with `charset.alias'
49119         in the DOS 8.3 name space.
49120         * lib/Makefile.am (charset_tmp): Define.
49121         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
49122         (uninstall-local): Likewise.
49123         Reported by Eli Zaretskii.
49124
49125 2000-04-03  Jim Meyering  <meyering@lucent.com>
49126
49127         * m4/gettext.m4: Fix typo in comment.
49128
49129         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
49130         textutils/configure.in).  Suggestion from Paul Eggert.
49131         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
49132
49133 2000-04-02  Paul Eggert  <eggert@twinsun.com>
49134
49135         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
49136         variable in the shell rather than using putenv, which isn't
49137         portable.  This avoids the configure-time inter-test dependency
49138         on the potentially-renamed putenv function.
49139
49140 2000-03-30  Paul Eggert  <eggert@twinsun.com>
49141
49142         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
49143         before checking struct stat.st_blksize, so that
49144         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
49145
49146 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49147
49148         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
49149         since strftime.c uses HAVE_STRFTIME to decide whether to use
49150         the underlying strftime.
49151
49152 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49153
49154         * lib/time/strftime.c (my_strftime): Make sure we call the system
49155         strftime, not ourselves, when invoking the underlying strftime.
49156
49157 2000-03-24  Jim Meyering  <meyering@lucent.com>
49158
49159         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
49160         (charset_alias): Define.
49161         (install-exec-local): Factor out common code.
49162         (uninstall-local): Split lines longer than 80.
49163         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
49164         (SUFFIXES): Define.
49165         (.sed.in.sed): New rule.  Don't redirect directly to $@.
49166         (CLEANFILES): Add ref-add.sed and ref-del.sed.
49167
49168 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
49169
49170         * lib/config.charset: Output a line containing "Packages using this
49171         file".
49172         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
49173         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
49174         ref-del.sed): New rules.
49175
49176 2000-03-17  Jim Meyering  <meyering@lucent.com>
49177
49178         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
49179         Otherwise, include <strings.h>
49180
49181 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
49182
49183         * lib/unicodeio.c (utf8_wctomb): New function.
49184         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
49185         format instead of in UCS-4 with platform dependent endianness.
49186
49187 2000-03-10  Jim Meyering  <meyering@lucent.com>
49188
49189         * m4/lib-check.m4: Look for getspnam in -lgen, too.
49190         From Marco Franzen.
49191
49192 2000-03-07  Paul Eggert  <eggert@twinsun.com>
49193
49194         * lib/savedir.c (savedir): Work even if directory size is
49195         negative; this can happen with some screwy NFS configurations.
49196
49197 2000-03-06  Jim Meyering  <meyering@lucent.com>
49198
49199         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
49200         if it's NULL (because we ran out of memory).  From Bruno Haible.
49201
49202 2000-03-05  Jim Meyering  <meyering@lucent.com>
49203
49204         * lib/localcharset.c ("path-concat.h"): Include.
49205         (get_charset_aliases): Use path_concat instead of ANSI string
49206         concatenation.
49207
49208         * lib/unicodeio.h (PARAMS): Define.
49209         Use it to guard prototype.
49210
49211 2000-03-04  Jim Meyering  <meyering@lucent.com>
49212
49213         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
49214         for lib/localcharset.c.
49215
49216 2000-03-04  Jim Meyering  <meyering@lucent.com>
49217
49218         * lib/Makefile.am (install-exec-local): Create $(libdir) before
49219         installing into it.
49220         (uninstall-local): Uncomment this rule so `make distcheck' works
49221         once again.
49222
49223         * lib/unicodeio.c (<errno.h>): Include it.
49224         (errno): Declare if not defined.
49225
49226         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
49227
49228         * lib/config.charset: New version, incorporating remarks from a linux
49229         i18n mailing list.  From Bruno Haible.
49230
49231 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
49232
49233         * m4/codeset.m4: New file.
49234         * m4/iconv.m4: New file.
49235         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
49236
49237 2000-03-03  Jim Meyering  <meyering@lucent.com>
49238
49239         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
49240
49241 2000-03-02  Jim Meyering  <meyering@lucent.com>
49242
49243         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
49244         the messages come out on separate lines.
49245
49246         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
49247         rather than jm_CHECK_DECLARATIONS.
49248         * m4/decl.m4: Remove now-unused file.
49249
49250         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
49251         geteuid.
49252
49253 2000-03-02  Jim Meyering  <meyering@lucent.com>
49254
49255         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
49256
49257 2000-03-01  Jim Meyering  <meyering@lucent.com>
49258
49259         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
49260         * lib/unicodeio.c: Likewise.
49261
49262 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
49263
49264         * lib/config.charset: New file.
49265         * lib/localcharset.c: New file.
49266         * lib/unicodeio.h, lib/unicodeio.c: New files.
49267         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
49268         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
49269         (noinst_HEADERS): Add unicodeio.h.
49270         (all-local, install-exec-local, charset.alias): New targets.
49271
49272 2000-02-28  Paul Eggert  <eggert@twinsun.com>
49273
49274         * lib/quotearg.c (ALERT_CHAR): New macro.
49275         (quotearg_buffer_restyled): Use it.
49276
49277 2000-02-27  Jim Meyering  <meyering@lucent.com>
49278
49279         * m4/check-decl.m4: Add getenv to the list.
49280
49281 2000-02-27  Jim Meyering  <meyering@lucent.com>
49282
49283         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
49284         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
49285
49286         * lib/backupfile.c: Guard inclusion of stdlib.h with
49287         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
49288         Declare malloc if needed.
49289
49290         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
49291         `#ifndef HAVE_DECL..'
49292         now that autoconf always defines the HAVE_DECL_ symbols.
49293         * lib/human.c: Likewise.
49294         * lib/same.c: Likewise.
49295         * lib/strtoumax.c: Likewise.
49296
49297         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
49298         declaration check was not run.
49299         * lib/hash.c: Likewise.
49300         * lib/human.c: Likewise.
49301         * lib/same.c: Likewise.
49302         * lib/strtoumax.c: Likewise.
49303
49304         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
49305         `.', then first look up the entire `.'-containing string as a login
49306         name.
49307
49308 2000-02-23  Jim Meyering  <meyering@lucent.com>
49309
49310         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
49311         in place of my hack.
49312
49313 2000-02-18  Paul Eggert  <eggert@twinsun.com>
49314
49315         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
49316         (textint): New typedef.
49317         (parser_control): Member year changed from int to textint.
49318         All uses changed.
49319         (YYSTYPE): Removed; replaced by %union with int and textint members.
49320         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
49321         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
49322         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
49323         (tSNUMBER, tUNUMBER): Now of type <textintval>.
49324         (date, number, to_year): Use width of number in digits, not its value,
49325         to determine whether it's a 2-digit year, or a 2-digit time.
49326         (yylex): Store number of digits of numeric tokens.
49327         Reported by John Kendall.
49328
49329         (parser_control): Changed from struct parser_control to typedef (for
49330         consistency).  All uses changed.
49331
49332         (tID): Removed; not used.
49333         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49334
49335 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49336
49337         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49338         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49339
49340 2000-02-12  Jim Meyering  <meyering@lucent.com>
49341
49342         * lib/userspec.c (ISDIGIT): Define it.
49343         (isdigit): Remove definition.
49344         (is_number): Use ISDIGIT, not isdigit.
49345         <libintl.h>: Include.
49346         (_ and N_): Define.
49347         (parse_user_spec): Mark translatable strings.
49348
49349 2000-02-10  Jim Meyering  <meyering@lucent.com>
49350
49351         With these changes, nanosleep.[ch] are finally enough like the other
49352         lib/* replacement files to compile on a few more losing systems.
49353
49354         * lib/nanosleep.h: Don't include config.h.
49355         Remove prototype from declaration of nanosleep.
49356         (PARAMS): Remove now-unneeded definition.
49357         * lib/nanosleep.c: #undef nanosleep.
49358         (rpl_nanosleep): Rename from nanosleep.
49359
49360 2000-02-10  Jim Meyering  <meyering@lucent.com>
49361
49362         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49363         gnu_nanosleep to rpl_nanosleep.
49364
49365 2000-02-09  Jim Meyering  <meyering@lucent.com>
49366
49367         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49368         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49369
49370 2000-02-08  Akim Demaille  <akim@epita.fr>
49371
49372         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49373         `[' and `]' and remove uses of `changequote'.
49374         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49375         (AC_SYS_LARGEFILE): Likewise.
49376         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49377         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49378         of changequote.
49379         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49380         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49381         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49382         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49383
49384 2000-02-05  Jim Meyering  <meyering@lucent.com>
49385
49386         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49387         Remove explicit use of AC_HEADER_TIME.  It is required by
49388         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49389         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49390         in autoconf whereby the expansion of the latter ended up preceding
49391         the expansion of its prerequisite, AC_HEADER_TIME.
49392         Reported by Volker Borchert.
49393
49394 2000-02-03  Jim Meyering  <meyering@lucent.com>
49395
49396         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49397
49398 2000-02-03  Jim Meyering  <meyering@lucent.com>
49399
49400         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49401         rather than with `#if HAVE_UTMPNAME'.
49402
49403 2000-02-02  Jim Meyering  <meyering@lucent.com>
49404
49405         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49406         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49407         Reported by Eli Zaretskii.
49408
49409 2000-02-01  Jim Meyering  <meyering@lucent.com>
49410
49411         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49412
49413 2000-01-31  Jim Meyering  <meyering@lucent.com>
49414
49415         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49416         functions.  Add the time.h and sys/time.h headers along with the
49417         AC_REQUIRE'ment of AC_HEADER_TIME.
49418
49419 2000-01-31  Jim Meyering  <meyering@lucent.com>
49420
49421         * lib/nanosleep.h (nanosleep): Guard declaration with
49422         `#if ! HAVE_DECL_NANOSLEEP'.
49423         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
49424         the declaration in that vendor's sys/timers.h.
49425         Reported by Christian Krackowizer.
49426
49427         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
49428         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
49429         (ISPRINT): Likewise.
49430         Reported by Tom Tromey.
49431
49432 2000-01-30  Jim Meyering  <meyering@lucent.com>
49433
49434         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
49435
49436         * m4/prereq.m4 (utmp_includes): Define.
49437         Check for ut_user and ut_name members in both struct utmpx
49438         and struct utmp.
49439
49440 2000-01-30  Jim Meyering  <meyering@lucent.com>
49441
49442         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
49443         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
49444         header files where only utmpx.ut_user is declared.
49445
49446         * lib/readutmp.h (UT_USER): Define.
49447
49448 2000-01-29  Jim Meyering  <meyering@lucent.com>
49449
49450         * m4/lib-check.m4: New file containing library-related checks from
49451         fileutils and sh-utils (textutils had none).
49452
49453 2000-01-28  Jim Meyering  <meyering@lucent.com>
49454
49455         * m4/perl.m4: Change format of warning message to look more like that
49456         from the missing script.  Suggestion from François Pinard.
49457
49458 2000-01-25  Jim Meyering  <meyering@lucent.com>
49459
49460         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
49461         well as time.h in the compile check.
49462         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
49463         Fix typo in cross-compiling case: s/yes/no/.
49464
49465 2000-01-23  Jim Meyering  <meyering@lucent.com>
49466
49467         * m4/jm-macros.m4: Move df-related tests here from
49468         fileutils/configure.in
49469
49470         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
49471         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
49472
49473         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
49474         s/space/ac_fsusage_space/.
49475         (jm_FILE_SYSTEM_USAGE): Take two parameters.
49476
49477         * m4/ftruncate.m4: New file (derived from part of
49478         fileutils/configure.in).
49479         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
49480         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
49481
49482         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
49483         AC_SUBST these here, rather than just in sh-util/configure.in, so
49484         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
49485         all the same.
49486         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
49487         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
49488         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
49489         (AC_SUBST(POW_LIBM)): Likewise.
49490         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
49491
49492 2000-01-23  Jim Meyering  <meyering@lucent.com>
49493
49494         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
49495         obstack.c.
49496
49497 2000-01-22  Jim Meyering  <meyering@lucent.com>
49498
49499         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
49500
49501         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
49502
49503         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
49504         configure.in
49505         (AC_CHECK_HEADERS): Likewise for sh-utils.
49506         (AC_CHECK_HEADERS): Likewise for textutils.
49507         Merge the three lists of headers.
49508
49509         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
49510         from fileutils' configure.in.
49511
49512         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
49513         code. Moved tests into their own function (_jm_DECL_HEADERS) in
49514         check-decl.m4.
49515
49516         * m4/check-decl.m4: Use #if rather than #ifdef.
49517         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
49518         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
49519         (_jm_DECL_HEADERS): Define new function.
49520         (jm_CHECK_DECLARATIONS): Require it.
49521
49522 2000-01-22  Jim Meyering  <meyering@lucent.com>
49523
49524         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
49525         [! HAVE_DECL_STRTOULL]: Declare strtoull.
49526         Required for some AIX systems.  Reported by Christian Krackowizer.
49527         [TESTING] (main): New function.
49528
49529         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
49530         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
49531         letters.
49532
49533         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
49534         iswprint.
49535
49536         * lib/strverscmp.c (ISDIGIT): Define.
49537         (strverscmp): Use ISDIGIT, not isdigit.
49538
49539 2000-01-19  Jim Meyering  <meyering@lucent.com>
49540
49541         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
49542         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
49543         defines `struct timespec' in <sys/time.h>
49544
49545         * m4/c-bs-a.m4: Remove uses of changequote altogether.
49546         Thanks to Akim for explaining.
49547
49548 2000-01-17  Paul Eggert  <eggert@twinsun.com>
49549
49550         * lib/nanosleep.c (nanosleep):
49551         Don't use SA_INTERRUPT to decide whether to call sigaction, as
49552         POSIX.1 doesn't require SA_INTERRUPT and some systems
49553         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
49554         it's been part of POSIX.1 since day 1 (in 1988).
49555
49556 2000-01-17  Jim Meyering  <meyering@lucent.com>
49557
49558         * lib/interlock: Remove unused file.  Reported by François Pinard.
49559
49560 2000-01-16  Paul Eggert  <eggert@twinsun.com>
49561
49562         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
49563         alert, backslash, formfeed, and vertical tab unnecessarily in
49564         shell quoting style.
49565
49566 2000-01-16  Jim Meyering  <meyering@lucent.com>
49567
49568         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
49569         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
49570         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
49571         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
49572
49573 2000-01-16  Jim Meyering  <meyering@lucent.com>
49574
49575         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
49576         because the latter didn't work.
49577
49578 2000-01-15  Jim Meyering  <meyering@lucent.com>
49579
49580         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
49581         (AC_REPLACE_FUNCS): Add memcpy and memset.
49582         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
49583         Add strpbrk.
49584         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
49585
49586 2000-01-12  Jim Meyering  <meyering@lucent.com>
49587
49588         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
49589         (jm_PREREQ): Use it.
49590         (jm_PREREQ_READUTMP): New macro.
49591         (jm_PREREQ): Use it.
49592
49593 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49594
49595         Quote multibyte characters correctly.
49596         * m4/c-bs-a.m4: New file.
49597         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
49598         (jm_PREREQ): Use it.
49599
49600 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49601
49602         * m4/uintmax_t.m4: Port to autoconf 2.13.
49603
49604 2000-01-08  Jim Meyering  <meyering@ascend.com>
49605
49606         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
49607         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
49608
49609 2000-01-04  Jim Meyering  <meyering@ascend.com>
49610
49611         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
49612         jm_STRUCT_DIRENT_D_TYPE.
49613         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
49614         jm_STRUCT_DIRENT_D_INO.
49615         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
49616         jm_STRUCT_UTIMBUF.
49617         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
49618         renamings.
49619         * m4/utime.m4: Likewise.
49620
49621         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
49622         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
49623
49624 2000-01-03  Paul Eggert  <eggert@twinsun.com>
49625
49626         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
49627         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
49628
49629 2000-01-02  Jim Meyering  <meyering@ascend.com>
49630
49631         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
49632         remember if this is necessary.
49633
49634 1999-12-26  Jim Meyering  <meyering@ascend.com>
49635
49636         * m4/jm-macros.m4: Use it here.
49637         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
49638
49639 1999-12-23  Jim Meyering  <meyering@ascend.com>
49640
49641         * m4/jm-macros.m4: Check for clock_gettime (moved from
49642         fileutils/configure.in)
49643         Check for gettimeofday.
49644
49645 1999-12-20  Jim Meyering  <meyering@ascend.com>
49646
49647         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
49648         autoconf-2.14a-1999-12-20.
49649
49650 1999-12-19  Jim Meyering  <meyering@ascend.com>
49651
49652         * m4/lstat-slash.m4: New file.
49653         * m4/jm-macros.m4: Use the new macro:
49654         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49655
49656 1999-12-07  Jim Meyering  <meyering@ascend.com>
49657
49658         * m4/perl.m4: Require that File::Compare be available, too.
49659         Too many systems seem to lack it.
49660
49661         * m4/strftime.m4: Add checks for most of the cpp macros tested in
49662         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
49663
49664 1999-11-18  Paul Eggert  <eggert@twinsun.com>
49665
49666         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
49667         problem with the QNX 4.25 shell, which doesn't propagate exit
49668         status of failed commands inside shell assignments.
49669
49670 1999-11-17  Jim Meyering  <meyering@ascend.com>
49671
49672         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
49673
49674 1999-11-07  Jim Meyering  <meyering@ascend.com>
49675
49676         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
49677
49678 1999-11-06  Jim Meyering  <meyering@ascend.com>
49679
49680         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
49681         * m4/jm-macros.m4 (jm_MACROS): Use it here.
49682
49683 1999-11-05  Jim Meyering  <meyering@ascend.com>
49684
49685         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
49686         configure.in of textutils, fileutils, and sh-utils into this one
49687         (shared between those packages) file.
49688         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
49689         AC_STRUCT_ST_BLKSIZE.
49690
49691 1999-11-03  Jim Meyering  <meyering@ascend.com>
49692
49693         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
49694         of AC_CHECK_TYPE checks includes unistd.h.
49695         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
49696         Suggestion from Akim Demaille.
49697
49698 1999-10-30  Jim Meyering  <meyering@ascend.com>
49699
49700         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
49701         m4-quoted string.
49702         * m4/ls-mntd-fs.m4: Likewise.
49703         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
49704         * m4/jm-winsz1.m4: Likewise.
49705
49706         * m4/const.m4: Remove file, since the fix made it into the experimental
49707         version of autoconf.
49708         * m4/mktime.m4: Likewise.
49709
49710         * m4/check-type.m4: Remove file, now that the latest version of
49711         AC_CHECK_TYPE takes a third arg to specify additional #includes.
49712
49713         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
49714         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
49715         AC_CHECK_TYPE.
49716
49717 1999-10-04  Jim Meyering  <meyering@ascend.com>
49718
49719         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
49720
49721 1999-09-22  Paul Eggert  <eggert@twinsun.com>
49722
49723         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
49724         2.95.1 bug with HP-UX 10.20.
49725
49726 1999-09-17  Jim Meyering  <meyering@ascend.com>
49727
49728         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
49729         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
49730         due to missing strdup (against sh-utils-2.0).
49731
49732 1999-08-29  Jim Meyering  <meyering@ascend.com>
49733
49734         * m4/jm-macros.m4: Require jm_BISON.
49735         * m4/bison.m4: New file.
49736
49737 1999-08-17  Paul Eggert  <eggert@twinsun.com>
49738
49739         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
49740         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
49741
49742 1999-08-05  Jim Meyering  <meyering@ascend.com>
49743
49744         * m4/getline.m4: Rename test file from conftestdata to conftest.data
49745         to avoid conflicts with `conftest' on 8+3 filesystems.
49746         Suggestion from Eli Zaretskii.
49747
49748 1999-08-04  Jim Meyering  <meyering@ascend.com>
49749
49750         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
49751         fileutils and sh-utils (textutils's getline test was inadequate).
49752         (AM_FUNC_GETLINE): Run this test.
49753         (AC_CHECK_FUNCS): Check for getdelim.
49754         Reported by Bob Proulx.
49755
49756 1999-08-02  Jim Meyering  <meyering@ascend.com>
49757
49758         * m4/jm-macros.m4: Add a comment.
49759
49760 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49761
49762         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
49763         <inttypes.h> defines strtoumax as a macro (and not as a
49764         function).
49765
49766 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49767
49768         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
49769         that we can shift, multiply and divide unsigned long long
49770         values; Ultrix cc can't do it.
49771
49772 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49773
49774         * m4/mktime.m4: New file, which is a preview of what should appear
49775         in the next public autoconf release.
49776
49777 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49778
49779         * m4/lfs.m4: Remove this file.
49780         * m4/largefile.m4: New file.  It contains the old contents of
49781         lfs.m4, except that all names with prefix AC_LFS have been
49782         changed to use the prefix AC_SYS_LARGEFILE instead, to be
49783         compatible with future autoconf versions.  Also, some minor m4
49784         quoting problems have been fixed.
49785
49786 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49787
49788         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
49789         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
49790         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
49791         and simplify the shell code.
49792
49793 1999-08-01  Jim Meyering  <meyering@ascend.com>
49794
49795         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
49796         m4.
49797
49798 1999-07-20  Jim Meyering  <meyering@ascend.com>
49799
49800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
49801
49802 1999-07-15  Jim Meyering  <meyering@ascend.com>
49803
49804         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
49805
49806 1999-05-22  Jim Meyering  <meyering@ascend.com>
49807
49808         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
49809
49810 1999-05-20  Jim Meyering  <meyering@ascend.com>
49811
49812         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
49813         Add a colon after each `then' in case $4 is empty.
49814
49815 1999-05-16  Jim Meyering  <meyering@ascend.com>
49816
49817         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
49818
49819 1999-05-10  Jim Meyering  <meyering@ascend.com>
49820
49821         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
49822
49823         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
49824         AC_FUNC_MKTIME.
49825
49826 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
49827
49828         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
49829
49830 1999-05-04  Paul Eggert  <eggert@twinsun.com>
49831
49832         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
49833         not CPPFLAGS, so that linking works correctly in IRIX.
49834
49835 1999-04-30  Paul Eggert  <eggert@twinsun.com>
49836
49837         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
49838
49839 1999-04-20  Paul Eggert  <eggert@twinsun.com>
49840
49841         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
49842         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
49843         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
49844         jm_AC_TYPE_UNSIGNED_LONG_LONG.
49845         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
49846
49847         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
49848
49849 1999-04-20  Jim Meyering  <meyering@ascend.com>
49850
49851         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
49852         AC_REPLACE xstroull if necessary.  From Paul Eggert.
49853         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
49854
49855 1999-04-18  Jim Meyering  <meyering@ascend.com>
49856
49857         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
49858         * m4/jm-macros.m4: Use it.
49859
49860 1999-04-06  Jim Meyering  <meyering@ascend.com>
49861
49862         * m4/strftime.m4: Remove test for %f.
49863
49864 1999-03-29  Jim Meyering  <meyering@ascend.com>
49865
49866         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
49867         superset of the AC_TYPE_* checks in the textutils, fileutils,
49868         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
49869         AC_TYPE_PID_T.
49870
49871 1999-03-28  Jim Meyering  <meyering@ascend.com>
49872
49873         * m4/jm-macros.m4: Define GNU_PACKAGE here.
49874         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
49875         replaced e.g., in the *.sh files of the sh-utils.
49876
49877 1999-03-20  Jim Meyering  <meyering@ascend.com>
49878
49879         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
49880         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
49881         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
49882
49883 1999-03-19  Jim Meyering  <meyering@ascend.com>
49884
49885         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
49886
49887 1999-03-12  Jim Meyering  <meyering@ascend.com>
49888
49889         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
49890
49891 1999-03-07  Jim Meyering  <meyering@ascend.com>
49892
49893         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
49894         declared.
49895
49896 1999-02-17  Jim Meyering  <meyering@ascend.com>
49897
49898         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
49899         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
49900
49901 1999-02-07  Jim Meyering  <meyering@ascend.com>
49902
49903         * m4/group-member.m4: New file -- extracted from sh-utils'
49904         configure.in.
49905
49906         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
49907         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
49908
49909 1999-02-06  Jim Meyering  <meyering@ascend.com>
49910
49911         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
49912         * m4/fnmatch.m4: Likewise.
49913         * m4/getgroups.m4: Likewise.
49914         * m4/lstat.m4: Likewise.
49915         * m4/malloc.m4: Likewise.
49916         * m4/putenv.m4: Likewise.
49917         * m4/realloc.m4: Likewise.
49918         * m4/regex.m4: Likewise.
49919         * m4/stat.m4: Likewise.
49920         * m4/strftime.m4: Likewise.
49921         Suggestion from Alain Magloire.
49922
49923         * m4/chown.m4: Use `.$ac_objext', not `.o'.
49924         * m4/fnmatch.m4: Likewise.
49925         * m4/getgroups.m4: Likewise.
49926         * m4/getline.m4: Likewise.
49927         * m4/lstat.m4: Likewise.
49928         * m4/malloc.m4: Likewise.
49929         * m4/memcmp.m4: Likewise.
49930         * m4/putenv.m4: Likewise.
49931         * m4/realloc.m4: Likewise.
49932         * m4/regex.m4: Likewise.
49933         * m4/stat.m4: Likewise.
49934         * m4/strftime.m4: Likewise.
49935         Suggestion from Alain Magloire.
49936
49937         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
49938         an argument.
49939
49940         * m4/regex.m4: Add a run-time Test for proper operation of
49941         re_compile_pattern.
49942
49943 1999-01-31  Jim Meyering  <meyering@ascend.com>
49944
49945         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
49946
49947 1999-01-30  Jim Meyering  <meyering@ascend.com>
49948
49949         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
49950
49951         * m4/jm-mktime.m4: Make this a wrapper around the official
49952         AM_FUNC_MKTIME rather than my private copy, now that the official one
49953         is up to date.
49954         * m4/mktime.m4: Remove file.
49955
49956         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
49957         * m4/uptime.m4: Likewise.
49958         * m4/uintmax_t.m4: Likewise.
49959
49960 1999-01-28  Jim Meyering  <meyering@ascend.com>
49961
49962         * m4/jm-macros.m4: Use jm_AFS.
49963         * m4/afs.m4: New file (from fileutils' configure.in).
49964
49965         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
49966         * m4/chown.m4: Likewise.
49967         * m4/d-ino.m4: Likewise.
49968         * m4/d-type.m4: Likewise.
49969         * m4/fnmatch.m4: Likewise.
49970         * m4/getgroups.m4: Likewise.
49971         * m4/gettext.m4: Likewise.
49972         * m4/jm-mktime.m4: Likewise.
49973         * m4/jm-winsz2.m4: Likewise.
49974         * m4/lcmessage.m4: Likewise.
49975         * m4/ls-mntd-fs.m4: Likewise.
49976         * m4/malloc.m4: Likewise.
49977         * m4/memcmp.m4: Likewise.
49978         * m4/putenv.m4: Likewise.
49979         * m4/realloc.m4: Likewise.
49980         * m4/st_mtim.m4: Likewise.
49981         * m4/strftime.m4: Likewise.
49982
49983 1999-01-16  Jim Meyering  <meyering@ascend.com>
49984
49985         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
49986         (ARGMATCH_DIE_DECL): Define.
49987
49988 1999-01-12  Jim Meyering  <meyering@ascend.com>
49989
49990         * m4/Makefile.am.in: Rewrite to avoid using fmt.
49991         Reported by Lars Hecking.
49992
49993 1999-01-10  Jim Meyering  <meyering@ascend.com>
49994
49995         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
49996         gross kludge.
49997         * m4/inttypes_h.m4: Likewise.
49998         * m4/lstat.m4: Likewise.
49999         * m4/malloc.m4: Likewise.
50000         * m4/readdir.m4: Likewise.
50001         * m4/realloc.m4: Likewise.
50002         * m4/st_dm_mode.m4: Likewise.
50003         * m4/stat.m4: Likewise.
50004         * m4/utimbuf.m4: Likewise.
50005         * m4/utimes.m4: Likewise.
50006
50007         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
50008         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
50009         comments in config.h.in are meaningful.
50010
50011         * m4/jm-macros.m4: Require autoconf-2.13 here.
50012
50013         * m4/regex.m4: By default, don't use the included regex.c on systems
50014         with glibc 2.  Suggestion from Uli Drepper.
50015
50016 1999-01-02  Jim Meyering  <meyering@ascend.com>
50017
50018         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
50019
50020 1998-12-18  Jim Meyering  <meyering@ascend.com>
50021
50022         * m4/Makefile.am.in (Makefile.am): Simplify rule.
50023         Based on a suggestion from Lars Hecking.
50024
50025 1998-11-16  Paul Eggert  <eggert@twinsun.com>
50026
50027         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
50028
50029 1998-11-16  Jim Meyering  <meyering@ascend.com>
50030
50031         * m4/lfs.m4: Double-quote the `uname...` expression.
50032
50033 1998-11-14  Jim Meyering  <meyering@ascend.com>
50034
50035         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
50036         * m4/stat.m4: Likewise.
50037
50038 1998-11-03  Jim Meyering  <meyering@ascend.com>
50039
50040         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
50041         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
50042
50043 1998-10-18  Jim Meyering  <meyering@ascend.com>
50044
50045         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
50046
50047 1998-10-17  Jim Meyering  <meyering@ascend.com>
50048
50049         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
50050         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
50051         calls for those previously hard-coded headers.  Instead, take a new
50052         parameter.
50053         (jm_CHECK_DECLARATIONS): Reflect interface change.
50054         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
50055         (jm_CHECK_DECL_LOCALTIME_R): New macro.
50056
50057         * m4/mktime.m4: Test for spring-forward gap before long-running test.
50058
50059 1998-10-14  Jim Meyering  <meyering@ascend.com>
50060
50061         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
50062         instead of "TZ=America/Vancouver".  From Paul Eggert.
50063
50064 1998-10-11  Jim Meyering  <meyering@ascend.com>
50065
50066         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
50067         This adds a test for a recently added compatibility fix for mktime.c.
50068         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
50069
50070 1998-09-27  Jim Meyering  <meyering@ascend.com>
50071
50072         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
50073
50074         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
50075         ../configure.in, including a change from Gordon Matzigkeit to allow
50076         cross-compiling for the Hurd.
50077
50078         * m4/glibc.m4: New file/macro to test for the GNU C Library
50079         versions 1 and 2.  From Gordon Matzigkeit.
50080         Indent.
50081
50082 1998-09-21  Jim Meyering  <meyering@ascend.com>
50083
50084         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
50085
50086 1998-08-18  Paul Eggert  <eggert@twinsun.com>
50087
50088         Port nanosecond-resolution times to UnixWare 2.1.2 and
50089         pedantic Solaris 2.6.
50090
50091         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
50092         AC_STRUCT_ST_MTIM.
50093         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
50094         Generate name of ns member, instead of just 1 or undef.
50095         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
50096
50097 1998-08-15  Jim Meyering  <meyering@ascend.com>
50098
50099         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
50100         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
50101         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
50102         instead of jm_TYPE_SSIZE_T.
50103
50104 1998-08-12  Jim Meyering  <meyering@ascend.com>
50105
50106         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
50107
50108 1998-08-02  Jim Meyering  <meyering@ascend.com>
50109
50110         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
50111         in acconfig.h manually.
50112
50113 1998-07-31  Paul Eggert  <eggert@twinsun.com>
50114
50115         * m4/st_mtim.m4: New file.
50116
50117 1998-07-28  Jim Meyering  <meyering@ascend.com>
50118
50119         * m4/utimes.m4: Undef stat.
50120
50121 1998-07-25  Jim Meyering  <meyering@ascend.com>
50122
50123         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
50124         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
50125
50126 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
50127
50128         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
50129         uid and gid actually remain unchanged.
50130
50131 1998-07-07  Jim Meyering  <meyering@ascend.com>
50132
50133         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
50134
50135 1998-07-04  Jim Meyering  <meyering@ascend.com>
50136
50137         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
50138         to prove that this macro can be used in packages without regex.c.
50139
50140 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
50141
50142         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
50143         is to be used.
50144
50145 1998-07-03  Jim Meyering  <meyering@ascend.com>
50146
50147         * m4/gettext.m4: Add -lintl if it's found to be necessary.
50148
50149         * m4/gettext.m4: New file -- from gettext-0.10.35.
50150         * m4/lcmessage.m4: Likewise.
50151         * m4/progtest.m4: Likewise.
50152
50153         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
50154         * m4/jm-macros.m4: Require the new macro.
50155
50156 1998-06-29  Jim Meyering  <meyering@ascend.com>
50157
50158         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
50159         for the definition of NGROUPS (used in a system header included
50160         by sys/mount.h).
50161
50162 1998-06-28  Jim Meyering  <meyering@ascend.com>
50163
50164         * m4/ls-mntd-fs.m4: New file.
50165         * m4/fstypename.m4: New file.
50166
50167         * m4/jm-macros.m4: Require the new macro.
50168         * m4/jm-glibc-io.m4: New file.
50169
50170 1998-05-19  Jim Meyering  <meyering@ascend.com>
50171
50172         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
50173         * m4/lchown.m4: New file.
50174
50175         * m4/Makefile.am.in: New file.
50176         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
50177
50178 1998-05-14  Jim Meyering  <meyering@ascend.com>
50179
50180         * m4/Makefile.am (EXTRA_DIST): Add them.
50181         * m4/jm-macros.m4: New file.
50182         * m4/utimbuf.m4: New file.
50183
50184 1998-05-12  Jim Meyering  <meyering@ascend.com>
50185
50186         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
50187
50188 1998-05-11  Jim Meyering  <meyering@ascend.com>
50189
50190         * m4/isc-posix.m4: New file.
50191
50192 1998-05-10  Jim Meyering  <meyering@ascend.com>
50193
50194         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
50195
50196 1998-05-09  Jim Meyering  <meyering@ascend.com>
50197
50198         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
50199         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
50200         with automake.
50201
50202         * m4/ssize_t.m4: New file.
50203         * m4/mktime.m4: Remove file -- the new automake has this now.
50204
50205 1998-04-26  Jim Meyering  <meyering@ascend.com>
50206
50207         * m4/assert.m4: New file.
50208         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
50209
50210 1998-04-05  Jim Meyering  <meyering@ascend.com>
50211
50212         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
50213         (jm_PREREQ): Use it here.
50214
50215 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
50216
50217         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
50218         in acconfig.h.
50219
50220 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
50221
50222         * m4/prereq.m4: New file.
50223         * m4/error.m4: New file.
50224         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
50225
50226 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
50227
50228         * m4/getline.m4: Don't set am_cv_func_working_getline before the
50229         cache-check for the same variable -- that defeated the purpose of
50230         the test; the test program was never run.  This was a problem only
50231         on systems with losing getline functions -- HP-UX 10.20 is one.
50232         Reported by Bjorn Helgaas.
50233
50234 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
50235
50236         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
50237
50238 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
50239
50240         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
50241
50242         * m4/const.m4: New file.  Use an initializer in this declaration
50243         typedef int charset[2]; const charset x;
50244         Reported by Bob Glickstein.
50245
50246 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
50247
50248         * m4/chown.m4: Fix reversed types on -1 args to chown.
50249         From Kaveh Ghazi.
50250
50251 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
50252
50253         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
50254         Add lseek and memchr.
50255
50256         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
50257         T.E.Dickey <dickey@clark.net> said that some older preprocessors
50258         have a 20-character limit on names.
50259
50260 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
50261
50262         * m4/inttypes_h.m4: New file.
50263         * m4/uintmax_t.m4: New file.
50264         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
50265
50266
50267         -----
50268
50269         Local Variables:
50270         coding: utf-8
50271         End:
50272
50273         Copyright (C) 1997-2009 Free Software Foundation, Inc.
50274
50275         Copying and distribution of this file, with or without
50276         modification, are permitted provided the copyright notice
50277         and this notice are preserved.